#about {
  min-height: auto;
  display: block;
  padding: clamp(58px, 7vw, 84px) 14px clamp(8px, 1.5vw, 20px);
  background: #ffffff;
  overflow: visible;
  touch-action: pan-y;
}

.about-inner {
  max-width: min(1380px, 100%);
  position: relative;
}

.about-shell {
  min-height: clamp(560px, 42vw, 680px);
  background: #141414;
  border-radius: 34px;
  padding: clamp(96px, 7.2vw, 126px) clamp(48px, 7vw, 96px) clamp(96px, 8vw, 136px);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  pointer-events: none;
  touch-action: pan-y;
}

.about-icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(58px, 5.5vw, 78px);
}

.about-people-row {
  display: none;
}

.about-icon-bubble {
  width: clamp(78px, 7.5vw, 98px);
  height: clamp(78px, 7.5vw, 98px);
  margin-left: clamp(-12px, -0.7vw, -8px);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  color: #111111;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(245, 245, 245, 0.62)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -18px 32px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(20px) saturate(1.25);
  -webkit-backdrop-filter: blur(20px) saturate(1.25);
}

.about-icon-bubble::before {
  content: "";
  position: absolute;
  inset: 10% 16% auto;
  height: 34%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.about-icon-bubble:first-child {
  margin-left: 0;
}

.about-icon-bubble svg {
  width: clamp(36px, 3.8vw, 46px);
  height: clamp(36px, 3.8vw, 46px);
  stroke-width: 2;
  position: relative;
  z-index: 1;
}

.about-icon-bubble img {
  width: clamp(34px, 3.7vw, 44px);
  height: clamp(34px, 3.7vw, 44px);
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.about-copy {
  max-width: 1180px;
  text-align: center;
}

.about-title {
  margin: 0;
  font-size: clamp(58px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 500;
  color: #ffffff;
}

.about-title span {
  color: #a0e92a;
}

.about-text {
  max-width: 760px;
  margin: clamp(30px, 3vw, 42px) auto 0;
  font-size: clamp(17px, 1.28vw, 22px);
  line-height: 1.25;
  font-weight: 400;
  color: #a5a5a5;
}

.about-strengths {
  max-width: min(1380px, 100%);
  margin-top: clamp(72px, 7vw, 118px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 86px);
}

.about-strength-card {
  min-height: 220px;
  border-radius: 34px;
  padding: clamp(26px, 2.7vw, 40px);
  position: relative;
  color: #111111;
  background: transparent;
  overflow: visible;
  text-align: left;
  transition:
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-strength-card h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 1.9vw, 32px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 500;
  text-align: left;
}

.about-strength-card p {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(15px, 1.08vw, 18px);
  line-height: 1.26;
  letter-spacing: -0.02em;
  color: #191919;
  text-align: left;
  transition: color 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-strength-toggle {
  display: none;
}

.about-strength-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(26px) scale(0.96);
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-float-bubble,
.about-float-chip {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f0f0f0;
  color: #111111;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}

.about-float-bubble-large {
  width: clamp(86px, 7.4vw, 118px);
  height: clamp(86px, 7.4vw, 118px);
  top: clamp(-86px, -5.2vw, -58px);
  right: 8%;
}

.about-float-bubble-small {
  width: clamp(56px, 4.8vw, 76px);
  height: clamp(56px, 4.8vw, 76px);
}

.about-float-emoji {
  display: block;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1;
  transform: translateY(1px);
}

.about-float-bubble-small .about-float-emoji {
  font-size: clamp(20px, 2.1vw, 30px);
}

.about-float-chip {
  min-width: 98px;
  height: 38px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.03em;
  background: #a0e92a;
  transform: rotate(-8deg);
}

.about-float-bubble-code {
  top: -54px;
  left: 8%;
  background: #202020;
  color: #a0e92a;
}

.about-float-bubble-stack {
  right: 8%;
  bottom: -58px;
}

.about-float-bubble-clock {
  left: 8%;
  top: -52px;
}

.about-strength-card-fast .about-float-bubble-large {
  right: 4%;
}

.about-strength-card-quality .about-float-bubble-large {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.about-strength-card-support .about-float-bubble-large {
  right: 30%;
}

.about-strength-card-fast .about-float-chip {
  right: 16%;
  bottom: -38px;
}

.about-strength-card-quality .about-float-chip {
  left: 8%;
  top: -28px;
  bottom: auto;
}

.about-strength-card-support .about-float-chip {
  right: 8%;
  bottom: -34px;
  top: auto;
}

.about-trust {
  height: 520vh;
  margin-top: clamp(74px, 8vw, 132px);
  position: relative;
}

.about-trust-sticky {
  height: 100vh;
  min-height: 900px;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-trust-shell {
  width: min(1680px, calc(100vw - 176px));
  height: calc(100vh - 72px);
  min-height: 860px;
  border-radius: 22px;
  background: #f8f8f7;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(520px, 0.82fr);
  column-gap: clamp(72px, 7.4vw, 132px);
  align-items: center;
  padding: clamp(84px, 7.6vw, 138px) clamp(70px, 7vw, 120px);
  overflow: visible;
}

.about-trust-copy {
  align-self: center;
}

.about-trust-title {
  margin: 0;
  font-size: clamp(64px, 5vw, 94px);
  line-height: 1.08;
  letter-spacing: -0.065em;
  font-weight: 500;
  color: #0f0f0f;
}

.about-trust-title span {
  color: #a0e92a;
}

.about-trust-text {
  max-width: 565px;
  margin: clamp(42px, 3.5vw, 56px) 0 0;
  font-size: clamp(16px, 1.02vw, 20px);
  line-height: 1.38;
  letter-spacing: -0.025em;
  color: #111111;
}

.about-trust-cta {
  position: relative;
  width: fit-content;
  min-width: 292px;
  height: 70px;
  margin-top: clamp(58px, 5vw, 86px);
  padding: 0 90px 0 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #121212;
  color: #ffffff;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: -0.025em;
  font-weight: 400;
  overflow: hidden;
  transition:
    background 0.45s cubic-bezier(0.22, 0.9, 0.3, 1),
    color 0.45s cubic-bezier(0.22, 0.9, 0.3, 1),
    transform 0.25s ease,
    box-shadow 0.35s ease;
}

.about-trust-cta > span:first-child {
  display: inline-block;
  white-space: nowrap;
  transition: transform 0.45s cubic-bezier(0.22, 0.9, 0.3, 1);
}

.about-trust-cta:hover {
  background: #ffffff;
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.about-trust-cta:hover > span:first-child {
  transform: translateX(40px);
}

.about-trust-cta-icon {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #111111;
  transition:
    right 0.45s cubic-bezier(0.22, 0.9, 0.3, 1),
    background 0.45s ease,
    color 0.45s ease;
}

.about-trust-cta:hover .about-trust-cta-icon {
  right: calc(100% - 61px);
  background: #a0e92a;
  color: #111111;
}

.about-trust-cta-icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 1.8;
}

.about-trust-card-window {
  height: 100%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* padding-block: 34px; */
}

.about-trust-card-track {
  width: min(410px, 100%);
  height: min(410px, 54vh);
  min-height: 410px;
  position: relative;
  will-change: contents;
  /* overflow: visible; */
}

.about-trust-card {
  --about-card-y: 0px;
  --about-card-scale: 1;
  --about-card-opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.09);
  padding: clamp(34px, 3vw, 44px) clamp(34px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  opacity: var(--about-card-opacity);
  transform:
    translate3d(0, var(--about-card-y), 0)
    scale(var(--about-card-scale));
  transform-origin: center top;
  will-change: transform, opacity;
}

.about-trust-card-number {
  font-size: clamp(46px, 3.6vw, 60px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 400;
  color: #101010;
}

.about-trust-card h3 {
  max-width: 250px;
  margin: 0;
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.22;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #111111;
  text-align: left;
}

.about-trust-visual {
  min-height: 185px;
  display: grid;
  place-items: center;
  position: relative;
}

.about-trust-visual-system {
  min-height: 190px;
  align-items: start;
}

.about-trust-system-map {
  width: 270px;
  height: 165px;
  margin-top: -20px;
  border-radius: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-trust-system-node {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  background: #f4f4f4;
  color: #111111;
}

.about-trust-system-node-lime {
  background: #a0e92a;
}

.about-trust-system-node-dark {
  background: #121212;
  color: #a0e92a;
}

.about-trust-system-node svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}

.about-trust-system-line {
  width: 40px;
  border-top: 2px dashed #dddddd;
}

.about-trust-system-card {
  width: 114px;
  height: 96px;
  border-radius: 14px;
  padding: 15px;
  position: absolute;
  left: 20px;
  bottom: 8px;
  z-index: 1;
  background: #f7f7f7;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.about-trust-system-card span {
  width: 7px;
  height: 7px;
  margin-bottom: 14px;
  border-radius: 999px;
  display: block;
  background: #a0e92a;
}

.about-trust-system-card i {
  width: 72px;
  height: 7px;
  margin-top: 10px;
  border-radius: 999px;
  display: block;
  background: #e8e8e8;
}

.about-trust-system-card i:nth-of-type(2) {
  width: 56px;
}

.about-trust-system-card i:nth-of-type(3) {
  width: 38px;
}

.about-trust-visual-team {
  min-height: 200px;
}

.about-trust-team-art {
  width: min(235px, 76%);
  height: auto;
  display: block;
}

.about-trust-orbit-art {
  width: min(220px, 70%);
  height: auto;
  display: block;
  transform: translateY(-8px);
}

.about-trust-focus-art {
  width: min(220px, 68%);
  height: auto;
  display: block;
  transform: translateY(-10px);
}

.about-trust-visual-relation {
  min-height: 130px;
  place-items: center;
}

.about-trust-relation-art {
  width: min(296px, 100%);
  height: auto;
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .about-strength-card:hover {
    background: #121212;
    color: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
    transform: translateY(-8px);
  }

  .about-strength-card:hover p {
    color: #a8a8a8;
  }

  .about-strength-card:hover .about-strength-visual {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 860px) {
  #about {
    padding: 54px 0 48px;
    overflow-x: hidden;
  }

  .about-shell {
    min-height: 540px;
    border-radius: 30px;
    padding: 88px 18px 112px;
  }

  .about-icon-row {
    margin-bottom: 68px;
  }

  .about-icon-bubble {
    width: clamp(64px, 15.5vw, 80px);
    height: clamp(64px, 15.5vw, 80px);
    margin-left: -8px;
  }

  .about-icon-bubble svg {
    width: clamp(31px, 7.8vw, 38px);
    height: clamp(31px, 7.8vw, 38px);
  }

  .about-icon-bubble img {
    width: clamp(30px, 7.6vw, 37px);
    height: clamp(30px, 7.6vw, 37px);
  }

  .about-title {
    max-width: 6em;
    margin-inline: auto;
    font-size: clamp(42px, 12.5vw, 58px);
    line-height: 0.99;
    letter-spacing: -0.06em;
  }

  .about-text {
    max-width: 22ch;
    margin-top: 30px;
    font-size: clamp(15px, 3.8vw, 17px);
    line-height: 1.28;
    /* text-align: justify; */
  }

  .about-strengths {
    margin-top: 62px;
    padding-inline: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-strength-card {
    min-height: 205px;
    padding: 46px 74px 34px 26px;
    background: transparent;
    color: #111111;
    overflow: visible;
    transform: none;
  }

  .about-strength-card h3 {
    font-size: clamp(24px, 6.8vw, 31px);
    margin-bottom: 18px;
  }

  .about-strength-card p {
    max-width: 31ch;
    font-size: clamp(14px, 3.7vw, 16px);
    line-height: 1.42;
    /* text-align: justify; */
    color: #111111;
  }

  .about-strength-toggle {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    display: grid;
    place-items: center;
    position: absolute;
    top: 40px;
    right: 24px;
    z-index: 3;
    background: #f6f6f6;
    color: #111111;
    font: inherit;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition:
      background-color 340ms cubic-bezier(0.22, 1, 0.36, 1),
      color 340ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .about-strength-toggle span {
    display: block;
    transform: translateY(-1px);
  }

  .about-strength-visual {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }

  .about-float-bubble-large {
    width: 78px;
    height: 78px;
    top: -44px;
    right: 26px;
  }

  .about-float-bubble-small {
    width: 50px;
    height: 50px;
  }

  .about-float-chip {
    height: 34px;
    min-width: 88px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .about-float-emoji {
    font-size: 28px;
  }

  .about-float-bubble-small .about-float-emoji {
    font-size: 21px;
  }

  .about-strength-card.is-mobile-active {
    background: #121212;
    color: #ffffff;
    overflow: visible;
  }

  .about-strength-card.is-mobile-active p {
    color: #a8a8a8;
  }

  .about-strength-card.is-mobile-active .about-strength-toggle {
    background: #a3e635;
    color: #111111;
    transform: scale(0.96);
  }

  .about-strength-card.is-mobile-active .about-strength-visual {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .about-trust {
    height: auto;
    margin-top: 74px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .about-trust-sticky {
    height: auto;
    min-height: 0;
    position: relative;
    top: auto;
    display: block;
  }

  .about-trust-shell {
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 28px;
    grid-template-columns: 1fr;
    row-gap: 28px;
    padding: 64px 18px 16px;
    overflow: hidden;
  }

  .about-trust-copy {
    display: contents;
  }

  .about-trust-title {
    order: 1;
    text-align: center;
    font-size: clamp(42px, 12.5vw, 58px);
    line-height: 1.02;
  }

  .about-trust-text {
    order: 2;
    max-width: 34ch;
    margin: -8px auto 8px;
    font-size: 15px;
    line-height: 1.38;
    text-align: center;
  }

  .about-trust-cta {
    order: 4;
    width: 100%;
    min-width: 0;
    height: 56px;
    margin-top: 4px;
    padding: 0 68px 0 24px;
    justify-content: center;
    font-size: 18px;
  }

  .about-trust-cta > span:first-child {
    transform: none !important;
  }

  .about-trust-cta-icon {
    width: 42px;
    height: 42px;
    right: 7px;
  }

  .about-trust-cta:hover .about-trust-cta-icon {
    right: calc(100% - 49px);
  }

  .about-trust-card-window {
    order: 3;
    width: calc(100% + 36px);
    height: auto;
    margin-inline: -18px;
    overflow-x: auto;
    overflow-y: visible;
    justify-content: flex-start;
    /* padding-block: 26px; */
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 10vw;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .about-trust-card-window::-webkit-scrollbar {
    display: none;
  }

  .about-trust-card-track {
    width: max-content;
    height: 342px;
    min-height: 0;
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 0 10vw;
    transform: none !important;
  }

  .about-trust-card {
    position: relative;
    inset: auto;
    flex: 0 0 min(80vw, 318px);
    width: min(80vw, 318px);
    min-height: 342px;
    height: 342px;
    border-radius: 18px;
    padding: 34px 30px;
    box-shadow: none;
    opacity: 1 !important;
    margin-right: calc(-20vw + 50px);
    transform: scale(0.9) !important;
    scroll-snap-align: center;
    z-index: 1;
    transform-origin: center center;
    transition:
      transform 0.28s ease,
      opacity 0.28s ease,
      z-index 0.28s ease;
  }

  .about-trust-card:last-child {
    margin-right: 0;
  }

  .about-trust-card.about-trust-card-active {
    z-index: 3;
    transform: scale(1) !important;
  }

  .about-trust-card.about-trust-card-prev,
  .about-trust-card.about-trust-card-next {
    z-index: 2;
    transform: scale(0.94) !important;
  }

  .about-trust-card-number {
    font-size: 42px;
  }

  .about-trust-card h3 {
    font-size: 18px;
  }

  .about-trust-visual {
    min-height: 150px;
  }

  .about-trust-visual-team {
    min-height: 205px;
  }
}
