html {
  box-sizing: border-box
}

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  font-family: 'Arimo', sans-serif;
  background-color: #0d0b10;
  color: #e8e2ed
}

.page-header {
  position: relative;
  background: linear-gradient(180deg, #110d17 0%, #0d0b10 100%);
  border-bottom: 1px solid #8832ba38;
  box-shadow: 0 8px 60px 0 #8832ba1f;
  padding: 28px 28px 0;
  overflow: hidden
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #8832BA 40%, #D6A6DB 60%, transparent 100%);
  pointer-events: none
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding-bottom: 28px;
  width: 100%
}

.logo-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8832ba1a;
  border-radius: 38px;
  padding: 6px 28px;
  box-shadow: 0 2px 3px 0 #8832ba14 0 0 0 1px #d6a6db2e
}

.logo-pill img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain
}

.header-address-strip {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1.4;
  color: #b89ec2
}

.addr-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.header-address-strip span {
  font-size: 16px;
  line-height: 1.4
}

.header-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #8832ba4d 30%, #d6a6db40 70%, transparent 100%);
  border: none;
  margin: 0
}

.header-nav {
  padding: 0;
  width: 100%
}

.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap
}

.header-nav ul li {
  position: relative;
  display: flex;
  align-items: stretch
}

.header-nav ul li+li::before {
  content: "";
  display: block;
  width: 1px;
  background: #8832ba47;
  align-self: stretch;
  margin: 6px 0
}

.header-nav ul li a {
  display: flex;
  align-items: center;
  padding: 14px 28px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #cfc0da;
  text-decoration: none;
  border-radius: 0;
  transition: color .1s ease-out, background .12s ease-out;
  white-space: nowrap
}

.header-nav ul li a:hover {
  color: #D6A6DB;
  background: #8832ba1a
}

.header-nav ul li a:focus {
  outline: 2px solid #D6A6DB;
  outline-offset: -2px
}

.header-nav ul li a.active-link {
  color: #e8d6f0;
  background: #8832ba24
}

.page-footer {
  background: linear-gradient(180deg, #0d0b10 0%, #110d17 60%, #160e1e 100%);
  border-top: 1px solid #8832ba38;
  box-shadow: 0 -4px 14px 0 #8832ba17;
  padding: 56px 28px 28px;
  position: relative
}

.page-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #8832BA 40%, #D6A6DB 70%, transparent 100%);
  pointer-events: none
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px
}

.footer-logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px
}

.footer-logo-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8832ba1f;
  border-radius: 38px;
  padding: 6px 28px;
  box-shadow: 0 2px 3px 0 #8832ba14 0 0 0 1px #d6a6db29
}

.footer-logo-pill img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain
}

.footer-copy {
  font-size: 16px;
  line-height: 1.4;
  color: #7a6887;
  text-align: center
}

.footer-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #9e87ad;
  max-width: 360px
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.footer-nav-group {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.footer-nav-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #D6A6DB;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 6px
}

.footer-nav-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.footer-nav-group ul li a {
  font-size: 16px;
  line-height: 1.4;
  color: #b89ec2;
  text-decoration: none;
  transition: color .1s ease-out;
  display: inline-block;
  padding: 6px 0
}

.footer-nav-group ul li a:hover {
  color: #D6A6DB
}

.footer-nav-group ul li a:focus {
  outline: 2px solid #8832BA;
  outline-offset: 2px;
  border-radius: 1px
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.footer-contacts-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #D6A6DB;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 6px
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  line-height: 1.4;
  color: #b89ec2
}

.contact-row a {
  color: #b89ec2;
  text-decoration: none;
  transition: color .1s ease-out
}

.contact-row a:hover {
  color: #D6A6DB
}

.contact-row a:focus {
  outline: 2px solid #8832BA;
  outline-offset: 2px;
  border-radius: 1px
}

.contact-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px
}

.footer-sep {
  width: 100%;
  height: 1px;
  background: #8832ba2e;
  border: none;
  margin: 0
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  background: #1a1025;
  border-top: 1px solid #8832ba59;
  box-shadow: 0 -4px 14px 0 #8832ba17;
  padding: 28px;
  display: none;
  opacity: 0;
  transition: opacity .18s ease-out
}

.cookie-bar.visible {
  opacity: 1
}

.cookie-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.cookie-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #e8e2ed
}

.cookie-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #b89ec2
}

.cookie-desc a {
  color: #D6A6DB;
  text-decoration: underline;
  transition: color .1s ease-out
}

.cookie-desc a:hover {
  color: #e8d6f0
}

.cookie-desc a:focus {
  outline: 2px solid #D6A6DB;
  outline-offset: 2px;
  border-radius: 1px
}

.cookie-uses {
  margin: 6px 0 0;
  padding-left: 28px;
  color: #b89ec2;
  font-size: 16px;
  line-height: 1.6
}

.cookie-opt-row {
  display: flex;
  align-items: center;
  gap: 14px
}

.cookie-opt-label {
  font-size: 16px;
  line-height: 1.4;
  color: #9e87ad
}

.cookie-sale-toggle {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 0
}

.toggle-track {
  width: 40px;
  height: 22px;
  background: #8832ba40;
  border-radius: 22px;
  border: 1px solid #8832ba66;
  position: relative;
  cursor: pointer;
  transition: background .12s ease-out;
  flex-shrink: 0
}

.toggle-track.on {
  background: #8832ba99
}

.toggle-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #D6A6DB;
  border-radius: 22px;
  transition: transform .12s ease-out
}

.toggle-track.on .toggle-knob {
  transform: translateX(18px)
}

.cookie-btns {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap
}

.cookie-btn {
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 28px;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #8832BA;
  color: #D6A6DB;
  transition: color .1s ease-out, border-color .1s ease-out;
  position: relative
}

.cookie-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border-color .1s ease-out;
  pointer-events: none
}

.cookie-btn:hover::before {
  border-color: #D6A6DB
}

.cookie-btn:hover {
  color: #e8d6f0;
  border-color: #D6A6DB
}

.cookie-btn:focus {
  outline: 2px solid #D6A6DB;
  outline-offset: 2px
}

@media (max-width: 992px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .footer-brand {
    align-items: center;
    text-align: center
  }

  .footer-desc {
    text-align: center;
    max-width: 100%
  }

  .header-top {
    flex-direction: column;
    gap: 14px
  }
}

@media (max-width: 576px) {
  .page-header {
    padding: 14px 14px 0
  }

  .header-nav ul li a {
    padding: 14px;
    font-size: 16px
  }

  .page-footer {
    padding: 28px 14px
  }

  .cookie-bar {
    padding: 14px
  }

  .cookie-btns {
    flex-direction: column;
    align-items: stretch
  }

  .cookie-btn {
    text-align: center
  }
}

.content-doc {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 28px;
  color: #c8bfd4;
  background: #0e0b12;
  line-height: 1.6;
  font-size: 16px
}

.content-doc p {
  margin-top: 0;
  margin-bottom: 28px;
  line-height: 1.6;
  font-size: 16px;
  color: #c8bfd4
}

.content-doc ul,
.content-doc ol {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 28px
}

.content-doc ul {
  list-style: none;
  padding-left: 14px
}

.content-doc ul li {
  position: relative;
  padding-left: 14px
}

.content-doc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8832BA
}

.content-doc ol {
  list-style: decimal
}

.content-doc ol li {
  padding-left: 6px
}

.content-doc li {
  margin-bottom: 6px;
  line-height: 1.6;
  font-size: 16px;
  color: #c8bfd4
}

.content-doc li:last-child {
  margin-bottom: 0
}

.content-doc ul ul,
.content-doc ol ol,
.content-doc ul ol,
.content-doc ol ul {
  margin-top: 6px;
  margin-bottom: 6px
}

.content-doc strong,
.content-doc b {
  font-weight: 700;
  color: #E9E4E8
}

.content-doc a {
  color: #D6A6DB;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .1s ease-out, text-decoration-color .12s linear
}

.content-doc a:hover {
  color: #8832BA;
  text-decoration-color: #8832BA
}

.content-doc a:visited {
  color: #b87fc2
}

.content-doc table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #8832ba17
}

.content-doc thead {
  background: #1e1428
}

.content-doc thead tr {
  border-bottom: 2px solid #8832BA
}

.content-doc tbody {
  background: #130f1a
}

.content-doc tbody tr {
  border-bottom: 1px solid #2a2030;
  transition: background .08s ease-out
}

.content-doc tbody tr:last-child {
  border-bottom: none
}

.content-doc tbody tr:hover {
  background: #1e1428
}

.content-doc th {
  padding: 14px 28px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #D6A6DB;
  letter-spacing: 0
}

.content-doc td {
  padding: 14px 28px;
  text-align: left;
  font-size: 16px;
  color: #c8bfd4;
  vertical-align: top;
  line-height: 1.6
}

@media (max-width: 576px) {
  .content-doc {
    padding: 28px 14px
  }

  .content-doc table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .content-doc th,
  .content-doc td {
    padding: 14px;
    min-width: 140px
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .content-doc {
    padding: 56px 28px
  }
}

.sproj-det {
  background: #0d0b10;
  color: #ccc4d4;
  min-height: 100vh;
  overflow-x: clip
}

.sproj-det .det-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px
}

.sproj-det .tb {
  padding: 56px 0 0;
  position: relative
}

.sproj-det .tb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start
}

.sproj-det .tb-text {
  position: relative;
  z-index: 2
}

.sproj-det .tb-meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap
}

.sproj-det .tb-tag {
  background: #8832BA;
  color: #f0eaf5;
  font-size: 16px;
  line-height: 1.15;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase
}

.sproj-det .tb-format {
  background: #1e1525;
  color: #D6A6DB;
  font-size: 16px;
  line-height: 1.15;
  padding: 6px 14px;
  border-radius: 6px;
  border: 1px solid #3a2550
}

