body.page-about-us {
  overflow-x: clip;
  background: #ffffff;
  color: #282e3e;
  font-family: "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

.page-about-us *,
.page-about-us *::before,
.page-about-us *::after {
  box-sizing: border-box;
}

.page-about-us .about-us-page {
  min-height: 100vh;
  overflow: visible;
  background: #ffffff;
}

.page-about-us .about-us-container {
  width: min(1082px, calc(100% - 48px));
  margin: 0 auto;
}

/* About-style light banner */
.page-about-us .about-us-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #ffffff url("/web/default/assets/customization/cdnImg/cdnbg.svg") 50% 211px / 3010px auto no-repeat;
}

.page-about-us .about-us-hero::before {
  position: absolute;
  top: -160px;
  left: 32%;
  width: 520px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 120, 245, 0.05), transparent 70%);
  pointer-events: none;
  content: "";
}

.page-about-us .about-us-hero-layout {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 52px;
}

.page-about-us .about-us-hero-copy {
  min-width: 0;
}

.page-about-us .about-us-hero-copy h1 {
  margin: 0;
  color: #282e3e;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.page-about-us .about-us-hero-copy p {
  max-width: 520px;
  margin: 20px 0 0;
  color: #5b6786;
  font-size: 16px;
  line-height: 28px;
}

.page-about-us .about-us-hero-visual {
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-about-us .about-us-hero-visual img {
  display: block;
  width: min(100%, 480px);
  height: auto;
  max-height: 390px;
  object-fit: contain;
}

/* Company metrics */
.page-about-us .about-us-stats {
  position: relative;
  z-index: 2;
  margin: 28px 0 0;
  padding: 0 0 64px;
}

.page-about-us .about-us-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 24px;
  border: 1px solid #e6eaed;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(36, 120, 245, 0.06);
}

.page-about-us .about-us-stat {
  position: relative;
  min-height: 76px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.25s ease;
}

.page-about-us .about-us-stat:hover {
  background: #f7faff;
}

.page-about-us .about-us-stat:not(:last-child)::after {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: #e6eaed;
  content: "";
}

.page-about-us .about-us-stat strong {
  color: #2478f5;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.page-about-us .about-us-stat span {
  color: #5b6786;
  font-size: 14px;
  line-height: 20px;
}

/* Company introduction */
.page-about-us .about-us-intro {
  padding: 80px 0;
  background: #ffffff;
}

.page-about-us .about-us-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.page-about-us .about-us-intro-figure {
  position: relative;
  min-width: 0;
  margin: 0;
}

.page-about-us .about-us-intro-figure::before {
  position: absolute;
  inset: -14px 18px 18px -14px;
  z-index: 0;
  border: 1px solid rgba(36, 120, 245, 0.12);
  border-radius: 14px;
  background: #f3f8ff;
  content: "";
}

.page-about-us .about-us-intro-figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(40, 46, 62, 0.12);
  object-fit: cover;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.page-about-us .about-us-intro-figure:hover img {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(40, 46, 62, 0.15);
}

.page-about-us .about-us-intro-copy {
  min-width: 0;
}

