* {
  box-sizing: border-box
}

body {
  margin: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Red Hat Display', sans-serif
}

.page-header {
  background: #0e0910;
  border-bottom: 1px solid #bb74b12e;
  position: relative
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #bb74b114 0%, #0d070c00 60%);
  pointer-events: none
}

.header-top-bar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 32px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px
}

.logo-mount {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.logo-frame {
  width: 48px;
  height: 56px;
  background: #ddc5de12;
  border-radius: 12px;
  border: 1px solid #bb74b14d;
  box-shadow: 2px 1px 4px 0 #bb74b112 2px 6px 14px 0 #bb74b114;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px
}

.logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.logo-rule {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #bb74b199, transparent);
  border: none;
  margin: 0
}

.brand-label {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #DDC5DE;
  letter-spacing: -.02em;
  line-height: 1.1;
  white-space: nowrap
}

.header-contact-strip {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding-bottom: 4px
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ddc5deb3;
  letter-spacing: .04em;
  line-height: 1.6;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-item:hover,
.contact-item:focus {
  color: #BB74B1;
  outline: none;
  background: none
}

.contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: .7
}

.contact-item:hover .contact-icon,
.contact-item:focus .contact-icon {
  opacity: 1
}

.header-nav-bar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  border-top: 1px solid #bb74b11f;
  margin-top: 16px
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0
}

.primary-nav li {
  display: flex
}

.primary-nav li a {
  display: flex;
  align-items: center;
  padding: 16px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #efdcebbf;
  text-decoration: none;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.0, 0, 0.2, 1);
  white-space: nowrap;
  min-height: 44px
}

.primary-nav li a:hover,
.primary-nav li a:focus {
  color: #BB74B1;
  border-bottom-color: #BB74B1;
  outline: none;
  background: #bb74b10f
}

.primary-nav li a[aria-current="page"] {
  color: #BB74B1;
  border-bottom-color: #BB74B1
}

.page-footer {
  background: #0e0910;
  border-top: 1px solid #bb74b126;
  padding: 32px
}

.footer-shell {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bb74b11a
}

.footer-logo-frame {
  width: 44px;
  height: 44px;
  background: #ddc5de0f;
  border-radius: 12px;
  border: 1px solid #bb74b140;
  box-shadow: 2px 1px 4px 0 #bb74b112;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0
}

.footer-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.footer-brand {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #DDC5DE;
  letter-spacing: -.01em;
  line-height: 1.1
}

.footer-main-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-links li {
  display: flex;
  align-items: center
}

.footer-links li+li::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #bb74b166;
  margin-right: 4px;
  flex-shrink: 0
}

.footer-links li a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ddc5de99;
  text-decoration: none;
  letter-spacing: .03em;
  line-height: 1.35;
  border-radius: 20px;
  border: 1px solid transparent;
  min-height: 44px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.footer-links li a:hover,
.footer-links li a:focus {
  color: #EFDCEB;
  border-color: #bb74b14d;
  background: #bb74b112;
  outline: none
}

.footer-copy {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #bb74b173;
  letter-spacing: .04em;
  line-height: 1.6;
  white-space: nowrap
}

.cookie-notice {
  display: none;
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 340px;
  background: #160d15;
  border: 1px solid #bb74b14d;
  border-radius: 12px;
  box-shadow: 2px 10px 52px 0 #bb74b124;
  z-index: 1000;
  padding: 32px;
  flex-direction: column;
  gap: 16px
}

.cookie-notice.showing {
  display: flex
}

.cookie-description {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ddc5ded9;
  line-height: 1.6;
  letter-spacing: .02em
}

.cookie-headline {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #DDC5DE;
  line-height: 1.35;
  letter-spacing: -.01em
}

.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cookie-category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.cookie-category-label {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  color: #efdcebcc;
  letter-spacing: .03em;
  line-height: 1.6
}

.cookie-category-label.always-active {
  color: #bb74b1b3;
  font-size: 14px;
  letter-spacing: .04em
}

.cookie-toggle {
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 20px;
  border-radius: 20px;
  background: #bb74b133;
  border: 1px solid #bb74b14d;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookie-toggle::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background: #ddc5de80;
  transition: left .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookie-toggle:checked {
  background: #bb74b199;
  border-color: #BB74B1
}

.cookie-toggle:checked::after {
  left: 18px;
  background: #EFDCEB
}

.cookie-toggle:focus {
  outline: none;
  border-color: #BB74B1;
  background: #bb74b159
}

.cookie-toggle:disabled {
  opacity: .5;
  cursor: not-allowed
}

.cookie-data-sale {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  color: #efdcebbf;
  line-height: 1.6;
  letter-spacing: .02em;
  padding: 8px;
  border-radius: 6px;
  background: #bb74b10f;
  border: 1px solid #bb74b11f
}

.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch
}

.cookie-accept-button {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #0e0910;
  background: #BB74B1;
  border: none;
  border-radius: 6px;
  padding: 12px 16px;
  cursor: pointer;
  min-height: 44px;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), width .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookie-accept-button:hover,
.cookie-accept-button:focus {
  background: #DDC5DE;
  outline: none
}

.cookie-reject-link {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #bb74b1b3;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 8px 16px;
  min-height: 44px;
  letter-spacing: .03em;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookie-reject-link:hover,
.cookie-reject-link:focus {
  color: #EFDCEB;
  outline: none
}

@media (max-width: 768px) {
  .header-top-bar {
    padding: 16px 16px 0;
    flex-wrap: wrap;
    gap: 16px
  }

  .header-nav-bar {
    padding: 0 16px
  }

  .primary-nav li a {
    padding: 16px 12px;
    font-size: 14px
  }

  .header-contact-strip {
    align-items: flex-start
  }

  .page-footer {
    padding: 32px 16px
  }

  .footer-main-row {
    flex-direction: column;
    align-items: flex-start
  }

  .cookie-notice {
    width: calc(100% - 32px)
  }
}

@media (max-width: 360px) {
  .primary-nav li a {
    padding: 12px 8px;
    font-size: 14px
  }

  .brand-label {
    font-size: 18px
  }
}

@media (min-width: 1440px) {

  .header-top-bar,
  .header-nav-bar,
  .footer-shell {
    max-width: 1100px
  }
}

.doc-wrapper-jh {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 32px;
  color: #DDC5DE;
  line-height: 1.8;
  font-size: 18px
}

.doc-wrapper-jh ul,
.doc-wrapper-jh ol {
  margin: 16px 0 32px;
  padding-left: 32px
}

.doc-wrapper-jh ul {
  list-style: none;
  padding-left: 16px
}

.doc-wrapper-jh ol {
  list-style: decimal
}

.doc-wrapper-jh ul li,
.doc-wrapper-jh ol li {
  margin-bottom: 8px;
  line-height: 1.8;
  font-size: 18px;
  color: #DDC5DE
}

.doc-wrapper-jh ul li {
  padding-left: 16px;
  position: relative
}

.doc-wrapper-jh ul li::before {
  background: #BB74B1;
  content: "";
  display: inline-block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 6px;
  border-radius: 2px
}

.doc-wrapper-jh ol li::marker {
  color: #BB74B1;
  font-size: 14px
}

.doc-wrapper-jh strong,
.doc-wrapper-jh b {
  color: #EFDCEB;
  font-weight: 700;
  letter-spacing: .01em
}

.doc-wrapper-jh a {
  color: #BB74B1;
  text-decoration: underline;
  text-decoration-color: #bb74b166;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.doc-wrapper-jh a:hover {
  color: #EFDCEB;
  text-decoration-color: #efdceb99
}

.doc-wrapper-jh table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 14px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 6px 14px 0 #bb74b114
}

