@import "https://cdn.jsdelivr.net/npm/@fontsource/bitter@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/bitter@latest/700.css";

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  font-family: 'Bitter', Georgia, serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

:focus {
  outline: 2px dashed #BB59B9;
  outline-offset: 3px
}

.site-header {
  background: linear-gradient(135deg, #BB59B9 0%, #8a3a88 55%, #D5B7C8 100%);
  position: relative
}

.hd-top-bar {
  background: #bb59b92e;
  border-bottom: 1px solid #d5b7c859;
  padding: 8px 0
}

.hd-top-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.hd-address {
  font-family: 'Bitter', Georgia, serif;
  font-size: 15px;
  color: #F6EFF3;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px
}

.hd-address-icon {
  width: 14px;
  height: 14px;
  fill: #D5B7C8;
  flex-shrink: 0
}

.hd-contact-links {
  display: flex;
  align-items: center;
  gap: 24px
}

.hd-contact-link {
  font-family: 'Bitter', Georgia, serif;
  font-size: 15px;
  color: #F6EFF3;
  text-decoration: none;
  line-height: 1.2;
  transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.hd-contact-link:hover {
  color: #fff
}

.hd-main-row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.brand-logo-wrap {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  border: 1px solid #f6eff3b3;
  background: #fff;
  box-shadow: 2px 3px 5px -1px #bb59b912 2px 4px 22px -1px #bb59b91c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 4px
}

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

.brand-name {
  font-family: 'Bitter', Georgia, serif;
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0
}

.primary-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end
}

.primary-nav a {
  font-family: 'Bitter', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  color: #F6EFF3;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 6px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap
}

.primary-nav a:hover {
  background: #f6eff32e;
  color: #fff
}

.primary-nav a.nav-trial {
  background: #fff;
  color: #BB59B9;
  font-weight: 700;
  box-shadow: 2px 4px 22px -1px #bb59b91c;
  padding: 12px 24px
}

.primary-nav a.nav-trial:hover {
  background: #F6EFF3;
  color: #8a3a88
}

.primary-nav a .nav-arrow {
  display: inline-block;
  transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.primary-nav a:hover .nav-arrow {
  transform: translateX(4px)
}

.hd-accent-bar {
  height: 4px;
  background: linear-gradient(90deg, #D5B7C8 0%, #F6EFF3 40%, #D5B7C8 100%);
  margin-top: 24px;
  opacity: .55
}

.site-footer {
  background: #2d1a2d;
  padding: 80px 0 0
}

.ft-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px
}

.ft-brand-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ft-logo-row {
  display: flex;
  align-items: center;
  gap: 12px
}

.ft-logo-wrap {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  border: 1px solid #d5b7c880;
  background: #fff;
  box-shadow: 2px 3px 5px -1px #bb59b912;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  flex-shrink: 0;
  overflow: hidden
}

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

.ft-brand-name {
  font-family: 'Bitter', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #F6EFF3;
  line-height: 1.2
}

.ft-founding {
  font-family: 'Bitter', Georgia, serif;
  font-size: 15px;
  color: #D5B7C8;
  line-height: 1.7
}

.ft-nav-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ft-col-label {
  font-family: 'Bitter', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #F6EFF3;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: 1px solid #d5b7c833
}

.ft-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ft-nav-list li a {
  font-family: 'Bitter', Georgia, serif;
  font-size: 15px;
  color: #D5B7C8;
  text-decoration: none;
  line-height: 1.7;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  transition: color .5s ease-in-out
}

.ft-nav-list li a:hover {
  color: #F6EFF3
}

.ft-nav-list li a .ft-arrow {
  display: inline-block;
  transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.ft-nav-list li a:hover .ft-arrow {
  transform: translateX(4px)
}

.ft-contact-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ft-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ft-contact-list li {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ft-contact-label {
  font-family: 'Bitter', Georgia, serif;
  font-size: 15px;
  color: #d5b7c8a6;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px
}

.ft-contact-val {
  font-family: 'Bitter', Georgia, serif;
  font-size: 15px;
  color: #D5B7C8;
  line-height: 1.7;
  text-decoration: none;
  transition: color .5s ease-in-out
}

a.ft-contact-val:hover {
  color: #F6EFF3
}

.ft-divider {
  max-width: 1100px;
  margin: 80px auto 0;
  padding: 0 24px;
  border: none;
  border-top: 1px solid #d5b7c826
}

.ft-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.ft-copy {
  font-family: 'Bitter', Georgia, serif;
  font-size: 15px;
  color: #d5b7c899;
  line-height: 1.7
}

.ft-legal-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.ft-legal-links a {
  font-family: 'Bitter', Georgia, serif;
  font-size: 15px;
  color: #d5b7c899;
  text-decoration: none;
  line-height: 1.7;
  transition: color .5s ease-in-out
}

.ft-legal-links a:hover {
  color: #F6EFF3
}

@media (max-width: 900px) {
  .ft-body {
    grid-template-columns: 1fr 1fr
  }

  .hd-top-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

@media (max-width: 640px) {
  .ft-body {
    grid-template-columns: 1fr
  }

  .hd-main-row {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px
  }

  .primary-nav {
    justify-content: flex-start
  }

  .ft-bottom {
    flex-direction: column;
    align-items: flex-start
  }
}

.terms-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #2a2230;
  line-height: 1.7;
  font-size: 15px
}

.terms-area h1 {
  font-size: 41px;
  line-height: 1.2;
  color: #1e1525;
  margin-bottom: 24px;
  margin-top: 0;
  padding-bottom: 24px;
  border-bottom: 2px solid #D5B7C8
}

.terms-area h2 {
  font-size: 31px;
  line-height: 1.2;
  color: #1e1525;
  margin-top: 80px;
  margin-bottom: 24px
}

.terms-area h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #2a1f35;
  margin-top: 40px;
  margin-bottom: 12px
}

.terms-area h4 {
  font-size: 15px;
  line-height: 1.7;
  color: #BB59B9;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 40px;
  margin-bottom: 8px
}

.terms-area h5 {
  font-size: 15px;
  line-height: 1.7;
  color: #2a2230;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px
}

.terms-area h6 {
  font-size: 15px;
  line-height: 1.7;
  color: #5a4a66;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px
}

.terms-area strong,
.terms-area b {
  font-weight: 700;
  color: #1e1525
}

.terms-area em,
.terms-area i {
  font-style: italic;
  color: #4a3a56
}

.terms-area hr {
  border: none;
  border-top: 1px solid #D5B7C8;
  margin-top: 40px;
  margin-bottom: 40px
}

.terms-area table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.7;
  box-shadow: 2px 3px 5px -1px #bb59b912;
  border-radius: 6px;
  overflow: hidden
}

.terms-area thead {
  background-color: #F6EFF3
}

.terms-area thead tr {
  border-bottom: 2px solid #D5B7C8
}

.terms-area tbody tr {
  border-bottom: 1px solid #ede4ea;
  transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.terms-area tbody tr:last-child {
  border-bottom: none
}

.terms-area tbody tr:hover {
  background-color: #F6EFF3
}

.terms-area th {
  padding: 12px 24px;
  text-align: left;
  font-weight: 700;
  color: #BB59B9;
  font-size: 15px;
  line-height: 1.7
}

.terms-area td {
  padding: 12px 24px;
  color: #2a2230;
  vertical-align: top
}

.terms-area div {
  margin-bottom: 24px
}

.terms-area div:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .terms-area {
    padding: 40px 24px
  }

  .terms-area h1 {
    font-size: 31px
  }

  .terms-area h2 {
    font-size: 24px;
    margin-top: 40px
  }

  .terms-area h3 {
    font-size: 15px
  }

  .terms-area table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .terms-area th,
  .terms-area td {
    padding: 12px
  }
}

@media (max-width: 480px) {
  .terms-area {
    padding: 40px 12px
  }

  .terms-area h1 {
    font-size: 24px
  }

  .terms-area h2 {
    font-size: 15px;
    margin-top: 40px
  }
}

.abt-pg {
  max-width: 100%;
  overflow-x: hidden
}

.abt-pg .au-frame {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.abt-pg .lead-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  align-items: center;
  position: relative
}

.abt-pg .lead-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#bb59b90f 1px, transparent 1px), linear-gradient(90deg, #bb59b90f 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0
}

.abt-pg .lead-img-col {
  position: relative;
  z-index: 1
}

.abt-pg .lead-img-border {
  border: 2px dashed #bb59b959;
  border-radius: 32px;
  padding: 8px;
  display: inline-block;
  width: 100%
}

.abt-pg .lead-img-clip {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 32px;
  clip-path: polygon(0 8%, 8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%)
}

.abt-pg .lead-img-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .lead-img-clip:hover img {
  transform: scale(1.05)
}

.abt-pg .lead-txt-col {
  position: relative;
  z-index: 1
}

.abt-pg .eyebrow-pill {
  display: inline-block;
  background: #F6EFF3;
  border: 1px solid #bb59b940;
  border-radius: 32px;
  padding: 4px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #BB59B9;
  margin-bottom: 24px;
  letter-spacing: 0
}

.abt-pg .lead-h1 {
  font-size: 70px;
  line-height: 1.2;
  margin: 0 0 24px;
  color: #1e1224
}

.abt-pg .lead-h1 span.ac {
  color: #BB59B9
}

.abt-pg .lead-stat-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 40px
}

