/**
 * About Us - Figma 关于我们 node 2026-505
 * CSS: resource/__/en/css/aboutUs/index.css
 * Images: resource/__/en/img/aboutUs
 */


.about-us-page {
  color: #19191a;
  background: #fff;
}


.about-us-container {
  max-width: min(1350px, calc(100% - 40px));
  margin: 0 auto;
}

.about-mockitt {
  max-width: min(1474px, calc(100% - 40px));
}

/* ========== Hero：背景为整张图 hero-bg.png，仅标题区为 HTML（Figma 标题区宽 1104px）========== */
.about-us-hero {
  position: relative;
  min-height: max(630px, 630px * 100vw / 1920px);
  background: url("/mb-cms/__/en/img/aboutUs/hero-bg.png") no-repeat center;
  background-size: max(1920px, 100%);
  background-position: top;
  overflow: hidden;
  display: flex;
  align-items: center;

}

@media (min-width: 768px) {
  .about-us-hero {
    min-height: 520px;
  }
}

@media (min-width: 1200px) {
  .about-us-hero {
    min-height: max(630px, 630px * 100vw / 1920px);
  }
}

.about-us-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .about-us-hero-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* 标题区宽度与 Figma Frame 211769 一致：设计稿 1921px 下为 1104px */
.about-us-hero-content {
  width: 100%;
  padding: 24px 0;
  /* 遮住背景图上的文字，仅显示本段 HTML 标题 */
  border-radius: 0 12px 12px 0;
  box-sizing: border-box;
  text-align: center;
}


.about-us-hero-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin: 0 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.25em;
}

@media (min-width: 768px) {
  .about-us-hero-title {
    font-size: 56px;
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .about-us-hero-title {
    font-size: 64px;
  }
}

.about-us-hero-title-line {
  color: #000000;
}

.about-us-hero-title-accent {
  background: linear-gradient(180deg, #007bff 0%, #4b88ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-us-hero-subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.07;
  letter-spacing: -0.005em;
  color: #555557;
  margin: 0;
}

@media (min-width: 768px) {
  .about-us-hero-subtitle {
    font-size: 30px;
  }
}

/* ========== Top icon row (Figma Group 213070 node 2039-16570) ========== */
.top-icon-container {
  padding-top: 80px;
}

.top-icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 24px 16px;
}

@media (min-width: 768px) {
  .top-icon-list {
    justify-content: space-between;
  }
}

.top-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

@media (min-width: 768px) {
  .top-icon-item {
    min-width: 0;
  }
}

.top-icon-item img {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .top-icon-item img {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 575.98px) {
  .top-icon-list {
    flex-direction: column;
    align-items: center;
  }

  .top-icon-item img {
    width: 40px;
    height: 40px;
  }
}

.top-icon-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
  color: #181818;
  text-align: center;
}

/* ========== Customer Stories ========== */
.about-us-customer-stories {
  background: linear-gradient(92.64deg, rgba(43, 89, 255, 0.07) 0.91%, rgba(167, 40, 255, 0.07) 51.51%, rgba(255, 78, 228, 0.07) 95.77%);
  padding: 80px 0;
  position: relative;
}

.about-us-quote-wrap {
  max-width: 960px;
  text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
  width: 14px;
  height: 24px;
  color: rgba(136, 136, 136, 1);
}

.swiper-button-prev {
  left: max(15.7%, calc(15.7% * 100vw / 1920px));
}

.swiper-button-next {
  right: max(15.7%, calc(15.7% * 100vw / 1920px));
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

@media (min-width: 768px) {
  .about-us-customer-stories {
    padding: 80px 0;
  }
}

.about-us-quote-wrap {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.about-us-quote-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #181818;
  margin: 0 0 30px;
  letter-spacing: 0.02em;
}

.about-us-quote-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.89;
  color: #888888;
  margin: 0 0 24px;
  letter-spacing: -0.06em;
}

.about-us-quote-cite {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.78;
  color: #888888;
  font-style: normal;
  display: block;
  text-align: right;
}

/* ========== Intro ========== */
.about-us-intro {
  padding: 48px 0;
}

.about-us-intro-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.83;
  color: #8b8c8f;
  text-align: center;
  max-width: 876px;
  margin: 0 auto;
}