.doc-wrapper-jh thead {
  background: #bb74b12e
}

.doc-wrapper-jh thead th {
  color: #EFDCEB;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 16px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #bb74b14d
}

.doc-wrapper-jh tbody tr {
  border-bottom: 1px solid #ddc5de1a;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.doc-wrapper-jh tbody tr:hover {
  background: #bb74b112
}

.doc-wrapper-jh td {
  color: #DDC5DE;
  font-size: 14px;
  line-height: 1.6;
  padding: 16px;
  vertical-align: top
}

.doc-wrapper-jh hr {
  border: none;
  border-top: 1px solid #bb74b138;
  margin: 48px 0
}

.doc-wrapper-jh div {
  margin-bottom: 16px
}

@media (max-width: 768px) {
  .doc-wrapper-jh {
    padding: 32px 16px;
    font-size: 18px
  }

  .doc-wrapper-jh table {
    display: block;
    overflow-x: auto
  }

  .doc-wrapper-jh thead th,
  .doc-wrapper-jh td {
    padding: 8px;
    font-size: 14px
  }
}

@media (max-width: 360px) {
  .doc-wrapper-jh {
    padding: 16px 8px
  }
}

.why-choose-page {
  background-color: #0d0a0e;
  color: #e8d8e6;
  overflow-x: hidden
}

.why-choose-page .page-band {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.why-choose-page ::selection {
  background: #BB74B1;
  color: #fff
}

.why-choose-page .arrow-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.why-choose-page .arrow-list li {
  padding: 4px 0 4px 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  color: #DDC5DE
}

.why-choose-page .arrow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #BB74B1;
  border-top: 2px solid #BB74B1;
  transform: rotate(45deg)
}

.why-choose-page .dot-accent {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #BB74B1;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.why-choose-page .label-swatch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: .06em;
  color: #DDC5DE;
  text-transform: uppercase
}

.why-choose-page .label-swatch .swatch {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #BB74B1
}

.why-choose-page em,
.why-choose-page .accent-italic {
  font-style: italic;
  color: #DDC5DE
}

.why-choose-page .dashed-connector {
  border: none;
  border-top: 1px dashed #BB74B174;
  margin: 32px 0
}

@keyframes shadowBuild {
  from {
    box-shadow: 2px 1px 4px 0 #bb74b100
  }

  to {
    box-shadow: 2px 10px 52px 0 #bb74b124
  }
}

@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-8deg) translateY(12px)
  }

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

.why-choose-page .rotate-in-1 {
  animation: rotateIn .22s cubic-bezier(0.4, 0, 0.2, 1) .05s both
}

.why-choose-page .rotate-in-2 {
  animation: rotateIn .22s cubic-bezier(0.4, 0, 0.2, 1) .13s both
}

.why-choose-page .rotate-in-3 {
  animation: rotateIn .22s cubic-bezier(0.4, 0, 0.2, 1) .21s both
}

.why-choose-page .rotate-in-4 {
  animation: rotateIn .22s cubic-bezier(0.4, 0, 0.2, 1) .29s both
}

.why-choose-page .shadow-build {
  animation: shadowBuild .28s cubic-bezier(0.0, 0, 0.2, 1) .1s both
}

.why-choose-page .strip {
  padding: 48px 0 32px;
  position: relative
}

.why-choose-page .strip-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.why-choose-page .strip-text {
  flex: 1 1 0;
  min-width: 0
}

.why-choose-page .strip-image {
  flex: 0 0 320px;
  width: 320px;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  position: relative
}

.why-choose-page .strip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px
}

.why-choose-page .strip-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: radial-gradient(ellipse at 0% 0%, #0d0a0eb8 0%, transparent 55%), radial-gradient(ellipse at 100% 100%, #0d0a0eb8 0%, transparent 55%);
  pointer-events: none
}

.why-choose-page .strip-h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #EFDCEB;
  margin: 0 0 16px
}

.why-choose-page .strip-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #DDC5DE;
  margin: 0 0 16px
}

.why-choose-page .strip-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #c4a8c0;
  margin: 0
}

.why-choose-page .wave-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.why-choose-page .wave-divider svg {
  display: block;
  width: 100%
}

.why-choose-page .reasons-section {
  background: radial-gradient(ellipse at 50% 50%, #1a0f1c 0%, #0d0a0e 72%);
  padding: 48px 0;
  position: relative
}

.why-choose-page .reasons-section .dot-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.why-choose-page .reasons-section .dot-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #BB74B122 1px, transparent 1px), radial-gradient(circle, #DDC5DE0d 2px, transparent 2px), radial-gradient(circle, #BB74B10a 1.5px, transparent 1.5px);
  background-size: 48px 48px, 96px 96px, 32px 32px;
  background-position: 0 0, 24px 24px, 16px 16px
}

.why-choose-page .reasons-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 1
}

.why-choose-page .reason-card {
  background: #130d15;
  border: 1px solid #BB74B130;
  border-radius: 12px;
  padding: 32px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 2px 6px 14px 0 #bb74b114;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.why-choose-page .reason-card:hover {
  box-shadow: 2px 10px 52px 0 #bb74b124;
  border-color: #BB74B160
}

.why-choose-page .reason-card.wide {
  padding: 32px 24px 24px
}

.why-choose-page .reason-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0
}

.why-choose-page .reason-heading {
  font-size: 18px;
  line-height: 1.35;
  color: #EFDCEB;
  margin: 8px 0 4px;
  letter-spacing: -.01em
}

.why-choose-page .reason-text {
  font-size: 14px;
  line-height: 1.6;
  color: #c4a8c0;
  margin: 0
}

.why-choose-page .curve-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.why-choose-page .curve-divider svg {
  display: block;
  width: 100%
}

.why-choose-page .metrics-section {
  background: #0d0a0e;
  padding: 48px 0 96px
}

.why-choose-page .metrics-heading-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 48px
}

.why-choose-page .metrics-heading-col {
  flex: 1 1 0;
  min-width: 0
}

.why-choose-page .metrics-aside-col {
  flex: 0 0 340px;
  width: 340px
}

.why-choose-page .metrics-h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #EFDCEB;
  margin: 0 0 16px
}

.why-choose-page .metrics-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #c4a8c0;
  margin: 0 0 16px
}

.why-choose-page .metrics-image {
  width: 340px;
  height: 210px;
  border-radius: 12px;
  overflow: hidden;
  position: relative
}

.why-choose-page .metrics-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.why-choose-page .metrics-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: radial-gradient(ellipse at 100% 0%, #0d0a0ea6 0%, transparent 60%), radial-gradient(ellipse at 0% 100%, #0d0a0ea6 0%, transparent 60%);
  pointer-events: none
}

.why-choose-page .rings-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap
}

.why-choose-page .ring-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1 1 120px
}

.why-choose-page .ring-label {
  font-size: 14px;
  line-height: 1.35;
  color: #DDC5DE;
  text-align: center;
  letter-spacing: .02em
}