.abt-pg .lead-stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-pg .lead-stat-num {
  font-size: 41px;
  line-height: 1.2;
  color: #BB59B9
}

.abt-pg .lead-stat-lbl {
  font-size: 15px;
  line-height: 1.7;
  color: #4a3550
}

.abt-pg .story-band {
  background: #F6EFF3;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden
}

.abt-pg .story-aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0
}

.abt-pg .story-aurora::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 32px;
  background: radial-gradient(ellipse at 30% 40%, #bb59b921 0%, transparent 70%);
  top: -80px;
  left: -80px;
  animation: au-drift-a 9s ease-in-out infinite alternate
}

.abt-pg .story-aurora::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 32px;
  background: radial-gradient(ellipse at 70% 60%, #d5b7c82e 0%, transparent 70%);
  bottom: -60px;
  right: -60px;
  animation: au-drift-b 11s ease-in-out infinite alternate
}

@keyframes au-drift-a {
  from {
    transform: translate(0, 0) scale(1)
  }

  to {
    transform: translate(40px, 30px) scale(1.08)
  }
}

@keyframes au-drift-b {
  from {
    transform: translate(0, 0) scale(1.05)
  }

  to {
    transform: translate(-35px, -25px) scale(1)
  }
}

.abt-pg .story-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 80px;
  align-items: start
}

.abt-pg .story-text h2 {
  font-size: 41px;
  line-height: 1.2;
  color: #1e1224;
  margin: 0 0 24px
}

.abt-pg .story-text h2 span.ac {
  color: #BB59B9
}

.abt-pg .story-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #3a2840;
  margin: 0 0 24px
}

.abt-pg .story-text p.accent-line {
  color: #BB59B9;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 24px
}

.abt-pg .story-img-stack {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-pg .story-img-a {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.abt-pg .story-img-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .story-img-a:hover img {
  transform: scale(1.05)
}

.abt-pg .story-img-b {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 2px 4px 22px -1px #bb59b91c
}

.abt-pg .story-img-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .story-img-b:hover img {
  transform: scale(1.05)
}

.abt-pg .team-val {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px
}

.abt-pg .tv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.abt-pg .tv-team-col h3 {
  font-size: 31px;
  line-height: 1.2;
  color: #1e1224;
  margin: 0 0 40px
}

.abt-pg .tv-team-col h3 span.ac {
  color: #BB59B9
}

.abt-pg .portrait-pair {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-pg .portrait-card {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 32px;
  background: #F6EFF3;
  box-shadow: 2px 3px 5px -1px #bb59b912;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .portrait-card:hover {
  box-shadow: 2px 9px 40px -1px #bb59b921;
  transform: translateY(-2px)
}

.abt-pg .portrait-img {
  width: 80px;
  height: 80px;
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 4px 22px -1px #bb59b91c
}

.abt-pg .portrait-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .portrait-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-pg .portrait-name {
  font-size: 15px;
  line-height: 1.7;
  color: #1e1224;
  font-weight: 700
}

.abt-pg .portrait-role {
  font-size: 15px;
  line-height: 1.7;
  color: #BB59B9
}

.abt-pg .portrait-bio {
  font-size: 15px;
  line-height: 1.7;
  color: #4a3550
}

.abt-pg .tv-vals-col h3 {
  font-size: 31px;
  line-height: 1.2;
  color: #1e1224;
  margin: 0 0 40px
}

.abt-pg .tv-vals-col h3 span.ac {
  color: #BB59B9
}

.abt-pg .val-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0
}

.abt-pg .val-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start
}

.abt-pg .val-marker {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(135deg, #BB59B9 0%, transparent 100%);
  background-color: #D5B7C8;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-pg .val-marker svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.abt-pg .val-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-pg .val-title {
  font-size: 15px;
  line-height: 1.7;
  color: #1e1224;
  font-weight: 700
}

.abt-pg .val-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #4a3550
}

.abt-pg .tv-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 80px
}