.sproj-det .tb-readtime {
  color: #7a6e88;
  font-size: 16px;
  line-height: 1.15;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.sproj-det .tb-readtime svg {
  opacity: .7
}

.sproj-det .tb-views {
  color: #7a6e88;
  font-size: 16px;
  line-height: 1.15;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.sproj-det .tb-h1 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf5;
  margin: 0 0 28px;
  text-transform: uppercase;
  letter-spacing: .01em
}

.sproj-det .tb-desc-wrap {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start
}

.sproj-det .tb-aside {
  flex: 0 0 90px;
  color: #5c5068;
  font-size: 16px;
  line-height: 1.6;
  border-top: 1px solid #2e2040;
  padding-top: 6px;
  text-align: left
}

.sproj-det .tb-body {
  flex: 1;
  font-size: 22px;
  line-height: 1.6;
  color: #b8aec8
}

.sproj-det .tb-shapes {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0
}

.sproj-det .tb-shape-a {
  position: absolute;
  top: -40px;
  right: -60px;
  width: 340px;
  height: 340px;
  border: 1px solid #2a1a3a;
  border-radius: 22px;
  transform: rotate(18deg);
  opacity: .5
}

.sproj-det .tb-shape-b {
  position: absolute;
  top: 80px;
  right: 60px;
  width: 180px;
  height: 180px;
  background: linear-gradient(160deg, #8832BA 50%, #0d0b10 50%);
  border-radius: 22px;
  opacity: .08;
  transform: rotate(-8deg)
}

.sproj-det .tb-mosaic {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 140px;
  gap: 14px;
  padding-top: 14px
}

.sproj-det .tb-img-main {
  grid-column: 1 / 3;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.sproj-det .tb-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
  display: block;
  transition: opacity .12s ease-out
}

.sproj-det .tb-img-main:hover img {
  opacity: .7
}

.sproj-det .tb-img-sm {
  border-radius: 10px;
  overflow: hidden;
  background: #1a1020;
  position: relative
}

.sproj-det .tb-img-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
  display: block
}

.sproj-det .tb-img-sm.accent {
  background: linear-gradient(160deg, #8832BA 50%, #1a0d2e 50%);
  display: flex;
  align-items: center;
  justify-content: center
}

.sproj-det .tb-img-sm.accent svg {
  opacity: .3
}

.sproj-det .wave-div {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: 56px
}

.sproj-det .wave-div svg {
  display: block;
  width: 100%
}

.sproj-det .mc {
  background: #110e18;
  padding: 56px 0;
  position: relative
}

.sproj-det .mc-bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, #1e1828 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, #1e1828 40px);
  opacity: .45
}

.sproj-det .mc-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  align-items: start
}

.sproj-det .mc-left {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.sproj-det .mc-program {
  background: #17111f;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 4px 14px 0 #8832ba17
}

.sproj-det .mc-prog-label {
  font-size: 16px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8832BA;
  font-weight: 700;
  margin-bottom: 14px
}

.sproj-det .mc-program h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #f0eaf5;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 14px
}

.sproj-det .mc-program p {
  font-size: 16px;
  line-height: 1.6;
  color: #a899b8;
  margin: 0 0 14px
}

.sproj-det .mc-program p:last-child {
  margin-bottom: 0
}

.sproj-det .mc-program small {
  font-size: 16px;
  color: #6e6080;
  line-height: 1.4
}

.sproj-det .mc-program mark {
  background: #8832BA;
  color: #f0eaf5;
  padding: 2px 6px;
  border-radius: 1px
}

.sproj-det .mc-program ul {
  padding-left: 14px;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.sproj-det .mc-program ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #a899b8;
  list-style: none;
  padding-left: 14px;
  position: relative
}

.sproj-det .mc-program ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #8832BA;
  border-radius: 1px
}

.sproj-det .mc-program dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  margin: 0 0 14px
}

.sproj-det .mc-program dt {
  font-size: 16px;
  line-height: 1.6;
  color: #D6A6DB;
  font-weight: 600
}

.sproj-det .mc-program dd {
  font-size: 16px;
  line-height: 1.6;
  color: #a899b8;
  margin: 0
}

.sproj-det .mc-program figure {
  margin: 14px 0
}

.sproj-det .mc-program figcaption {
  font-size: 16px;
  color: #6e6080;
  margin-top: 6px;
  line-height: 1.4
}

.sproj-det .mc-desc {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.sproj-det .mc-desc-label {
  font-size: 16px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8832BA;
  font-weight: 700
}

.sproj-det .mc-desc p {
  font-size: 16px;
  line-height: 1.6;
  color: #a899b8;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 14px
}

.sproj-det .mc-desc p .p-note {
  flex: 0 0 72px;
  font-size: 16px;
  color: #4a3f5c;
  line-height: 1.6;
  border-top: 1px solid #2a1f3a;
  padding-top: 6px
}

.sproj-det .mc-desc p .p-main {
  flex: 1
}

.sproj-det .mc-desc h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #f0eaf5;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0
}

.sproj-det .mc-desc abbr {
  color: #D6A6DB;
  text-decoration: underline dotted #8832BA;
  cursor: help
}

.sproj-det .mc-desc ul,
.sproj-det .mc-desc ol {
  padding-left: 14px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.sproj-det .mc-desc ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #a899b8;
  list-style: none;
  padding-left: 14px;
  position: relative
}

.sproj-det .mc-desc ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #D6A6DB;
  border-radius: 1px
}

.sproj-det .mc-desc ol li {
  font-size: 16px;
  line-height: 1.6;
  color: #a899b8;
  list-style: decimal;
  margin-left: 6px
}

.sproj-det .mc-desc blockquote {
  border-top: 2px solid #8832BA;
  padding: 14px 0 0;
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
  color: #D6A6DB;
  font-style: italic
}

.sproj-det .mc-desc dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  margin: 0
}

.sproj-det .mc-desc dt {
  font-size: 16px;
  line-height: 1.6;
  color: #D6A6DB;
  font-weight: 600
}

.sproj-det .mc-desc dd {
  font-size: 16px;
  line-height: 1.6;
  color: #a899b8;
  margin: 0
}

.sproj-det .mc-desc figure {
  margin: 14px 0
}

.sproj-det .mc-desc figcaption {
  font-size: 16px;
  color: #6e6080;
  margin-top: 6px;
  line-height: 1.4
}

.sproj-det .mc-desc details {
  border: 1px solid #2a1f3a;
  border-radius: 6px;
  padding: 14px
}

.sproj-det .mc-desc summary {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  cursor: pointer;
  font-weight: 600
}

.sproj-det .mc-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 28px
}

.sproj-det .price-card {
  background: #17111f;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 8px 60px 0 #8832ba1f;
  border: 1px solid #2a1a3a;
  animation: breath-bg 8s ease-in-out infinite
}

@keyframes breath-bg {

  0%,
  100% {
    background: #17111f
  }

  50% {
    background: #1c1228
  }
}

.sproj-det .price-amount {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf5;
  display: block;
  margin-bottom: 6px
}

.sproj-det .price-terms {
  font-size: 16px;
  line-height: 1.4;
  color: #7a6e88;
  margin-bottom: 14px;
  display: block
}

.sproj-det .price-note {
  font-size: 16px;
  line-height: 1.4;
  color: #5c5068;
  margin-bottom: 28px;
  display: block;
  padding: 14px;
  background: #0d0b10;
  border-radius: 6px
}

.sproj-det .seats-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding: 14px;
  background: #0d0b10;
  border-radius: 6px
}

.sproj-det .seats-dot {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #8832BA;
  flex-shrink: 0;
  animation: dot-pulse 2s ease-in-out infinite
}

@keyframes dot-pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .4
  }
}

.sproj-det .seats-txt {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB
}

.sproj-det .seats-num {
  font-weight: 700;
  color: #f0eaf5
}

.sproj-det .btn-enroll {
  display: block;
  width: 100%;
  padding: 14px 28px;
  background: #8832BA;
  color: #f0eaf5;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  border: 2px solid #8832BA;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .1s ease-out, background .1s ease-out;
  box-shadow: 0 4px 14px 0 #8832ba17;
  box-sizing: border-box
}

.sproj-det .btn-enroll::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #D6A6DB;
  border-radius: 6px;
  opacity: 0;
  transition: opacity .08s ease-out
}

.sproj-det .btn-enroll:hover {
  background: #6e28a0;
  color: #fff
}

.sproj-det .btn-enroll:hover::before {
  opacity: 1
}

.sproj-det .btn-enroll:focus-visible {
  outline: 2px solid #D6A6DB;
  outline-offset: 3px
}

.sproj-det .btn-compare {
  display: block;
  width: 100%;
  padding: 14px 28px;
  background: transparent;
  color: #D6A6DB;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 600;
  border: 2px solid #3a2550;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: border-color .1s ease-out, color .1s ease-out;
  box-sizing: border-box;
  margin-top: 14px
}

.sproj-det .btn-compare::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #8832BA;
  border-radius: 6px;
  opacity: 0;
  transition: opacity .1s ease-out
}

.sproj-det .btn-compare:hover {
  color: #f0eaf5;
  border-color: #8832BA
}

.sproj-det .btn-compare:hover::before {
  opacity: 1
}

.sproj-det .btn-compare:focus-visible {
  outline: 2px solid #D6A6DB;
  outline-offset: 3px
}

.sproj-det .metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
  background: #17111f;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 2px 3px 0 #8832ba14
}