.why-choose-page .ring-svg {
  width: 100px;
  height: 100px
}

.why-choose-page .ring-value {
  font-size: 18px;
  line-height: 1.35;
  color: #EFDCEB;
  font-weight: 700;
  letter-spacing: -.01em
}

.why-choose-page .third-image-block {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch;
  margin-top: 48px
}

.why-choose-page .third-image-wrap {
  flex: 0 0 280px;
  width: 280px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  position: relative
}

.why-choose-page .third-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.why-choose-page .third-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: radial-gradient(ellipse at 0% 0%, #0d0a0e99 0%, transparent 50%), radial-gradient(ellipse at 100% 100%, #0d0a0e99 0%, transparent 50%);
  pointer-events: none
}

.why-choose-page .third-text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}

.why-choose-page .third-h3 {
  font-size: 24px;
  line-height: 1.35;
  color: #EFDCEB;
  margin: 0;
  letter-spacing: -.01em
}

.why-choose-page .third-para {
  font-size: 14px;
  line-height: 1.6;
  color: #c4a8c0;
  margin: 0
}

.why-choose-page .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(to right, #BB74B1, transparent);
  color: #fff;
  font-size: 14px;
  letter-spacing: .04em;
  padding: 8px 32px 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #BB74B160;
  box-shadow: 2px 1px 4px 0 #bb74b112;
  transition: padding-right .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start
}

.why-choose-page .cta-link:hover {
  padding-right: 48px;
  box-shadow: 2px 6px 14px 0 #bb74b114
}

.why-choose-page .cta-link:focus {
  outline: 2px solid #BB74B1;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .why-choose-page .reasons-grid {
    grid-template-columns: 1fr 1fr
  }

  .why-choose-page .strip-image {
    flex: 0 0 240px;
    width: 240px
  }

  .why-choose-page .metrics-heading-row {
    flex-direction: column;
    gap: 32px
  }

  .why-choose-page .metrics-aside-col {
    flex: none;
    width: 100%
  }

  .why-choose-page .metrics-image {
    width: 100%
  }
}

@media (max-width: 768px) {
  .why-choose-page .strip-inner {
    flex-direction: column;
    gap: 32px
  }

  .why-choose-page .strip-image {
    flex: none;
    width: 100%;
    height: 180px
  }

  .why-choose-page .strip-h1 {
    font-size: 36px
  }

  .why-choose-page .reasons-grid {
    grid-template-columns: 1fr
  }

  .why-choose-page .rings-row {
    gap: 16px
  }

  .why-choose-page .third-image-block {
    flex-direction: column
  }

  .why-choose-page .third-image-wrap {
    flex: none;
    width: 100%
  }

  .why-choose-page .metrics-h2 {
    font-size: 24px
  }
}

@media (max-width: 360px) {
  .why-choose-page .page-band {
    padding: 0 16px
  }

  .why-choose-page .strip-h1 {
    font-size: 24px
  }

  .why-choose-page .ring-svg {
    width: 80px;
    height: 80px
  }
}

.contact-us-page {
  background-color: #0d0b10;
  min-height: 100vh;
  overflow: hidden
}

.contact-us-page .top-strip {
  background: linear-gradient(to right, #BB74B1, transparent);
  height: 2px;
  width: 100%
}

.contact-us-page .split-layout {
  display: flex;
  flex-direction: row;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 32px;
  gap: 48px;
  align-items: flex-start
}

.contact-us-page .left-accent {
  width: 30%;
  flex-shrink: 0;
  position: relative;
  padding-top: 16px
}

.contact-us-page .right-panel {
  width: 70%;
  flex-shrink: 0
}

.contact-us-page .accent-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #BB74B1;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.contact-us-page .left-accent .page-heading {
  font-size: 36px;
  line-height: 1.1;
  color: #EFDCEB;
  margin: 0 0 32px;
  letter-spacing: -.02em
}

.contact-us-page .left-accent .page-heading .dot-accent {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #BB74B1;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.contact-us-page .marker-phrase {
  font-size: 18px;
  line-height: 1.6;
  color: #DDC5DE;
  font-style: italic;
  margin-bottom: 32px;
  background: linear-gradient(to right, #bb74b138, transparent);
  padding: 8px 16px;
  border-radius: 6px
}

.contact-us-page .contact-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us-page .contact-detail-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #DDC5DE;
  line-height: 1.6
}

.contact-us-page .contact-detail-list li .detail-arrow {
  color: #BB74B1;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px
}

.contact-us-page .contact-detail-list li a {
  color: #DDC5DE;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .contact-detail-list li a:hover {
  color: #BB74B1
}

.contact-us-page .dot-border-deco {
  position: relative;
  width: 100%;
  height: 120px;
  margin-top: 32px
}

.contact-us-page .dot-border-deco::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #bb74b18c 2px, transparent 2px), radial-gradient(circle, #bb74b14d 4px, transparent 4px), radial-gradient(circle, #ddc5de33 1px, transparent 1px);
  background-size: 18px 18px, 36px 36px, 12px 12px;
  background-position: 0 0, 9px 9px, 4px 4px;
  border-radius: 12px
}

.contact-us-page .form-card {
  background: #130f18;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 2px 10px 52px 0 #bb74b124;
  position: relative;
  overflow: hidden
}

.contact-us-page .form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #BB74B1, transparent);
  border-radius: 12px 12px 0 0
}

.contact-us-page .form-heading {
  font-size: 24px;
  line-height: 1.35;
  color: #EFDCEB;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.contact-us-page .form-sub {
  font-size: 14px;
  color: #DDC5DE;
  line-height: 1.6;
  margin: 0 0 32px;
  opacity: .8
}

.contact-us-page .form-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px
}

.contact-us-page .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.contact-us-page .form-field.full {
  flex: none;
  width: 100%;
  margin-bottom: 16px
}

.contact-us-page .field-label {
  font-size: 14px;
  color: #BB74B1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.contact-us-page .field-input {
  background: #1a1320;
  border: 1px solid #bb74b140;
  border-radius: 6px;
  padding: 12px 16px;
  color: #EFDCEB;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  box-sizing: border-box
}

.contact-us-page .field-input::placeholder {
  color: #ddc5de59;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em
}

.contact-us-page .field-input:focus {
  border-color: #BB74B1;
  box-shadow: 2px 6px 14px 0 #bb74b114 inset 0 2px 4px #bb74b10f
}

.contact-us-page .size-group-label {
  font-size: 14px;
  color: #BB74B1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 12px
}

.contact-us-page .size-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px
}

.contact-us-page .size-option {
  position: relative
}

.contact-us-page .size-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.contact-us-page .size-option label {
  display: block;
  padding: 8px 16px;
  border: 1px solid #bb74b14d;
  border-radius: 6px;
  font-size: 14px;
  color: #DDC5DE;
  cursor: pointer;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  letter-spacing: .04em
}

.contact-us-page .size-option input[type="radio"]:checked+label {
  background: #bb74b12e !important;
  border-color: #BB74B1;
  color: #EFDCEB
}

.contact-us-page .size-option label:hover {
  border-color: #BB74B1;
  background: #bb74b114
}

.contact-us-page .size-option input[type="radio"]:focus+label {
  outline: 2px solid #BB74B1;
  outline-offset: 2px
}