.abt-pg .tv-img-cell {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 2px 3px 5px -1px #bb59b912
}

.abt-pg .tv-img-cell:first-child {
  border-radius: 32px 6px 6px 6px
}

.abt-pg .tv-img-cell:last-child {
  border-radius: 6px 6px 32px 6px
}

.abt-pg .tv-img-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .tv-img-cell:hover img {
  transform: scale(1.06)
}

.abt-pg .cta-strip {
  margin-top: 80px;
  background: linear-gradient(135deg, #BB59B9 0%, #D5B7C8 100%);
  border-radius: 32px;
  padding: 40px 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.abt-pg .cta-strip-txt h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 8px
}

.abt-pg .cta-strip-txt p {
  font-size: 15px;
  line-height: 1.7;
  color: #ffffffe0;
  margin: 0
}

.abt-pg .btn-strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #BB59B9;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 2px 3px 5px -1px #bb59b912
}

.abt-pg .btn-strip:hover {
  box-shadow: 2px 9px 40px -1px #bb59b921;
  transform: translateY(-2px)
}

.abt-pg .btn-strip svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #BB59B9;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .btn-strip:hover svg {
  transform: translateX(4px)
}

@media (max-width: 900px) {
  .abt-pg .lead-row {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px
  }

  .abt-pg .lead-h1 {
    font-size: 41px
  }

  .abt-pg .story-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .abt-pg .story-img-stack {
    flex-direction: row
  }

  .abt-pg .story-img-a,
  .abt-pg .story-img-b {
    width: 50%
  }

  .abt-pg .tv-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .abt-pg .tv-img-row {
    grid-template-columns: 1fr 1fr
  }

  .abt-pg .cta-strip {
    flex-direction: column;
    padding: 40px 24px;
    text-align: center
  }
}

@media (max-width: 600px) {
  .abt-pg .lead-stat-row {
    flex-direction: column;
    gap: 24px
  }

  .abt-pg .lead-h1 {
    font-size: 31px
  }

  .abt-pg .story-img-stack {
    flex-direction: column
  }

  .abt-pg .story-img-a,
  .abt-pg .story-img-b {
    width: 100%
  }

  .abt-pg .tv-img-row {
    grid-template-columns: 1fr
  }

  .abt-pg .portrait-card {
    flex-direction: column;
    align-items: flex-start
  }
}

.lnch {
  max-width: 100%;
  overflow-x: hidden
}

.lnch .pg-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.lnch .title-blk {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  position: relative
}

.lnch .title-blk .pg-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px
}

.lnch .title-img-col {
  flex: 0 0 340px;
  position: relative;
  overflow: hidden;
  border-radius: 6px
}

.lnch .title-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%) contrast(1.15);
  transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .title-img-col:hover img {
  transform: scale(1.05)
}

.lnch .title-geo {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 0;
  background-color: #BB59B9;
  opacity: .12;
  pointer-events: none
}

.lnch .title-geo-sm {
  position: absolute;
  bottom: 24px;
  left: -16px;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  background-color: #D5B7C8;
  opacity: .18;
  pointer-events: none
}

.lnch .title-txt-col {
  flex: 1;
  padding-left: 40px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px
}

.lnch .title-eyebrow {
  font-size: 15px;
  line-height: 1.7;
  color: #BB59B9;
  letter-spacing: .08em;
  text-transform: uppercase
}

.lnch .title-h1 {
  font-size: 70px;
  line-height: 1.2;
  margin: 0;
  color: #1b1b1b
}

.lnch .title-h1 span {
  color: #BB59B9
}

.lnch .title-sub {
  font-size: 24px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0
}

.lnch .title-body {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0
}

.lnch .title-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.lnch .btn-pri {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background-color: #BB59B9;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 4px 22px -1px #bb59b91c;
  transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .btn-pri:hover {
  background-color: #a347a1;
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.lnch .btn-pri .btn-arrow {
  display: inline-block;
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .btn-pri:hover .btn-arrow {
  transform: translateX(5px)
}

.lnch .btn-sec {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #BB59B9;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1.5px solid #BB59B9;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .55s cubic-bezier(0.22, 1, 0.36, 1), color .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .btn-sec:hover {
  background-color: #F6EFF3;
  color: #a347a1
}

.lnch .btn-sec .btn-arrow {
  display: inline-block;
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .btn-sec:hover .btn-arrow {
  transform: translateX(5px)
}

.lnch .approach-blk {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F6EFF3;
  position: relative;
  overflow: hidden
}

.lnch .approach-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, #bb59b912 0%, transparent 70%);
  pointer-events: none
}

.lnch .approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.lnch .approach-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lnch .approach-label {
  font-size: 15px;
  line-height: 1.7;
  color: #BB59B9;
  text-transform: uppercase
}

.lnch .approach-h2 {
  font-size: 41px;
  line-height: 1.2;
  margin: 0;
  color: #1b1b1b
}

.lnch .approach-h2 span {
  color: #BB59B9
}

.lnch .approach-lead {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0
}

.lnch .approach-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 4px 22px -1px #bb59b91c
}

.lnch .approach-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .approach-img-wrap:hover img {
  transform: scale(1.04)
}

.lnch .approach-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px
}

.lnch .approach-point {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 24px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 3px 5px -1px #bb59b912;
  border-top: 3px solid #BB59B9;
  border-left: 1px solid #D5B7C8;
  border-right: 1px solid #D5B7C8;
  border-bottom: 1px solid #D5B7C8
}

.lnch .ap-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px
}

.lnch .ap-check svg {
  width: 20px;
  height: 20px
}

.lnch .ap-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lnch .ap-title {
  font-size: 15px;
  line-height: 1.2;
  color: #1b1b1b;
  font-weight: 700;
  margin: 0
}

.lnch .ap-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0
}

.lnch .sit-blk {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff
}

.lnch .sit-head {
  max-width: 600px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lnch .sit-h2 {
  font-size: 41px;
  line-height: 1.2;
  margin: 0;
  color: #1b1b1b
}

.lnch .sit-h2 span {
  color: #BB59B9
}

.lnch .sit-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0
}

