.fc-about-lite-legacy-hero {
  display: none !important;
}

.fc-about-lite-legacy-content {
  display: none !important;
}

html.fc-about-lite-page #fullmeasureBottomForms {
  display: none !important;
}

html.fc-about-lite-page body {
  overflow-x: hidden !important;
}

#fc-about-lite,
#fc-about-lite * {
  box-sizing: border-box;
}

#fc-about-lite {
  width: var(--fc-site-viewport-inline-size, calc(100 * var(--fc-layout-vw, 1vw))) !important;
  max-width: var(--fc-site-viewport-inline-size, calc(100 * var(--fc-layout-vw, 1vw))) !important;
  overflow: hidden;
  background: #fff;
  color: #10263b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.fc-about-lite-shell {
  width: var(--fc-site-shell-inline-size, min(1330px, calc(100% - 32px)));
  margin-right: auto;
  margin-left: var(--fc-site-shell-inline-start, auto);
}

.fc-about-lite-hero {
  position: relative;
  height: clamp(600px, calc(100svh - 100px), 700px);
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;
  background-color: #eaf5fb;
  background-image: url("../_assets/30650693.s21i.faiusr.com/4/ABUIABAEGAAgmtqivAYolLS45gYwwBY4ugo.png");
  background-position: center calc(50% - 90px);
  background-size: max(calc(100 * var(--fc-layout-vw, 1vw)), 1440px) auto;
  background-repeat: no-repeat;
}

.fc-about-lite-hero::before,
.fc-about-lite-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.fc-about-lite-hero::before {
  background: linear-gradient(90deg, rgba(249, 253, 255, 0.98) 0%, rgba(249, 253, 255, 0.91) 36%, rgba(242, 250, 254, 0.54) 66%, rgba(239, 248, 253, 0.32) 100%);
}

.fc-about-lite-hero::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 52%, rgba(226, 241, 249, 0.34) 100%);
}

.fc-about-lite-hero__slides,
.fc-about-lite-slide {
  position: absolute;
  inset: 0;
}

.fc-about-lite-slide {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateX(18px);
  transition: opacity 520ms ease, transform 650ms cubic-bezier(0.2, 0.76, 0.3, 1), visibility 520ms;
  pointer-events: none;
}

.fc-about-lite-slide.is-active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.fc-about-lite-slide__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 112px;
}

.fc-about-lite-slide__copy {
  width: min(700px, 64%);
}

.fc-about-lite-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  margin: 0 0 22px;
  padding: 0 14px;
  border: 1px solid rgba(32, 107, 145, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #35647c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.fc-about-lite-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #14a88d;
  box-shadow: 0 0 0 4px rgba(20, 168, 141, 0.11);
}

.fc-about-lite-title {
  margin: 0;
  color: #102c42;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0;
}

.fc-about-lite-title span {
  display: block;
}

.fc-about-lite-title span:last-child {
  color: #3978f6;
}

.fc-about-lite-description {
  max-width: 630px;
  margin: 24px 0 0;
  color: #4c6473;
  font-size: 17px;
  line-height: 1.8;
}

.fc-about-lite-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.fc-about-lite-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 154px;
  height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fc-about-lite-action:hover {
  transform: translateY(-2px);
}

.fc-about-lite-action--primary {
  background: #146f9f;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(20, 111, 159, 0.19);
}

.fc-about-lite-action--primary:hover {
  box-shadow: 0 15px 28px rgba(20, 111, 159, 0.26);
}

.fc-about-lite-action--secondary {
  border-color: rgba(37, 86, 113, 0.18);
  background: rgba(255, 255, 255, 0.74);
  color: #294b60 !important;
  backdrop-filter: blur(10px);
}

.fc-about-lite-action--secondary:hover {
  border-color: rgba(37, 86, 113, 0.34);
}

.fc-about-lite-action--quiet {
  min-width: 0;
  height: auto;
  padding: 7px 0;
  border-bottom-color: rgba(31, 111, 157, 0.34);
  border-radius: 0;
  color: #1f668e !important;
}

.fc-about-lite-action--quiet:hover {
  border-bottom-color: #1f668e;
  box-shadow: none;
}

.fc-about-lite-intel {
  position: absolute;
  right: 0;
  bottom: 168px;
  width: 388px;
  min-height: 136px;
  padding: 24px 26px;
  border: 1px solid rgba(79, 124, 150, 0.17);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 20px 50px rgba(50, 91, 116, 0.1);
  backdrop-filter: blur(16px);
}

