@import url("../font/AlibabaPuHuiTi-3-55-Regular/result.css");
@import url("../font/AlibabaPuHuiTi-3-95-ExtraBold/result.css");

.faq-section {
  --faq-blue: #1f6eff;
  --faq-blue-deep: #0b58e6;
  --faq-orange: #f26a1b;
  --faq-ink: #0d1735;
  --faq-muted: #4d5872;
  --faq-border: #e7edf7;
  --faq-card: rgba(255, 255, 255, 0.84);
  --faq-shadow: 0 10px 26px rgba(24, 52, 100, 0.075);
  --faq-hover-shadow: 0 10px 26px rgba(31, 110, 255, 0.2);
  --faq-font-regular: "Alibaba PuHuiTi 3.0 55 Regular", "PingFang SC", "Noto Sans SC", sans-serif;
  --faq-font-heavy: "Alibaba PuHuiTi 3.0 95 ExtraBold", "Alibaba PuHuiTi 3.0 55 Regular", sans-serif;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 56px 24px;
  color: var(--faq-ink);
  font-family: var(--faq-font-regular);
  letter-spacing: 0.03em;
  background: #f7fbff;
}

.faq-section,
.faq-section * {
  box-sizing: border-box;
}

.faq-section :is(h1, h2, p) {
  margin-top: 0;
}

.faq-bg {
  display: none;
}

.faq-container {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
  min-width: 0;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 24px;
}

.faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--faq-blue-deep);
  font-family: var(--faq-font-heavy);
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.faq-kicker::before,
.faq-kicker::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
}

.faq-kicker::before {
  background: linear-gradient(90deg, transparent, var(--faq-blue));
}

.faq-kicker::after {
  background: linear-gradient(90deg, var(--faq-blue), transparent);
}
/*.faq-kicker {*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*  margin: 0 0 18px;*/
/*  color: var(--faq-blue-deep);*/
/*  font-family: var(--faq-font-heavy);*/
/*  font-size: 16px;*/
/*  line-height: 1;*/
/*  font-weight: 900;*/
/*}*/

/*.faq-kicker span {*/
/*  display: block;*/
/*  width: 22px;*/
/*  height: 2px;*/
/*  border-radius: 999px;*/
/*  background: linear-gradient(90deg, transparent, var(--faq-blue));*/
/*}*/

/*.faq-kicker span:last-child {*/
/*  background: linear-gradient(90deg, var(--faq-blue), transparent);*/
/*}*/

.faq-header h1 {
  margin-bottom: 20px;
  color: #050914;
  font-family: var(--faq-font-heavy);
  font-size: clamp(27px, 3.1vw, 42px);
  line-height: 1.08;
  font-weight: 900;
}

.faq-subtitle {
  margin: 13px auto 0;
  color: #56637a;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.4;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
  min-width: 0;
}

.faq-card {
  width: 100%;
  min-width: 0;
  min-height: 112px;
  padding: 20px 28px;
  border: 1px solid var(--faq-border);
  border-radius: 8px;
  background: var(--faq-card);
  box-shadow: var(--faq-shadow);
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.faq-card:hover {
  border-color: var(--faq-blue);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--faq-hover-shadow);
}

.faq-card h2 {
  margin-bottom: 12px;
  max-width: 100%;
  color: #07122f;
  font-family: var(--faq-font-heavy);
  font-size: clamp(14px, 1.08vw, 18px);
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.faq-card p {
  margin-bottom: 0;
  max-width: 100%;
  color: var(--faq-muted);
  font-family: var(--faq-font-regular);
  font-size: clamp(12px, 0.85vw, 14px);
  line-height: 1.5;
  font-weight: 400;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.faq-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 78px;
  margin-top: 16px;
  padding: 15px 36px;
  border: 1px solid var(--faq-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--faq-shadow);
  backdrop-filter: blur(16px);
}

.contact-copy {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-copy h2 {
  margin-bottom: 5px;
  color: #10162f;
  font-family: var(--faq-font-heavy);
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.2;
  font-weight: 900;
}

.contact-copy p {
  margin-bottom: 0;
  color: #59647a;
  font-size: clamp(12px, 0.85vw, 14px);
  line-height: 1.45;
  font-weight: 400;
}

.contact-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: block;
  color: var(--faq-blue);
}

.contact-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 160px;
  height: 44px;
  padding: 0 24px;
  color: #fff;
  font-family: var(--faq-font-heavy);
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  border-radius: 4px;
  background: linear-gradient(135deg, #3e8bff 0%, #0754e8 100%);
  box-shadow: 0 10px 22px rgba(20, 94, 232, 0.2);
  transition: box-shadow 520ms ease, filter 520ms ease;
}

.contact-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #ff9a2b 0%, var(--faq-orange) 100%);
  transform: translateX(-101%);
  transition: transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-button:hover {
  box-shadow: 0 13px 26px rgba(242, 106, 27, 0.26);
  filter: brightness(1.02);
}

.contact-button:hover::before {
  transform: translateX(0);
}

.chat-icon {
  width: 16px!important;
  height: 16px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 900px) {
  .faq-section {
    padding: 44px 16px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .faq-card {
    min-height: auto;
    padding: 19px 20px;
    overflow: hidden;
  }

  .faq-contact {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 20px;
  }

  .contact-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .faq-section {
    padding: 38px 16px;
  }

  .faq-card {
    padding: 18px;
  }

  .contact-copy {
    gap: 13px;
  }

  .contact-icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
}