.lnch .sit-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.lnch .sit-card {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 3px 5px -1px #d5b7c812;
  background-color: #F6EFF3;
  display: flex;
  flex-direction: column
}

.lnch .sit-card-img {
  overflow: hidden;
  height: 200px
}

.lnch .sit-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .sit-card:hover .sit-card-img img {
  transform: scale(1.05)
}

.lnch .sit-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.lnch .sit-card-tag {
  font-size: 15px;
  line-height: 1.2;
  color: #BB59B9;
  text-transform: uppercase;
  font-weight: 700
}

.lnch .sit-card-h4 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: #1b1b1b
}

.lnch .sit-card-p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0
}

.lnch .sit-accent-row {
  margin-top: 40px;
  padding: 24px;
  background-color: #BB59B9;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px
}

.lnch .sit-accent-row p {
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
  margin: 0;
  flex: 1
}

.lnch .adapt-blk {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1b1b1b;
  position: relative;
  overflow: hidden
}

.lnch .adapt-blk::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(135deg, #ffffff06 0px, #ffffff06 1px, transparent 1px, transparent 12px);
  pointer-events: none
}

.lnch .adapt-blk .pg-wrap {
  position: relative;
  z-index: 1
}

.lnch .adapt-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px
}

.lnch .adapt-h2 {
  font-size: 41px;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  max-width: 520px
}

.lnch .adapt-h2 span {
  color: #BB59B9
}

.lnch .adapt-intro {
  font-size: 15px;
  line-height: 1.7;
  color: #ccc;
  margin: 0;
  max-width: 340px
}

.lnch .adapt-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.lnch .adapt-item {
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #d5b7c833;
  background-color: #f6eff30a;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .5s ease-in-out, background-color .5s ease-in-out
}

.lnch .adapt-item:hover {
  border-color: #bb59b980;
  background-color: #bb59b912
}

.lnch .adapt-num {
  font-size: 41px;
  line-height: 1.2;
  color: #BB59B9;
  font-weight: 700
}

.lnch .adapt-item-h4 {
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  font-weight: 700
}

.lnch .adapt-item-p {
  font-size: 15px;
  line-height: 1.7;
  color: #aaa;
  margin: 0
}

.lnch .adapt-img-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.lnch .adapt-img-wrap {
  border-radius: 6px;
  overflow: hidden
}

.lnch .adapt-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .adapt-img-wrap:hover img {
  transform: scale(1.04)
}

.lnch .outcomes-blk {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F6EFF3
}

.lnch .outcomes-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  max-width: 560px
}

.lnch .outcomes-h2 {
  font-size: 41px;
  line-height: 1.2;
  margin: 0;
  color: #1b1b1b
}

.lnch .outcomes-h2 span {
  color: #BB59B9
}

.lnch .outcomes-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0
}

.lnch .outcomes-layout {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lnch .outcome-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 3px 5px -1px #bb59b912
}

.lnch .outcome-portrait {
  flex-shrink: 0;
  width: 80px;
  height: 112px;
  border-radius: 32px;
  overflow: hidden
}

.lnch .outcome-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lnch .outcome-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lnch .outcome-name {
  font-size: 15px;
  line-height: 1.2;
  color: #BB59B9;
  font-weight: 700;
  text-transform: uppercase
}

.lnch .outcome-role {
  font-size: 15px;
  line-height: 1.2;
  color: #888
}

.lnch .outcome-quote {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0
}

.lnch .outcome-detail {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0
}

.lnch .outcome-tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  background-color: #BB59B9;
  padding: 4px 12px;
  border-radius: 6px;
  align-self: flex-start
}

.lnch .outcome-noportrait {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 32px;
  background-color: #D5B7C8;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.lnch .outcome-noportrait svg {
  width: 36px;
  height: 36px
}

.lnch .recog-blk {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff
}

.lnch .recog-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 80px;
  align-items: start
}

.lnch .recog-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lnch .recog-h2 {
  font-size: 41px;
  line-height: 1.2;
  margin: 0;
  color: #1b1b1b
}

.lnch .recog-h2 span {
  color: #BB59B9
}

.lnch .recog-body {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0
}

.lnch .recog-assoc {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lnch .recog-assoc-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #D5B7C8;
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a3a
}

.lnch .recog-assoc-dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #BB59B9;
  flex-shrink: 0
}

.lnch .recog-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px
}

.lnch .recog-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.lnch .recog-stat {
  padding: 24px;
  border-radius: 6px;
  background-color: #F6EFF3;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lnch .recog-stat-num {
  font-size: 41px;
  line-height: 1.2;
  color: #BB59B9;
  font-weight: 700
}

.lnch .recog-stat-label {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a3a
}

.lnch .recog-qual {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lnch .recog-qual-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a
}

.lnch .recog-check {
  flex-shrink: 0;
  margin-top: 3px
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-32px)
  }

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

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(32px)
  }

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