.fc-about-lite-intel::before {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 2px;
  background: #e7a942;
  content: "";
}

.fc-about-lite-intel p {
  margin: 0 0 10px;
  color: #1a8f79;
  font-size: 13px;
  font-weight: 700;
}

.fc-about-lite-intel strong,
.fc-about-lite-intel span {
  display: block;
}

.fc-about-lite-intel strong {
  padding-right: 36px;
  color: #17384e;
  font-size: 22px;
  line-height: 1.35;
}

.fc-about-lite-intel span {
  margin-top: 18px;
  color: #738594;
  font-size: 12px;
  line-height: 1.4;
}

.fc-about-lite-nav {
  position: absolute;
  left: 50%;
  bottom: 123px;
  z-index: 5;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.fc-about-lite-dot {
  position: relative;
  width: 46px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.fc-about-lite-dot span {
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(34, 78, 105, 0.22);
}

.fc-about-lite-dot span::after {
  position: absolute;
  inset: 0;
  background: #146f9f;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

.fc-about-lite-dot.is-active span::after {
  transform: scaleX(1);
}

.fc-about-lite-dot:focus-visible {
  outline: 2px solid #146f9f;
  outline-offset: 2px;
}

.fc-about-lite-metrics {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 112px;
  border-top: 1px solid rgba(78, 124, 148, 0.13);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
}

.fc-about-lite-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
}

.fc-about-lite-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 30px;
  border-left: 1px solid rgba(64, 107, 132, 0.13);
}

.fc-about-lite-stat:last-child {
  border-right: 1px solid rgba(64, 107, 132, 0.13);
}

.fc-about-lite-stat strong {
  color: #12354c;
  font-size: 30px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.fc-about-lite-stat span {
  margin-top: 9px;
  color: #687d8c;
  font-size: 13px;
  line-height: 1.4;
}

.fc-about-lite-section-kicker,
.fc-about-lite-section-head > p,
.fc-about-lite-principles__head > p,
.fc-about-lite-cta__inner > div > p {
  margin: 0 0 12px;
  color: #3978f6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.fc-about-lite-section-head {
  max-width: 820px;
  margin-bottom: 44px;
}

.fc-about-lite-section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.fc-about-lite-section-head h2,
.fc-about-lite-intro__copy h2,
.fc-about-lite-principles__head h2,
.fc-about-lite-cta__inner h2 {
  margin: 0 0 16px;
  color: #0b1f33;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}

.fc-about-lite-section-head > span {
  color: #597086;
  font-size: 17px;
  line-height: 1.75;
}

.fc-about-lite-intro {
  padding: 88px 0;
  background: #fff;
}

.fc-about-lite-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 72px;
  align-items: center;
}

.fc-about-lite-intro__copy > p:not(.fc-about-lite-section-kicker) {
  max-width: 680px;
  margin: 0;
  color: #5b6f80;
  font-size: 16px;
  line-height: 1.85;
}

.fc-about-lite-intro__copy .fc-about-lite-intro__lead {
  margin-bottom: 16px !important;
  color: #29475c !important;
  font-size: 18px !important;
}

.fc-about-lite-intro__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid #dce7f0;
  border-bottom: 1px solid #dce7f0;
}

.fc-about-lite-intro__facts span {
  min-width: 0;
  padding: 18px 12px 18px 0;
  color: #25465e;
  font-size: 13px;
  font-weight: 700;
}

.fc-about-lite-intro__media {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dce9f6;
}

.fc-about-lite-intro__media img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.fc-about-lite-intro__media figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  background: rgba(9, 31, 52, 0.76);
  color: #fff;
  backdrop-filter: blur(12px);
}

.fc-about-lite-intro__media figcaption strong,
.fc-about-lite-intro__media figcaption span {
  display: block;
}

.fc-about-lite-intro__media figcaption strong {
  margin-bottom: 5px;
  font-size: 18px;
}

.fc-about-lite-intro__media figcaption span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.fc-about-lite-strategy {
  padding: 82px 0 38px;
  background: linear-gradient(180deg, #f5f9ff 0%, #eef5fb 100%);
}

.fc-about-lite-strategy__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: stretch;
}