.contact-us-page .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  background: #bb74b10f;
  border-radius: 6px
}

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

.contact-us-page .privacy-text {
  font-size: 14px;
  color: #DDC5DE;
  line-height: 1.6
}

.contact-us-page .privacy-text a {
  color: #BB74B1;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .privacy-text a:hover {
  color: #EFDCEB
}

.contact-us-page .submit-btn {
  background: linear-gradient(to right, #BB74B1, #bb74b1b3);
  color: #0d0b10;
  border: none;
  border-radius: 6px;
  padding: 14px 48px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: padding .22s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
  box-shadow: 2px 6px 14px 0 #bb74b114;
  display: inline-block
}

.contact-us-page .submit-btn:hover {
  padding: 14px 64px;
  box-shadow: 2px 10px 52px 0 #bb74b124
}

.contact-us-page .submit-btn:focus {
  outline: 2px solid #EFDCEB;
  outline-offset: 3px
}

.contact-us-page .submit-btn:active {
  opacity: .88
}

.contact-us-page .wave-divider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  height: 48px;
  display: flex;
  align-items: center
}

.contact-us-page .wave-divider svg {
  width: 100%;
  height: 48px
}

.contact-us-page .info-section {
  background: #110d16;
  padding: 48px 0;
  position: relative
}

.contact-us-page .info-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#bb74b10f 1px, transparent 1px), linear-gradient(90deg, #bb74b10f 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none
}

.contact-us-page .info-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: stretch
}

.contact-us-page .info-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us-page .info-col-heading {
  font-size: 18px;
  line-height: 1.35;
  color: #EFDCEB;
  margin: 0 0 8px;
  letter-spacing: .01em;
  display: flex;
  align-items: center;
  gap: 8px
}

.contact-us-page .info-col-heading .dot-accent {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #BB74B1;
  border-radius: 50%;
  flex-shrink: 0
}

.contact-us-page .info-body {
  font-size: 14px;
  color: #DDC5DE;
  line-height: 1.8;
  margin: 0;
  opacity: .85
}

.contact-us-page .info-divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, #bb74b159, transparent);
  flex-shrink: 0
}

.contact-us-page .image-col {
  width: 260px;
  flex-shrink: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden
}

.contact-us-page .image-col img {
  width: 260px;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: border-color .25s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent
}

.contact-us-page .image-col:hover img {
  border-color: #BB74B1
}

.contact-us-page .image-col .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, #0d0b108c, transparent);
  border-radius: 12px 12px 0 0;
  pointer-events: none
}

.contact-us-page .clip-reveal {
  animation: clipExpand .6s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes clipExpand {
  from {
    clip-path: inset(40% 40% 40% 40% round 12px);
    opacity: .2
  }

  to {
    clip-path: inset(0% 0% 0% 0% round 12px);
    opacity: 1
  }
}

.contact-us-page .bg-oscillate {
  animation: bgOscillate 8s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes bgOscillate {
  from {
    background-color: #0d0b10
  }

  to {
    background-color: #100d14
  }
}

@media (max-width: 1024px) {
  .contact-us-page .split-layout {
    padding: 32px 16px;
    gap: 32px
  }

  .contact-us-page .form-card {
    padding: 32px
  }

  .contact-us-page .info-inner {
    padding: 0 16px;
    gap: 32px
  }

  .contact-us-page .image-col {
    width: 200px
  }

  .contact-us-page .image-col img {
    width: 200px;
    height: 180px
  }
}

@media (max-width: 768px) {
  .contact-us-page .split-layout {
    flex-direction: column;
    padding: 32px 16px
  }

  .contact-us-page .left-accent {
    width: 100%
  }

  .contact-us-page .right-panel {
    width: 100%
  }

  .contact-us-page .form-row {
    flex-direction: column
  }

  .contact-us-page .info-inner {
    flex-direction: column;
    padding: 0 16px
  }

  .contact-us-page .info-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #bb74b159, transparent)
  }

  .contact-us-page .image-col {
    width: 100%
  }

  .contact-us-page .image-col img {
    width: 100%;
    height: 200px
  }
}

@media (max-width: 360px) {
  .contact-us-page .form-card {
    padding: 16px
  }

  .contact-us-page .left-accent .page-heading {
    font-size: 24px
  }

  .contact-us-page .size-options {
    flex-direction: column
  }
}

.about-us-page {
  background-color: #0d0a0e;
  color: #e8dce9;
  overflow-x: clip
}

.about-us-page *,
.about-us-page ::before,
.about-us-page ::after {
  box-sizing: border-box
}

.about-us-page img {
  max-width: 100%
}

@keyframes rise-appear {
  from {
    opacity: 0;
    transform: translateY(32px)
  }

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

.about-us-page .reveal {
  animation: rise-appear .55s cubic-bezier(0.0, 0, 0.2, 1) both
}

.about-us-page .reveal-delay-1 {
  animation-delay: .1s
}

.about-us-page .reveal-delay-2 {
  animation-delay: .22s
}

.about-us-page .reveal-delay-3 {
  animation-delay: .34s
}

.about-us-page .reveal-delay-4 {
  animation-delay: .46s
}

.about-us-page .title-block {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 32px 96px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.about-us-page .title-block__image-col {
  position: relative
}

.about-us-page .title-block__image-frame {
  border: 2px solid #BB74B1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 10px 52px 0 #bb74b124
}

.about-us-page .title-block__image-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block
}

.about-us-page .title-block__image-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, transparent, #0d0a0e);
  pointer-events: none
}

.about-us-page .title-block__atmosphere {
  position: absolute;
  top: -32px;
  left: -32px;
  width: 180px;
  height: 180px;
  background: #BB74B1;
  opacity: .07;
  border-radius: 50%;
  filter: blur(48px);
  pointer-events: none
}

.about-us-page .title-block__atmosphere-two {
  position: absolute;
  bottom: -16px;
  right: -24px;
  width: 120px;
  height: 120px;
  background: #DDC5DE;
  opacity: .06;
  border-radius: 50%;
  filter: blur(36px);
  pointer-events: none
}

.about-us-page .title-block__text-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.about-us-page .label-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  color: #BB74B1;
  text-transform: uppercase;
  border: 1px solid #bb74b14d;
  border-radius: 6px;
  padding: 4px 16px;
  width: fit-content
}

.about-us-page .title-block__heading {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0;
  color: #e8dce9
}

.about-us-page .title-block__heading .gradient-word {
  background: linear-gradient(to right, #BB74B1, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.about-us-page .title-block__body {
  font-size: 18px;
  line-height: 1.6;
  color: #c4afc5;
  margin: 0
}

.about-us-page .title-block__body em {
  color: #DDC5DE;
  font-style: italic
}

.about-us-page .title-block__stat-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding-top: 8px
}

.about-us-page .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.about-us-page .stat-item__number {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #BB74B1
}

.about-us-page .stat-item__label {
  font-size: 14px;
  line-height: 1.35;
  color: #9a8a9b;
  letter-spacing: .06em;
  text-transform: uppercase
}

.about-us-page .divider-angled {
  height: 2px;
  background: linear-gradient(to right, #BB74B1, transparent);
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 2px
}

.about-us-page .story-block {
  background-color: #EFDCEB;
  padding: 48px 32px;
  position: relative;
  overflow: hidden
}

.about-us-page .story-block__diagonal {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  pointer-events: none;
  overflow: hidden
}

.about-us-page .story-block__diagonal svg {
  position: absolute;
  top: 0;
  right: 0
}

.about-us-page .story-block__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: start
}