.lnch .anim-left {
  animation: slideFromLeft .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.lnch .anim-right {
  animation: slideFromRight .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.lnch .anim-left.d1 {
  animation-delay: .05s
}

.lnch .anim-left.d2 {
  animation-delay: .15s
}

.lnch .anim-left.d3 {
  animation-delay: .25s
}

.lnch .anim-right.d1 {
  animation-delay: .1s
}

.lnch .anim-right.d2 {
  animation-delay: .2s
}

.lnch .anim-right.d3 {
  animation-delay: .3s
}

@media (max-width: 900px) {
  .lnch .title-blk .pg-wrap {
    flex-direction: column
  }

  .lnch .title-img-col {
    flex: 0 0 auto;
    height: 320px;
    width: 100%
  }

  .lnch .title-txt-col {
    padding-left: 0;
    padding-right: 0
  }

  .lnch .title-h1 {
    font-size: 41px
  }

  .lnch .approach-grid {
    grid-template-columns: 1fr
  }

  .lnch .sit-layout {
    grid-template-columns: 1fr 1fr
  }

  .lnch .adapt-items {
    grid-template-columns: 1fr 1fr
  }

  .lnch .adapt-top {
    flex-direction: column;
    align-items: flex-start
  }

  .lnch .adapt-img-row {
    grid-template-columns: 1fr
  }

  .lnch .recog-layout {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width: 600px) {
  .lnch .title-h1 {
    font-size: 31px
  }

  .lnch .sit-layout {
    grid-template-columns: 1fr
  }

  .lnch .adapt-items {
    grid-template-columns: 1fr
  }

  .lnch .recog-stat-grid {
    grid-template-columns: 1fr
  }

  .lnch .outcome-row {
    flex-direction: column
  }

  .lnch .sit-accent-row {
    flex-direction: column
  }

  .lnch .title-blk {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .lnch .approach-blk,
  .lnch .sit-blk,
  .lnch .adapt-blk,
  .lnch .outcomes-blk,
  .lnch .recog-blk {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.trac-pg {
  max-width: 100%;
  overflow-x: hidden
}

.trac-pg .pg-bound {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-40px)
  }

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

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(40px)
  }

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

@keyframes slideFromBottom {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

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

.trac-pg .anim-left {
  animation: slideFromLeft .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.trac-pg .anim-right {
  animation: slideFromRight .55s cubic-bezier(0.22, 1, 0.36, 1) .15s both
}

.trac-pg .anim-up {
  animation: slideFromBottom .6s cubic-bezier(0.22, 1, 0.36, 1) .25s both
}

.trac-pg .anim-up2 {
  animation: slideFromBottom .6s cubic-bezier(0.22, 1, 0.36, 1) .4s both
}

.trac-pg .entry-band {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  position: relative
}

.trac-pg .entry-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #BB59B9, transparent)
}

.trac-pg .entry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.trac-pg .entry-txt-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.trac-pg .entry-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.2;
  color: #BB59B9;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase
}

.trac-pg .entry-label-dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #BB59B9;
  transform: rotate(45deg);
  flex-shrink: 0
}

.trac-pg .entry-head {
  font-size: 41px;
  line-height: 1.2;
  color: #1a1208;
  margin: 0
}

.trac-pg .entry-head .accent-word {
  color: #BB59B9
}

.trac-pg .entry-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3230;
  margin: 0
}

.trac-pg .entry-desc strong {
  color: #BB59B9
}

.trac-pg .entry-desc-b {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3230;
  margin: 0
}

.trac-pg .entry-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center
}

.trac-pg .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #BB59B9;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 4px 22px -1px #bb59b91c;
  transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.trac-pg .btn-primary:hover {
  background-color: #a348a1;
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.trac-pg .btn-primary svg {
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0
}

.trac-pg .btn-primary:hover svg {
  transform: translateX(5px)
}

.trac-pg .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #BB59B9;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid #D5B7C8;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .5s ease-in-out, color .5s ease-in-out
}

.trac-pg .btn-secondary:hover {
  border-color: #BB59B9;
  color: #a348a1
}

.trac-pg .btn-secondary svg {
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0
}

.trac-pg .btn-secondary:hover svg {
  transform: translateX(5px)
}

.trac-pg .img-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.trac-pg .img-frame {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  max-width: 460px;
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.trac-pg .img-frame img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.1);
  transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.trac-pg .img-frame:hover img {
  transform: scale(1.04)
}

.trac-pg .img-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #BB59B9;
  z-index: 2
}

.trac-pg .img-badge {
  position: absolute;
  bottom: -12px;
  left: -12px;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px 24px;
  box-shadow: 2px 4px 22px -1px #bb59b91c;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 3;
  border-top: 3px solid #BB59B9;
  border-left: 1px solid #D5B7C8;
  border-right: 1px solid #D5B7C8;
  border-bottom: 1px solid #D5B7C8
}

.trac-pg .badge-num {
  font-size: 31px;
  line-height: 1.2;
  color: #BB59B9;
  font-weight: 800
}

.trac-pg .badge-lbl {
  font-size: 15px;
  line-height: 1.2;
  color: #3a3230
}

.trac-pg .deco-arrow {
  position: absolute;
  top: 40px;
  right: -8px;
  opacity: .18;
  pointer-events: none
}

.trac-pg .offer-band {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(160deg, #F6EFF3 0%, #fff 100%);
  position: relative
}

.trac-pg .offer-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D5B7C8, transparent)
}

.trac-pg .offer-head-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  max-width: 640px
}

.trac-pg .offer-pretag {
  font-size: 15px;
  line-height: 1.2;
  color: #BB59B9;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em
}

.trac-pg .offer-h {
  font-size: 41px;
  line-height: 1.2;
  color: #1a1208;
  margin: 0
}

.trac-pg .offer-h .accent-word {
  color: #BB59B9
}

.trac-pg .offer-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3230;
  margin: 0
}

