.about-page {
  background: #fff;
}

.about-page .content {
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

.about-hero {
  --about-blue: #1769ff;
  height: var(--app-hero-height);
  min-height: var(--app-hero-height);
  background: #fff;
}

.about-hero .overview-hero-bg {
  width: 100%;
  object-position: center right;
  filter: saturate(.9) brightness(1.03);
  -webkit-mask-image: none;
  mask-image: none;
}

.about-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, #fff 0%, #fff 30%, rgba(255, 255, 255, .96) 39%, rgba(255, 255, 255, .66) 51%, rgba(255, 255, 255, .08) 72%),
    linear-gradient(180deg, transparent 72%, rgba(255, 255, 255, .48));
}

.about-hero::after {
  inset: auto 0 0;
  z-index: 2;
  width: auto;
  height: 56px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .82));
}

.about-hero-copy {
  max-width: 505px;
  padding: 70px 0 0 48px;
}

.about-hero .overview-hero-title {
  max-width: 430px;
  color: #071d55;
  font-size: 60px;
  line-height: .94;
  letter-spacing: -.055em;
}

.about-hero .overview-hero-title span {
  display: block;
  color: #071d55;
}

.about-hero-subtitle {
  max-width: 430px;
  margin: 22px 0 0;
  color: #243d70;
  font-size: 21px;
  font-weight: 540;
  line-height: 1.45;
  letter-spacing: -.015em;
}

.about-editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 82px;
  padding: 72px 48px;
}

.about-why {
  background:
    radial-gradient(circle at 88% 12%, rgba(109, 54, 255, .045), transparent 37%),
    linear-gradient(180deg, #fff, #fdfdff);
}

.about-eyebrow {
  margin: 0 0 18px;
  color: #0968ed;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .22em;
  line-height: 1.2;
}

.about-section-heading h2,
.product-copy h2 {
  margin: 0;
  color: #071d55;
  font-weight: 1000;
  letter-spacing: -.05em;
}

.about-section-heading h2 {
  max-width: 440px;
  font-size: 43px;
  line-height: 1.02;
}

.about-editorial-copy {
  padding-top: 4px;
  color: #314a7b;
  font-size: 16px;
  line-height: 1.62;
}

.about-editorial-copy > p {
  margin: 0 0 20px;
}

.about-free-note {
  margin-top: 30px;
  padding: 2px 0 2px 18px;
  border-left: 2px solid #2671ff;
}

.about-free-note strong {
  display: block;
  margin-bottom: 7px;
  color: #075cdb;
  font-size: 16px;
  font-weight: 900;
}

.about-free-note p {
  margin: 0;
}

.products-intro {
  margin: 0 48px;
  padding: 54px 0 42px;
  border-top: 1px solid #d7e4fa;
}

.products-intro-copy {
  max-width: 500px;
  margin: 5px 0 0;
  color: #344d7d;
  font-size: 16px;
  line-height: 1.6;
}

.products-intro-side {
  min-width: 0;
}

.product-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.product-shortcut {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px 8px 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  text-align: center;
}

a.product-shortcut {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-shortcut-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
}

.product-shortcut-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-shortcut strong {
  color: #101f49;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.product-shortcut--mindshield .product-shortcut-mark {
  width: 48px;
}

.product-shortcut--mindshield strong {
  color: #0863e6;
}

.product-shortcut--paylift .product-shortcut-mark {
  width: 46px;
}

.product-shortcut--paylift {
  cursor: default;
}

a.product-shortcut:hover {
  border-color: rgba(36, 108, 255, .2);
  background: rgba(242, 247, 255, .74);
  box-shadow: 0 14px 28px rgba(28, 73, 155, .1);
  transform: translateY(-4px);
}

a.product-shortcut:hover .product-shortcut-mark {
  filter: drop-shadow(0 9px 13px rgba(27, 91, 219, .19));
}

a.product-shortcut:focus-visible {
  outline: 3px solid rgba(22, 105, 255, .27);
  outline-offset: 3px;
}

.product-chapter {
  position: relative;
  display: grid;
  align-items: center;
  gap: 64px;
  padding: 30px 48px 82px;
  isolation: isolate;
}

.elevate-chapter {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  background: #fff;
}

.product-brand-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
}

.product-brand-row img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.product-brand-row strong {
  color: #101d3e;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: .08em;
}