.about-us-page .story-block__images {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .story-block__img-main {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 6px 14px 0 #bb74b114
}

.about-us-page .story-block__img-main img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .story-block__img-main:hover img {
  transform: scale(1.03)
}

.about-us-page .story-block__img-secondary {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 1px 4px 0 #bb74b112
}

.about-us-page .story-block__img-secondary img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .story-block__img-secondary:hover img {
  transform: scale(1.04)
}

.about-us-page .story-block__text {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.about-us-page .story-block__heading {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1e0f1d;
  margin: 0;
  position: relative;
  padding-left: 20px
}

.about-us-page .story-block__heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: #BB74B1;
  border-radius: 2px
}

.about-us-page .story-block__heading .dot-accent {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #BB74B1;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.about-us-page .story-block__para {
  font-size: 18px;
  line-height: 1.6;
  color: #2d1c2c;
  margin: 0
}

.about-us-page .story-block__para em {
  color: #7a3d76;
  font-style: italic
}

.about-us-page .story-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-us-page .story-block__list li {
  font-size: 18px;
  line-height: 1.6;
  color: #2d1c2c;
  padding-left: 20px;
  position: relative
}

.about-us-page .story-block__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #BB74B1;
  border-right: 2px solid #BB74B1;
  transform: rotate(45deg)
}

.about-us-page .divider-plain {
  height: 1px;
  background: linear-gradient(to right, transparent, #bb74b140, transparent);
  max-width: 1100px;
  margin: 0 auto
}

.about-us-page .team-block {
  padding: 48px 32px 96px;
  max-width: 1100px;
  margin: 0 auto
}

.about-us-page .team-block__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px
}

.about-us-page .team-block__heading {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #e8dce9;
  margin: 0
}

.about-us-page .team-block__heading .dot-accent {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #DDC5DE;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.about-us-page .team-block__sub {
  font-size: 18px;
  line-height: 1.6;
  color: #9a8a9b;
  margin: 0;
  max-width: 380px;
  text-align: right
}

.about-us-page .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px
}

.about-us-page .person-card {
  background: #bb74b10d;
  border: 1px solid #bb74b126;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 6px 14px 0 #bb74b114;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .person-card:hover {
  box-shadow: 2px 10px 52px 0 #bb74b124;
  border-color: #bb74b159
}

.about-us-page .person-card__image {
  position: relative;
  overflow: hidden
}

.about-us-page .person-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1);
  filter: blur(0px)
}

.about-us-page .person-card:hover .person-card__image img {
  filter: blur(2px) brightness(0.85)
}

.about-us-page .person-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-us-page .person-card__name {
  font-size: 18px;
  line-height: 1.35;
  color: #e8dce9;
  margin: 0
}

.about-us-page .person-card__role {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #BB74B1;
  margin: 0
}

.about-us-page .person-card__bio {
  font-size: 14px;
  line-height: 1.6;
  color: #9a8a9b;
  margin: 0
}

.about-us-page .team-block__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid #bb74b11f
}

.about-us-page .team-block__bottom-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .team-block__bottom-heading {
  font-size: 24px;
  line-height: 1.35;
  color: #e8dce9;
  margin: 0
}

.about-us-page .team-block__bottom-para {
  font-size: 18px;
  line-height: 1.6;
  color: #9a8a9b;
  margin: 0
}

.about-us-page .team-block__bottom-image {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 1px 4px 0 #bb74b112
}

.about-us-page .team-block__bottom-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block
}

.about-us-page .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #BB74B1;
  text-decoration: none;
  border: 1px solid #bb74b159;
  border-radius: 6px;
  padding: 8px 24px;
  width: fit-content;
  transition: background-color .18s cubic-bezier(0.4, 0, 0.2, 1), padding-left .22s cubic-bezier(0.4, 0, 0.2, 1), padding-right .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .cta-link:hover {
  background-color: #bb74b11a;
  padding-left: 32px;
  padding-right: 32px
}

.about-us-page .cta-link:focus {
  outline: 2px solid #BB74B1;
  outline-offset: 2px
}

@media (max-width: 1024px) {
  .about-us-page .title-block {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 32px 32px 64px
  }

  .about-us-page .title-block__heading {
    font-size: 36px
  }

  .about-us-page .team-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .about-us-page .story-block__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
}

@media (max-width: 768px) {
  .about-us-page .title-block {
    grid-template-columns: 1fr;
    padding: 32px 16px 64px;
    gap: 32px
  }

  .about-us-page .title-block__heading {
    font-size: 36px
  }

  .about-us-page .title-block__stat-row {
    gap: 24px
  }

  .about-us-page .story-block {
    padding: 32px 16px
  }

  .about-us-page .story-block__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .about-us-page .story-block__heading {
    font-size: 24px
  }

  .about-us-page .team-block {
    padding: 32px 16px 64px
  }

  .about-us-page .team-block__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .about-us-page .team-block__sub {
    text-align: left;
    max-width: 100%
  }

  .about-us-page .team-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .about-us-page .team-block__bottom {
    grid-template-columns: 1fr
  }

  .about-us-page .team-block__heading {
    font-size: 24px
  }
}

@media (max-width: 360px) {
  .about-us-page .title-block {
    padding: 16px 16px 48px
  }

  .about-us-page .title-block__heading {
    font-size: 24px
  }

  .about-us-page .stat-item__number {
    font-size: 24px
  }

  .about-us-page .story-block {
    padding: 32px 16px
  }
}

.lead-page {
  background: #0d0a0f;
  color: #e8dce9;
  overflow-x: hidden;
  position: relative
}

.lead-page .slide-up {
  animation: slideUp .55s cubic-bezier(0.0, 0, 0.2, 1) both
}

.lead-page .slide-up-delay-1 {
  animation-delay: .1s
}

.lead-page .slide-up-delay-2 {
  animation-delay: .2s
}

.lead-page .slide-up-delay-3 {
  animation-delay: .32s
}

.lead-page .slide-up-delay-4 {
  animation-delay: .44s
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(32px)
  }

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

.lead-page .max-bound {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 32px;
  padding-right: 32px
}

.lead-page .arrow-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.lead-page .arrow-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #DDC5DE
}

.lead-page .arrow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #BB74B1;
  border-top: 2px solid #BB74B1;
  transform: rotate(45deg)
}

.lead-page .dot-accent::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #BB74B1;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.lead-page .dash-accent {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #BB74B1;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px
}

.lead-page .italic-accent {
  color: #DDC5DE;
  font-style: italic
}

.lead-page .grad-text {
  background: linear-gradient(to right, #BB74B1, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.lead-page .title-block {
  padding-top: 96px;
  padding-bottom: 48px;
  position: relative
}

.lead-page .title-block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end
}

.lead-page .title-text-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px
}

.lead-page .label-tag {
  font-size: 14px;
  letter-spacing: .12em;
  color: #BB74B1;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.lead-page .label-tag-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #BB74B1
}

.lead-page .h1-part-small {
  font-size: 18px;
  line-height: 1.35;
  color: #DDC5DE;
  font-weight: 400;
  margin: 0
}