.sproj-det .metric-item {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.sproj-det .metric-val {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf5
}

.sproj-det .metric-lbl {
  font-size: 16px;
  line-height: 1.4;
  color: #6e6080;
  text-transform: uppercase;
  letter-spacing: .05em
}

.sproj-det .metric-item:nth-child(1) .metric-val {
  color: #D6A6DB
}

.sproj-det .metric-item:nth-child(2) .metric-val {
  color: #8832BA
}

.sproj-det .metric-item:nth-child(3) .metric-val {
  color: #E9E4E8
}

.sproj-det .metric-item:nth-child(4) .metric-val {
  color: #D6A6DB
}

.sproj-det .contact-strip {
  background: #17111f;
  border-radius: 10px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 2px 3px 0 #8832ba14
}

.sproj-det .contact-strip-label {
  font-size: 16px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #5c5068;
  font-weight: 700
}

.sproj-det .contact-link {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  text-decoration: none;
  transition: color .08s linear;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.sproj-det .contact-link:hover {
  color: #f0eaf5
}

.sproj-det .contact-link:focus-visible {
  outline: 2px solid #D6A6DB;
  outline-offset: 2px;
  border-radius: 1px
}

.sproj-det .anim-up {
  opacity: 0;
  transform: translateY(24px);
  animation: rise-up .13s ease-out forwards
}

.sproj-det .anim-up:nth-child(1) {
  animation-delay: .04s
}

.sproj-det .anim-up:nth-child(2) {
  animation-delay: .08s
}

.sproj-det .anim-up:nth-child(3) {
  animation-delay: .12s
}

.sproj-det .anim-up:nth-child(4) {
  animation-delay: .16s
}

.sproj-det .anim-up:nth-child(5) {
  animation-delay: .2s
}

@keyframes rise-up {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.sproj-det .mc-geo {
  position: absolute;
  top: 56px;
  right: -80px;
  width: 300px;
  height: 300px;
  border: 1px solid #2a1a3a;
  border-radius: 22px;
  transform: rotate(30deg);
  pointer-events: none;
  opacity: .3
}

@media (max-width: 992px) {
  .sproj-det .tb-inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .sproj-det .tb-mosaic {
    grid-template-rows: 180px 120px
  }

  .sproj-det .tb-h1 {
    font-size: 40px
  }

  .sproj-det .mc-inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .sproj-det .mc-sidebar {
    position: static
  }

  .sproj-det .mc-geo {
    display: none
  }
}

@media (max-width: 576px) {
  .sproj-det .tb {
    padding: 28px 0 0
  }

  .sproj-det .tb-h1 {
    font-size: 28px
  }

  .sproj-det .tb-desc-wrap {
    flex-direction: column;
    gap: 14px
  }

  .sproj-det .tb-aside {
    flex: none;
    width: 100%
  }

  .sproj-det .tb-body {
    font-size: 16px
  }

  .sproj-det .tb-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 180px 100px
  }

  .sproj-det .tb-img-main {
    grid-column: 1 / 2
  }

  .sproj-det .tb-img-sm.accent {
    display: none
  }

  .sproj-det .mc {
    padding: 28px 0
  }

  .sproj-det .metrics-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px
  }

  .sproj-det .price-amount {
    font-size: 40px
  }
}

.stproj-pg {
  background-color: #0d0a10;
  color: #cfc8d4;
  min-height: 100vh;
  overflow-x: hidden
}

.stproj-pg .pg-band {
  width: 100%;
  height: 4px;
  background: #8832BA
}

.stproj-pg .title-area {
  position: relative;
  padding: 96px 28px 56px;
  background: linear-gradient(175deg, #1a0d24 0%, #1a0d24 50%, #0d0a10 50%);
  overflow: hidden
}

.stproj-pg .title-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 38px, #8832ba0a 38px, #8832ba0a 39px), repeating-linear-gradient(0deg, transparent, transparent 14px, #8832ba05 14px, #8832ba05 15px);
  pointer-events: none
}

.stproj-pg .title-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.stproj-pg .title-label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  border: 1px dashed #d6a6db66;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 28px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.stproj-pg .title-h1 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf4;
  text-align: center;
  margin-bottom: 28px;
  text-transform: uppercase
}

.stproj-pg .title-h1 .accent-word {
  color: #8832BA
}

.stproj-pg .title-sub {
  font-size: 22px;
  line-height: 1.6;
  color: #a899b3;
  text-align: center;
  max-width: 640px;
  margin: 0 auto
}

.stproj-pg .divider-stripe {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #8832BA 0%, #8832BA 50%, #D6A6DB 50%)
}

.stproj-pg .cards-area {
  padding: 56px 28px;
  max-width: 1200px;
  margin: 0 auto
}

.stproj-pg .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.stproj-pg .proj-card {
  background: #180f20;
  border-radius: 10px;
  box-shadow: 0 8px 60px 0 #8832ba1f;
  display: flex;
  flex-direction: column;
  border: 1px solid #8832ba26;
  transition: box-shadow .12s ease-out, border-color .1s ease-out;
  position: relative
}

.stproj-pg .proj-card:hover {
  box-shadow: 0 8px 60px 0 #8832ba38;
  border-color: #8832ba66
}

.stproj-pg .proj-card:focus-within {
  outline: 2px solid #8832BA;
  outline-offset: 2px
}

.stproj-pg .card-img-wrap {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 200px;
  position: relative
}

.stproj-pg .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.6) brightness(0.75);
  transition: filter .13s ease-out
}

.stproj-pg .proj-card:hover .card-img-wrap img {
  filter: saturate(0.85) brightness(0.85)
}

.stproj-pg .card-tag-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 14px 14px 0;
  flex-wrap: wrap
}

.stproj-pg .card-tag {
  font-size: 16px;
  line-height: 1.4;
  background: #8832ba2e;
  color: #D6A6DB;
  border-radius: 22px;
  padding: 6px 14px;
  font-weight: 600
}

.stproj-pg .card-fmt {
  font-size: 16px;
  line-height: 1.4;
  background: #e9e4e814;
  color: #E9E4E8;
  border-radius: 22px;
  padding: 6px 14px
}

.stproj-pg .card-body {
  padding: 14px 14px 6px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.stproj-pg .card-title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #f0eaf4;
  text-transform: uppercase
}

.stproj-pg .card-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #9e93a8
}

.stproj-pg .card-meta {
  display: flex;
  flex-direction: row;
  gap: 14px;
  padding: 6px 14px;
  align-items: center;
  flex-wrap: wrap
}

.stproj-pg .meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1.4;
  color: #7a6e83
}

.stproj-pg .meta-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.stproj-pg .card-footer {
  padding: 14px;
  border-top: 1px solid #8832ba1f;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap
}

.stproj-pg .price-block {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.stproj-pg .price-val {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  color: #D6A6DB
}

.stproj-pg .price-terms {
  font-size: 16px;
  line-height: 1.4;
  color: #6b5f75
}

.stproj-pg .price-note {
  font-size: 16px;
  line-height: 1.4;
  color: #8832BA;
  font-style: italic
}

.stproj-pg .seats-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1.4;
  color: #E9E4E8;
  background: #8832ba1f;
  border-radius: 6px;
  padding: 6px 14px
}

.stproj-pg .card-link-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #f0eaf4;
  background: #8832BA;
  border-radius: 6px;
  padding: 6px 28px;
  text-decoration: none;
  border: 2px solid #8832BA;
  transition: background .1s ease-out, color .1s ease-out, border-color .1s ease-out;
  position: relative
}

.stproj-pg .card-link-btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border-color .1s ease-out
}

.stproj-pg .card-link-btn:hover {
  background: transparent;
  color: #D6A6DB;
  border-color: #D6A6DB
}

.stproj-pg .card-link-btn:focus-visible {
  outline: 2px solid #D6A6DB;
  outline-offset: 3px
}

.stproj-pg .divider-dot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 0
}

.stproj-pg .dot-el {
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #8832BA;
  transform: rotate(45deg)
}

.stproj-pg .dot-el.sm {
  width: 4px;
  height: 4px;
  background: #8832ba66
}

.stproj-pg .metrics-area {
  background: #120a1a;
  padding: 56px 28px;
  position: relative;
  overflow: hidden
}

.stproj-pg .metrics-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, #8832ba08 0px, #8832ba08 1px, transparent 1px, transparent 8px), repeating-linear-gradient(0deg, #8832ba04 0px, #8832ba04 1px, transparent 1px, transparent 3px);
  pointer-events: none
}

.stproj-pg .metrics-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.stproj-pg .metrics-head {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 56px
}

.stproj-pg .metrics-head .acc {
  color: #8832BA
}

.stproj-pg .metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.stproj-pg .metric-box {
  background: #1c1026;
  border-radius: 10px;
  padding: 28px 14px;
  text-align: center;
  border: 1px solid #8832ba2e;
  box-shadow: 0 4px 14px 0 #8832ba17;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px
}

.stproj-pg .metric-num {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #D6A6DB
}

.stproj-pg .metric-lbl {
  font-size: 16px;
  line-height: 1.4;
  color: #7a6e83;
  text-transform: uppercase;
  letter-spacing: .06em
}

.stproj-pg .metric-icon-wrap {
  width: 28px;
  height: 28px;
  margin-bottom: 6px
}

.stproj-pg .divider-full {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #8832BA 30%, #D6A6DB 70%, transparent 100%)
}

.stproj-pg .approach-area {
  padding: 96px 28px 56px;
  max-width: 1200px;
  margin: 0 auto
}

.stproj-pg .approach-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: start
}

.stproj-pg .approach-aside {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 28px
}

.stproj-pg .aside-label {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 1px dashed #d6a6db59;
  padding: 6px 14px;
  border-radius: 6px;
  display: inline-block
}

.stproj-pg .aside-note {
  font-size: 16px;
  line-height: 1.6;
  color: #6b5f75
}

.stproj-pg .aside-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 60px 0 #8832ba1f
}

.stproj-pg .aside-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: saturate(0.5) brightness(0.7)
}

.stproj-pg .approach-main {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.stproj-pg .approach-h2 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf4;
  text-transform: uppercase;
  text-align: center
}

.stproj-pg .approach-h2 .acc {
  color: #8832BA
}

.stproj-pg .approach-text {
  font-size: 16px;
  line-height: 1.6;
  color: #9e93a8
}