/* ========== CTA Banner ========== */
.about-us-cta-banner {
  background: linear-gradient(180deg, #4666ff 0%, #4b88ff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.about-us-cta-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 1;
  background-image: url("/mb-cms/__/en/img/aboutUs/about-us-cta-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.about-us-cta-banner .about-us-container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-us-cta-title {
  font-family: Spartan, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.38;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .about-us-cta-title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .about-us-cta-title {
    font-size: 58px;
  }
}

.about-us-cta-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 60px;
}

.about-us-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 25.5px;
  font-family: Spartan, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #1f61ff;
  background: #fff;
  border-radius: 44px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.about-us-cta-btn:hover {
  color: #1f61ff;
  text-decoration: none;
}

.about-us-cta-btn-star {
  width: 28px;
  height: 28px;
  display: block;
}

.about-us-cta-btn-text {
  display: inline-block;
}

/* ========== Features / Vision ========== */
.about-us-features {
  padding: 128px 0 180px 0;
}

.about-us-section-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #181818;
  margin-bottom: 80px;
  text-align: center;
}

.about-us-vision-container {
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.about-us-vision-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 94px;
  flex-wrap: wrap;
}

.about-us-vision-content {
  max-width: 496px;
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.about-us-vision-lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #19191a;
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .about-us-vision-lead {
    font-size: 36px;
  }
}

.about-us-vision-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #717273;
  margin: 0 0 32px;
  max-width: 720px;
}

.about-us-vision-image-wrap {
  border-radius: 36px;
  overflow: hidden;
  max-width: 820px;
}

.about-us-vision-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========== Value block (Figma 254-2904): tagline + 3 cards ========== */
.about-us-value-block {
  padding: 180px 0;
}

.about-us-value-block-tagline {
  font-family: Spartan, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.42;
  letter-spacing: -0.015em;
  color: #181818;
  text-align: center;
  margin: 0 0 64px;
  max-width: 829px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .about-us-value-block-tagline {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .about-us-value-block-tagline {
    font-size: 48px;
  }
}

.about-us-value-block-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px 30px;
  max-width: 1410px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .about-us-value-block-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-us-value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-us-value-card-visual {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 450 / 299;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 8px 8px 36px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  margin: 0 auto 24px;
}

.about-us-value-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-us-value-card-title {
  font-family: Spartan, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.12;
  color: #181818;
  margin: 0 0 16px;
  text-align: center;
}

.about-us-value-card-desc {
  font-family: Spartan, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.005em;
  color: #888888;
  margin: 0;
  text-align: center;
  max-width: 369px;
}

/* ========== Platform (two-column) – kept for reuse elsewhere ========== */
.about-us-platform {
  padding: 80px 0;
  background: #fafafa;
}

@media (min-width: 992px) {
  .about-us-platform-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
}

.about-us-mockup-frame {
  border-radius: 36px;
  overflow: hidden;
  background: linear-gradient(219deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-mockup-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
}

.about-us-platform-content {
  padding: 24px 0;
}

.about-us-platform-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #19191a;
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .about-us-platform-title {
    font-size: 28px;
  }
}

.about-us-platform-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #717273;
  margin: 0;
}

/* ========== Vision (Figma 255-2910) ========== */
.about-us-vision-section {
  padding-bottom: 80px;
}

.about-us-vision-heading {
  font-family: Spartan, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.42;
  letter-spacing: -0.015em;
  color: #181818;
  margin: 0 0 80px;
  text-align: center;
}

