@keyframes aboutFadeUp {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes aboutFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
}
.about-us-page {
  background: #fff;
  color: #000;
}
.about-us-page__main {
  overflow: hidden;
}

.about-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #247cff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-section-kicker::before {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

.about-hero {
  min-height: calc(100vh - 76px);
  padding: 156px clamp(20px, 13.5417vw, 260px) 92px;
  background: radial-gradient(circle at 78% 30%, rgba(36, 124, 255, 0.18) 0, rgba(36, 124, 255, 0) 32%), linear-gradient(0deg, rgba(36, 124, 255, 0) 0%, rgba(36, 124, 255, 0.1) 100%);
}
.about-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.about-hero__content {
  opacity: 0;
  transform: translateY(36px);
  animation: aboutFadeUp 0.86s ease-out 0.08s forwards;
}
.about-hero__eyebrow {
  margin: 0 0 24px;
  color: #247cff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.about-hero__title {
  max-width: 850px;
  margin: 0;
  color: #000;
  font-size: clamp(48px, 5.2vw, 82px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.06em;
  text-transform: capitalize;
}
.about-hero__subtitle {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(0, 0, 0, 0.62);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.035em;
}
.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 58px;
}
.about-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.about-hero__button:hover {
  transform: translateY(-2px);
}
.about-hero__button--primary {
  background: #247cff;
  color: #fff;
  box-shadow: 0 16px 32px rgba(36, 124, 255, 0.2);
}
.about-hero__button--primary:hover {
  background: #0157e4;
}
.about-hero__button--light {
  border: 0.5px solid rgba(28, 49, 80, 0.14);
  background: #fff;
  color: #111827;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.about-hero__visual {
  position: relative;
  aspect-ratio: 1/1;
  min-height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.95) 0 25%, rgba(255, 255, 255, 0.62) 26% 38%, rgba(36, 124, 255, 0.08) 39% 100%), linear-gradient(135deg, rgba(36, 124, 255, 0.12), rgba(135, 91, 235, 0.08));
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.85), 0 36px 86px rgba(39, 55, 96, 0.08);
  opacity: 0;
  transform: translateY(36px);
  animation: aboutFadeUp 0.86s ease-out 0.22s forwards;
}
.about-hero__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 124px;
  height: 124px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 20px 32px rgba(36, 124, 255, 0.18));
}
.about-hero__orbit {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(36, 124, 255, 0.18);
  border-radius: 50%;
}
.about-hero__orbit--two {
  inset: 28%;
  border-color: rgba(135, 91, 235, 0.22);
}
.about-hero__card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding: 16px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 18px 44px rgba(39, 55, 96, 0.1);
  backdrop-filter: blur(10px);
  animation: aboutFloat 4.8s ease-in-out infinite;
}
.about-hero__card--privacy {
  left: 2%;
  top: 27%;
}
.about-hero__card--speed {
  right: 4%;
  bottom: 27%;
  animation-delay: -1.4s;
}