.stproj-pg .approach-steps {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.stproj-pg .step-row {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: flex-start;
  padding: 14px;
  background: #180f20;
  border-radius: 6px;
  border: 1px solid #8832ba1f;
  transition: border-color .1s ease-out
}

.stproj-pg .step-row:hover {
  border-color: #8832ba59
}

.stproj-pg .step-num {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  color: #8832BA;
  min-width: 28px;
  flex-shrink: 0
}

.stproj-pg .step-txt {
  font-size: 16px;
  line-height: 1.6;
  color: #9e93a8
}

.stproj-pg .step-txt strong {
  color: #E9E4E8;
  font-weight: 700
}

.stproj-pg .featured-area {
  background: #8832BA;
  padding: 56px 28px;
  position: relative;
  overflow: hidden
}

.stproj-pg .featured-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #8832BA 0%, #8832BA 50%, #6a1fa0 50%);
  pointer-events: none
}

.stproj-pg .featured-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px
}

.stproj-pg .featured-h3 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase
}

.stproj-pg .featured-desc {
  font-size: 22px;
  line-height: 1.6;
  color: #fffc;
  max-width: 600px
}

.stproj-pg .featured-cta {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #8832BA;
  background: #fff;
  border-radius: 6px;
  padding: 14px 56px;
  text-decoration: none;
  border: 2px solid #fff;
  transition: background .12s ease-out, color .12s ease-out
}

.stproj-pg .featured-cta:hover {
  background: transparent;
  color: #fff
}

.stproj-pg .featured-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px
}

@keyframes bg-osc {
  0% {
    background-color: #0d0a10
  }

  50% {
    background-color: #110c16
  }

  100% {
    background-color: #0d0a10
  }
}

.stproj-pg {
  animation: bg-osc 8s ease-out infinite
}

@media (max-width: 992px) {
  .stproj-pg .cards-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stproj-pg .metrics-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stproj-pg .approach-layout {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .stproj-pg .approach-aside {
    position: static
  }

  .stproj-pg .title-h1 {
    font-size: 40px
  }
}

@media (max-width: 576px) {
  .stproj-pg .cards-grid {
    grid-template-columns: 1fr
  }

  .stproj-pg .metrics-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stproj-pg .title-h1 {
    font-size: 28px
  }

  .stproj-pg .title-area {
    padding: 56px 14px 28px
  }

  .stproj-pg .cards-area {
    padding: 28px 14px
  }

  .stproj-pg .approach-area {
    padding: 56px 14px 28px
  }

  .stproj-pg .metrics-area {
    padding: 28px 14px
  }

  .stproj-pg .featured-area {
    padding: 28px 14px
  }

  .stproj-pg .card-footer {
    flex-direction: column;
    align-items: flex-start
  }
}

.abt-us {
  background: #0d0a10;
  color: #e8e0ee;
  overflow-x: clip;
  position: relative
}

.abt-us .pg-schema {
  display: none
}

.abt-us .split-frame {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #8832BA;
  border-bottom: 1px solid #D6A6DB;
  overflow: hidden
}

.abt-us .split-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, #1a0d24 0%, #0d0a10 55%, #050306 100%);
  z-index: 0;
  pointer-events: none
}

.abt-us .split-left {
  position: relative;
  z-index: 1;
  padding: 96px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px
}

.abt-us .split-right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 56px 56px 28px
}

.abt-us .split-frame .diag-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, #8832BA 30%, #8832BA 70%, transparent 100%);
  z-index: 2;
  pointer-events: none
}

.abt-us .split-frame .diag-line::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #D6A6DB;
  border-radius: 50%
}

.abt-us .eyebrow {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600
}

.abt-us .split-left .pg-h1 {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  color: #e8e0ee;
  margin: 0
}

.abt-us .split-left .pg-h1 span {
  display: block;
  color: #8832BA
}

.abt-us .split-left .pg-h1 span.grow {
  font-size: 72px;
  color: #D6A6DB
}

.abt-us .split-left .lead-txt {
  font-size: 16px;
  line-height: 1.6;
  color: #b8a8c4;
  max-width: 420px;
  margin: 0
}

.abt-us .split-left .since-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 6px 14px;
  border: 1px solid #8832BA;
  border-radius: 6px;
  font-size: 16px;
  color: #D6A6DB;
  width: fit-content;
  box-shadow: 0 4px 14px 0 #8832ba17
}

.abt-us .since-badge .dot {
  width: 6px;
  height: 6px;
  background: #8832BA;
  border-radius: 50%;
  flex-shrink: 0
}

.abt-us .img-frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 60px 0 #8832ba1f
}

.abt-us .img-frame::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, #d6a6db59 0%, transparent 55%);
  z-index: 2;
  pointer-events: none;
  border-radius: 50%
}

.abt-us .img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #8832ba2e 0%, transparent 45%);
  z-index: 2;
  pointer-events: none
}

.abt-us .img-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  opacity: .88;
  transform: scale(1);
  transition: opacity .12s ease-out
}

.abt-us .img-frame:hover img {
  opacity: .95
}

.abt-us .atm-spot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  opacity: .12
}

.abt-us .atm-spot.s1 {
  width: 300px;
  height: 300px;
  background: #8832BA;
  top: 10%;
  left: -80px
}

.abt-us .atm-spot.s2 {
  width: 200px;
  height: 200px;
  background: #D6A6DB;
  bottom: 15%;
  right: 5%
}

@keyframes rotateReveal {
  from {
    opacity: 0;
    transform: rotate(-4deg) translateY(20px)
  }

  to {
    opacity: 1;
    transform: rotate(0deg) translateY(0)
  }
}

.abt-us .split-left .pg-h1 {
  animation: rotateReveal .55s ease-out both;
  animation-delay: .1s
}

.abt-us .split-left .lead-txt {
  animation: rotateReveal .55s ease-out both;
  animation-delay: .22s
}

.abt-us .img-frame {
  animation: rotateReveal .6s ease-out both;
  animation-delay: .18s
}

.abt-us .identity-deep {
  position: relative;
  padding: 96px 0;
  border-bottom: 1px solid #8832BA;
  overflow: hidden
}

.abt-us .identity-deep::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 50%, #150d1e 0%, #0d0a10 60%, #080508 100%);
  z-index: 0;
  pointer-events: none
}

.abt-us .id-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 56px;
  position: relative;
  z-index: 1
}

.abt-us .id-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: start;
  margin-bottom: 56px
}

.abt-us .id-label-col {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.abt-us .id-label-col .section-tag {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600
}

.abt-us .id-label-col .aside-note {
  font-size: 16px;
  line-height: 1.6;
  color: #7a6888;
  border-top: 1px solid #2a1e35;
  padding-top: 14px
}

.abt-us .id-text-col {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.abt-us .id-text-col .id-h2 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  color: #e8e0ee;
  margin: 0;
  text-align: center
}

.abt-us .id-text-col .body-p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8a8c4;
  margin: 0
}

.abt-us .chart-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 56px
}

.abt-us .chart-wrap {
  display: flex;
  justify-content: center;
  align-items: center
}

.abt-us .spider-svg {
  width: 320px;
  height: 320px;
  overflow: visible
}

.abt-us .spider-axis-label {
  fill: #D6A6DB;
  font-size: 13px
}

.abt-us .spider-grid-line {
  fill: none;
  stroke: #2a1e35;
  stroke-width: 1
}

.abt-us .spider-data-poly {
  fill: #8832ba38;
  stroke: #8832BA;
  stroke-width: 1.5
}

.abt-us .spider-dot {
  fill: #D6A6DB
}

.abt-us .spider-axis-line {
  stroke: #3a2545;
  stroke-width: 1
}

.abt-us .chart-legend {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.abt-us .chart-legend .leg-h3 {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  color: #e8e0ee;
  margin: 0;
  text-align: center
}

.abt-us .leg-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: #130d1c;
  border-radius: 10px;
  border: 1px solid #1e1228;
  box-shadow: 0 2px 3px 0 #8832ba14;
  transition: border-color .1s ease-out
}

.abt-us .leg-item:hover {
  border-color: #8832BA
}

.abt-us .leg-dot {
  width: 10px;
  height: 10px;
  background: #8832BA;
  border-radius: 50%;
  flex-shrink: 0
}

.abt-us .leg-item .leg-name {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  font-weight: 600
}

.abt-us .leg-item .leg-desc {
  font-size: 16px;
  line-height: 1.4;
  color: #7a6888;
  margin-left: auto
}

.abt-us .slit-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 56px
}

.abt-us .slit-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 280px;
  cursor: pointer;
  box-shadow: 0 4px 14px 0 #8832ba17
}

.abt-us .slit-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .6;
  transition: opacity .12s ease-out
}

.abt-us .slit-card:hover img {
  opacity: .8
}

.abt-us .slit-reveal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  overflow: hidden;
  background: #0d0514eb;
  transition: height .13s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 14px;
  border-top: 1px solid #8832BA
}

.abt-us .slit-card:hover .slit-reveal {
  height: 90px;
  padding: 14px
}

.abt-us .slit-reveal .slit-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #e8e0ee;
  text-transform: uppercase;
  margin: 0 0 6px
}

.abt-us .slit-reveal .slit-sub {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  margin: 0
}

.abt-us .slit-card .slit-icon-box {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #d6a6db80;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d0514b3;
  z-index: 2
}

.abt-us .slit-card .slit-icon-box svg {
  width: 20px;
  height: 20px
}

.abt-us .icon-rect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid #8832BA;
  border-radius: 6px;
  flex-shrink: 0
}

.abt-us .icon-rect svg {
  width: 22px;
  height: 22px
}

.abt-us .metrics-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #1e1228
}

.abt-us .metric-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 28px 14px;
  background: #100b18;
  border-radius: 10px;
  border: 1px solid #1e1228;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 3px 0 #8832ba14;
  transition: box-shadow .1s ease-out, border-color .1s ease-out
}

.abt-us .metric-cell:hover {
  border-color: #8832BA;
  box-shadow: 0 8px 60px 0 #8832ba1f
}

.abt-us .metric-cell .m-num {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #8832BA
}

.abt-us .metric-cell .m-label {
  font-size: 16px;
  line-height: 1.4;
  color: #7a6888
}

