body, html {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: "Inter", Arial, sans-serif;
    overflow-x: hidden;
  }

  /* 顶部导航栏 */
  body {
    padding-top: 100px;
  }

  .mars-top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #FFFFFF, #ECEDEE);
    z-index: 9999;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  }

  .mars-top-nav__inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .mars-top-nav__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  .mars-top-nav__logo {
    max-height: 45px;
    width: auto;
    display: block;
  }

  .mars-top-nav__links {
    display: flex;
    align-items: center;
    gap: 28px;
    flex: 1;
    justify-content: right;
    font-family: "Inter", sans-serif;
  }

  .mars-top-nav__link {
    text-decoration: none;
    color: #111111;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.3px;
  }

  .mars-top-nav__link.is-active {
    color: #C69C6D;
  }

  .mars-top-nav__link:hover,
  .mars-top-nav__link:focus-visible {
    color: #C69C6D;
  }

  .mars-top-nav__cta {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 6px;
    background: #D0B07F;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 16px;
  }

  .mars-top-nav__cta:hover {
    filter: brightness(0.98);
  }

  @media (max-width: 768px) {
    body {
      padding-top: 60px;
    }

    .mars-top-nav {
      height: 60px;
    }

    .mars-top-nav__inner {
      padding: 0 16px;
    }

    .mars-top-nav__links {
      display: none;
    }

    .mars-top-nav__logo {
      height: 24px;
    }

    .mars-top-nav__cta {
      display: none;
    }

    .mars-top-nav__burger {
      display: inline-flex !important;
    }
  }

  /* Burger button (mobile) */
  .mars-top-nav__burger {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
  }

  .mars-top-nav__burgerIcon {
    width: 22px;
    height: 2px;
    background: #111;
    position: relative;
    display: block;
    border-radius: 2px;
  }

  .mars-top-nav__burgerIcon::before,
  .mars-top-nav__burgerIcon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: #111;
    border-radius: 2px;
  }

  .mars-top-nav__burgerIcon::before {
    top: -7px;
  }

  .mars-top-nav__burgerIcon::after {
    top: 7px;
  }

  /* Mobile dropdown panel */
  .mars-top-nav__mobile-panel {
    display: none;
  }

  @media (max-width: 768px) {
    .mars-top-nav__mobile-panel {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 60px;
      left: 0;
      right: 0;
      background: #ffffff;
      z-index: 9998;
      padding: 16px 20px 20px;
      gap: 18px;
      transform: translateY(-8px);
      opacity: 0;
      pointer-events: none;
      transition: transform 180ms ease, opacity 180ms ease;
    }

    .mars-top-nav.is-open .mars-top-nav__mobile-panel {
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
    }

    .mars-top-nav__mobile-link {
      text-decoration: none;
      color: #111111;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 18px;
    }

    .mars-top-nav__mobile-link.is-active {
      color: #C69C6D;
    }

    .mars-top-nav__mobile-link:hover,
    .mars-top-nav__mobile-link:focus-visible {
      color: #C69C6D;
    }

    .mars-top-nav__mobile-cta {
      margin-top: 6px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 44px;
      border-radius: 6px;
      background: #D0B07F;
      color: #000000;
      font-family: "Raleway", sans-serif;
      font-weight: 800;
      font-size: 16px;
    }
  }


.about-page__main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .about-page__main {
    padding: 60px 20px;
  }
}