.fc-about-lite-strategy__brand {
  padding: 34px;
  border: 1px solid #d6e4f2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.fc-about-lite-strategy__brand img {
  display: block;
  width: min(100%, 380px);
  height: auto;
  margin: 0 auto 34px;
  border: 1px solid #dce7f3;
  border-radius: 8px;
}

.fc-about-lite-strategy__brand strong {
  display: block;
  max-width: 380px;
  margin: 0 auto 14px;
  color: #17364c;
  font-size: 21px;
  line-height: 1.45;
}

.fc-about-lite-strategy__brand p {
  max-width: 380px;
  margin: 0 auto;
  color: #5b7081;
  font-size: 14px;
  line-height: 1.8;
}

.fc-about-lite-strategy__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fc-about-lite-strategy__step {
  position: relative;
  min-height: 286px;
  padding: 28px 24px;
  border-top: 3px solid #3978f6;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(27, 74, 119, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.fc-about-lite-strategy__index {
  display: block;
  color: #b7cae7;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.fc-about-lite-strategy__step > p {
  margin: 30px 0 10px;
  color: #3978f6;
  font-size: 12px;
  font-weight: 700;
}

.fc-about-lite-strategy__step h3 {
  margin: 0 0 14px;
  color: #16364c;
  font-size: 20px;
  line-height: 1.35;
}

.fc-about-lite-strategy__text {
  display: block;
  color: #627687;
  font-size: 13px;
  line-height: 1.75;
}

.fc-about-lite-credentials {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  margin-top: 48px;
  padding-top: 38px;
  border-top: 1px solid #d2e1ed;
}

.fc-about-lite-credentials__title p {
  margin: 0 0 8px;
  color: #6986a0;
  font-size: 12px;
  font-weight: 700;
}

.fc-about-lite-credentials__title h3 {
  margin: 0;
  color: #17364c;
  font-size: 24px;
}

.fc-about-lite-credentials ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fc-about-lite-credentials li {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 12px 16px;
  border: 1px solid #d5e2ee;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: #294b62;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.fc-about-lite-credential__icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #3978f6;
}

.fc-about-lite-credential__icon path:first-child {
  fill: currentColor;
}

.fc-about-lite-credential__icon path:last-child {
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fc-about-lite-credential__label {
  min-width: 0;
}

.fc-about-lite-principles {
  padding: 100px 0;
  background: #0e2b42;
  color: #fff;
}

.fc-about-lite-principles__head {
  max-width: 820px;
  margin-bottom: 42px;
}

.fc-about-lite-principles__head h2 {
  color: #fff;
}

.fc-about-lite-principles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.fc-about-lite-principles__grid article {
  min-height: 220px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.fc-about-lite-principles__grid article > span {
  display: block;
  margin-bottom: 26px;
  color: #77a6ff;
  font-size: 14px;
  font-weight: 700;
}

.fc-about-lite-principles__grid h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  line-height: 1.35;
}

.fc-about-lite-principles__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}

.fc-about-lite-principles blockquote {
  margin: 34px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.fc-about-lite-proof {
  padding: 84px 0 90px;
  background: #fff;
}

.fc-about-lite-proof__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: stretch;
}

.fc-about-lite-network,
.fc-about-lite-customers {
  min-width: 0;
  padding-top: 24px;
  border-top: 2px solid #d9e5ef;
}

.fc-about-lite-network__headline,
.fc-about-lite-customers__headline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  min-height: 58px;
}

.fc-about-lite-network__headline strong,
.fc-about-lite-customers__headline strong {
  color: #17364c;
  font-size: 20px;
}

.fc-about-lite-network__headline span,
.fc-about-lite-customers__headline a {
  color: #6d8190;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none !important;
}

.fc-about-lite-customers__headline a {
  color: #3978f6;
  font-weight: 700;
}

.fc-about-lite-customers__headline a span {
  margin-left: 7px;
}

.fc-about-lite-network__map {
  position: relative;
  height: 306px;
  overflow: hidden;
  border: 1px solid #d8e4ef;
  border-radius: 8px;
  background-color: #f7fafd;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.fc-about-lite-network__map:focus-visible {
  outline: 3px solid rgba(57, 120, 246, 0.28);
  outline-offset: 3px;
}

.fc-about-lite-network__map.is-dragging {
  cursor: grabbing;
}