.lead-page .h1-part-large {
  font-size: 52px;
  line-height: 1.1;
  color: #e8dce9;
  font-weight: 700;
  margin: 0;
  letter-spacing: -.02em
}

.lead-page .h1-part-accent {
  font-size: 36px;
  line-height: 1.1;
  color: #BB74B1;
  font-weight: 600;
  margin: 0;
  letter-spacing: -.01em
}

.lead-page .title-description {
  font-size: 18px;
  line-height: 1.6;
  color: #c4afc5;
  max-width: 440px;
  margin: 0
}

.lead-page .title-cta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.lead-page .btn-primary {
  background: #BB74B1;
  color: #0d0a0f;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 12px 32px;
  cursor: pointer;
  text-transform: uppercase;
  transition: width .22s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 2px 6px 14px 0 #bb74b114
}

.lead-page .btn-primary:hover {
  background: #DDC5DE;
  padding-left: 40px;
  padding-right: 40px
}

.lead-page .btn-primary:focus {
  outline: 2px solid #BB74B1;
  outline-offset: 3px
}

.lead-page .btn-secondary-icon {
  background: transparent;
  border: 1px solid #BB74B1;
  border-radius: 6px;
  color: #BB74B1;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0
}

.lead-page .btn-secondary-icon:hover {
  background: #bb74b11f;
  width: 56px
}

.lead-page .btn-secondary-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #BB74B1;
  stroke-width: 2;
  flex-shrink: 0
}

.lead-page .title-image-column {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.lead-page .image-frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 10px 52px 0 #bb74b124
}

.lead-page .image-frame img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.85)
}

.lead-page .scanline-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(to bottom, transparent, transparent 3px, #0d0a0f2e 3px, #0d0a0f2e 4px);
  pointer-events: none;
  border-radius: 12px
}

.lead-page .corner-bracket {
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none
}

.lead-page .corner-bracket.top-left {
  top: -8px;
  left: -8px;
  border-top: 2px solid #BB74B1;
  border-left: 2px solid #BB74B1;
  border-radius: 2px 0 0 0
}

.lead-page .corner-bracket.top-right {
  top: -8px;
  right: -8px;
  border-top: 2px solid #BB74B1;
  border-right: 2px solid #BB74B1;
  border-radius: 0 2px 0 0
}

.lead-page .corner-bracket.bottom-left {
  bottom: -8px;
  left: -8px;
  border-bottom: 2px solid #BB74B1;
  border-left: 2px solid #BB74B1;
  border-radius: 0 0 0 2px
}

.lead-page .corner-bracket.bottom-right {
  bottom: -8px;
  right: -8px;
  border-bottom: 2px solid #BB74B1;
  border-right: 2px solid #BB74B1;
  border-radius: 0 0 2px 0
}

.lead-page .image-caption {
  font-size: 14px;
  color: #BB74B1;
  margin-top: 16px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: right
}

.lead-page .curved-connector {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden
}

.lead-page .support-block {
  background: #130f16;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.lead-page .support-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, #bb74b108 39px, #bb74b108 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, #bb74b108 39px, #bb74b108 40px);
  pointer-events: none
}

.lead-page .support-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
  position: relative
}

.lead-page .support-heading {
  font-size: 36px;
  line-height: 1.1;
  color: #e8dce9;
  font-weight: 700;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.lead-page .support-body {
  font-size: 18px;
  line-height: 1.6;
  color: #c4afc5;
  margin: 0 0 16px
}

.lead-page .support-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px
}

.lead-page .support-item {
  background: #bb74b10f;
  border-radius: 6px;
  padding: 16px;
  border-top: 1px solid #bb74b12e;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lead-page .support-item:hover {
  background: #bb74b11c;
  border-top-color: #BB74B1
}

.lead-page .support-item-label {
  font-size: 14px;
  font-weight: 700;
  color: #BB74B1;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 4px
}

.lead-page .support-item-text {
  font-size: 14px;
  line-height: 1.6;
  color: #DDC5DE;
  margin: 0
}

.lead-page .support-aside {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lead-page .support-stat-box {
  background: linear-gradient(to right, #bb74b124, transparent);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: left
}

.lead-page .support-stat-number {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #BB74B1;
  letter-spacing: -.03em;
  display: block
}

.lead-page .support-stat-label {
  font-size: 14px;
  color: #DDC5DE;
  margin-top: 8px;
  line-height: 1.6;
  display: block
}

.lead-page .support-quote {
  border-radius: 6px;
  padding: 16px;
  background: #ddc5de0f;
  font-size: 14px;
  line-height: 1.8;
  color: #DDC5DE;
  font-style: italic
}

.lead-page .experience-block {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #0d0a0f
}

.lead-page .experience-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start
}

.lead-page .experience-lead {
  grid-column: 1 / 2
}

.lead-page .experience-heading {
  font-size: 36px;
  line-height: 1.1;
  color: #e8dce9;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -.01em
}

.lead-page .experience-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #c4afc5;
  margin: 0
}

.lead-page .experience-story {
  grid-column: 2 / 4;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lead-page .story-card {
  background: #130f16;
  border-radius: 12px;
  padding: 32px;
  position: relative;
  box-shadow: 2px 6px 14px 0 #bb74b114
}

.lead-page .story-card-name {
  font-size: 14px;
  font-weight: 700;
  color: #BB74B1;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 4px
}

.lead-page .story-card-role {
  font-size: 14px;
  color: #DDC5DE;
  font-style: italic;
  margin: 0 0 16px
}

.lead-page .story-card-text {
  font-size: 18px;
  line-height: 1.6;
  color: #c4afc5;
  margin: 0
}

.lead-page .story-image-strip {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 8px
}

.lead-page .story-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  flex: 1
}

.lead-page .story-img-wrap img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  filter: saturate(0.65) brightness(0.8)
}

.lead-page .skills-block-inner {
  margin-top: 48px
}

.lead-page .skills-heading {
  font-size: 18px;
  font-weight: 700;
  color: #e8dce9;
  margin: 0 0 24px
}

.lead-page .skill-bar-row {
  margin-bottom: 16px
}

.lead-page .skill-bar-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #DDC5DE
}

.lead-page .skill-bar-track {
  background: #bb74b11f;
  border-radius: 2px;
  height: 6px;
  overflow: hidden
}

.lead-page .skill-bar-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(to right, #BB74B1, #DDC5DE);
  animation: barGrow .8s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes barGrow {
  from {
    width: 0
  }
}

.lead-page .skill-bar-fill.fill-82 {
  width: 82%;
  animation-delay: .1s
}

.lead-page .skill-bar-fill.fill-76 {
  width: 76%;
  animation-delay: .2s
}

.lead-page .skill-bar-fill.fill-89 {
  width: 89%;
  animation-delay: .28s
}

.lead-page .skill-bar-fill.fill-71 {
  width: 71%;
  animation-delay: .36s
}

.lead-page .offerings-block {
  background: #16101a;
  padding-top: 64px;
  padding-bottom: 64px
}

.lead-page .offerings-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  align-items: end
}

.lead-page .offerings-heading {
  font-size: 36px;
  line-height: 1.1;
  color: #e8dce9;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -.01em
}

.lead-page .offerings-description {
  font-size: 18px;
  line-height: 1.6;
  color: #c4afc5;
  margin: 0
}

