:root {
  --primary-color: #7548FD;
  --secondary-color: #a5a0ff;
  --accent-color: #ff2d55;
  --text-color: #333333;
  --background-color: #ffffff;
  --section-bg-color: #f2f2f7;
}
body,
html {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--background-color);
  color: var(--text-color);
  line-height: 1.6;
}
.container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
header {
  background-color: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.logo {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
}
nav ul {
  list-style-type: none;
  display: flex;
  gap: 30px;
}
nav ul li a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  /* color: #d6d3ff; */
}
nav ul li.active a {
  color: #8e80ff;
}
nav ul li a:hover {
  color: var(--primary-color);
}
.hero {
  /* background: linear-gradient(180deg, #9175FA 0%, rgba(110, 99, 249, 0) 100%); */
  background: url("../images/memberbg.png") repeat-x;
  color: white;
  padding: 6.25rem 0;
  text-align: center;
}
.hero h1 {
  font-size: 3rem;
  margin-bottom: 1.25rem;
}
.hero p {
  font-size: 1.5rem;
  max-width: 37.5rem;
  margin: 0 auto 2.5rem;
}
.cta-button {
  display: inline-block;
  background: linear-gradient(270deg, #817aff 0%, #c296ff 100%), #ffffff;
  color: white;
  padding: 0.9375rem 1.875rem;
  border-radius: 1.875rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  width: 240px;
  margin-bottom: 30px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.cta-button:hover {
  background-color: #ff6b81;
  transform: translateY(-0.125rem);
}
.benefits-comparison {
}
.benefits-comparison h2 {
}
.comparison-table {
  overflow-x: auto;
}
.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 0.625rem 1.25rem rgba(131, 123, 255, 0.1);

  overflow: hidden;
}
.comparison-table th,
.comparison-table td {
  padding: 1.5rem;
  text-align: center;
  background: #f9f9f9;

  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  /* H1 */
  color: #08042c;
}
.comparison-table thead {
  background-color: var(--primary-color);
  color: white;
}
.comparison-table th {
  font-family: PingFang SC;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  /* H1 */
  color: #08042c;
}
.comparison-table th:nth-child(1) {
  width: 440px;
}
.comparison-table th:nth-child(2) {
  width: 380px;
  background: #fff;
  border-right-color: #837bff;
  border-top-color: #737376;
  border-top-width: 12px;
}
.comparison-table th:nth-child(3) {
  width: 380px;
  background: #f8f7ff;
  box-sizing: border-box;
  border-top-color: #837bff;
  border-top-width: 12px;

  border-right-color: #837bff;
}
.comparison-table td:nth-child(2) {
  border-right-color: #837bff;
  background: #fff;
}
.comparison-table td:nth-child(3) {
  background: #f8f7ff;
  box-sizing: border-box;
  border-right-color: #837bff;
}
.comparison-table .fas.fa-check {
  color: #4caf50;
}
.comparison-table .fas.fa-times {
  color: #f44336;
}
@media (max-width: 48rem) {
  .comparison-table {
    font-size: 0.875rem;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 0.625rem;
  }
}
.pricing {
  padding: 6.25rem 0;
  text-align: center;
}
.pricing .titleh2 p {
  font-family: Alibaba PuHuiTi 2;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #7e5be1;
}
.pricing .titleh2 img {
  width: 480px;
  margin-bottom: 20px;
  max-width: 100%;
}
.pricing-options {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin-bottom: 3.125rem;
}
.pricing-option {
  background-color: white;

  border-radius: 0.72rem;
  box-shadow: 0 0.72rem 1.25rem rgba(131, 123, 255, 0.1);
  transition: all 0.3s ease;
  flex: 1;
  max-width: 500px;
  background: url("../images/freebg.png") #fff no-repeat top right;
  background-size: 100% auto;
}
.pricing-option.vip {
  background: url("../images/vipbg.png") #fff no-repeat top right;
  background-size: 100% auto;
}
.pricing-option:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.9375rem 1.875rem rgba(131, 123, 255, 0.15);
}
.pricing-option h3 {
  margin: 0;
  padding: 33px 33px 18px 33px;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.pricing-option p {
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  height: 124px;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  max-width: 88%;
  text-align: left;
  padding: 30px 0 0;
  /* H2 */
  color: #474560;
}
.price {
  padding: 0 0 0 30px;
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-family: Source Han Sans;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.pricing-option.vip .price {
  font-family: Source Han Sans;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.pricing-option.vip .price b {
  font-family: JDZhengHT;
  font-weight: 700;
  font-size: 40px;
  font-variation-settings: "opsz" auto;
}
.pricing-option.vip .price span {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  text-decoration: line-through;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
}
.pricing-option.vip .price b span {
  font-family: Source Han Sans;
  font-weight: 500;
  font-size: 26px;
  font-variation-settings: "opsz" auto;
  text-decoration: unset;
  padding-right: 15px;
}

.price-detail {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1.25rem;
}
.faq {
  padding-bottom: 60px;
}
.faq h2 {
}
.faq-item {
  background-color: white;
  border-radius: 10px;
  /* box-shadow: 0 10px 20px rgba(131, 123, 255, 0.1); */
  margin-bottom: 20px;
  overflow: hidden;
}
.faq-question {
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
}
.faq-question:after {
  content: "\002B";
  font-size: 24px;
  transition: transform 0.3s ease;
}
.faq-question.active:after {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
  background: #f9f9f9;
}
.faq-answer p {
  padding: 20px 0;
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .pricing-options {
    flex-direction: column;
    align-items: center;
  }
  .pricing .titleh2 p {
    font-size: 1.4rem;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 1rem;
  }
  .pricing-option p {
    height: auto;
  }
  .pricing-option {
    background: url(../images/freebg.png) no-repeat #fff top right;
    background-size: 100% auto;
  }
  .pricing-option.vip {
    background: url(../images/vipbg.png) no-repeat #fff top right;
    background-size: 100% auto;
  }
}