.fc-about-lite-network__canvas {
  --fc-network-pan-x: 0px;
  --fc-network-pan-y: 0px;
  --fc-network-focus-x: -9%;
  --fc-network-focus-y: -8%;
  --fc-network-zoom: 1.26;
  position: absolute;
  inset: -3%;
  transform: translate3d(
    calc(var(--fc-network-pan-x) + var(--fc-network-focus-x)),
    calc(var(--fc-network-pan-y) + var(--fc-network-focus-y)),
    0
  ) scale(var(--fc-network-zoom));
  transform-origin: 69% 64%;
  will-change: transform;
}

.fc-about-lite-network__geo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.fc-about-lite-network__grid {
  position: absolute;
  inset: -100%;
  z-index: 0;
  background-image: url("../_rebuild/about-assets/network-grid.svg?v=20260728-7");
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% 33.333333%;
  pointer-events: none;
  user-select: none;
}

.fc-about-lite-network__geo { z-index: 1; }

.fc-about-lite-network__connections {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.fc-about-lite-network__connections path {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.fc-about-lite-network__rays-fallback {
  display: none;
}

.fc-about-lite-network__rays-fallback path {
  stroke: rgba(57, 120, 246, 0.66);
  stroke-width: 2.1;
}

.fc-about-lite-network__rays-flow path {
  stroke-width: 2.6;
  opacity: 1;
  filter: drop-shadow(0 0 2px rgba(57, 120, 246, 0.28));
}

.fc-about-lite-network__map i {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 14px;
  font-style: normal;
  transform: translateY(-50%);
}

.fc-about-lite-network__map i::before {
  --fc-network-node-color: #3978f6;
  --fc-network-node-halo: rgba(57, 120, 246, 0.16);
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--fc-network-node-color);
  box-shadow: 0 0 0 5px var(--fc-network-node-halo), 0 0 12px rgba(57, 120, 246, 0.12);
  content: "";
  translate: -50% -50%;
  transform-origin: center;
  animation: fc-about-lite-network-node-breathe 2400ms ease-in-out infinite;
  will-change: transform, box-shadow;
}

.fc-about-lite-network__map .is-shenzhen::before {
  --fc-network-node-color: #1768f2;
  --fc-network-node-halo: rgba(23, 104, 242, 0.2);
}

.fc-about-lite-network__map .is-guangzhou {
  padding-right: 14px;
  padding-left: 0;
  transform: translate(-100%, -50%);
}

.fc-about-lite-network__map .is-guangzhou::before {
  right: 0;
  left: auto;
  translate: 50% -50%;
}

.fc-about-lite-network__map .is-guangzhou::before { animation-delay: -400ms; }
.fc-about-lite-network__map .is-xiamen::before { animation-delay: -800ms; }
.fc-about-lite-network__map .is-fuzhou::before { animation-delay: -1200ms; }
.fc-about-lite-network__map .is-hangzhou::before { animation-delay: -1600ms; }
.fc-about-lite-network__map .is-beijing::before { animation-delay: -2000ms; }

@keyframes fc-about-lite-network-node-breathe {
  0%, 100% {
    transform: scale(0.92);
    box-shadow: 0 0 0 4px var(--fc-network-node-halo), 0 0 8px rgba(57, 120, 246, 0.12);
  }
  50% {
    transform: scale(1.16);
    box-shadow: 0 0 0 9px transparent, 0 0 18px rgba(57, 120, 246, 0.32);
  }
}

.fc-about-lite-network__map b {
  color: #254760;
  font-size: 13px;
}

.fc-about-lite-network__map .is-xiamen b {
  transform: translate(5px, 3px);
}

.fc-about-lite-network__map .is-fuzhou b {
  transform: translate(4px, -3px);
}

.fc-about-lite-network__map i > span {
  padding: 3px 6px;
  border-radius: 4px;
  background: #3978f6;
  color: #fff;
  font-size: 12px;
}

.fc-about-lite-network__map .is-shenzhen > b {
  transform: translateY(12px);
}

.fc-about-lite-network__map .is-shenzhen > span {
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 9px;
  line-height: 1.4;
  white-space: nowrap;
  transform: translate(-3px, 22px);
}

.fc-about-lite-network__map .is-shenzhen { left: 63.2%; top: 83.88%; }
.fc-about-lite-network__map .is-guangzhou { left: 58.8%; top: 83%; }
.fc-about-lite-network__map .is-xiamen { left: 68.65%; top: 78.92%; }
.fc-about-lite-network__map .is-fuzhou { left: 70.4%; top: 72.9%; }
.fc-about-lite-network__map .is-hangzhou { left: 71.44%; top: 64.1%; }
.fc-about-lite-network__map .is-beijing { left: 66.38%; top: 39.45%; }

.fc-about-lite-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.fc-about-lite-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 104px;
  padding: 20px;
  border: 1px solid #dce6ee;
  border-radius: 6px;
  background: #fff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.fc-about-lite-logo img {
  display: block;
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}