.trac-pg .three-col {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.trac-pg .feat-card {
  border-radius: 32px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  overflow: hidden;
  transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.trac-pg .feat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #BB59B9
}

.trac-pg .feat-card.card-main {
  background-color: #fff;
  box-shadow: 2px 3px 5px -1px #bb59b912
}

.trac-pg .feat-card.card-main:hover {
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.trac-pg .feat-card.card-alt {
  background-color: #BB59B9;
  box-shadow: 2px 4px 22px -1px #bb59b91c
}

.trac-pg .feat-card.card-alt::before {
  background-color: #ffffff4d
}

.trac-pg .feat-card.card-alt:hover {
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.trac-pg .feat-card.card-neutral {
  background-color: #F6EFF3;
  box-shadow: 2px 3px 5px -1px #d5b7c812
}

.trac-pg .feat-card.card-neutral:hover {
  box-shadow: 2px 4px 22px -1px #d5b7c81c
}

.trac-pg .feat-card.card-neutral::before {
  background-color: #D5B7C8
}

.trac-pg .card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.trac-pg .card-hed {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: #1a1208
}

.trac-pg .feat-card.card-alt .card-hed {
  color: #fff
}

.trac-pg .card-hed .accent-word {
  color: #BB59B9
}

.trac-pg .feat-card.card-alt .card-hed .accent-word {
  color: #F6EFF3
}

.trac-pg .card-body {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3230;
  margin: 0
}

.trac-pg .feat-card.card-alt .card-body {
  color: #ffffffe0
}

.trac-pg .card-stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.trac-pg .card-stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.trac-pg .stat-big {
  font-size: 31px;
  line-height: 1.2;
  color: #BB59B9;
  font-weight: 800
}

.trac-pg .stat-cap {
  font-size: 15px;
  line-height: 1.2;
  color: #3a3230
}

.trac-pg .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #BB59B9;
  text-decoration: none;
  transition: gap .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s ease-in-out
}

.trac-pg .card-link:hover {
  gap: 12px;
  color: #a348a1
}

.trac-pg .card-link:visited {
  text-decoration: line-through
}

.trac-pg .feat-card.card-alt .card-link {
  color: #fff
}

.trac-pg .feat-card.card-alt .card-link:hover {
  color: #F6EFF3
}

.trac-pg .step-list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.trac-pg .step-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.trac-pg .step-num {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: #ffffff40;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0
}

.trac-pg .step-text {
  font-size: 15px;
  line-height: 1.7;
  color: #ffffffe0;
  margin: 0
}

.trac-pg .deco-arrow-sm {
  opacity: .15;
  pointer-events: none;
  display: flex;
  align-items: center
}

.trac-pg .neutral-accent-line {
  font-size: 15px;
  line-height: 1.7;
  color: #BB59B9;
  font-weight: 600;
  margin: 0
}

@media (max-width: 900px) {
  .trac-pg .entry-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .trac-pg .img-col {
    align-items: center;
    order: -1
  }

  .trac-pg .three-col {
    grid-template-columns: 1fr 1fr
  }

  .trac-pg .feat-card.card-main {
    grid-column: span 2
  }
}

@media (max-width: 600px) {
  .trac-pg .entry-head {
    font-size: 31px
  }

  .trac-pg .offer-h {
    font-size: 31px
  }

  .trac-pg .three-col {
    grid-template-columns: 1fr
  }

  .trac-pg .feat-card.card-main {
    grid-column: span 1
  }

  .trac-pg .entry-band {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .trac-pg .offer-band {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .trac-pg .card-stat-row {
    gap: 12px
  }
}

.ctus-pg {
  max-width: 100%;
  overflow-x: hidden
}

.ctus-pg .pg-bound {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.ctus-pg .reach-strip {
  background: #F6EFF3;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.ctus-pg .reach-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 18px, #bb59b90b 18px, #bb59b90b 19px);
  pointer-events: none
}

.ctus-pg .reach-layout {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

.ctus-pg .reach-left {
  flex: 0 0 340px
}

.ctus-pg .reach-eyebrow {
  font-size: 15px;
  line-height: 1.2;
  color: #BB59B9;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.ctus-pg .reach-h1 {
  font-size: 41px;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #1e1b1e
}

.ctus-pg .reach-h1 span {
  color: #BB59B9
}

.ctus-pg .reach-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3040;
  margin-bottom: 40px
}

.ctus-pg .detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus-pg .detail-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.ctus-pg .detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  border: 1.5px solid #D5B7C8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 2px 3px 5px -1px #bb59b912;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .detail-item:hover .detail-icon {
  border-color: #BB59B9;
  box-shadow: 2px 4px 22px -1px #bb59b91c
}

.ctus-pg .detail-icon svg {
  width: 18px;
  height: 18px;
  fill: #BB59B9
}

.ctus-pg .detail-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus-pg .detail-label {
  font-size: 15px;
  line-height: 1.2;
  color: #BB59B9;
  font-weight: 600
}

.ctus-pg .detail-val {
  font-size: 15px;
  line-height: 1.7;
  color: #2c2430
}

.ctus-pg .detail-val a {
  color: #2c2430;
  text-decoration: none;
  border-bottom: 1px solid #D5B7C8;
  transition: color .45s ease-in-out, border-color .45s ease-in-out
}

.ctus-pg .detail-val a:visited {
  text-decoration: line-through
}

.ctus-pg .detail-val a:hover {
  color: #BB59B9;
  border-color: #BB59B9
}

.ctus-pg .reach-right {
  flex: 1 1 0
}

.ctus-pg .img-frame {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #D5B7C8;
  box-shadow: 2px 9px 40px -1px #bb59b921;
  margin-bottom: 24px
}

.ctus-pg .img-frame img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .img-frame:hover img {
  transform: scale(1.04)
}

.ctus-pg .img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #bb59b92e, transparent 60%);
  pointer-events: none
}

.ctus-pg .accent-num {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 70px;
  line-height: 1.2;
  color: #bb59b921;
  font-weight: 900;
  pointer-events: none;
  z-index: 0;
  letter-spacing: -4px
}

.ctus-pg .tag-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.ctus-pg .tag-chip {
  font-size: 15px;
  line-height: 1.2;
  color: #3a3040;
  background: #fff;
  border: 1px solid #D5B7C8;
  border-radius: 32px;
  padding: 4px 12px;
  border-top: 2.5px solid #BB59B9;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .tag-chip:hover {
  background: #F6EFF3;
  color: #BB59B9
}

.ctus-pg .form-band {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

@keyframes ctus-glow {
  0% {
    opacity: .4
  }

  50% {
    opacity: .85
  }

  100% {
    opacity: .4
  }
}

.ctus-pg .form-band::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 50%;
  background: radial-gradient(ellipse at 50% 50%, #d5b7c838 0%, transparent 70%);
  pointer-events: none;
  animation: ctus-glow 5s ease-in-out infinite
}

.ctus-pg .form-layout {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1
}

.ctus-pg .form-aside {
  padding-top: 8px
}

.ctus-pg .form-aside-h {
  font-size: 31px;
  line-height: 1.2;
  color: #1e1b1e;
  margin-bottom: 24px
}

.ctus-pg .form-aside-h span {
  color: #BB59B9
}

.ctus-pg .form-aside-p {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3040;
  margin-bottom: 24px
}

.ctus-pg .divider-edges {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px
}

.ctus-pg .divider-edges::before,
.ctus-pg .divider-edges::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #BB59B9;
  border-radius: 0
}

.ctus-pg .divider-edges span {
  flex: 1
}

.ctus-pg .aside-img {
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #D5B7C8;
  box-shadow: 2px 4px 22px -1px #bb59b91c
}

.ctus-pg .aside-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .aside-img:hover img {
  transform: scale(1.04)
}

.ctus-pg .contact-form {
  background: #F6EFF3;
  border-radius: 6px;
  padding: 40px;
  border: 1px solid #D5B7C8;
  box-shadow: 2px 9px 40px -1px #bb59b921;
  position: relative
}

.ctus-pg .contact-form::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #BB59B9, transparent);
  border-radius: 6px 6px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.ctus-pg .form-title {
  font-size: 24px;
  line-height: 1.2;
  color: #1e1b1e;
  margin-bottom: 8px
}

.ctus-pg .form-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #5a4a5a;
  margin-bottom: 24px
}

.ctus-pg .field-grp {
  margin-bottom: 24px
}

.ctus-pg .field-grp label {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #2c2430;
  font-weight: 600;
  margin-bottom: 8px
}

.ctus-pg .field-grp input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 1.5px solid #D5B7C8;
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  line-height: 1.7;
  color: #1e1b1e;
  outline: none;
  box-sizing: border-box;
  transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .field-grp input[type="email"]::placeholder {
  font-style: italic;
  color: #b09ab0
}

.ctus-pg .field-grp input[type="email"]:focus {
  border-color: #BB59B9;
  box-shadow: 2px 4px 22px -1px #bb59b91c
}

.ctus-pg .interest-label {
  font-size: 15px;
  line-height: 1.2;
  color: #2c2430;
  font-weight: 600;
  margin-bottom: 12px;
  display: block
}

.ctus-pg .check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 24px
}

.ctus-pg .chk-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

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

.ctus-pg .chk-item span {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3040
}

.ctus-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #D5B7C8
}

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