@keyframes scrollReveal {
  from {
    opacity: 0;
    transform: rotate(-2deg) translateY(28px)
  }

  to {
    opacity: 1;
    transform: rotate(0deg) translateY(0)
  }
}

.abt-us .id-top {
  animation: scrollReveal .5s ease-out both;
  animation-delay: .08s
}

.abt-us .chart-row {
  animation: scrollReveal .55s ease-out both;
  animation-delay: .14s
}

.abt-us .slit-row {
  animation: scrollReveal .5s ease-out both;
  animation-delay: .2s
}

.abt-us .metrics-strip {
  animation: scrollReveal .5s ease-out both;
  animation-delay: .25s
}

.abt-us .cta-strip {
  margin-top: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap
}

.abt-us .btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  background: #8832BA;
  color: #e8e0ee;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none !important;
  border: 2px solid #8832BA;
  cursor: pointer;
  box-shadow: 0 4px 14px 0 #8832ba17;
  overflow: hidden;
  transition: background .1s ease-out, color .1s ease-out
}

.abt-us .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #D6A6DB;
  border-radius: 6px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .12s ease-out
}

.abt-us .btn-primary:hover::before {
  transform: scaleX(1)
}

.abt-us .btn-primary:hover {
  background: #6b2595
}

.abt-us .btn-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  background: transparent;
  color: #D6A6DB;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none !important;
  border: 1.5px solid #8832BA;
  cursor: pointer;
  transition: color .1s ease-out, border-color .1s ease-out;
  overflow: hidden
}

.abt-us .btn-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  border-top: 2px solid #D6A6DB;
  transition: none
}

.abt-us .btn-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 2px solid #D6A6DB;
  transition: none
}

.abt-us .btn-outline:hover {
  color: #e8e0ee;
  border-color: #D6A6DB
}

@media (max-width: 992px) {
  .abt-us .split-frame {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .abt-us .split-frame .diag-line {
    display: none
  }

  .abt-us .split-left {
    padding: 56px 28px
  }

  .abt-us .split-right {
    padding: 28px 28px 56px
  }

  .abt-us .split-left .pg-h1 {
    font-size: 56px
  }

  .abt-us .split-left .pg-h1 span.grow {
    font-size: 56px
  }

  .abt-us .id-container {
    padding: 0 28px
  }

  .abt-us .id-top {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .abt-us .chart-row {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .abt-us .slit-row {
    grid-template-columns: 1fr 1fr
  }

  .abt-us .metrics-strip {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 576px) {
  .abt-us .split-left .pg-h1 {
    font-size: 40px
  }

  .abt-us .split-left .pg-h1 span.grow {
    font-size: 40px
  }

  .abt-us .split-left {
    padding: 56px 14px
  }

  .abt-us .split-right {
    padding: 14px 14px 56px
  }

  .abt-us .id-container {
    padding: 0 14px
  }

  .abt-us .slit-row {
    grid-template-columns: 1fr
  }

  .abt-us .metrics-strip {
    grid-template-columns: 1fr 1fr;
    gap: 6px
  }

  .abt-us .identity-deep {
    padding: 56px 0
  }

  .abt-us .id-text-col .id-h2 {
    font-size: 28px
  }

  .abt-us .chart-legend .leg-h3 {
    font-size: 22px
  }

  .abt-us .cta-strip {
    flex-direction: column;
    align-items: flex-start
  }

  .abt-us .spider-svg {
    width: 260px;
    height: 260px
  }

  .abt-us .metric-cell .m-num {
    font-size: 28px
  }
}

.cmp-pg {
  background: #0d0b10;
  color: #d8d0e0;
  overflow-x: clip;
  position: relative
}

.cmp-pg .schema-block {
  display: none
}

.cmp-pg .pg-top {
  position: relative;
  padding: 96px 28px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden
}

.cmp-pg .pg-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(112deg, #8832BA 0%, #8832BA 48%, #0d0b10 48.01%, #0d0b10 100%);
  opacity: .13;
  pointer-events: none
}

.cmp-pg .pg-top::after {
  content: '"';
  position: absolute;
  right: 6%;
  top: 28px;
  font-size: 320px;
  line-height: 1.15;
  color: #8832BA;
  opacity: .06;
  pointer-events: none;
  user-select: none
}

.cmp-pg .top-edge-line {
  width: 2px;
  height: 56px;
  background: #8832BA;
  margin-bottom: 28px
}

.cmp-pg .top-label {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px
}

.cmp-pg .top-img-wrap {
  width: 100%;
  max-width: 680px;
  aspect-ratio: 16/7;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
  box-shadow: 0 8px 60px 0 #8832ba1f
}

.cmp-pg .top-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.cmp-pg .top-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #8832ba8c 0%, #8832ba8c 49%, transparent 49.01%, transparent 100%);
  pointer-events: none
}

.cmp-pg .top-text {
  max-width: 680px;
  width: 100%;
  text-align: left
}

.cmp-pg .top-h1 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf5;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
  overflow: hidden
}

.cmp-pg .top-h1 .word-a,
.cmp-pg .top-h1 .word-b {
  display: inline-block;
  animation: split-spread .12s ease-out both
}

.cmp-pg .top-h1 .word-a {
  animation-name: slide-left
}

.cmp-pg .top-h1 .word-b {
  animation-name: slide-right
}

@keyframes slide-left {
  from {
    transform: translateX(18px);
    opacity: 0
  }

  to {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slide-right {
  from {
    transform: translateX(-18px);
    opacity: 0
  }

  to {
    transform: translateX(0);
    opacity: 1
  }
}

.cmp-pg .top-desc {
  font-size: 22px;
  line-height: 1.6;
  color: #b8a8c8;
  text-align: left;
  margin-bottom: 0
}

.cmp-pg .top-aside {
  font-size: 16px;
  line-height: 1.4;
  color: #8832BA;
  font-weight: 700;
  text-align: right;
  margin-top: 14px
}

.cmp-pg .contrast-band {
  padding: 56px 28px;
  background: #160f1e;
  position: relative
}

.cmp-pg .contrast-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #8832BA 0%, #8832BA 60%, transparent 60.01%)
}

.cmp-pg .contrast-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  gap: 0 28px;
  align-items: start
}

.cmp-pg .contrast-divider {
  background: linear-gradient(180deg, transparent 0%, #8832BA 30%, #D6A6DB 70%, transparent 100%);
  width: 2px;
  align-self: stretch;
  min-height: 320px
}

.cmp-pg .contrast-col {
  padding: 28px;
  border-radius: 10px;
  position: relative
}

.cmp-pg .contrast-col.state-a {
  background: #1a1228;
  box-shadow: 0 4px 14px 0 #8832ba17
}

.cmp-pg .contrast-col.state-b {
  background: #100d18;
  box-shadow: 0 4px 14px 0 #d6a6db17
}

.cmp-pg .contrast-tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 14px
}

.cmp-pg .contrast-col.state-a .contrast-tag {
  background: #8832BA;
  color: #f0eaf5
}

.cmp-pg .contrast-col.state-b .contrast-tag {
  background: #2a1a38;
  color: #D6A6DB;
  border: 1px solid #8832BA
}

.cmp-pg .contrast-h2 {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  color: #f0eaf5;
  margin-bottom: 14px
}

.cmp-pg .contrast-body {
  font-size: 16px;
  line-height: 1.6;
  color: #a898b8;
  margin-bottom: 14px
}

.cmp-pg .contrast-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cmp-pg .contrast-list li {
  font-size: 16px;
  line-height: 1.4;
  color: #c8b8d8;
  padding: 6px 14px;
  border-radius: 6px;
  background: #8832ba12;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px
}

.cmp-pg .contrast-list li .li-dot {
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #8832BA;
  flex-shrink: 0;
  margin-top: 5px
}

.cmp-pg .contrast-col.state-b .contrast-list li .li-dot {
  background: #D6A6DB
}

.cmp-pg .pull-quote {
  margin: 28px 28px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 28px
}

.cmp-pg .pull-quote blockquote {
  font-size: 28px;
  line-height: 1.4;
  color: #D6A6DB;
  font-style: italic;
  font-weight: 600;
  border-top: 2px solid #8832BA;
  padding-top: 14px;
  margin: 0
}

.cmp-pg .detail-grid {
  padding: 96px 28px;
  background: #0d0b10;
  position: relative
}

.cmp-pg .detail-grid::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #2a1a38 40%, transparent 100%)
}

.cmp-pg .detail-grid-inner {
  max-width: 1200px;
  margin: 0 auto
}

.cmp-pg .detail-h2 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  color: #f0eaf5;
  text-align: center;
  margin-bottom: 56px
}

.cmp-pg .detail-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start
}

.cmp-pg .detail-aside {
  position: sticky;
  top: 28px
}

.cmp-pg .detail-aside-note {
  font-size: 16px;
  line-height: 1.6;
  color: #6d5d80;
  border-right: 2px solid #2a1a38;
  padding-right: 14px
}

.cmp-pg .detail-aside-stat {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #8832BA;
  margin-bottom: 6px
}

.cmp-pg .detail-aside-label {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB
}

.cmp-pg .detail-rows {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.cmp-pg .detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  border-radius: 10px;
  overflow: hidden
}

.cmp-pg .detail-row-head {
  grid-column: 1 / -1;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #f0eaf5;
  text-transform: uppercase;
  padding: 14px 14px 0
}

.cmp-pg .detail-cell {
  background: #160f1e;
  border-radius: 10px;
  padding: 14px;
  position: relative;
  cursor: default;
  transition: background .1s ease-out
}

.cmp-pg .detail-cell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: #8832ba38;
  opacity: 0;
  transition: opacity .08s linear;
  pointer-events: none
}

.cmp-pg .detail-cell:hover::before {
  opacity: 1
}

.cmp-pg .detail-cell-label {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #D6A6DB;
  margin-bottom: 6px
}

.cmp-pg .detail-cell-body {
  font-size: 16px;
  line-height: 1.6;
  color: #a898b8
}