.fc-about-lite-cta {
  padding: 66px 0;
  background: #e9f2fb;
}

.fc-about-lite-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}

.fc-about-lite-cta__inner > div:first-child {
  max-width: 760px;
}

.fc-about-lite-cta__inner h2 {
  font-size: 40px;
}

.fc-about-lite-cta__inner > div:first-child > span {
  color: #5c7283;
  font-size: 15px;
  line-height: 1.75;
}

.fc-about-lite-cta__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.fc-about-lite-cta__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  height: 46px;
  padding: 0 22px;
  border: 1px solid #3978f6;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.fc-about-lite-cta__primary {
  background: #3978f6;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(57, 120, 246, 0.22);
}

.fc-about-lite-cta__secondary {
  background: rgba(255, 255, 255, 0.72);
  color: #2f64c8 !important;
}

.fc-about-lite-history {
  padding: 68px 0 74px;
  background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%);
  color: #17324d;
}

.fc-about-lite-history__head {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.fc-about-lite-history__head p {
  margin: 0 0 12px;
  color: #3f7dff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.fc-about-lite-history__head h2 {
  margin: 0 0 14px;
  color: #0b1f33;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
}

.fc-about-lite-history__head span {
  color: #597086;
  font-size: 17px;
  line-height: 1.7;
}

.fc-about-lite-history__panel {
  position: relative;
  min-height: 570px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.fc-about-lite-history__svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  z-index: 1;
  width: 100%;
  height: 300px;
  overflow: visible;
}

.fc-about-lite-history__curve-main {
  fill: none;
  stroke-linecap: round;
}

.fc-about-lite-history__curve-main {
  stroke: url(#fc-about-lite-curve);
  stroke-width: 6;
}

.fc-about-lite-history__nodes .halo {
  fill: rgba(69, 143, 255, 0.16);
  opacity: 0.55;
  transform-box: fill-box;
  transform-origin: center;
  animation: fc-about-lite-history-halo 2800ms ease-in-out infinite;
  animation-delay: var(--node-delay);
  animation-fill-mode: both;
}

.fc-about-lite-history__nodes .dot {
  fill: #4d8dff;
  stroke: #fff;
  stroke-width: 5;
  transform-box: fill-box;
  transform-origin: center;
  animation: fc-about-lite-history-dot 2800ms ease-in-out infinite;
  animation-delay: var(--node-delay);
  animation-fill-mode: both;
}

@keyframes fc-about-lite-history-halo {
  0%, 100% { opacity: 0.42; transform: scale(0.78); }
  50% { opacity: 1; transform: scale(1.28); }
}

@keyframes fc-about-lite-history-dot {
  0%, 100% { transform: scale(0.9); }
  50% { transform: scale(1.12); }
}

.fc-about-lite-history__cards {
  position: relative;
  z-index: 2;
  min-height: 570px;
}

.fc-about-lite-history__card {
  position: absolute;
  width: 205px;
  min-height: 176px;
  padding: 20px 18px 18px 22px;
  border: 1px solid #d9e6f5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(22, 71, 147, 0.08);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.fc-about-lite-history__card:nth-child(1) { left: 0; top: 388px; }
.fc-about-lite-history__card:nth-child(2) { left: 10%; top: 28px; }
.fc-about-lite-history__card:nth-child(3) { left: 29%; top: 346px; }
.fc-about-lite-history__card:nth-child(4) { left: 48%; top: 5px; }
.fc-about-lite-history__card:nth-child(5) { left: 67%; top: 316px; }
.fc-about-lite-history__card:nth-child(6) { right: 0; top: -12px; }

.fc-about-lite-history__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 30px;
  margin-bottom: 0;
  padding: 0 12px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1368ff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.fc-about-lite-history__card-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  white-space: nowrap;
}

.fc-about-lite-history__card h3 {
  margin: 0;
  color: #123046;
  font-size: 19px;
  line-height: 1.25;
}

.fc-about-lite-history__card p {
  margin: 0;
  color: #5b6b7c;
  font-size: 13px;
  line-height: 1.72;
}

.fc-about-lite-vision {
  position: relative;
  padding: 78px 0 84px;
  background: #eaf4fb;
  color: #17324d;
}

.fc-about-lite-vision__head {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.fc-about-lite-vision__head > p {
  margin: 0 0 12px;
  color: #3978f6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.fc-about-lite-vision__head h2 {
  margin: 0 0 14px;
  color: #0b1f33;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
}

.fc-about-lite-vision__head > span {
  color: #597086;
  font-size: 17px;
  line-height: 1.7;
}

.fc-about-lite-vision__statement {
  display: block;
  margin: 0 0 9px;
  color: #244b68;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.fc-about-lite-vision__principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.fc-about-lite-vision__principles article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 22px 24px;
  border: 1px solid rgba(213, 228, 242, 0.7);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.58);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.fc-about-lite-vision__principles article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3978f6 0%, #66d7e8 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms cubic-bezier(0.2, 0.72, 0.3, 1);
}

.fc-about-lite-vision__principles span,
.fc-about-lite-vision__principles strong,
.fc-about-lite-vision__principles p {
  display: block;
}

.fc-about-lite-vision__principles span {
  margin-bottom: 8px;
  color: #3978f6;
  font-size: 12px;
  font-weight: 700;
}

.fc-about-lite-vision__principles strong {
  margin-bottom: 8px;
  color: #17364c;
  font-size: 18px;
  line-height: 1.45;
}

.fc-about-lite-vision__principles p {
  margin: 0;
  color: #5d7284;
  font-size: 13px;
  line-height: 1.65;
}

.fc-about-lite-culture {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.fc-about-lite-culture__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid #d5e4f2;
  border-top: 3px solid #3978f6;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(32, 83, 125, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.fc-about-lite-culture__body {
  flex: 1;
  padding: 28px 22px 30px;
}

.fc-about-lite-culture__heading {
  margin-bottom: 24px;
}

.fc-about-lite-culture__body h3 {
  margin: 0;
  color: #123046;
  font-size: 20px;
  line-height: 1.3;
  transition: color 220ms ease;
}

.fc-about-lite-culture__point + .fc-about-lite-culture__point {
  margin-top: 14px;
}

.fc-about-lite-culture__point strong,
.fc-about-lite-culture__point span {
  display: block;
}

.fc-about-lite-culture__point strong {
  margin-bottom: 7px;
  color: #3978f6;
  font-size: 14px;
  line-height: 1.5;
}

.fc-about-lite-culture__point span {
  color: #536a7e;
  font-size: 13px;
  line-height: 1.75;
}

@media (hover: hover) and (pointer: fine) {
  .fc-about-lite-vision__principles article:hover {
    transform: translateY(-2px);
    border-color: rgba(57, 120, 246, 0.38);
    background: #fff;
    box-shadow: 0 12px 26px rgba(32, 83, 125, 0.08);
  }

  .fc-about-lite-vision__principles article:hover::before {
    transform: scaleX(1);
  }

  .fc-about-lite-strategy__step:hover,
  .fc-about-lite-history__card:hover,
  .fc-about-lite-logo:hover {
    transform: translateY(-4px);
    border-color: rgba(57, 120, 246, 0.34);
    box-shadow: 0 20px 42px rgba(32, 83, 125, 0.13);
  }

  .fc-about-lite-culture__card:hover {
    transform: translateY(-6px);
    border-color: rgba(57, 120, 246, 0.42);
    background: #fff;
    box-shadow: 0 24px 52px rgba(32, 83, 125, 0.15);
  }

  .fc-about-lite-culture__card:hover .fc-about-lite-culture__body h3 {
    color: #3978f6;
  }

  .fc-about-lite-cta__actions a:hover {
    transform: translateY(-2px);
  }

  .fc-about-lite-cta__primary:hover {
    box-shadow: 0 16px 30px rgba(57, 120, 246, 0.3);
  }

  .fc-about-lite-cta__secondary:hover {
    background: #fff;
  }
}

@media (max-width: 1080px) {
  .fc-about-lite-slide__copy { width: min(640px, 72%); }
  .fc-about-lite-title { font-size: 48px; }
  .fc-about-lite-intel { right: 24px; width: 330px; }
  .fc-about-lite-stat { padding: 0 20px; }
  .fc-about-lite-intro__layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 42px; }
  .fc-about-lite-intro__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fc-about-lite-strategy__layout { grid-template-columns: 1fr; }
  .fc-about-lite-strategy__brand { display: grid; grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr); column-gap: 30px; align-items: center; }
  .fc-about-lite-strategy__brand img { grid-row: span 2; margin-bottom: 0; }
  .fc-about-lite-credentials { grid-template-columns: 1fr; gap: 20px; }
  .fc-about-lite-history__panel,
  .fc-about-lite-history__cards { min-height: auto; }
  .fc-about-lite-history__svg { display: none; }
  .fc-about-lite-history__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .fc-about-lite-history__card { position: relative; inset: auto !important; width: auto; }
  .fc-about-lite-culture { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fc-about-lite-culture__card { min-height: 410px; }
  .fc-about-lite-proof__layout { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .fc-about-lite-nav { margin-left: 0; }
}

@media (max-width: 760px) {
  .fc-about-lite-hero {
    height: calc(100svh - 58px);
    min-height: 700px;
    max-height: 790px;
    background-position: 72% 30%;
    background-size: auto 72%;
  }

  .fc-about-lite-hero::before {
    background: linear-gradient(180deg, rgba(250, 253, 255, 0.97) 0%, rgba(248, 252, 254, 0.91) 58%, rgba(238, 248, 252, 0.74) 100%);
  }

  .fc-about-lite-slide__inner { padding-top: 0; padding-bottom: 140px; }
  .fc-about-lite-slide__copy { width: 100%; }
  .fc-about-lite-eyebrow { margin-bottom: 18px; font-size: 13px; }
  .fc-about-lite-title { font-size: 36px; line-height: 1.18; }
  .fc-about-lite-description { margin-top: 18px; font-size: 15px; line-height: 1.7; }
  .fc-about-lite-actions { margin-top: 22px; }

  .fc-about-lite-action {
    min-width: 0;
    height: auto;
    gap: 12px;
    padding: 7px 0;
    font-size: 14px;
  }

  .fc-about-lite-intel {
    right: 16px;
    bottom: 182px;
    width: calc(100% - 32px);
    min-height: 104px;
    padding: 18px 20px;
  }

  .fc-about-lite-intel p { margin-bottom: 6px; }
  .fc-about-lite-intel strong { font-size: 18px; }
  .fc-about-lite-intel span { margin-top: 10px; font-size: 12px; }
  .fc-about-lite-nav {
    bottom: 148px;
  }
  .fc-about-lite-metrics { height: 140px; }

  .fc-about-lite-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 1fr);
  }

  .fc-about-lite-stat {
    padding: 0 14px;
    border-bottom: 1px solid rgba(64, 107, 132, 0.13);
  }

  .fc-about-lite-stat:nth-child(2n) { border-right: 1px solid rgba(64, 107, 132, 0.13); }
  .fc-about-lite-stat strong { font-size: 23px; }
  .fc-about-lite-stat span { margin-top: 4px; font-size: 12px; }
  .fc-about-lite-section-head,
  .fc-about-lite-principles__head { margin-bottom: 30px; }
  .fc-about-lite-section-head h2,
  .fc-about-lite-intro__copy h2,
  .fc-about-lite-principles__head h2,
  .fc-about-lite-cta__inner h2 { font-size: 32px; }
  .fc-about-lite-section-head > span { font-size: 15px; }
  .fc-about-lite-intro { padding: 58px 0 62px; }
  .fc-about-lite-intro__layout { grid-template-columns: 1fr; gap: 34px; }
  .fc-about-lite-intro__copy .fc-about-lite-intro__lead { font-size: 16px !important; }
  .fc-about-lite-intro__facts span { padding: 15px 8px 15px 0; font-size: 12px; }
  .fc-about-lite-intro__media,
  .fc-about-lite-intro__media img { min-height: 0; height: 280px; }
  .fc-about-lite-strategy { padding: 58px 0 30px; }
  .fc-about-lite-strategy__brand { display: block; padding: 22px; }
  .fc-about-lite-strategy__brand img { margin-bottom: 20px; }
  .fc-about-lite-strategy__brand img,
  .fc-about-lite-strategy__brand strong,
  .fc-about-lite-strategy__brand p { width: 100%; max-width: none; }
  .fc-about-lite-strategy__steps {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .fc-about-lite-strategy__steps::-webkit-scrollbar { display: none; }
  .fc-about-lite-strategy__step { flex: 0 0 min(calc(82 * var(--fc-layout-vw, 1vw)), 320px); min-height: 260px; padding: 24px 22px; scroll-snap-align: start; }
  .fc-about-lite-credentials { margin-top: 28px; padding-top: 24px; }
  .fc-about-lite-credentials ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .fc-about-lite-credentials li { min-height: 68px; padding: 11px 10px; font-size: 12px; }
  .fc-about-lite-credential__icon { width: 22px; height: 22px; margin-right: 8px; }
  .fc-about-lite-history { padding: 52px 0 58px; }
  .fc-about-lite-history__head h2 { font-size: 32px; }
  .fc-about-lite-history__head span { font-size: 15px; }
  .fc-about-lite-history__cards {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .fc-about-lite-history__cards::-webkit-scrollbar { display: none; }
  .fc-about-lite-history__card { flex: 0 0 min(calc(82 * var(--fc-layout-vw, 1vw)), 320px); min-height: 220px; padding: 22px; scroll-snap-align: start; }
  .fc-about-lite-vision { padding: 54px 0 58px; }
  .fc-about-lite-vision__head { margin-bottom: 24px; }
  .fc-about-lite-vision__head h2 { font-size: 32px; }
  .fc-about-lite-vision__head > span { font-size: 15px; }
  .fc-about-lite-vision__principles { grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }
  .fc-about-lite-vision__principles article { padding: 18px 20px; }
  .fc-about-lite-culture {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .fc-about-lite-culture::-webkit-scrollbar { display: none; }
  .fc-about-lite-culture__card { flex: 0 0 min(calc(84 * var(--fc-layout-vw, 1vw)), 330px); min-height: 420px; scroll-snap-align: start; }
  .fc-about-lite-culture__body { padding: 22px; }
  .fc-about-lite-proof { padding: 58px 0 64px; }
  .fc-about-lite-proof__layout { gap: 38px; }
  .fc-about-lite-network__headline,
  .fc-about-lite-customers__headline { min-height: 70px; }
  .fc-about-lite-network__map { height: 260px; }
  .fc-about-lite-network__map { touch-action: pan-y; }
  .fc-about-lite-network__canvas {
    --fc-network-focus-x: -6%;
    --fc-network-zoom: 1.18;
  }
  .fc-about-lite-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fc-about-lite-logo { height: 92px; }
  .fc-about-lite-cta { padding: 56px 0 60px; }
  .fc-about-lite-cta__inner { display: block; }
  .fc-about-lite-cta__actions { margin-top: 28px; }
  .fc-about-lite-cta__actions a { flex: 1; }
}

@media (max-width: 420px) {
  .fc-about-lite-title { font-size: 34px; }
  .fc-about-lite-slide:nth-child(2) .fc-about-lite-title { font-size: 32px; }
  .fc-about-lite-actions { gap: 8px; }
  .fc-about-lite-action { padding: 7px 0; font-size: 13px; }
  .fc-about-lite-intro__media,
  .fc-about-lite-intro__media img { height: 250px; }
  .fc-about-lite-network__headline,
  .fc-about-lite-customers__headline { display: block; }
  .fc-about-lite-network__headline span,
  .fc-about-lite-customers__headline a { display: block; margin-top: 8px; }
  .fc-about-lite-cta__actions { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .fc-about-lite-slide,
  .fc-about-lite-action,
  .fc-about-lite-dot span::after,
  .fc-about-lite-vision__principles article,
  .fc-about-lite-vision__principles article::before,
  .fc-about-lite-strategy__step,
  .fc-about-lite-history__card,
  .fc-about-lite-logo,
  .fc-about-lite-cta__actions a,
  .fc-about-lite-culture__card,
  .fc-about-lite-culture__body h3 { transition: none; }
  .fc-about-lite-network__rays-flow { display: none; }
  .fc-about-lite-network__rays-fallback { display: inline; }
  .fc-about-lite-network__map i::before { animation: none; transform: none; }
  .fc-about-lite-history__nodes .halo,
  .fc-about-lite-history__nodes .dot { animation: none; transform: none; }
}