.ctus-pg .privacy-text {
  font-size: 15px;
  line-height: 1.7;
  color: #5a4a5a
}

.ctus-pg .privacy-text a {
  color: #BB59B9;
  text-decoration: underline;
  transition: color .45s ease-in-out
}

.ctus-pg .privacy-text a:visited {
  text-decoration: line-through
}

.ctus-pg .privacy-text a:hover {
  color: #8a3088
}

.ctus-pg .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #BB59B9;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 2px 4px 22px -1px #bb59b91c;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden
}

.ctus-pg .submit-btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .submit-btn:hover svg {
  transform: translateX(5px)
}

.ctus-pg .submit-btn:hover {
  background: #9e3f9c;
  box-shadow: 2px 9px 40px -1px #bb59b921
}

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

.ctus-pg .dashed-accent {
  border: 2px dashed #D5B7C8;
  border-radius: 6px;
  padding: 24px;
  margin-top: 24px
}

.ctus-pg .dashed-accent p {
  font-size: 15px;
  line-height: 1.7;
  color: #5a4a5a;
  margin: 0
}

.ctus-pg .dashed-accent strong {
  color: #BB59B9
}

@media (max-width: 900px) {
  .ctus-pg .reach-layout {
    flex-direction: column;
    gap: 40px
  }

  .ctus-pg .reach-left {
    flex: 0 0 auto;
    width: 100%
  }

  .ctus-pg .form-layout {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width: 600px) {
  .ctus-pg .reach-h1 {
    font-size: 31px
  }

  .ctus-pg .contact-form {
    padding: 24px
  }

  .ctus-pg .check-grid {
    grid-template-columns: 1fr
  }

  .ctus-pg .reach-strip {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .ctus-pg .form-band {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.proc-pg {
  background: #fff;
  overflow-x: clip
}

.proc-pg .step-arc {
  position: relative;
  background: linear-gradient(157deg, #F6EFF3 0%, #fff 100%);
  padding: 80px 24px;
  animation: bg-shift 6s ease-in-out infinite alternate
}

@keyframes bg-shift {
  0% {
    background: linear-gradient(157deg, #F6EFF3 0%, #fff 100%)
  }

  100% {
    background: linear-gradient(157deg, #fff 0%, #F6EFF3 100%)
  }
}

.proc-pg .step-arc-inner {
  max-width: 1100px;
  margin: 0 auto
}

.proc-pg .step-arc-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 80px
}

.proc-pg .step-arc-label {
  font-size: 15px;
  color: #BB59B9;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block
}

.proc-pg .step-arc-heading {
  font-size: 41px;
  line-height: 1.2;
  color: #1e1e2e;
  margin: 0 0 24px;
  max-width: 480px
}

.proc-pg .step-arc-heading span {
  color: #BB59B9
}

.proc-pg .step-arc-text {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a4a;
  max-width: 440px;
  margin: 0
}

.proc-pg .step-arc-img-col {
  flex: 0 0 380px;
  position: relative
}

.proc-pg .step-arc-img-wrap {
  overflow: hidden;
  border-radius: 32px 6px 32px 6px;
  width: 380px;
  height: 300px;
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.proc-pg .step-arc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .step-arc-img-wrap:hover img {
  transform: scale(1.06)
}

.proc-pg .step-arc-dot-bg {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, #D5B7C8 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  border-radius: 6px;
  pointer-events: none;
  z-index: 0
}

.proc-pg .step-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.proc-pg .step-card {
  background: #fff;
  border-radius: 6px 32px 6px 6px;
  box-shadow: 2px 4px 22px -1px #bb59b91c;
  padding: 40px 24px;
  position: relative;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: default
}

.proc-pg .step-card:hover {
  box-shadow: 2px 9px 40px -1px #bb59b921;
  transform: translateY(-4px);
  background: #F6EFF3
}

.proc-pg .step-card.tall {
  padding-top: 80px
}

.proc-pg .step-card.taller {
  padding-top: 56px;
  padding-bottom: 56px
}

.proc-pg .step-num {
  font-size: 70px;
  line-height: 1.2;
  color: #D5B7C8;
  font-weight: 700;
  display: block;
  margin-bottom: 8px
}

.proc-pg .step-card-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #1e1e2e
}

.proc-pg .step-card-title span {
  color: #BB59B9
}

.proc-pg .step-card-body {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a4a;
  margin: 0
}

.proc-pg .step-curve-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fff
}

.proc-pg .step-curve-divider svg {
  display: block;
  width: 100%
}

.proc-pg .delivery-row {
  background: #fff;
  padding: 80px 24px;
  position: relative
}

.proc-pg .delivery-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.proc-pg .delivery-visual {
  position: relative
}

.proc-pg .delivery-img-frame {
  overflow: hidden;
  border-radius: 32px 6px 6px 32px;
  width: 100%;
  height: 360px;
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.proc-pg .delivery-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .delivery-img-frame:hover img {
  transform: scale(1.05)
}

.proc-pg .delivery-accent-line {
  position: absolute;
  bottom: -12px;
  left: 24px;
  right: 24px;
  height: 4px;
  background: linear-gradient(90deg, #BB59B9 0%, transparent 100%);
  border-radius: 0;
  pointer-events: none
}

.proc-pg .delivery-text-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.proc-pg .delivery-eyebrow {
  font-size: 15px;
  color: #BB59B9;
  text-transform: uppercase;
  letter-spacing: .08em
}

.proc-pg .delivery-heading {
  font-size: 31px;
  line-height: 1.2;
  color: #1e1e2e;
  margin: 0
}

.proc-pg .delivery-heading span {
  color: #BB59B9
}

.proc-pg .delivery-para {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a4a;
  margin: 0
}

.proc-pg .delivery-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.proc-pg .delivery-checklist li {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a4a;
  padding-left: 24px;
  position: relative;
  border-left: 3px solid #D5B7C8;
  border-bottom: 1px solid #F6EFF3;
  padding-bottom: 8px
}

.proc-pg .delivery-checklist li strong {
  color: #BB59B9;
  display: block
}

.proc-pg .wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #F6EFF3
}

.proc-pg .wave-divider svg {
  display: block;
  width: 100%
}

.proc-pg .review-strip {
  background: #F6EFF3;
  position: relative;
  padding: 80px 24px
}

.proc-pg .noise-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: .6
}

.proc-pg .review-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative
}

.proc-pg .review-heading-row {
  margin-bottom: 40px
}

.proc-pg .review-heading {
  font-size: 31px;
  line-height: 1.2;
  color: #1e1e2e;
  margin: 0 0 12px
}

.proc-pg .review-heading span {
  color: #BB59B9
}

.proc-pg .review-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a4a;
  max-width: 560px;
  margin: 0
}

.proc-pg .review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start
}

.proc-pg .review-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 2px 3px 5px -1px #bb59b912;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .review-card:hover {
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.proc-pg .review-card.accent-row {
  background: #BB59B9
}

.proc-pg .review-card.accent-row .review-quote {
  color: #fff
}

.proc-pg .review-card.accent-row .review-attr-name {
  color: #fff
}

.proc-pg .review-card.accent-row .review-attr-role {
  color: #D5B7C8
}

.proc-pg .review-portrait {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 4px 22px -1px #bb59b91c
}

.proc-pg .review-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.proc-pg .review-attr {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.proc-pg .review-attr-name {
  font-size: 15px;
  font-weight: 700;
  color: #1e1e2e;
  display: block
}

.proc-pg .review-attr-role {
  font-size: 15px;
  color: #BB59B9;
  display: block
}

.proc-pg .review-quote {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a4a;
  margin: 0
}

.proc-pg .review-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.proc-pg .review-metric-box {
  background: #fff;
  border-radius: 6px 32px 6px 6px;
  box-shadow: 2px 3px 5px -1px #bb59b912;
  padding: 40px;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .review-metric-box:hover {
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.proc-pg .metric-num {
  font-size: 41px;
  line-height: 1.2;
  color: #BB59B9;
  font-weight: 700;
  display: block;
  margin-bottom: 4px
}

.proc-pg .metric-label {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a4a
}

.proc-pg .cta-strip {
  background: #fff;
  padding: 40px 24px;
  text-align: center
}

.proc-pg .cta-strip-inner {
  max-width: 1100px;
  margin: 0 auto
}

.proc-pg .cta-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #BB59B9;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 12px 40px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 4px 22px -1px #bb59b91c;
  transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .cta-btn:hover {
  background: #a04aa0;
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.proc-pg .cta-btn svg {
  transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .cta-btn:hover svg {
  transform: translateX(5px)
}

@media (max-width: 900px) {
  .proc-pg .step-arc-top {
    flex-direction: column;
    gap: 40px
  }

  .proc-pg .step-arc-img-col {
    flex: none;
    width: 100%
  }

  .proc-pg .step-arc-img-wrap {
    width: 100%;
    height: 220px
  }

  .proc-pg .step-cards {
    grid-template-columns: 1fr
  }

  .proc-pg .step-card.tall,
  .proc-pg .step-card.taller {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .proc-pg .delivery-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .proc-pg .delivery-img-frame {
    height: 240px
  }

  .proc-pg .review-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 600px) {
  .proc-pg .step-arc-heading {
    font-size: 31px
  }

  .proc-pg .step-num {
    font-size: 41px
  }

  .proc-pg .review-card {
    padding: 24px
  }

  .proc-pg .review-metric-box {
    padding: 24px
  }
}

.pg-success {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background-color: #F6EFF3
}

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

.pg-success .success-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0
}

.pg-success .success-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 2px 9px 40px -1px #bb59b921;
  padding: 80px;
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center
}

.pg-success .success-card .success-label {
  font-size: 15px;
  line-height: 1.2;
  color: #BB59B9;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.pg-success .success-card .success-heading {
  font-size: 41px;
  line-height: 1.2;
  margin: 0;
  color: #2a1a2e
}

.pg-success .success-card .success-heading span {
  color: #BB59B9
}

.pg-success .success-card .success-body {
  font-size: 15px;
  line-height: 1.7;
  color: #4a3a4a;
  margin: 0;
  max-width: 440px
}

.pg-success .success-card .success-divider {
  width: 48px;
  height: 3px;
  background: #D5B7C8;
  border-radius: 6px;
  flex-shrink: 0
}

.pg-success .success-card .success-note {
  font-size: 15px;
  line-height: 1.7;
  color: #7a6a7a;
  margin: 0
}

.pg-success .success-card .success-note a {
  color: #BB59B9;
  text-decoration: none;
  border-bottom: 1px solid #D5B7C8;
  transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.pg-success .success-card .success-note a:visited {
  text-decoration: line-through;
  color: #9a6a9a
}

.pg-success .success-card .success-note a:hover {
  color: #8a3a88;
  border-color: #BB59B9
}

.pg-success .success-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center
}

.pg-success .success-actions .btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #BB59B9;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  text-decoration: none;
  box-shadow: 2px 4px 22px -1px #bb59b91c;
  transition: background .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer
}

.pg-success .success-actions .btn-primary svg {
  transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.pg-success .success-actions .btn-primary:hover {
  background: #9a3a98;
  box-shadow: 2px 9px 40px -1px #bb59b921
}

.pg-success .success-actions .btn-primary:hover svg {
  transform: translateX(5px)
}

.pg-success .success-actions .btn-primary:focus {
  outline: 3px solid #BB59B9;
  outline-offset: 3px
}

.pg-success .success-actions .btn-secondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #BB59B9;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid #D5B7C8;
  text-decoration: none;
  transition: border-color .65s ease-in-out, color .65s ease-in-out;
  cursor: pointer
}

.pg-success .success-actions .btn-secondary svg {
  transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.pg-success .success-actions .btn-secondary:hover {
  border-color: #BB59B9;
  color: #8a3a88
}

.pg-success .success-actions .btn-secondary:hover svg {
  transform: translateX(5px)
}

.pg-success .success-actions .btn-secondary:focus {
  outline: 3px solid #BB59B9;
  outline-offset: 3px
}

@media (max-width: 640px) {
  .pg-success .success-card {
    padding: 40px 24px
  }

  .pg-success .success-card .success-heading {
    font-size: 31px
  }

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

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