.cmp-pg .detail-cell.featured {
  background: #1e1030;
  box-shadow: 0 2px 3px 0 #8832ba14
}

.cmp-pg .detail-cell.featured .detail-cell-label {
  color: #f0eaf5 !important
}

.cmp-pg .action-strip {
  padding: 56px 28px;
  background: #160f1e;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  position: relative
}

.cmp-pg .action-strip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #8832BA 50%, transparent 100%)
}

.cmp-pg .action-h3 {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  color: #f0eaf5;
  text-align: center;
  max-width: 600px
}

.cmp-pg .action-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #a898b8;
  text-align: center;
  max-width: 500px
}

.cmp-pg .btn-group {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center
}

.cmp-pg .btn-prim {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #f0eaf5;
  background: #8832BA;
  border: 2px solid #8832BA;
  border-radius: 22px;
  padding: 14px 28px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .1s ease-out, background .1s ease-out;
  box-shadow: 0 4px 14px 0 #8832ba17
}

.cmp-pg .btn-prim::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 2px solid #f0eaf5;
  opacity: 0;
  transform: scale(0.94);
  transition: opacity .08s ease-out, transform .1s ease-out
}

.cmp-pg .btn-prim:hover {
  background: #6a22a0
}

.cmp-pg .btn-prim:hover::after {
  opacity: 1;
  transform: scale(1)
}

.cmp-pg .btn-prim:focus-visible {
  outline: 2px solid #D6A6DB;
  outline-offset: 3px
}

.cmp-pg .btn-sec {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #D6A6DB;
  background: transparent;
  border: 2px solid #8832BA;
  border-radius: 22px;
  padding: 14px 28px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .13s ease-out, border-color .13s ease-out
}

.cmp-pg .btn-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 2px solid #D6A6DB;
  opacity: 0;
  transform: scale(0.94);
  transition: opacity .09s ease-out, transform .12s ease-out
}

.cmp-pg .btn-sec:hover {
  color: #f0eaf5;
  border-color: #D6A6DB
}

.cmp-pg .btn-sec:hover::after {
  opacity: 1;
  transform: scale(1)
}

.cmp-pg .btn-sec:focus-visible {
  outline: 2px solid #D6A6DB;
  outline-offset: 3px
}

@media (max-width: 992px) {
  .cmp-pg .contrast-inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .cmp-pg .contrast-divider {
    display: none
  }

  .cmp-pg .detail-layout {
    grid-template-columns: 1fr
  }

  .cmp-pg .detail-aside {
    position: static;
    border-right: none;
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center
  }

  .cmp-pg .detail-aside-note {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #2a1a38;
    padding-bottom: 14px
  }

  .cmp-pg .top-h1 {
    font-size: 40px
  }
}

@media (max-width: 576px) {
  .cmp-pg .pg-top {
    padding: 56px 14px 28px
  }

  .cmp-pg .top-h1 {
    font-size: 28px
  }

  .cmp-pg .top-desc {
    font-size: 16px
  }

  .cmp-pg .contrast-band {
    padding: 28px 14px
  }

  .cmp-pg .contrast-col {
    padding: 14px
  }

  .cmp-pg .detail-grid {
    padding: 56px 14px
  }

  .cmp-pg .detail-row {
    grid-template-columns: 1fr
  }

  .cmp-pg .detail-h2 {
    font-size: 28px
  }

  .cmp-pg .action-strip {
    padding: 56px 14px
  }

  .cmp-pg .btn-group {
    flex-direction: column;
    align-items: stretch
  }

  .cmp-pg .pull-quote {
    padding: 0 14px
  }

  .cmp-pg .pull-quote blockquote {
    font-size: 22px
  }
}

.ld-pg {
  background-color: #0d0b10;
  color: #cec8d4;
  overflow-x: hidden;
  position: relative
}

.ld-pg ::selection {
  background: #8832ba1a;
  color: #cec8d4
}

.ld-pg :focus-visible {
  outline: 2px solid #8832BA !important;
  outline-offset: 3px !important;
  border-radius: 6px !important
}

.ld-pg .t-block {
  position: relative;
  padding: 96px 28px 56px;
  background: linear-gradient(158deg, #1a0f24 0%, #1a0f24 48%, #0d0b10 48%);
  overflow: hidden
}

.ld-pg .t-block__dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 260px;
  pointer-events: none
}

.ld-pg .t-block__dots circle {
  fill: #8832ba2e
}

.ld-pg .t-row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px
}

.ld-pg .t-left {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.ld-pg .t-tag {
  display: inline-block;
  background: #8832ba38;
  color: #D6A6DB;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px 14px;
  border-radius: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content
}

.ld-pg .t-h1 {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf5;
  margin: 0;
  animation: track-expand .6s ease-out both
}

.ld-pg .t-h1 span {
  color: #8832BA
}

@keyframes track-expand {
  from {
    letter-spacing: -.04em;
    opacity: .4
  }

  to {
    letter-spacing: normal;
    opacity: 1
  }
}

.ld-pg .t-sub {
  font-size: 22px;
  line-height: 1.6;
  color: #b8afc2;
  margin: 0;
  max-width: 520px
}

.ld-pg .t-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap
}

.ld-pg .btn-prim {
  display: inline-block;
  padding: 14px 28px;
  background: #8832BA;
  color: #f0eaf5;
  font-size: 16px;
  font-weight: 700;
  border-radius: 22px;
  border: 2px solid #8832BA;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background .1s ease-out, color .1s ease-out
}

.ld-pg .btn-prim::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 2px solid #D6A6DB;
  opacity: 0;
  transition: opacity .12s linear
}

.ld-pg .btn-prim:hover::after {
  opacity: 1
}

.ld-pg .btn-prim:hover {
  background: #9e3fd4
}

.ld-pg .btn-prim:active {
  background: #6e28a0
}

.ld-pg .btn-sec {
  display: inline-block;
  padding: 14px 28px;
  background: transparent;
  color: #D6A6DB;
  font-size: 16px;
  font-weight: 600;
  border-radius: 22px;
  border: 2px solid #d6a6db66;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: border-color .1s ease-out, color .1s ease-out
}

.ld-pg .btn-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 2px solid #D6A6DB;
  opacity: 0;
  transition: opacity .12s linear
}

.ld-pg .btn-sec:hover::before {
  opacity: 1
}

.ld-pg .btn-sec:hover {
  color: #f0eaf5
}

.ld-pg .t-right {
  flex: 0 0 40%;
  position: relative
}

.ld-pg .t-img-wrap {
  position: relative;
  width: 100%
}

.ld-pg .t-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);
  display: block;
  border-radius: 1px
}

.ld-pg .t-img-badge {
  position: absolute;
  bottom: 28px;
  left: -14px;
  background: #1a0f24;
  border: 1px solid #8832ba66;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 8px 60px 0 #8832ba1f
}

.ld-pg .t-img-badge__num {
  font-size: 28px;
  font-weight: 800;
  color: #8832BA;
  line-height: 1.15
}

.ld-pg .t-img-badge__lbl {
  font-size: 16px;
  color: #b8afc2;
  line-height: 1.4
}

.ld-pg .div-blur {
  height: 56px;
  background: linear-gradient(180deg, #0d0b10 0%, #0d0b1000 100%)
}

.ld-pg .rep-band {
  padding: 56px 28px;
  background: #1a0f2499;
  position: relative
}

.ld-pg .rep-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #8832ba80 50%, transparent 100%)
}

.ld-pg .rep-inner {
  max-width: 1200px;
  margin: 0 auto
}

.ld-pg .rep-head {
  text-align: center;
  margin-bottom: 56px
}

.ld-pg .rep-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #f0eaf5;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.15;
  margin: 0 0 14px
}

.ld-pg .rep-head p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8afc2;
  max-width: 560px;
  margin: 0 auto
}

.ld-pg .rep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.ld-pg .rep-card {
  background: #160e20;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid #8832ba26;
  box-shadow: 0 4px 14px 0 #8832ba17;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden
}

.ld-pg .rep-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #8832BA 0%, #D6A6DB 100%);
  border-radius: 1px 1px 0 0
}

.ld-pg .rep-card__ico {
  width: 40px;
  height: 40px;
  flex-shrink: 0
}

.ld-pg .rep-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #f0eaf5;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.4;
  margin: 0
}

.ld-pg .rep-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8afc2;
  margin: 0
}

.ld-pg .div-line {
  max-width: 1200px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #d6a6db33 30%, #d6a6db33 70%, transparent 100%)
}

.ld-pg .inv-band {
  padding: 96px 28px;
  background: #0d0b10
}

.ld-pg .inv-row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: center
}

.ld-pg .inv-aside {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ld-pg .inv-aside small {
  font-size: 16px;
  color: #8832BA;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.4
}

.ld-pg .inv-aside h3 {
  font-size: 40px;
  font-weight: 800;
  color: #f0eaf5;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.15;
  margin: 0 0 14px
}

.ld-pg .inv-aside p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8afc2;
  margin: 0
}

.ld-pg .inv-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.ld-pg .inv-tier {
  background: #160e20;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid #8832ba1f;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  transition: border-color .12s ease-out
}

.ld-pg .inv-tier:hover {
  border-color: #8832ba73
}

.ld-pg .inv-tier.featured {
  border-color: #8832ba80;
  box-shadow: 0 4px 14px 0 #8832ba17
}

.ld-pg .inv-tier__label {
  flex: 0 0 auto;
  background: #8832ba2e;
  color: #D6A6DB;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: .06em;
  min-width: 100px;
  text-align: center
}

.ld-pg .inv-tier.featured .inv-tier__label {
  background: #8832BA;
  color: #f0eaf5
}

.ld-pg .inv-tier__desc {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  color: #b8afc2
}

.ld-pg .inv-tier__price {
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 800;
  color: #f0eaf5;
  line-height: 1.15;
  text-align: right
}

.ld-pg .inv-tier__price span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #8832BA
}