.lead-page .offerings-note {
  font-size: 14px;
  line-height: 1.6;
  color: #DDC5DE;
  font-style: italic;
  align-self: end
}

.lead-page .offerings-grid {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  gap: 16px
}

.lead-page .offering-card {
  background: #0d0a0f;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  box-shadow: 2px 1px 4px 0 #bb74b112;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.lead-page .offering-card:hover {
  box-shadow: 2px 10px 52px 0 #bb74b124
}

.lead-page .offering-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(to right, #BB74B1, transparent);
  border-radius: 0 0 12px 12px;
  transition: height .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lead-page .offering-card:hover::after {
  height: 4px
}

.lead-page .offering-card.featured {
  background: linear-gradient(to right, #bb74b124, #bb74b10a)
}

.lead-page .offering-icon-shape {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #bb74b12e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.lead-page .offering-icon-shape svg {
  width: 18px;
  height: 18px;
  stroke: #BB74B1;
  fill: none;
  stroke-width: 1.8
}

.lead-page .offering-name {
  font-size: 18px;
  font-weight: 700;
  color: #e8dce9;
  margin: 0;
  line-height: 1.35
}

.lead-page .offering-body {
  font-size: 14px;
  line-height: 1.6;
  color: #c4afc5;
  margin: 0;
  flex: 1
}

.lead-page .offering-detail {
  font-size: 14px;
  color: #BB74B1;
  font-weight: 600
}

.lead-page .offering-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 8px
}

.lead-page .offering-img-wrap img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  filter: saturate(0.6) brightness(0.75)
}

.lead-page .value-block {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #0d0a0f;
  position: relative
}

.lead-page .value-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(135deg, transparent, transparent 48px, #bb74b106 48px, #bb74b106 49px);
  pointer-events: none
}

.lead-page .value-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.lead-page .value-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lead-page .value-heading {
  font-size: 36px;
  line-height: 1.1;
  color: #e8dce9;
  font-weight: 700;
  margin: 0;
  letter-spacing: -.01em
}

.lead-page .value-body {
  font-size: 18px;
  line-height: 1.6;
  color: #c4afc5;
  margin: 0
}

.lead-page .value-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 10px 52px 0 #bb74b124
}

.lead-page .value-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(0.6) brightness(0.8)
}

.lead-page .value-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.lead-page .value-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px solid #bb74b11a
}

.lead-page .value-row:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.lead-page .value-row-num {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #bb74b133;
  flex-shrink: 0;
  width: 64px;
  letter-spacing: -.04em
}

.lead-page .value-row-text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lead-page .value-row-heading {
  font-size: 18px;
  font-weight: 700;
  color: #e8dce9;
  margin: 0;
  line-height: 1.35
}

.lead-page .value-row-body {
  font-size: 14px;
  line-height: 1.6;
  color: #c4afc5;
  margin: 0
}

@media (max-width: 1024px) {
  .lead-page .title-block-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lead-page .title-image-column {
    align-items: flex-start
  }

  .lead-page .image-frame {
    max-width: 100%
  }

  .lead-page .support-inner {
    grid-template-columns: 1fr
  }

  .lead-page .experience-inner {
    grid-template-columns: 1fr
  }

  .lead-page .experience-lead {
    grid-column: auto
  }

  .lead-page .experience-story {
    grid-column: auto
  }

  .lead-page .offerings-grid {
    grid-template-columns: 1fr 1fr
  }

  .lead-page .value-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 768px) {
  .lead-page .h1-part-large {
    font-size: 36px
  }

  .lead-page .h1-part-accent {
    font-size: 24px
  }

  .lead-page .support-heading,
  .lead-page .experience-heading,
  .lead-page .offerings-heading,
  .lead-page .value-heading {
    font-size: 24px
  }

  .lead-page .offerings-top {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .lead-page .offerings-grid {
    grid-template-columns: 1fr
  }

  .lead-page .story-image-strip {
    flex-direction: column
  }

  .lead-page .title-block {
    padding-top: 48px
  }

  .lead-page .value-block,
  .lead-page .experience-block {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .lead-page .max-bound {
    padding-left: 16px;
    padding-right: 16px
  }
}

@media (max-width: 360px) {
  .lead-page .h1-part-large {
    font-size: 24px
  }

  .lead-page .btn-primary {
    padding: 12px 16px;
    font-size: 14px
  }

  .lead-page .title-cta-row {
    flex-direction: column;
    align-items: flex-start
  }
}

.affiliate {
  background: #0e0a0f;
  color: #DDC5DE;
  overflow-x: clip;
  position: relative
}

.affiliate .page-frame {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.affiliate .strip-image-row {
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #BB74B1, transparent);
  display: block
}

.affiliate .title-area {
  padding: 96px 0 48px;
  position: relative
}

.affiliate .title-area .frame-lines {
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  bottom: 0;
  pointer-events: none;
  border-top: 1px solid #bb74b12e;
  border-right: 1px solid #bb74b11f
}

.affiliate .title-area .frame-lines-bottom {
  position: absolute;
  bottom: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(to right, #bb74b140, transparent);
  pointer-events: none
}

.affiliate .title-area .image-strip-wrapper {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  margin-bottom: 48px
}

.affiliate .title-area .image-strip-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block
}

.affiliate .title-area .image-strip-wrapper .img-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, #0e0a0f, transparent);
  pointer-events: none
}

.affiliate .title-area .text-zone {
  max-width: 720px
}

.affiliate .title-area .label-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  color: #BB74B1;
  border: 1px solid #bb74b14d;
  border-radius: 2px;
  padding: 4px 16px;
  margin-bottom: 32px;
  text-transform: uppercase
}

.affiliate .title-area h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #EFDCEB;
  margin: 0 0 32px
}

.affiliate .title-area h1 .dot-accent {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #BB74B1;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.affiliate .title-area .lead-text {
  font-size: 18px;
  line-height: 1.6;
  color: #DDC5DE;
  margin: 0;
  max-width: 600px
}

.affiliate .divider-triangle {
  width: 100%;
  line-height: 0;
  display: block;
  overflow: hidden
}

.affiliate .divider-triangle svg {
  display: block;
  width: 100%
}

.affiliate .program-area {
  background: #160e18;
  padding: 96px 0 64px;
  position: relative;
  border-right: 2px solid #bb74b121
}

.affiliate .program-area .section-label {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #BB74B1;
  margin-bottom: 16px;
  display: block
}

.affiliate .program-area h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #EFDCEB;
  margin: 0 0 48px;
  letter-spacing: -.01em
}

.affiliate .program-area h2 .dot-accent {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  background: #BB74B1;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.affiliate .zig-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 64px
}

.affiliate .zig-row.reverse {
  flex-direction: row-reverse
}

.affiliate .zig-text {
  flex: 1 1 0;
  min-width: 0
}

.affiliate .zig-text h3 {
  font-size: 24px;
  line-height: 1.35;
  color: #EFDCEB;
  margin: 0 0 16px;
  letter-spacing: -.01em
}

.affiliate .zig-text h3 .dot-accent {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #BB74B1;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.affiliate .zig-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #DDC5DE;
  margin: 0 0 16px
}

.affiliate .zig-text p:last-child {
  margin-bottom: 0
}

.affiliate .zig-text .italic-note {
  font-style: italic;
  color: #DDC5DE;
  font-size: 18px;
  line-height: 1.6
}