.product-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  color: #71a500;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
  white-space: nowrap;
}

.product-status::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.product-copy h2 {
  margin-bottom: 22px;
  font-size: 42px;
  font-weight: 700;
  line-height: .99;
}

.product-copy > p {
  margin: 0 0 18px;
  color: #354b77;
  font-size: 15px;
  line-height: 1.58;
}

.product-benefits {
  display: grid;
  gap: 10px;
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.product-benefits li {
  position: relative;
  padding-left: 27px;
  color: #142752;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.product-benefits li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #102215;
  background: #caff54;
  font-size: 12px;
  font-weight: 1000;
}

.product-link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
  transition: transform .18s ease, box-shadow .18s ease;
}

.elevate-link {
  color: #fff;
  background: linear-gradient(90deg, #1468ff, #5e45f5);
  box-shadow: 0 12px 24px rgba(31, 87, 235, .22);
}

.product-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(31, 87, 235, .3);
}

.product-link:focus-visible,
.about-closing a:focus-visible {
  outline: 3px solid rgba(22, 105, 255, .27);
  outline-offset: 4px;
}

.product-process {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 12px;
  padding: 26px 24px 26px 80px;
  border-radius: 16px;
}

.elevate-process {
  min-height: 530px;
  color: #f7f9ff;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.process-rail {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 47px;
  width: 1px;
  background: linear-gradient(180deg, #347cff, #caff54 40%, #caff54 68%, #347cff);
  box-shadow: 0 0 12px rgba(65, 128, 255, .45);
}

.process-step {
  position: relative;
  min-height: 103px;
  display: flex;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid rgba(123, 151, 216, .23);
  border-radius: 12px;
  background: #15223e;
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

.process-step small {
  display: block;
  margin-bottom: 8px;
  color: #a9b9dd;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .2em;
}

.process-step p {
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.35;
}

.process-node {
  position: absolute;
  top: 50%;
  left: -55px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #4284ff;
  background: #0c1b36;
  box-shadow: 0 0 0 7px rgba(59, 124, 255, .08), 0 0 15px currentColor;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  transform: translateY(-50%);
}

.process-node i {
  width: 8px;
  height: 8px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.process-step--signal,
.process-step--coaching {
  border-color: rgba(202, 255, 84, .35);
}

.process-step--signal small,
.process-step--coaching small,
.process-step--signal .process-node,
.process-step--coaching .process-node {
  color: #caff54;
}

.audio-wave {
  width: min(250px, 100%);
  height: 18px;
  display: block;
  margin-top: 12px;
  opacity: .7;
  background:
    linear-gradient(90deg, transparent, #337eff 12%, #64a1ff 50%, #337eff 88%, transparent) center / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 5px, rgba(85, 146, 255, .8) 5px 7px, transparent 7px 11px) center / 100% 12px no-repeat;
}

.paylift-chapter {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  padding-top: 78px;
  padding-bottom: 78px;
  border-top: 1px solid #e3e8f0;
  border-bottom: 1px solid #e3e8f0;
  background: #fff;
}

.paylift-process {
  min-height: 548px;
  color: #f5faf5;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.paylift-process .process-rail {
  background: linear-gradient(180deg, #b6ed47, #78ad2c);
  box-shadow: 0 0 12px rgba(183, 240, 72, .36);
}

.paylift-process .process-step {
  border-color: rgba(172, 218, 86, .27);
  background: #15332c;
}

.paylift-process .process-step small,
.paylift-process .process-node {
  color: #bdf05a;
}

.paylift-process .process-node {
  background: #102924;
  box-shadow: 0 0 0 7px rgba(188, 240, 90, .07), 0 0 15px rgba(189, 241, 90, .45);
}

.paylift-process .audio-wave {
  background:
    linear-gradient(90deg, transparent, #99cf43 12%, #d1f782 50%, #99cf43 88%, transparent) center / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 5px, rgba(191, 235, 106, .75) 5px 7px, transparent 7px 11px) center / 100% 12px no-repeat;
}

.product-brand-row--paylift img {
  width: 50px;
  height: 48px;
}

.product-brand-row--paylift strong {
  letter-spacing: .02em;
}

.product-brand-row--paylift .product-status {
  color: #679c17;
}

.product-benefits--paylift li::before {
  color: #fff;
  background: #4e8925;
}

.about-closing {
  background:
    radial-gradient(circle at 6% 100%, rgba(29, 105, 255, .06), transparent 34%),
    linear-gradient(180deg, #fff, #fbfcff);
}

.about-closing-copy {
  padding-top: 5px;
}

.about-closing h2 {
  word-spacing: .06em;
}

.about-closing-copy p {
  margin: 0 0 22px;
  color: #344c7b;
  font-size: 16px;
  line-height: 1.6;
}

.about-closing a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  color: #185fe2;
  border-bottom: 2px solid #79a5ff;
  font-size: 14px;
  font-weight: 900;
}

.about-closing a:hover {
  color: #7045ed;
  border-color: #7045ed;
}

@media (max-width: 900px) {
  .about-hero-copy {
    padding-left: 36px;
  }

  .about-hero .overview-hero-title {
    font-size: 56px;
  }

  .about-editorial {
    gap: 44px;
    padding-inline: 36px;
  }

  .products-intro {
    margin-inline: 36px;
  }

  .product-chapter {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 30px 70px 74px;
  }

  .product-copy {
    max-width: 630px;
  }

  .product-process {
    width: 100%;
    max-width: 630px;
    justify-self: center;
  }

  .paylift-chapter {
    padding-top: 72px;
  }

  .paylift-copy {
    order: 1;
  }

  .paylift-process {
    order: 2;
  }
}

@media (max-width: 700px) {
  .about-hero {
    height: 540px;
    min-height: 540px;
  }

  .about-hero .overview-hero-bg {
    object-position: 59% center;
    filter: saturate(.83) brightness(1.06);
  }

  .about-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 43%, rgba(255, 255, 255, .42) 74%, rgba(255, 255, 255, .78) 100%),
      linear-gradient(90deg, #fff, rgba(255, 255, 255, .2));
  }

  .about-hero-copy {
    max-width: none;
    padding: 54px 20px 0;
  }

  .about-hero .overview-hero-title {
    max-width: 350px;
    font-size: 50px;
    line-height: .96;
  }

  .about-hero-subtitle {
    max-width: 330px;
    margin-top: 20px;
    font-size: 18px;
  }

  .about-editorial {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 54px 20px;
  }

  .about-section-heading h2 {
    font-size: 37px;
  }

  .about-editorial-copy,
  .products-intro-copy,
  .about-closing-copy p {
    font-size: 15px;
  }

  .about-free-note {
    margin-top: 26px;
  }

  .products-intro {
    margin: 0 20px;
    padding: 48px 0 24px;
  }

  .product-shortcuts {
    gap: 6px;
    margin-top: 24px;
  }

  .product-shortcut {
    gap: 7px;
    padding: 10px 3px 8px;
  }

  .product-shortcut-mark,
  .product-shortcut--mindshield .product-shortcut-mark,
  .product-shortcut--paylift .product-shortcut-mark {
    width: 41px;
    height: 41px;
  }

  .product-shortcut strong {
    font-size: 14px;
  }

  .product-chapter {
    gap: 38px;
    padding: 34px 20px 60px;
  }

  .product-brand-row {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }

  .product-status {
    margin-left: 4px;
  }

  .product-copy h2 {
    font-size: 37px;
    line-height: 1.01;
  }

  .product-copy > p {
    font-size: 14.5px;
  }

  .product-link {
    width: 100%;
    padding-inline: 14px;
    text-align: center;
  }

  .product-process {
    min-height: 0;
    gap: 10px;
    padding: 18px 14px 18px 66px;
    border-radius: 14px;
  }

  .process-rail {
    top: 42px;
    bottom: 42px;
    left: 39px;
  }

  .process-step {
    min-height: 105px;
    padding: 15px 14px;
  }

  .process-node {
    left: -47px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .process-step small {
    font-size: 8px;
  }

  .process-step p {
    font-size: 14px;
  }

  .paylift-chapter {
    padding-top: 60px;
  }

  .about-closing {
    padding-bottom: 62px;
  }
}

@media (max-width: 390px) {
  .about-hero .overview-hero-title {
    font-size: 47px;
  }

  .about-section-heading h2,
  .product-copy h2 {
    font-size: 34px;
  }

  .product-brand-row strong {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-link,
  .about-closing a,
  a.product-shortcut {
    transition: none;
  }
}