.ld-pg .div-grad {
  height: 56px;
  background: linear-gradient(180deg, #0d0b10 0%, #160e20 100%)
}

.ld-pg .nums-band {
  padding: 56px 28px;
  background: #160e20;
  position: relative
}

.ld-pg .nums-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  pointer-events: none
}

.ld-pg .nums-curve svg {
  display: block;
  width: 100%
}

.ld-pg .nums-inner {
  max-width: 1200px;
  margin: 0 auto
}

.ld-pg .nums-head {
  text-align: center;
  margin-bottom: 56px
}

.ld-pg .nums-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #f0eaf5;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.15;
  margin: 0 0 14px
}

.ld-pg .nums-head p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8afc2;
  max-width: 520px;
  margin: 0 auto
}

.ld-pg .nums-row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: stretch
}

.ld-pg .nums-img-col {
  flex: 0 0 42%;
  position: relative;
  border-radius: 10px;
  overflow: hidden
}

.ld-pg .nums-img-col img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .15s ease-out
}

.ld-pg .nums-img-col:hover img {
  transform: scale(1.03)
}

.ld-pg .nums-img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #160e2033 0%, #160e2099 100%)
}

.ld-pg .nums-stats {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.ld-pg .stat-box {
  background: #0d0b10;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid #8832ba1f;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: inset 0 2px 3px 0 #8832ba14
}

.ld-pg .stat-box__num {
  font-size: 56px;
  font-weight: 800;
  color: #8832BA;
  line-height: 1.15
}

.ld-pg .stat-box__unit {
  font-size: 22px;
  color: #D6A6DB
}

.ld-pg .stat-box__lbl {
  font-size: 16px;
  line-height: 1.4;
  color: #b8afc2
}

.ld-pg .div-fade {
  height: 56px;
  background: linear-gradient(180deg, #0d0b10 0%, #0d0b1000 100%)
}

.ld-pg .appr-band {
  padding: 96px 28px;
  background: #0d0b10
}

.ld-pg .appr-row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.ld-pg .appr-img-col {
  flex: 0 0 40%;
  position: relative
}

.ld-pg .appr-img-col img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  box-shadow: 0 8px 60px 0 #8832ba1f
}

.ld-pg .appr-img-col::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  right: 14px;
  bottom: 14px;
  border: 1px solid #8832ba40;
  border-radius: 22px;
  pointer-events: none
}

.ld-pg .appr-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.ld-pg .appr-txt small {
  font-size: 16px;
  color: #8832BA;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.4
}

.ld-pg .appr-txt h2 {
  font-size: 40px;
  font-weight: 800;
  color: #f0eaf5;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.15;
  margin: 0
}

.ld-pg .appr-items {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.ld-pg .appr-item {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: flex-start
}

.ld-pg .appr-item__num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #8832ba38;
  color: #D6A6DB;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1
}

.ld-pg .appr-item__body h5 {
  font-size: 16px;
  font-weight: 700;
  color: #f0eaf5;
  margin: 0 0 6px;
  line-height: 1.4
}

.ld-pg .appr-item__body p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8afc2;
  margin: 0
}

.ld-pg .div-stripe {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  height: 28px;
  display: flex;
  align-items: center;
  gap: 6px
}

.ld-pg .div-stripe__dot {
  width: 6px;
  height: 6px;
  border-radius: 38px;
  background: #8832ba59;
  flex-shrink: 0
}

.ld-pg .div-stripe__line {
  flex: 1;
  height: 1px;
  background: #d6a6db1f
}

.ld-pg .voices-band {
  padding: 96px 28px;
  background: linear-gradient(158deg, #0d0b10 0%, #0d0b10 55%, #160e20 55%)
}

.ld-pg .voices-inner {
  max-width: 1200px;
  margin: 0 auto
}

.ld-pg .voices-head {
  margin-bottom: 56px
}

.ld-pg .voices-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #f0eaf5;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.15;
  margin: 0 0 14px;
  text-align: center
}

.ld-pg .voices-head p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8afc2;
  text-align: center;
  max-width: 500px;
  margin: 0 auto
}

.ld-pg .voices-layout {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start
}

.ld-pg .voice-main {
  flex: 0 0 55%;
  background: #160e20;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid #8832ba33;
  box-shadow: 0 4px 14px 0 #8832ba17;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.ld-pg .voice-main__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
  display: block
}

.ld-pg .voice-main__quote {
  font-size: 22px;
  line-height: 1.6;
  color: #f0eaf5;
  font-style: italic
}

.ld-pg .voice-main__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px
}

.ld-pg .voice-main__meta-name {
  font-size: 16px;
  font-weight: 700;
  color: #D6A6DB;
  line-height: 1.4
}

.ld-pg .voice-main__meta-role {
  font-size: 16px;
  color: #8832BA;
  line-height: 1.4
}

.ld-pg .voice-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.ld-pg .voice-card {
  background: #0d0b10;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid #8832ba1f;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: inset 0 2px 3px 0 #8832ba14
}

.ld-pg .voice-card__img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
  display: block
}

.ld-pg .voice-card__quote {
  font-size: 16px;
  line-height: 1.6;
  color: #cec8d4;
  font-style: italic
}

.ld-pg .voice-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #D6A6DB;
  line-height: 1.4
}

.ld-pg .voice-card__role {
  font-size: 16px;
  color: #8832BA;
  line-height: 1.4
}

.ld-pg .div-wide {
  height: 56px;
  background: linear-gradient(180deg, #160e2000 0%, #160e2080 100%)
}

.ld-pg .doubt-band {
  padding: 96px 28px;
  background: #160e20;
  position: relative
}

.ld-pg .doubt-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #8832ba66 50%, transparent 100%)
}

.ld-pg .doubt-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.ld-pg .doubt-txt {
  flex: 0 0 58%;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.ld-pg .doubt-txt small {
  font-size: 16px;
  color: #8832BA;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.4
}

.ld-pg .doubt-txt h2 {
  font-size: 40px;
  font-weight: 800;
  color: #f0eaf5;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.15;
  margin: 0
}

.ld-pg .doubt-txt p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8afc2;
  margin: 0
}

.ld-pg .doubt-aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.ld-pg .doubt-q {
  background: #0d0b10;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid #8832ba26;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 2px 3px 0 #8832ba14
}

.ld-pg .doubt-q h5 {
  font-size: 16px;
  font-weight: 700;
  color: #f0eaf5;
  margin: 0;
  line-height: 1.4
}

.ld-pg .doubt-q p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8afc2;
  margin: 0
}

.ld-pg .doubt-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  box-shadow: 0 4px 14px 0 #8832ba17
}

@media (max-width: 992px) {

  .ld-pg .t-row,
  .ld-pg .inv-row,
  .ld-pg .appr-row,
  .ld-pg .voices-layout,
  .ld-pg .doubt-inner {
    flex-direction: column
  }

  .ld-pg .t-left,
  .ld-pg .t-right,
  .ld-pg .inv-aside,
  .ld-pg .inv-main,
  .ld-pg .appr-img-col,
  .ld-pg .appr-txt,
  .ld-pg .voice-main,
  .ld-pg .voice-stack,
  .ld-pg .doubt-txt,
  .ld-pg .doubt-aside {
    flex: none;
    width: 100%
  }

  .ld-pg .t-h1 {
    font-size: 56px
  }

  .ld-pg .rep-grid {
    grid-template-columns: 1fr 1fr
  }

  .ld-pg .nums-row {
    flex-direction: column
  }

  .ld-pg .nums-img-col {
    flex: none;
    width: 100%
  }

  .ld-pg .appr-img-col::before {
    display: none
  }
}

@media (max-width: 576px) {
  .ld-pg .t-block {
    padding: 56px 14px
  }

  .ld-pg .t-h1 {
    font-size: 40px
  }

  .ld-pg .rep-grid {
    grid-template-columns: 1fr
  }

  .ld-pg .nums-stats {
    grid-template-columns: 1fr 1fr
  }

  .ld-pg .stat-box__num {
    font-size: 40px
  }

  .ld-pg .inv-tier {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px
  }

  .ld-pg .inv-tier__price {
    text-align: left
  }

  .ld-pg .rep-band,
  .ld-pg .inv-band,
  .ld-pg .appr-band,
  .ld-pg .voices-band,
  .ld-pg .doubt-band {
    padding: 56px 14px
  }

  .ld-pg .nums-band {
    padding: 56px 14px
  }

  .ld-pg .t-img-badge {
    left: 6px
  }
}

.ctus {
  background-color: #0d0b0f;
  color: #cfc8d4;
  overflow-x: clip;
  position: relative
}

.ctus .pg-open {
  padding: 96px 28px 56px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end
}

.ctus .pg-open__rule {
  width: 56px;
  height: 2px;
  background: #8832BA;
  margin-bottom: 28px
}

.ctus .pg-open__label {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 14px
}

.ctus .pg-open__h1 {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf4;
  margin: 0 0 28px;
  text-transform: uppercase
}

.ctus .pg-open__h1 span {
  color: #8832BA
}

.ctus .pg-open__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #a89db0;
  max-width: 480px
}

.ctus .pg-open__aside {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-bottom: 14px
}

.ctus .addr-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 28px;
  background: #160f1e;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 #8832ba17;
  position: relative;
  overflow: hidden
}

.ctus .addr-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #8832BA 50%, transparent 50%)
}

.ctus .addr-item__tag {
  font-size: 16px;
  color: #D6A6DB;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ctus .addr-item__val {
  font-size: 22px;
  line-height: 1.4;
  color: #f0eaf4;
  font-weight: 600
}

.ctus .addr-item__val a {
  color: #f0eaf4;
  text-decoration: none;
  transition: color .1s ease-out
}

.ctus .addr-item__val a:hover {
  color: #D6A6DB
}

.ctus .addr-item__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #8c7e96
}

.ctus .form-belt {
  background: #110d18;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238832BA' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  padding: 96px 28px;
  position: relative
}

.ctus .form-belt__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 96px;
  align-items: start
}

.ctus .form-side-note {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 28px
}