.affiliate .zig-metric {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.affiliate .metric-card {
  background: #bb74b112;
  border: 1px solid #bb74b126;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 2px 6px 14px 0 #bb74b114;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default
}

.affiliate .metric-card:active {
  box-shadow: 2px 1px 4px 0 #bb74b112;
  transform: translateY(1px);
  transition: box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.affiliate .metric-card:hover {
  border-color: #bb74b159;
  box-shadow: 2px 10px 52px 0 #bb74b124
}

.affiliate .metric-card .metric-value {
  font-size: 36px;
  line-height: 1.1;
  color: #BB74B1;
  letter-spacing: -.02em;
  display: block
}

.affiliate .metric-card .metric-label {
  font-size: 14px;
  line-height: 1.35;
  color: #EFDCEB;
  letter-spacing: .04em;
  display: block;
  margin-top: 8px
}

.affiliate .step-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.affiliate .step-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 18px;
  line-height: 1.6;
  color: #DDC5DE
}

.affiliate .step-list li .arrow {
  flex-shrink: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 4px
}

.affiliate .step-list li .arrow svg {
  display: block;
  width: 16px;
  height: 16px
}

.affiliate .terms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px
}

.affiliate .term-item {
  background: #efdceb0a;
  border: 1px solid #bb74b11f;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 2px 1px 4px 0 #bb74b112;
  transition: background .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.affiliate .term-item:hover {
  background: #bb74b117
}

.affiliate .term-item .term-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  animation: float-icon 3.4s ease-in-out infinite
}

.affiliate .term-item:nth-child(2) .term-icon {
  animation-delay: .6s;
  animation-duration: 3.8s
}

.affiliate .term-item:nth-child(3) .term-icon {
  animation-delay: 1.1s;
  animation-duration: 3.2s
}

@keyframes float-icon {

  0%,
  100% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-5px)
  }
}

.affiliate .term-item h4 {
  font-size: 18px;
  line-height: 1.35;
  color: #EFDCEB;
  margin: 0 0 8px
}

.affiliate .term-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #DDC5DE;
  margin: 0
}

.affiliate .contact-strip {
  margin-top: 64px;
  padding: 32px;
  background: #bb74b10f;
  border-radius: 12px;
  border: 1px solid #bb74b133;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 2px 6px 14px 0 #bb74b114
}

.affiliate .contact-strip .contact-text h4 {
  font-size: 24px;
  line-height: 1.35;
  color: #EFDCEB;
  margin: 0 0 8px
}

.affiliate .contact-strip .contact-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #DDC5DE;
  margin: 0
}

.affiliate .contact-strip .contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #BB74B1;
  color: #0e0a0f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  border: none;
  box-shadow: 2px 6px 14px 0 #bb74b114;
  transition: padding .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.affiliate .contact-strip .contact-link:hover {
  padding: 16px 40px;
  background: #DDC5DE;
  box-shadow: 2px 10px 52px 0 #bb74b124
}

.affiliate .contact-strip .contact-link:active {
  transform: translateY(1px);
  box-shadow: 2px 1px 4px 0 #bb74b112
}

@media (max-width: 1024px) {
  .affiliate .terms-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .affiliate .zig-metric {
    flex: 0 0 180px
  }
}

@media (max-width: 768px) {
  .affiliate .title-area h1 {
    font-size: 36px
  }

  .affiliate .zig-row,
  .affiliate .zig-row.reverse {
    flex-direction: column
  }

  .affiliate .zig-metric {
    flex: unset;
    flex-direction: row;
    flex-wrap: wrap
  }

  .affiliate .metric-card {
    flex: 1 1 140px
  }

  .affiliate .terms-grid {
    grid-template-columns: 1fr
  }

  .affiliate .contact-strip {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 360px) {
  .affiliate .page-frame {
    padding: 0 16px
  }

  .affiliate .title-area h1 {
    font-size: 24px
  }

  .affiliate .title-area {
    padding: 48px 0 32px
  }
}

.success-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 16px;
  background: #0d0a0e
}

.success-page .success-card {
  background: #130f14;
  border: 1px solid #BB74B1;
  border-radius: 12px;
  box-shadow: 2px 10px 52px 0 #bb74b124;
  max-width: 540px;
  padding: 48px;
  width: 100%
}

.success-page .success-card .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(to right, #bb74b12e, #bb74b10a);
  border: 1px solid #bb74b159;
  box-shadow: 2px 6px 14px 0 #bb74b114;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px
}

.success-page .success-card .icon-wrap svg {
  display: block
}

.success-page .success-card .heading-block {
  margin-bottom: 24px
}

.success-page .success-card .heading-block .page-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #BB74B1;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 8px
}

.success-page .success-card .heading-block h1 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #DDC5DE;
  margin: 0
}

.success-page .success-card .heading-block h1 .dot-accent {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #BB74B1;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.success-page .success-card .body-text {
  font-size: 18px;
  line-height: 1.6;
  color: #EFDCEB;
  margin-bottom: 32px
}

.success-page .success-card .body-text em {
  color: #DDC5DE;
  font-style: italic
}

.success-page .success-card .divider-line {
  height: 1px;
  background: linear-gradient(to right, #bb74b166, transparent);
  margin-bottom: 32px;
  border: none
}

.success-page .success-card .detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.success-page .success-card .detail-list li {
  font-size: 14px;
  line-height: 1.6;
  color: #DDC5DE;
  letter-spacing: .03em;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.success-page .success-card .detail-list li .arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 2px
}

.success-page .success-card .detail-list li .arrow svg {
  display: block
}

.success-page .success-card .action-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.success-page .success-card .action-row .btn-primary {
  display: inline-block;
  background: linear-gradient(to right, #BB74B1, #bb74b1b3);
  color: #0d0a0e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 12px 32px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 6px 14px 0 #bb74b114;
  transition: padding .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.0, 0, 0.2, 1);
  white-space: nowrap
}

.success-page .success-card .action-row .btn-primary:hover {
  padding: 12px 40px;
  box-shadow: 2px 10px 52px 0 #bb74b124
}

.success-page .success-card .action-row .btn-primary:focus {
  outline: 2px solid #BB74B1;
  outline-offset: 3px
}

.success-page .success-card .action-row .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #bb74b159;
  background: transparent;
  cursor: pointer;
  box-shadow: 2px 1px 4px 0 #bb74b112;
  transition: border-color .15s cubic-bezier(0.4, 0, 0.2, 1), width .22s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  flex-shrink: 0
}

.success-page .success-card .action-row .btn-secondary:hover {
  border-color: #BB74B1;
  width: 52px
}

.success-page .success-card .action-row .btn-secondary:focus {
  outline: 2px solid #BB74B1;
  outline-offset: 3px
}

.success-page .success-card .action-row .btn-secondary svg {
  display: block;
  flex-shrink: 0
}

@media (max-width: 768px) {
  .success-page {
    padding: 48px 16px
  }

  .success-page .success-card {
    padding: 32px 24px
  }

  .success-page .success-card .heading-block h1 {
    font-size: 24px
  }

  .success-page .success-card .body-text {
    font-size: 14px
  }
}

@media (max-width: 360px) {
  .success-page .success-card {
    padding: 24px 16px
  }

  .success-page .success-card .action-row {
    flex-direction: column;
    align-items: flex-start
  }
}