.wp-hero-wrapper {
    background: #000;
    overflow-x: hidden;
    padding: 0 40px;
  }

  .wp-hero-wrapper * {

  }

  .hero-slider {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
  }

  .slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    opacity: 1;
    top: auto;
    left: auto;
    transition: none;
    background-image: var(--hero-bg-image);
    background-size: cover;
    background-position: center;
  }

  .slide-content {
    max-width: 100%;
    color: #fff;
    padding-top: 150px;
  }

  .tag-top {
    color: #A61DB5;
    letter-spacing: 4px;
    font-size: clamp(20px, 2vw, 24.75px);
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin-bottom: 48px;
  }

  .title {
    font-size: clamp(40px, 4vw, 72px);
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    line-height: 1.2;
    margin-bottom: 48px;
  }

  .title-line {
    display: block;
    background: linear-gradient(90deg, #ffffff 0%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .desc {
    color: #FFFFFF;
    font-size: clamp(16px, 1vw, 20px);
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    max-width: 530px;
    margin-bottom: 61px;
  }

  .btn {
    background: #AA1EB5;
    padding: 13px 30px;
    border-radius: 999px;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 24px;
    cursor: pointer;
  }

  .slide-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .slide-image img {
    max-width: 680px;
    max-height: 800px;
    object-fit: contain;
  }

  .btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
  }

  /* ===== Mobile adaptation (match home hero) ===== */
  @media screen and (max-width: 768px) {
    .wp-hero-wrapper {
        padding: 0 20px;
      }

    .hero-slider {
      max-width: 100%;
    }

    .slide {
      flex-direction: column;
      align-items: flex-start;
      background-size: contain;
      background-position: top center;
    }

    .slide-content {
      width: 100%;
      padding: 52px 0 0;
    }

    .tag-top {
      letter-spacing: 1.5px;
      margin-bottom: 24px;
    }

    .title {
      font-size: 26px;
      margin-bottom: 12px;
    }

    .desc {
      font-size: 15px;
      margin-bottom: 18px;
    }

    .slide-image {
      width: 100%;
      justify-content: center;
    }

    .slide-image img {
      width: min(100%, 420px) !important;
      height: auto !important;
      max-width: 100% !important;
    }

    .btn {
      width: 240px;
      height: 45px;
      font-size: 16px;
      padding: 0 16px;
      gap: 14px;
    }
  }

  .marco-features-body {
    background: #1E1C26;
    color: #ffffff;
    margin: 0;
    padding: 75px 0 53px;
    position: relative;
}

.marco-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
}


/* ========== 标题区域 ========== */
.marco-header {
    text-align: center;
    padding-bottom: 48px;
}

.marco-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(32px, 2vw, 40px);;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 566px;
}

/* ========== 图片容器 ========== */
.marco-cards {
    display: flex;
    gap: 30px;
    margin-bottom: 80px;
    justify-content: center;
    flex-wrap: wrap;
}

.marco-card {
    max-width: 420px;
    max-height: 428px;
    width: 100%;
}

.marco-card img {
    max-width: 420px;
    max-height: 428px;
    display: block;
    object-fit: cover;
}


/* ========== 底部文字 ========== */
.partner-text {
    text-align: center;
}

.partner-text span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(18px, 2vw,26.67px);
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

@media (max-width: 1400px) {
    .marco-cards {
        gap: 20px;
    }
    
    .marco-card {
        width: calc((100% - 60px) / 3);
        aspect-ratio: 420 / 428;
    }
    
    .marco-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1200px) {
    .marco-cards {
        gap: 20px;
    }
    
    .marco-card {
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 768px) {
    .marco-container{
        padding: 0 20px;
    }
}

.partners-section {
  width: 100%;
  background-color: #FFFFFF; /* 添加这一行设置黑色背景 */
  position: relative;
  overflow: hidden;
}

.logos-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 20px 0 20px 0
}

.track {
  display: flex;
  align-items: center;
  gap: 48px;
  height: 100%;
  white-space: nowrap;
  will-change: transform;
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  height: 65px;
  min-width: max-content;
}

.logo-group img{
  height: 40px;
}

/* 禁止 partners-section 内文字出现闪烁光标 */
.partners-section *:not(input):not(textarea):not([contenteditable="true"]) {
  user-select: none;           /* 禁止选中文字 */
  caret-color: transparent !important; /* 隐藏光标 */
}

.meet-marco-container {
  width: 100%;
  padding: 140px 0 100px;
  background: #1E1C26;
}

.meet-marco {
  padding: 0 40px;
  max-width: 1320px;
  margin: 0 auto;
}