.about-intro,
.about-story,
.about-values,
.about-contact {
  padding-inline: clamp(20px, 13.5417vw, 260px);
}
.about-intro__inner,
.about-story__inner,
.about-values__inner,
.about-contact__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.about-intro {
  padding-top: 118px;
  padding-bottom: 96px;
  background: #fff;
}
.about-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: start;
}
.about-intro h2 {
  margin: 0;
  color: #000;
  font-size: clamp(36px, 3.6vw, 56px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.about-intro__copy {
  display: grid;
  gap: 22px;
}
.about-intro__copy p {
  margin: 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: -0.02em;
}

.about-story {
  padding-top: 74px;
  padding-bottom: 86px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}
.about-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
}
.about-story__card, .about-story__stats {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(39, 55, 96, 0.06);
}
.about-story__card {
  padding: clamp(32px, 4.2vw, 64px);
}
.about-story__card h2 {
  max-width: 820px;
  margin: 0 0 34px;
  color: #000;
  font-size: clamp(36px, 3.4vw, 54px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.055em;
  text-transform: capitalize;
}
.about-story__card p {
  max-width: 980px;
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: 18px;
  line-height: 1.82;
  letter-spacing: -0.02em;
}
.about-story__card p + p {
  margin-top: 18px;
}
.about-story__stats {
  display: grid;
  gap: 14px;
  padding: 20px;
  background: #eef5ff;
}
.about-story__stat {
  display: flex;
  min-height: 128px;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
}
.about-story__stat strong {
  color: #247cff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
}
.about-story__stat span {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.62);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.about-values {
  padding-top: 112px;
  padding-bottom: 116px;
  background: #fff;
}
.about-values__header {
  max-width: 820px;
  margin: 0 auto 64px;
  text-align: center;
}
.about-values__header .about-section-kicker {
  justify-content: center;
}
.about-values__header .about-section-kicker::before {
  display: none;
}
.about-values__header h2 {
  margin: 0;
  color: #000;
  font-size: clamp(38px, 3.4vw, 56px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.about-values__header p {
  margin: 22px 0 0;
  color: rgba(0, 0, 0, 0.58);
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: -0.02em;
}
.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.about-values__item {
  min-height: 280px;
  padding: 34px 28px;
  border-radius: 18px;
  background: #f8fafd;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}
.about-values__item:hover, .about-values__item.is-revealed {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 24px 60px rgba(39, 55, 96, 0.08);
}
.about-values__item h3 {
  margin: 36px 0 14px;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.045em;
}
.about-values__item p {
  margin: 0;
  color: rgba(0, 0, 0, 0.58);
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: -0.015em;
}
.about-values__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(36, 124, 255, 0.1);
  color: #247cff;
  font-size: 16px;
  font-weight: 800;
}

.about-contact {
  padding-top: 92px;
  padding-bottom: 112px;
  background: #f7fbff;
}
.about-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: start;
}
.about-contact h2 {
  margin: 0;
  color: #000;
  font-size: clamp(38px, 3.8vw, 60px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.about-contact__list {
  display: grid;
  gap: 14px;
}
.about-contact__item {
  display: grid;
  gap: 8px;
  padding: 24px 26px;
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(39, 55, 96, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.about-contact__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(39, 55, 96, 0.08);
}
.about-contact__item span {
  color: #247cff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.about-contact__item strong {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.025em;
}
.about-contact__item em {
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px;
  font-style: normal;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .about-hero__inner {
    grid-template-columns: 1fr;
  }
  .about-hero__visual {
    width: min(100%, 520px);
    min-height: auto;
    margin: 0 auto;
  }
  .about-intro__inner,
  .about-story__inner,
  .about-contact__inner {
    grid-template-columns: 1fr;
  }
  .about-story__stats,
  .about-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .about-section-kicker {
    font-size: 12px;
  }
  .about-hero {
    min-height: auto;
    padding: 96px 18px 70px;
  }
  .about-hero__title {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.08;
  }
  .about-hero__subtitle {
    font-size: 18px;
  }
  .about-hero__actions {
    width: 100%;
    margin-top: 38px;
  }
  .about-hero__button {
    width: 100%;
  }
  .about-hero__visual {
    min-height: 330px;
  }
  .about-hero__logo {
    width: 92px;
    height: 92px;
  }
  .about-hero__card {
    min-width: 92px;
    padding: 12px 14px;
    font-size: 13px;
  }
  .about-intro,
  .about-story,
  .about-values,
  .about-contact {
    padding-inline: 18px;
  }
  .about-intro {
    padding-top: 72px;
    padding-bottom: 64px;
  }
  .about-intro__copy p {
    font-size: 16px;
    line-height: 1.75;
  }
  .about-story {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .about-story__card {
    padding: 28px 22px;
  }
  .about-story__card p {
    font-size: 16px;
    line-height: 1.75;
  }
  .about-story__stats {
    grid-template-columns: 1fr;
  }
  .about-values {
    padding-top: 72px;
    padding-bottom: 70px;
  }
  .about-values__header {
    margin-bottom: 38px;
  }
  .about-values__grid {
    grid-template-columns: 1fr;
  }
  .about-values__item {
    min-height: auto;
  }
  .about-contact {
    padding-top: 68px;
    padding-bottom: 76px;
  }
  .about-contact__item {
    padding: 22px 20px;
  }
  .about-contact__item strong {
    font-size: 18px;
  }
}

/*# sourceMappingURL=about-us.css.map */
