/* GEO区块：与官网深色+橙色体系统一 */

/* === 通用区块标题 === */
.geo-section-title {
  text-align: center;
  margin-bottom: 2.4rem;
}

.geo-section-title__text {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.6rem;
  letter-spacing: 0.08em;
}

.geo-section-title__sub {
  display: block;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.45);
}

/* === 信任专区容器（合规 + FAQ） === */
.geo-trust-section {
  width: 100%;
  box-sizing: border-box;
  margin-top: 5.2rem;
  padding-bottom: 2rem;
}

.geo-trust-section + .geo-trust-section {
  margin-top: 4rem;
}

/* === 合规透明：Accordion === */
.geo-compliance__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.geo-compliance__card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.geo-compliance__card:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.geo-compliance__card--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0.4rem;
}

.geo-compliance__card--title {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.geo-compliance__card--arrow {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.35);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.geo-compliance__card.is-open .geo-compliance__card--arrow {
  transform: rotate(90deg);
  color: #EB7133;
}

.geo-compliance__card--content {
  display: none;
  padding: 0 0.4rem 1.6rem 0.4rem;
  border-left: 2px solid #EB7133;
  margin-left: 0.2rem;
  padding-left: 1.4rem;
}

.geo-compliance__card.is-open .geo-compliance__card--content {
  display: block;
}

.geo-compliance__card--line {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
}

.geo-compliance__card--line:empty {
  height: 0.6rem;
}

/* === FAQ：Accordion === */
.geo-faq__list {
  display: flex;
  flex-direction: column;
}

.geo-faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.geo-faq__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.geo-faq__item--question {
  display: flex;
  align-items: center;
  padding: 1.6rem 0.4rem;
}

.geo-faq__item--q-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #EB7133;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 1rem;
  flex-shrink: 0;
}

.geo-faq__item--q-text {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.geo-faq__item--arrow {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.35);
  transition: transform 0.2s ease;
  margin-left: 0.8rem;
  flex-shrink: 0;
}

.geo-faq__item.is-open .geo-faq__item--arrow {
  transform: rotate(90deg);
  color: #EB7133;
}

.geo-faq__item--answer {
  display: none;
  padding: 0 0.4rem 1.6rem 3.6rem;
  border-left: 2px solid #EB7133;
  margin-left: 1.1rem;
  padding-left: 1.4rem;
}

.geo-faq__item.is-open .geo-faq__item--answer {
  display: block;
}

.geo-faq__item--a-summary {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.geo-faq__item--a-detail {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
}

.geo-faq__item--a-detail:empty {
  height: 0.4rem;
}

/* === 页脚 === */
.geo-page-footer {
  width: 100%;
  box-sizing: border-box;
  margin-top: 4rem;
  padding: 3.2rem 1.6rem 2rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.geo-page-footer__brand {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.6rem;
  letter-spacing: 0.06em;
}

.geo-page-footer__desc {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.geo-page-footer__qr {
  display: none;
}

.geo-page-footer__qr img {
  width: 12rem;
  height: 12rem;
  border-radius: 0.8rem;
}

.geo-page-footer__qr-tip {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 1rem;
}

.geo-page-footer__copy {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 2rem;
}

/* === PC 顶栏 === */
.geo-pc-nav {
  display: none;
}

/* === 平板+ === */
@media screen and (min-width: 768px) {
  .geo-compliance__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.4rem;
  }

  .geo-compliance__card:first-child {
    border-top: none;
  }

  .geo-compliance__card:nth-child(1),
  .geo-compliance__card:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/* === PC 端 === */
@media screen and (min-width: 961px) {
  .geo-pc-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 56px;
    align-items: center;
    justify-content: center;
    background: rgba(23, 22, 27, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .geo-pc-nav__inner {
    width: 100%;
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
  }

  .geo-pc-nav__brand {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .geo-pc-nav__links {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .geo-pc-nav__link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: color 0.15s, background 0.15s;
    white-space: nowrap;
    background: none;
    border: none;
    font-family: inherit;
  }

  .geo-pc-nav__link:hover,
  .geo-pc-nav__link.is-active {
    color: #EB7133;
  }

  .geo-section-title__text {
    font-size: 20px;
  }

  .geo-section-title__sub {
    font-size: 13px;
  }

  .geo-compliance__card--title {
    font-size: 15px;
  }

  .geo-compliance__card--line,
  .geo-faq__item--a-summary,
  .geo-faq__item--a-detail {
    font-size: 14px;
  }

  .geo-faq__item--q-text {
    font-size: 15px;
  }

  .geo-page-footer__qr {
    display: block;
  }

  .geo-page-footer__brand {
    font-size: 16px;
  }

  .geo-page-footer__desc {
    font-size: 13px;
  }
}