/* ========== 卡片主体 ========== */
.meet-marco-card {
  display: flex;
  justify-content: center;
  background: #000000;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

/* ========== 左侧文本区域 ========== */
.meet-marco-text-section {
    flex: 0 0 45%;
    padding: 130px 0 40px 0;
}

/* ========== 卡片 hover 光晕（参考 about-four）========== */
.meet-marco-card::before {
  content: "";
  position: absolute;
  /* 倒直角三角形光效，靠左边，从左上角开始 */
  inset: 0 60% 0 0;
  border-radius: inherit;
  background: linear-gradient(
      120deg,
      rgba(119, 35, 182, 0.85) 0%,
      rgba(119, 35, 182, 0.85) 10%,
      rgba(119, 35, 182, 0.6) 25%,
      rgba(119, 35, 182, 0.3) 40%,
      rgba(119, 35, 182, 0.1) 55%,
      rgba(119, 35, 182, 0.02) 70%,
      transparent 75%
  );
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 220ms ease-out, transform 220ms ease-out;
  pointer-events: none;
  z-index: 0;
}

.meet-marco-card > * {
  position: relative;
  z-index: 1;
}

.meet-marco-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.meet-tag-top {
  color: #A61DB5;
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.main-title {
  font-size: 75px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  line-height: 1.2;
}

.main-title-line {
  display: block;
}

.description {
  font-size: 28px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  max-width: 441px;
  margin-bottom: 46px;
  line-height: 1.4;
  margin-top: 30px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 82px;
  background: #AA1EB5;
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  padding: 13px 38px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

.cta-button .btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}

.cta-button .btn-arrow svg {
  width: 100%;
  height: 100%;
}

/* ========== 右侧图片区域 ========== */
.meet-marco-image-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.person-image {
  position: relative;
  z-index: 1;
  max-height: 550px;
  object-fit: contain;
  object-position: center;
}

/* ===== Mobile adaptation: meet marco card ===== */
@media screen and (max-width: 768px) {
  .meet-marco-container {
    padding: 70px 0 70px;
  }

  .meet-marco {
    padding: 0 20px;
  }

  .meet-marco-card {
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
  }

  .meet-marco-text-section {
    flex: 0 0 auto;
    padding: 50px 0 24px 0;
  }

  .meet-marco-image-section {
    width: 100%;
    padding: 0 0 26px 0;
  }

  .person-image {
    width: 100%;
    max-height: 360px;
  }

  .meet-tag-top {
    margin-bottom: 10px;
    letter-spacing: 2.5px;
  }

  .main-title {
    font-size: 34px;
  }

  .description {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 22px;
    max-width: 100%;
  }

  .cta-button {
    gap: 16px;
    font-size: 16px;
    padding: 12px 22px;
    width: 240px;
    max-width: 100%;
  }

  .cta-button .btn-arrow {
    width: 12px;
    height: 12px;
  }

  /* 让 hover 光效在手机竖排时不遮挡文字 */
  .meet-marco-card::before {
    inset: 0 0 0 0;
    border-radius: inherit;
  }
}

/* ========== 功能特性区域 ========== */
.features-section-container {
  width: 100%;
  background: #1E1C26;
}

.features-section {
  max-width: 1320px;
  padding: 0 40px;
  margin: 0 auto;
  background: #1E1C26;
}

.features-header {
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
  gap: 60px;
}

.features-title {
  flex: 1;
  font-size: clamp(30px, 2.2vw, 40px);
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
}

.features-title-line {
  display: block;
}

.features-intro {
  flex: 1;
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #B9B9B9;
  line-height: 1.6;
  max-width: 564px;
}

.features-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.features-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.feature-block {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  max-height: 214px;
}

.feature-number {
  font-size: clamp(18px, 1.5vw, 21px);
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #AA1EB5;
  margin-bottom: 20px;
}

.feature-title {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #AA1EB5;
  margin-bottom: 16px;
  line-height: 1.3;
}

.feature-description {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #AEAEAE;
  line-height: 1.6;
}

/* ===== Mobile adaptation: features-section ===== */
@media screen and (max-width: 768px) {
  .features-section {
    padding: 0 20px;
  }

  .features-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 50px;
  }

  .features-intro {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }

  .features-grid {
    gap: 24px;
  }

  .features-row {
    flex-direction: column;
    gap: 22px;
  }

  .feature-block {
    max-width: 100%;
    max-height: none;
  }

  .feature-number {
    margin-bottom: 12px;
  }

  .feature-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .feature-description {
    font-size: 14px;
  }
}

/* ========== 内容区域（文字+图片） ========== */
.content-section {
  width: 100%;
  margin: 0 auto;
  background: #1E1C26;
  padding: 140px 0;
}

.content-card {
  max-width: 1320px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-radius: 24px;
  overflow: hidden;
  gap: 0;
}

.content-text-section {
  width: 600px;
  flex-direction: column;
  justify-content: center;
  padding-top: 160px;
}

.content-title {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 20px;
}

.content-title-line {
  display: block;
  background: linear-gradient(to right, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
}

.content-title-first {
  color: #A61DB5;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 4px;
  margin-bottom: 20px;
  -webkit-text-fill-color: #A61DB5;
  background: none;
}

.content-description {
  font-size: 20px;
  font-weight: 300;
  font-family: 'Inter';
  color: #FFFFFF;
  max-width: 541px;
  margin-bottom: 46px;
  line-height: 1.8;
}

.content-image-section {
  width: 684px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  flex-shrink: 0;
}

.content-image {
  width: 684px;
  height: 516px;
  object-fit: contain;
  object-position: center;
}

.mf-container {
  margin: 0 auto;
  background: #1E1C26;
}
.mf-headline { max-width: 1320px; margin: 0 auto; padding: 0 40px;}
.mf-headline-1 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: #a61db5; }
.mf-headline-2 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; line-height: 1.5; margin: 0; color: #f5f6fb;}

/* ===== Mobile adaptation: content-section ===== */
@media screen and (max-width: 768px) {
  .content-section {
    padding: 60px 0;
  }

  .content-card {
    flex-direction: column;
    padding: 0 20px;
    gap: 24px;
  }

  .content-text-section {
    width: 100%;
    padding-top: 40px;
  }

  .content-title {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .content-title-first {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .content-description {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 26px;
    max-width: 100%;
  }

  .content-image-section {
    width: 100%;
    padding: 0;
  }

  .content-image {
    width: 100%;
    height: auto;
    max-width: 420px;
  }

  .mf-headline {
    padding: 0 20px;
  }
}



.mf-page * {
  box-sizing: border-box;
  --mf-bg: #0f0f17;
  --mf-card: #171822;
  --mf-card-border: #505050;
  --mf-text-main: #f5f6fb;
  --mf-text-sub: #a9acb7;
  --mf-accent: #c52fd4;
  --mf-gap: clamp(16px, 2.2vw, 24px);
  --mf-card-w: clamp(260px, 30vw, 400px);
  --mf-card-h: calc(var(--mf-card-w) * 0.8);
  --mf-radius: clamp(10px, 1.4vw, 14px);
  --mf-duration: 40s;
}

.mf-page {
  padding: 30px 0 100px;
  flex-direction: column;
  gap: 48px;
  font-family: "Inter", system-ui, sans-serif;
  background-color: #1E1C26;
  color: #fff;
}


.mf-marquee { overflow: hidden; position: relative; margin-top: clamp(28px, 4vw, 48px); }

.testimonial-track {
  display: flex;
  gap: var(--mf-gap);
  width: max-content;
}

.card {
  width: var(--mf-card-w);
  height: var(--mf-card-h);
  padding: clamp(44px, 6vw, 67px) clamp(16px, 2.2vw, 24px);
  border-radius: var(--mf-radius);
  border: 1px solid var(--mf-card-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition:
        transform 220ms ease-out,
        box-shadow 220ms ease-out;
}
.quote { margin: 0; font-weight: 600; font-size: clamp(14px, 1.8vw, 17px); line-height: 1.4; }
.author { margin: 0; font-weight: 500; font-size: clamp(14px, 1.8vw, 18px); color: #adadad; }

/* 内部光晕层（默认隐藏，只在 hover 时渐显） */
.card::before {
      content: "";
      position: absolute;
      /* 收紧整体发光区域，只占右下角更小一块 */
      inset: 0px 0px 0px 25%;
      border-radius: inherit;
      /* 保留柔和晕染，但缩短渐变距离，光圈更小 */
      background: linear-gradient(
        to top left,
        rgba(119, 35, 182, 0.85) 5%,
        rgba(119, 35, 182, 0.4) 19%,
        rgba(119, 35, 182, 0.16) 32%,
        rgba(119, 35, 182, 0.04) 50%,
        transparent 55%
      );
      opacity: 0;
      transform: scale(0.96);
      transition:
        opacity 220ms ease-out,
        transform 220ms ease-out;
      pointer-events: none;
      z-index: 0;
    }

/* 内容在光晕之上 */
.card > *{
  position: relative;
  z-index: 1;
}
    .card:hover::before {
      opacity: 1;
      transform: scale(1);
    }


    .faq-section {
      width: 100%;
      background: #0F0F0F;
      padding-top: 100px;
    }
    
    /* FAQ容器 */
    .faq-container {
                max-width: 1320px;
                margin: 0 auto;
              padding: 0 40px;
            }        
    
            /* 品牌标签 */
            .brand-tag {
                color: #A61DB5;
                font-size: 16.5px;
                font-weight: 600;
                font-family: 'Raleway', sans-serif;
                text-transform: uppercase;
                letter-spacing: 4px;
                margin-bottom: 21px;
            }
    
            /* 主标题 */
            .faq-title {
                font-size: clamp(30px, 2.2vw, 40px);
                font-weight: 700;
                font-family: 'Raleway', sans-serif;
                background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                line-height: 1.2;
                margin-bottom: 36px;
            }
    
            /* FAQ内容区域 */
            .faq-content {
                display: flex;
                gap: 0;
                justify-content: space-between; /* 中间间距 auto */
            }
    
            /* FAQ列 */
            .faq-column {
                flex: 1 1 auto;
                max-width: clamp(560px, 30vw, 580px); /* 每列宽度 580 */
                display: flex;
                flex-direction: column;
            }
    
            /* FAQ项目 */
            .faq-item {
                border-top: 1px solid rgba(255, 255, 255, 0.32);
                padding: 24px 12px 24px 12px;
            }
    
            .faq-item:last-child {
                border-bottom: none;
            }
    
            /* FAQ问题 */
            .faq-question {
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                font-size: clamp(15px, 1.8vw, 17px);
                font-weight: 700;
                color: #FFFFFF;
                line-height: 1.4;
                -webkit-tap-highlight-color: transparent;
                tap-highlight-color: transparent;
                user-select: none;
            }

            .faq-question:active {
                background: transparent;
            }
    
    
            /* FAQ图标容器 */
            .faq-icon-wrapper {
                width: 24px;
                height: 24px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                margin-left: 20px;
            }
    
            /* + 图标 */
            .faq-icon {
                position: relative;
                width: 16px;
                height: 16px;
                transition: transform 0.25s ease;
            }
    
            .faq-icon::before,
            .faq-icon::after {
                content: '';
                position: absolute;
                background-color: #FFFFFF;
                transition: transform 0.25s ease;
                opacity: 1;
                transform-origin: center;
            }
    
            .faq-icon::before {
                width: 16px;
                height: 2px; /* 用整数像素，避免横线被抗锯齿“变细” */
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) translateZ(0);
            }
    
            .faq-icon::after {
                width: 2px;  /* 用整数像素，保证横竖线一致 */
                height: 16px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) translateZ(0);
            }
    
            /* X 图标（展开状态：整体旋转成乘号） */
            .faq-item.active .faq-icon {
                transform: rotate(45deg);
            }
    
            /* FAQ答案 */
            .faq-answer {
                display: grid;
                grid-template-rows: 0fr;
                overflow: hidden;
                padding-top: 0;
                transition: grid-template-rows 0.35s ease, padding-top 0.35s ease;
            }
    
            .faq-item.active .faq-answer {
                grid-template-rows: 1fr;
                padding-top: 16px;
            }
    
            /* 让 0fr 时内容能正确裁剪 */
            .faq-answer > * {
                overflow: hidden;
            }
    
            .faq-answer div {
                font-size: 12px;
                font-weight: 400;
                color: rgba(255, 255, 255, 0.6);
                line-height: 2;
            }
    
            @media (max-width: 1200px) {
                .faq-content {
                    flex-direction: column;
                    gap: 0;
                }
            } 
    
             @media (max-width: 768px) {
              .faq-container{
                padding: 0 20px;
              }
                
            }


            .wp-cta-wrap {
              width: 100%;
              color: #ffffff;
              font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
          }
          
          /* CTA 区域 */
          .wp-cta-wrap .cta-banner {
              position: relative;
              width: 100%;
              min-height: 466px;
              background-image: url('./assets/Group-2119903384.webp');
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              overflow: hidden;
          }
          
          /* 内容容器 */
          .wp-cta-wrap .cta-inner {
              position: relative;
              z-index: 1;
              max-width: 1320px;
              margin: 0 auto;
              padding: 100px 20px;
              display: flex;
              flex-direction: column;
              align-items: center;
              text-align: center;
              gap: 31px;
          }
          
          /* 标题 */
          .wp-cta-wrap .cta-title {
              font-size: 51px;
              font-weight: 600;
              line-height: 1.4;
              color: #ffffff;
          }
          
          /* 副标题 */
          .wp-cta-wrap .cta-subtitle {
              max-width: 720px;
              font-size: 20.5px;
              font-weight: 400;
              line-height: 1.6;
              color: rgba(255, 255, 255, 0.6);
          }
          
          /* 按钮 */
          .wp-cta-wrap .cta-btn {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              width: 463px;
              height: 56px;
              border-radius: 999px;
              background: #FF5906;
              color: #ffffff;
              font-size: 20.5px;
              font-weight: 700;
              text-decoration: none;
              transition: transform 0.2s ease, filter 0.2s ease;
          }
          
          .wp-cta-wrap .cta-btn:hover {
              transform: translateY(-1px);
              filter: brightness(1.05);
          }
          
          /* 响应式 */
          @media (max-width: 1200px) {
              .wp-cta-wrap .cta-inner {
                  padding: 52px 20px;
              }
          }
          
          @media (max-width: 768px) {
              .wp-cta-wrap .cta-title {
                  font-size: 32px;
              }
          
              .wp-cta-wrap .cta-btn {
                  width: 260px;
              }
          }
          
          @media (max-width: 480px) {
              .wp-cta-wrap .cta-inner {
                  padding: 44px 15px;
              }
          
              .wp-cta-wrap .cta-title {
                  font-size: 26px;
              }
          
              .wp-cta-wrap .cta-subtitle {
                  font-size: 13px;
              }
          
              .wp-cta-wrap .cta-btn {
                  width: 100%;
              }
          }

/* Footer Styles */
.mars-footer-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mars-footer-container {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #181625;
}

.mars-footer {
  width: 1520px;
  background: #232226;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    margin: auto 0;
    padding: 0;
    width: 100vw;
}

.mars-footer-main {
  display: flex;
    border-bottom: 1px solid #181625;
    flex-wrap: wrap;
}

.mars-footer-main-left {
  display: flex;
    flex: 5.5;
    padding: 40px;
    background: #232226;
    justify-content: right;
}

.mars-footer-main-right {
  flex: 4.5;
    min-height: 100%;
    background-image: url('./assets/Rectangle10.webp');
    background-position: right top;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 100% 120%;
}


.mars-footer-logo {
    width: 295px;
    height: 45.85px !important;
}

.mars-footer-slogan {
  color: #7723B6;
  font-family: 'Roboto', sans-serif;
  margin: 25px 0;
  font-size: 20px;
  font-weight: 600;
}

.mars-footer-follow-text {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 9px;
}

.mars-footer-social {
  display: flex;
  gap: 16px;
}

.mars-footer-icon {
  height: 28px;
  width: 28px;
  background: #fff1;
  border-radius: 6px;
}

.mars-footer-info-section {
  padding: 0 98px;
}

.mars-office-title {
  font-weight: 700;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #7723B6;
}

.mars-company-name {
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  display: block;
  margin-top: 1px;
  margin-bottom: 2px;
}

.mars-office-address {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  line-height: 1.4;
  display: block;
  margin-top: 1px;
}

.mars-office-section-vietnam {
  margin-top: 20px;
}

.mars-footer-link-section {
}

.mars-footer-link-section h4 {
  color: #7723B6;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
  margin-top: 8px;
  line-height: 1.2;
}

.mars-footer-link-section a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  line-height: 0.9;
}

.mars-footer-cta-section {
  margin: 50px;
}

.cta-text {
  font-size: 30px;
  font-weight: 700;
  color: #7723B6;
}

.cta-text span {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #fff;
}

.mars-footer-cta-btn {
  background: #7723B6;
  color: #081011;
  border: none;
  border-radius: 9px;
  width: 190px;
  height: 50px;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-top: 20px;
  cursor: pointer;
  transition: filter 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mars-footer-cta-btn:hover {
  filter: brightness(1.1);
}

.mars-footer-bottom {
  background: #000000;
  text-align: center;
  font-size: 15px;
  padding: 14px 0;
  color: #b6b5bd;
}

.mars-footer-bottom-main{
    display: flex;
    text-align: left;
}

.mars-footer-bottom-main-left{
    flex: 5.5;
    text-align: center;
    padding: 0 40px;
}

.mars-footer-bottom span {
  margin: 6px 8px 6px 0;
}
.mars-footer-policy-links {
    flex: 4.5;
}

.mars-footer-policy-links a {
  color: #fff;
  text-decoration: underline;
  margin: 0 2px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .mars-footer-main {
    flex-direction: column;
    padding: 34px 10vw 22px 10vw;
  }
  
  .mars-footer-logo-section,
  .mars-footer-info-section,
  .mars-footer-link-section,
  .mars-footer-cta-section {
    min-width: 160px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
  }
  
  .mars-footer-bottom {
    flex-direction: column;
    padding: 10px 3vw;
  }
}