.ctus .form-side-note__quote {
  font-size: 72px;
  line-height: 1.15;
  color: #8832BA;
  font-weight: 900;
  opacity: .35;
  line-height: 1;
  user-select: none
}

.ctus .form-side-note__h2 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf4;
  text-transform: uppercase;
  margin: 0
}

.ctus .form-side-note__body {
  font-size: 16px;
  line-height: 1.6;
  color: #9a8da5
}

.ctus .form-side-note__link {
  font-size: 16px;
  color: #D6A6DB;
  text-decoration: none;
  border-bottom: 1px solid #d6a6db4d;
  padding-bottom: 2px;
  transition: border-color .12s ease-out, color .12s ease-out;
  align-self: flex-start
}

.ctus .form-side-note__link:hover {
  color: #f0eaf4;
  border-color: #f0eaf480
}

.ctus .ed-form {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.ctus .ed-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px
}

.ctus .field-grp {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus .field-grp label {
  font-size: 16px;
  color: #D6A6DB;
  text-transform: uppercase;
  letter-spacing: .05em
}

.ctus .field-grp input[type="text"],
.ctus .field-grp input[type="email"] {
  background: #1c1326;
  border: 1px solid #8832ba40;
  border-radius: 6px;
  padding: 14px;
  font-size: 16px;
  color: #f0eaf4;
  outline: none;
  transition: border-color .1s ease-out, box-shadow .1s ease-out;
  width: 100%;
  box-sizing: border-box
}

.ctus .field-grp input[type="text"]::placeholder,
.ctus .field-grp input[type="email"]::placeholder {
  color: #5a4d65
}

.ctus .field-grp input[type="text"]:focus,
.ctus .field-grp input[type="email"]:focus {
  border-color: #8832BA;
  box-shadow: 0 2px 3px 0 #8832ba14
}

.ctus .checks-grp {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.ctus .checks-grp__label {
  font-size: 16px;
  color: #D6A6DB;
  text-transform: uppercase;
  letter-spacing: .05em
}

.ctus .checks-grp__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.ctus .chk-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: #1c1326;
  border-radius: 6px;
  border: 1px solid #8832ba33;
  cursor: pointer;
  transition: border-color .1s ease-out, background .1s ease-out
}

.ctus .chk-item:hover {
  border-color: #8832ba80;
  background: #221830
}

.ctus .chk-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #8832BA;
  cursor: pointer;
  flex-shrink: 0
}

.ctus .chk-item__text {
  font-size: 16px;
  color: #cfc8d4;
  line-height: 1.4
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  background: #8832ba0f;
  border-radius: 6px;
  border: 1px solid #8832ba26
}

.ctus .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #8832BA;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.ctus .privacy-row__text {
  font-size: 16px;
  line-height: 1.6;
  color: #9a8da5
}

.ctus .privacy-row__text a {
  color: #D6A6DB;
  text-decoration: none;
  border-bottom: 1px solid #d6a6db59;
  transition: color .08s linear
}

.ctus .privacy-row__text a:hover {
  color: #f0eaf4
}

.ctus .submit-btn {
  align-self: flex-start;
  background: #8832BA;
  color: #f0eaf4;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 14px 56px;
  border: 2px solid #8832BA;
  border-radius: 22px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background .12s ease-out, color .12s ease-out;
  box-shadow: 0 4px 14px 0 #8832ba17
}

.ctus .submit-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 2px solid #D6A6DB;
  opacity: 0;
  transition: opacity .12s ease-out
}

.ctus .submit-btn:hover {
  background: transparent;
  color: #D6A6DB
}

.ctus .submit-btn:hover::before {
  opacity: 1
}

.ctus .submit-btn:focus-visible {
  outline: 2px solid #D6A6DB;
  outline-offset: 3px
}

.ctus .metrics-strip {
  padding: 56px 28px 96px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center
}

.ctus .metrics-strip__img-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 60px 0 #8832ba1f;
  position: relative
}

.ctus .metrics-strip__img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform .15s ease-out
}

.ctus .metrics-strip__img-wrap:hover img {
  transform: scale(1.04)
}

.ctus .metrics-strip__right {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.ctus .metrics-strip__h3 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0eaf4;
  text-transform: uppercase;
  margin: 0
}

.ctus .metrics-strip__body {
  font-size: 16px;
  line-height: 1.6;
  color: #9a8da5
}

.ctus .num-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.ctus .num-card {
  background: #160f1e;
  border-radius: 10px;
  padding: 28px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 2px 3px 0 #8832ba14;
  animation: drop-in .14s ease-out both
}

.ctus .num-card:nth-child(1) {
  animation-delay: .05s
}

.ctus .num-card:nth-child(2) {
  animation-delay: .09s
}

.ctus .num-card:nth-child(3) {
  animation-delay: .13s
}

.ctus .num-card:nth-child(4) {
  animation-delay: .17s
}

@keyframes drop-in {
  0% {
    transform: translateY(-14px);
    opacity: 0
  }

  70% {
    transform: translateY(4px);
    opacity: 1
  }

  100% {
    transform: translateY(0)
  }
}

.ctus .num-card__fig {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900
}

.ctus .num-card__fig .int {
  color: #f0eaf4
}

.ctus .num-card__fig .frac {
  color: #8832BA
}

.ctus .num-card__desc {
  font-size: 16px;
  line-height: 1.4;
  color: #8c7e96
}

.ctus .tone-cycle {
  animation: tone-shift 6s ease-out infinite alternate
}

@keyframes tone-shift {
  0% {
    background-color: #160f1e
  }

  100% {
    background-color: #1c1326
  }
}

.ctus .img2-block {
  display: none
}

@media (max-width: 992px) {
  .ctus .pg-open {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 28px 28px
  }

  .ctus .pg-open__h1 {
    font-size: 56px
  }

  .ctus .form-belt__inner {
    grid-template-columns: 1fr;
    gap: 56px
  }

  .ctus .form-side-note {
    position: static
  }

  .ctus .metrics-strip {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .ctus .metrics-strip__img-wrap img {
    height: 280px
  }

  .ctus .checks-grp__grid {
    grid-template-columns: 1fr
  }

  .ctus .ed-form__row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 576px) {
  .ctus .pg-open__h1 {
    font-size: 40px
  }

  .ctus .form-side-note__h2 {
    font-size: 28px
  }

  .ctus .num-row {
    grid-template-columns: 1fr
  }

  .ctus .form-belt {
    padding: 56px 14px
  }

  .ctus .pg-open {
    padding: 56px 14px 28px
  }

  .ctus .metrics-strip {
    padding: 28px 14px 56px
  }

  .ctus .submit-btn {
    width: 100%;
    text-align: center
  }
}

.success-pg {
  background: #0d0a10;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 28px
}

.success-pg .success-wrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px
}

.success-pg .success-card {
  background: #18101f;
  border-radius: 22px;
  padding: 56px;
  max-width: 620px;
  width: 100%;
  box-shadow: 0 8px 60px 0 #8832ba1f;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden
}

.success-pg .success-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, transparent 30%, #8832BA 30%, #D6A6DB 70%, transparent 70%, transparent 100%)
}

.success-pg .icon-ring {
  width: 80px;
  height: 80px;
  border-radius: 38px;
  background: #22112e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px 0 #8832ba17 inset 0 2px 3px 0 #d6a6db14;
  flex-shrink: 0
}

.success-pg .icon-ring svg {
  display: block
}

.success-pg .success-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center
}

.success-pg .success-text .label-tag {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  background: #2a1238;
  border-radius: 6px;
  padding: 6px 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600
}

.success-pg .success-text h1 {
  font-size: 40px;
  line-height: 1.15;
  color: #E9E4E8;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase
}

.success-pg .success-text .sub-msg {
  font-size: 16px;
  line-height: 1.6;
  color: #9e8fa8;
  max-width: 440px
}

.success-pg .divider-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #2e1a3d 40%, #2e1a3d 60%, transparent 100%)
}

.success-pg .detail-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  width: 100%
}

.success-pg .detail-row .detail-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #22112e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px
}

.success-pg .detail-row .detail-body {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.success-pg .detail-row .detail-body .detail-label {
  font-size: 16px;
  line-height: 1.4;
  color: #D6A6DB;
  font-weight: 600
}

.success-pg .detail-row .detail-body .detail-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #7a6a84
}

.success-pg .action-group {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%
}

.success-pg .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #8832BA;
  color: #E9E4E8;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 14px 0 #8832ba17;
  transition: background .12s ease-out, border-color .12s ease-out;
  position: relative
}

.success-pg .btn-primary:hover {
  background: #6e28a0;
  border-color: #D6A6DB
}

.success-pg .btn-primary:focus-visible {
  outline: 2px solid #D6A6DB;
  outline-offset: 3px
}

.success-pg .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #D6A6DB;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  border: 2px solid #3a1e4e;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .09s linear, color .09s linear
}

.success-pg .btn-outline:hover {
  border-color: #8832BA;
  color: #E9E4E8
}

.success-pg .btn-outline:focus-visible {
  outline: 2px solid #8832BA;
  outline-offset: 3px
}

.success-pg .contact-note {
  font-size: 16px;
  line-height: 1.6;
  color: #5a4d63;
  text-align: center;
  max-width: 480px
}

.success-pg .contact-note a {
  color: #D6A6DB;
  text-decoration: none;
  border-bottom: 1px solid #3a1e4e;
  transition: border-color .1s ease-out, color .1s ease-out
}

.success-pg .contact-note a:hover {
  color: #E9E4E8;
  border-color: #8832BA
}

@media (max-width: 576px) {
  .success-pg {
    padding: 56px 14px
  }

  .success-pg .success-card {
    padding: 28px 14px;
    gap: 28px
  }

  .success-pg .success-text h1 {
    font-size: 28px
  }

  .success-pg .action-group {
    flex-direction: column;
    align-items: stretch
  }

  .success-pg .btn-primary,
  .success-pg .btn-outline {
    justify-content: center
  }
}