@media (min-width: 768px) {
  .about-us-vision-heading {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .about-us-vision-heading {
    font-size: 48px;
  }
}

.about-us-vision-features {
  font-family: Spartan, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #555557;
  text-align: center;
  margin: 0 0 24px;
  max-width: 1117px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-vision-features:last-of-type {
  margin-bottom: 48px;
}

.about-us-vision-section .about-us-intro-text {
  margin-bottom: 0;
}

@media (max-width: 1500px) {
  .about-us-vision-wrap {
    flex-direction: column;
  }

  .about-us-vision-wrap.reverse {
    flex-direction: column-reverse;
  }
}

/* ========== Responsive tweaks for tablets and mobile ========== */

/* Large tablets / small desktops: 992–1199px */
@media (max-width: 1199.98px) {
  .about-us-features {
    padding: 112px 0;
  }

  .about-us-section-title {
    margin-bottom: 72px;
  }

  .about-us-vision-container {
    gap: 112px;
  }

  .about-us-value-block {
    padding: 160px 0;
  }

  .about-us-value-block-tagline {
    margin-bottom: 56px;
  }

  .about-us-platform {
    padding: 88px 0;
  }

  .about-us-cta-btn-star {
    width: 26px;
    height: 26px;
  }
}

/* Medium screens: reduce vertical paddings and gaps */
@media (max-width: 991.98px) {
  .about-us-hero {
    background-size: 1580px;
  }

  .about-us-features {
    padding: 96px 0;
  }

  .about-us-section-title {
    font-size: 40px;
    margin-bottom: 56px;
  }

  .about-us-vision-container {
    gap: 96px;
  }

  .about-us-value-block {
    padding: 144px 0;
  }

  .about-us-value-block-tagline {
    font-size: 32px;
    margin-bottom: 48px;
  }

  .about-us-value-block-grid {
    gap: 40px 24px;
  }

  .about-us-platform {
    padding: 72px 0;
  }

  .about-us-vision-section {
    padding-bottom: 72px;
  }

  .about-us-cta-btn-star {
    width: 24px;
    height: 24px;
  }
}

/* Small screens: phones */
@media (max-width: 767.98px) {

  .about-us-hero {
    min-height: 380px;
    background-size: 1160px;
  }

  .about-us-hero-content {
    padding: 16px 0;
    border-radius: 0 10px 10px 0;
  }

  .about-us-hero-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .about-us-hero-subtitle {
    font-size: 18px;
  }

  .top-icon-container {
    padding-top: 56px;
  }

  .top-icon-item {
    gap: 16px;
  }

  .top-icon-label {
    font-size: 16px;
  }

  .about-us-customer-stories {
    padding: 56px 0;
  }

  .about-us-quote-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .about-us-quote-text,
  .about-us-quote-cite {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 50px;
  }

  .swiper-button-next {
    right: 5%;
  }

  .swiper-button-prev {
    left: 5%;
  }

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

  .about-us-intro-text {
    font-size: 12px;
    line-height: 1.7;
  }

  .about-us-cta-banner {
    padding: 56px 0;
  }

  .about-us-cta-title {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .about-us-cta-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .about-us-cta-btn {
    padding: 14px 22px;
    font-size: 18px;
  }

  .about-us-cta-btn-star {
    width: 22px;
    height: 22px;
  }

  .about-us-features {
    padding: 80px 0;
  }

  .about-us-section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .about-us-vision-wrap {
    gap: 40px;
  }

  .about-us-vision-content {
    gap: 24px;
  }

  .about-us-vision-lead {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .about-us-vision-body {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .about-us-value-block {
    padding: 96px 0;
  }

  .about-us-value-card-visual {
    margin-bottom: 16px;
  }

  .about-us-value-card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .about-us-value-card-desc {
    font-size: 14px;
  }

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

  .about-us-platform-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .about-us-platform-desc {
    font-size: 14px;
  }

  .about-us-vision-section {
    padding-bottom: 64px;
  }

  .about-us-vision-heading {
    font-size: 28px;
    margin-bottom: 48px;
  }

  .about-us-vision-features {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* Extra small screens: very narrow phones */
@media (max-width: 575.98px) {
  .about-us-hero {
    background-position: top;
    background-size: 700px;
    min-height: 228px;

  }


  .about-us-hero-title {
    font-size: 28px;
  }

  .about-us-hero-subtitle {
    font-size: 16px;
  }

  .about-us-cta-title {
    font-size: 26px;
  }

  .about-us-cta-subtitle {
    font-size: 16px;
  }

  .about-us-cta-btn {
    padding: 12px 20px;
    font-size: 16px;
  }

  .about-us-cta-btn-star {
    width: 20px;
    height: 20px;
  }

  .about-us-section-title {
    font-size: 28px;
  }
}