.page-about-us .about-us-eyebrow {
  display: inline-flex;
  min-height: 28px;
  padding: 4px 14px;
  align-items: center;
  border-radius: 999px;
  color: #2478f5;
  background: #eef5ff;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.page-about-us .about-us-intro-copy h2 {
  margin: 16px 0 24px;
  color: #282e3e;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.page-about-us .about-us-intro-body,
.page-about-us .about-us-intro-body p {
  color: #5b6786;
  font-size: 15px;
  line-height: 28px;
}

.page-about-us .about-us-intro-body p {
  margin: 0;
}

.page-about-us .about-us-intro-body p + p {
  margin-top: 18px;
}

.page-about-us .about-us-intro-body p:first-child {
  color: #282e3e;
  font-weight: 600;
}

/* Corporate culture */
.page-about-us .about-us-culture {
  padding: 80px 0 96px;
  background: #f7faff;
}

.page-about-us .about-us-culture-head {
  position: relative;
  margin-bottom: 42px;
  text-align: center;
}

.page-about-us .about-us-culture-head h2 {
  margin: 0;
  color: #282e3e;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.page-about-us .about-us-culture-head::after {
  display: block;
  width: 52px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, #2478f5, #7c3aed);
  content: "";
}

.page-about-us .about-us-culture-layout {
  display: grid;
  grid-template-columns: 216px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.page-about-us .about-us-culture-nav {
  position: sticky;
  top: 96px;
  z-index: 4;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid #e6eaed;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(36, 120, 245, 0.06);
}

.page-about-us .about-us-nav-button {
  width: 100%;
  min-height: 52px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  color: #282e3e;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.page-about-us .about-us-nav-button:hover {
  color: #2478f5;
  background: #f5f9ff;
}

.page-about-us .about-us-nav-button:focus-visible {
  outline: 3px solid rgba(36, 120, 245, 0.2);
  outline-offset: 2px;
}

.page-about-us .about-us-nav-button span {
  flex: 0 0 auto;
  color: #2478f5;
  font-size: 13px;
  font-weight: 700;
}

.page-about-us .about-us-nav-button strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-about-us .about-us-nav-button.is-active {
  color: #2478f5;
  background: #eef5ff;
  box-shadow: inset 3px 0 0 #2478f5;
}

.page-about-us .about-us-stories {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-about-us .about-us-story {
  min-width: 0;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  border: 1px solid #e6eaed;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(40, 46, 62, 0.05);
  transition: border-color 0.28s ease, box-shadow 0.28s ease;
}

.page-about-us .about-us-story:hover,
.page-about-us .about-us-story.is-active-story {
  border-color: rgba(36, 120, 245, 0.32);
  box-shadow: 0 14px 32px rgba(36, 120, 245, 0.09);
}

.page-about-us .about-us-story--reverse .about-us-story-copy {
  grid-column: 2;
  grid-row: 1;
}

.page-about-us .about-us-story--reverse .about-us-story-visual {
  grid-column: 1;
  grid-row: 1;
}

.page-about-us .about-us-story-copy {
  position: relative;
  min-width: 0;
  padding-top: 32px;
}

.page-about-us .about-us-story-number {
  position: absolute;
  top: -6px;
  left: 0;
  color: rgba(36, 120, 245, 0.11);
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.page-about-us .about-us-story h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #282e3e;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.page-about-us .about-us-story-text,
.page-about-us .about-us-story-text p {
  color: #5b6786;
  font-size: 15px;
  line-height: 26px;
}

.page-about-us .about-us-story-text p {
  margin: 0;
}

.page-about-us .about-us-story-text p + p {
  margin-top: 12px;
}

.page-about-us .about-us-license-links {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-about-us .about-us-license {
  min-height: 38px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2478f5;
  border-radius: 6px;
  color: #2478f5;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.page-about-us .about-us-license:hover,
.page-about-us .about-us-license:focus {
  color: #ffffff;
  background: #2478f5;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(36, 120, 245, 0.18);
}

.page-about-us .about-us-license:focus-visible {
  outline: 3px solid rgba(36, 120, 245, 0.2);
  outline-offset: 2px;
}

.page-about-us .about-us-story-visual {
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #eef5ff;
}

.page-about-us .about-us-story-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.page-about-us .about-us-story:hover .about-us-story-visual img,
.page-about-us .about-us-story.is-active-story .about-us-story-visual img {
  transform: scale(1.02);
}

/* Reveal animation */
.page-about-us.about-us-motion-ready .about-us-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.page-about-us.about-us-motion-ready .about-us-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-about-us.about-us-motion-ready .about-us-intro-copy.about-us-reveal {
  transition-delay: 0.06s;
}

@media (max-width: 1100px) {
  .page-about-us .about-us-culture-layout {
    grid-template-columns: 196px minmax(0, 1fr);
    gap: 24px;
  }

  .page-about-us .about-us-story {
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .page-about-us .about-us-container {
    width: min(720px, calc(100% - 32px));
  }

  .page-about-us .about-us-hero {
    min-height: auto;
    background-position: 50% 100%;
    background-size: 2200px auto;
  }

  .page-about-us .about-us-hero-layout {
    min-height: auto;
    padding: 52px 0 24px;
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .page-about-us .about-us-hero-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .page-about-us .about-us-hero-visual {
    justify-content: center;
  }

  .page-about-us .about-us-hero-visual img {
    width: min(100%, 470px);
    max-height: 280px;
  }

  .page-about-us .about-us-stats {
    margin-top: 24px;
    padding-bottom: 56px;
  }

  .page-about-us .about-us-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
  }

  .page-about-us .about-us-stat:nth-child(2)::after {
    display: none;
  }

  .page-about-us .about-us-stat:nth-child(-n + 2) {
    border-bottom: 1px solid #e6eaed;
  }

  .page-about-us .about-us-intro {
    padding: 64px 0;
  }

  .page-about-us .about-us-intro-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .page-about-us .about-us-culture {
    padding: 64px 0 72px;
  }

  .page-about-us .about-us-culture-layout {
    display: block;
  }

  .page-about-us .about-us-culture-nav {
    top: 72px;
    padding: 8px;
    flex-direction: row;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .page-about-us .about-us-culture-nav::-webkit-scrollbar {
    display: none;
  }

  .page-about-us .about-us-nav-button {
    width: auto;
    min-width: max-content;
    min-height: 46px;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .page-about-us .about-us-nav-button.is-active {
    box-shadow: inset 0 -3px 0 #2478f5;
  }

  .page-about-us .about-us-stories {
    margin-top: 24px;
  }

  .page-about-us .about-us-story {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .page-about-us .about-us-story--reverse .about-us-story-copy,
  .page-about-us .about-us-story--reverse .about-us-story-visual {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 600px) {
  .page-about-us .about-us-hero-copy h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .page-about-us .about-us-stat {
    min-height: 72px;
    padding: 10px 6px;
  }

  .page-about-us .about-us-stat strong {
    font-size: 30px;
  }

  .page-about-us .about-us-intro-copy h2,
  .page-about-us .about-us-culture-head h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .page-about-us .about-us-intro-body,
  .page-about-us .about-us-intro-body p,
  .page-about-us .about-us-story-text,
  .page-about-us .about-us-story-text p {
    font-size: 14px;
    line-height: 25px;
  }

  .page-about-us .about-us-story h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .page-about-us .about-us-container {
    width: calc(100% - 32px);
  }

  .page-about-us .about-us-hero-layout {
    padding: 82px 0 18px;
  }

  .page-about-us .about-us-hero-copy h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .page-about-us .about-us-hero-copy p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .page-about-us .about-us-hero-visual img {
    max-height: 220px;
  }

  .page-about-us .about-us-stats-grid {
    padding: 10px;
  }

  .page-about-us .about-us-stat span {
    font-size: 12px;
  }

  .page-about-us .about-us-intro-figure::before {
    inset: -8px 10px 10px -8px;
  }

  .page-about-us .about-us-culture-head {
    margin-bottom: 30px;
  }

  .page-about-us .about-us-story {
    padding: 18px;
  }

  .page-about-us .about-us-story-copy {
    padding-top: 28px;
  }

  .page-about-us .about-us-story-number {
    font-size: 46px;
  }

  .page-about-us .about-us-license-links {
    gap: 8px;
  }

  .page-about-us .about-us-license {
    min-width: calc(50% - 4px);
    padding: 8px 10px;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .page-about-us .about-us-license {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-about-us *,
  .page-about-us *::before,
  .page-about-us *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .page-about-us.about-us-motion-ready .about-us-reveal {
    opacity: 1;
    transform: none;
  }
}
