/* Pricing page – 2026.6.12-CD-价格页 */
.pricing-page {
  color: #1a2332;
  background: #ffffff;
}
.pricing-page .site-header {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}
.pricing-page .site-header.is-scrolled {
  background: rgba(10, 22, 40, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(10, 22, 40, 0.12);
}
/* Hero */
.cd-pricing-hero {
  position: relative;
  min-height: 584px;
  padding-top: var(--header-h, 60px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cd-pricing-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cd-pricing-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cd-pricing-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 24px 120px;
  max-width: 900px;
}
.cd-pricing-hero__title {
  font-size: 56px;
  font-weight: 700;
  max-width: 1041px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 32px;
}
.cd-pricing-hero__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 802px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin-bottom: 32px;
}
/* Buttons */
.cd-pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
}
.cd-pricing-btn--white {
  background: #ffffff;
  color: #1890ff;
  border-color: #ffffff;
}
.cd-pricing-btn--white:hover {
  background: #eef6ff;
  color: #0d7ae8;
}
.cd-pricing-btn--outline-white {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}
.cd-pricing-btn--outline-white:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}
.cd-pricing-btn--solid-white {
  background: #1890ff;
  color: #ffffff;
  border-color: #1890ff;
}
.cd-pricing-btn--solid-white:hover {
  background: #0d7ae8;
  border-color: #0d7ae8;
}
.cd-pricing-btn--lg {
  padding: 14px 32px;
  font-size: 16px;
}
.cd-pricing-btn__arrow {
  flex-shrink: 0;
}
/* Pricing Table */
.cd-pricing-table-section {
  margin-top: -125px;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.cd-pricing-table-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
.cd-pricing-table-head,
.cd-pricing-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 451px;
  align-items: center;
  gap: 16px;
  padding: 20px 40px;
}
.cd-pricing-table-head {
  background: #f9fafb;
  font-size: 14px;
  font-weight: 700;
  color: #292A2D;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #F3F4F6;
}
.cd-pricing-table-row {
  font-size: 16px;
  line-height: 1.57;
  border-bottom: 1px solid #F3F4F6;
}
.cd-pricing-table-row:last-of-type {
  border-bottom: none;
}
.cd-pricing-table-col--service {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #1a2332;
}
.cd-pricing-table-col--rate {
  font-weight: 700;
  color: #1890FF;
}
.cd-pricing-table-col--rate .cd-pricing-table-col__rate-sub {
  color: #64748b;
}
.cd-pricing-table-col--included {
  color: #5c6b7a;
}
.cd-pricing-table-row__icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #eef6ff;
  border-radius: 11px;
}
.cd-pricing-table-row__icon {
  width: 20px;
  height: 20px;
}
.cd-pricing-table-row__link {
  display: inline-block;
  margin-top: 4px;
  color: #1890ff;
  font-weight: 600;
  text-decoration: none;
}
.cd-pricing-table-row__link:hover {
  color: #0d7ae8;
  text-decoration: none;
}
.cd-pricing-table-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  gap: 12px;
  padding: 16px 24px;
  background: #F9FAFC;
  font-size: 14px;
  line-height: 1.57;
  margin-top: 24px;
  border-radius: 16px;
}
.cd-pricing-table-footer__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.cd-pricing-table-footer__question {
  color: #292a2d;
  font-weight: 400;
}
.cd-pricing-table-footer__link {
  color: #1890ff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.cd-pricing-table-footer:hover .cd-pricing-table-footer__link {
  color: #0d7ae8;
}
/* Enterprise */
.cd-pricing-enterprise {
  padding: 0 0 80px;
}
.cd-pricing-enterprise__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.cd-pricing-enterprise__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cd-pricing-enterprise__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 40px 48px;
}
.cd-pricing-enterprise__title {
  margin: 0 0 12px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #ffffff;
}
.cd-pricing-enterprise__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 720px;
}
.cd-pricing-enterprise__bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.cd-pricing-enterprise__bullets li:last-child {
  margin-bottom: 0;
}
.cd-pricing-enterprise__bullet-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.20);
}
.cd-pricing-enterprise__bullet-icon {
  width: 20px;
  height: 20px;
}
.cd-pricing-enterprise__bullet-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 2px;
}
.cd-pricing-enterprise__bullet-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  color: #ffffff;
}
.cd-pricing-enterprise__bullet-desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.9);
}
.cd-pricing-enterprise__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
/* Value-Added */
.cd-pricing-vas {
  padding: 80px 0;
  background: #f9fafb;
}
.cd-pricing-section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #1F252D;
  text-align: center;
  margin-bottom: 16px;
}
.cd-pricing-section-desc {
  font-size: 16px;
  line-height: 24px;
  color: #64748B;
  text-align: center;
  max-width: 608px;
  margin: 0 auto 53px;
}
.cd-pricing-section-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #1890FF;
  text-align: center;
  margin: 0px auto 72px;
}
.cd-pricing-vas__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.cd-pricing-vas-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #F3F4F6;
  transition: box-shadow 0.3s ease;
}
.cd-pricing-vas-card:hover {
  box-shadow: 2px 4px 14px 0px rgba(0,0,0,0.14);
}
.cd-pricing-vas-card__img-wrap {
  position: relative;
  height: 178px;
  overflow: hidden;
}
.cd-pricing-vas-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.cd-pricing-vas-card:hover .cd-pricing-vas-card__img {
  transform: scale(1.03);
}
.cd-pricing-vas-card__icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.cd-pricing-vas-card__icon {
  height: 28px;
  object-fit: contain;
  mix-blend-mode: lighten;
}
.cd-pricing-vas-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #1E293B;
  padding: 24px 24px 8px;
}
.cd-pricing-vas-card__desc {
  font-size: 14px;
  line-height: 24px;
  color: #64748B;
  padding: 0 24px 16px;
}
.cd-pricing-vas-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 24px 24px;
}
.cd-pricing-vas-card__tags span {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 4px 8px;
  border-radius: 18px;
}
.cd-pricing-vas-card--blue .cd-pricing-vas-card__tags span {
  background: #EEF6FF;
  color: #1890FF;
}
.cd-pricing-vas-card--green .cd-pricing-vas-card__tags span {
  background: #ECFDF5;
  color: #069668;
}
.cd-pricing-vas-card--purple .cd-pricing-vas-card__tags span {
  background: #F5F3FF;
  color: #7C3AED;
}
.cd-pricing-vas-card--red .cd-pricing-vas-card__tags span {
  background: #FEF2F1;
  color: #DB2627;
}
.cd-pricing-vas-card--gold .cd-pricing-vas-card__tags span {
  background: #FFFBEB;
  color: #D97707;
}
.cd-pricing-vas-card--teal .cd-pricing-vas-card__tags span {
  background: #ECFEFF;
  color: #1793B3;
}
.cd-pricing-vas-cta {
  margin-top: 53px;
  text-align: center;
}
.cd-pricing-vas-cta__text {
  font-size: 16px;
  line-height: 24px;
  color: #64748B;
  margin: 0 0 24px;
}
/* No Hidden Fees */
.cd-pricing-hidden {
  padding: 80px 0 48px;
  background: #fff;
}
.cd-pricing-hidden__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cd-pricing-hidden-card {
  display: flex;
  align-items: center;
  border: 1px solid #F4F5F6;
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
  overflow: hidden;
}
.cd-pricing-hidden-card--reverse .cd-pricing-hidden-card__media {
  order: 2;
}
.cd-pricing-hidden-card--reverse .cd-pricing-hidden-card__body {
  order: 1;
}
.cd-pricing-hidden-card__media {
  position: relative;
  overflow: hidden;
  height: 200px;
  max-width: 400px;
  
}
.cd-pricing-hidden-card:hover .cd-pricing-hidden-card__media-img{
  transform: scale(1.03);
}
.cd-pricing-hidden-card__media .cd-pricing-hidden-card__media-img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cd-pricing-hidden-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 29px;
  flex: 1;
}
.cd-pricing-hidden-card__title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #1E293B;
}
.cd-pricing-hidden-card__desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64748B;
}

.cd-pricing-hidden-card__media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}
.cd-pricing-hidden-card--theme2 .cd-pricing-hidden-card__media::after{
  background: rgba(10,149,105,0.5);
}
.cd-pricing-hidden-card--theme3 .cd-pricing-hidden-card__media::after{
  background: rgba(123,58,237,0.5);
}
.cd-pricing-hidden-card--theme4 .cd-pricing-hidden-card__media::after{
  background: rgba(219,38,39,0.5);
}
.cd-pricing-hidden-card__media .cd-pricing-vas-card__icon-wrap{
 z-index: 2;
}
/* CTA */
.cd-pricing-cta{
  padding-bottom: 72px;
}
.cd-pricing-cta .container {
  position: relative;
}
.cd-pricing-cta__bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
}
.cd-pricing-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cd-pricing-cta__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 37px 10px;
}
.cd-pricing-cta__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 24px;
}
/* FAQ (same as home page) */
.section { padding: 88px 0; }
.faq { background: #F5F8FC; padding-top: 62px; padding-bottom: 62px; }
.faq-eyebrow {
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #1890FF;
  margin-bottom: 12px;
}
.faq-title {
  font-size: 36px;
  line-height: 48px;
  color: #1F252D;
  text-align: center;
}
.faq-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.faq-item {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #F1F3F7;
  border-radius: 8px;
  background: #ffffff;
  transition: box-shadow 0.25s ease;
}
.faq-question {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  font-family: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
.faq-question-title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #1F252D;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.faq-item.is-open .faq-question {
  align-items: flex-start;
  padding-bottom: 12px;
}
.faq-item.is-open .faq-question-title {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  pointer-events: none;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
  background: #1890FF;
  border-radius: 1px;
  transition: transform 0.25s ease;
  transform-origin: center;
}
.faq-icon::after {
  transform: rotate(90deg);
}
.faq-item.is-open .faq-icon::before {
  transform: rotate(45deg);
}
.faq-item.is-open .faq-icon::after {
  transform: rotate(-45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.is-open .faq-answer { max-height: 400px; }
.faq-answer-text {
  padding: 0 28px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #64748A;
  line-height: 24px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.faq-answer strong {
  font-weight: 600;
  color: #1F252D;
}
/* Responsive */
@media (max-width: 1030px) {
  .cd-pricing-hero {
    min-height: 480px;
  }
  .cd-pricing-hero__title {
    font-size: 32px;
  }
  .cd-pricing-hero__desc {
    font-size: 16px;
  }
  .cd-pricing-table-head {
    display: none;
  }
  .cd-pricing-table-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 20px;
  }
  .cd-pricing-table-col--rate {
    font-size: 18px;
  }
  .cd-pricing-table-footer {
    padding: 16px 20px;
  }
  .cd-pricing-enterprise__content {
    flex-direction: column;
    align-items: flex-start;
    padding: 33px 41px;
  }
  .cd-pricing-enterprise__actions {
    width: 100%;
    flex-direction: column;
  }
  .cd-pricing-enterprise__actions .cd-pricing-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .cd-pricing-vas__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cd-pricing-hidden-card,
  .cd-pricing-hidden-card--reverse {
    grid-template-columns: 1fr;
  }
  .cd-pricing-hidden-card .cd-pricing-hidden-card__media,
  .cd-pricing-hidden-card--reverse .cd-pricing-hidden-card__media,
  .cd-pricing-hidden-card .cd-pricing-hidden-card__body,
  .cd-pricing-hidden-card--reverse .cd-pricing-hidden-card__body {
    order: unset;
  }
  .cd-pricing-hidden-card__body {
    padding: 32px 24px;
  }
  .section { padding: 64px 0; }
  .faq-list { grid-template-columns: 1fr; }
  .cd-pricing-section-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .cd-pricing-cta__title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .cd-pricing-hero {
    align-items: flex-start;
    min-height: auto;
    padding-bottom: 75px;
  }
  .cd-pricing-hero__content{
    padding-top: 27px !important;
    text-align: left !important;
  }
  .cd-pricing-hero__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .cd-pricing-hero__desc{
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    margin-bottom: 12px;
  }
  .cd-pricing-btn{
    font-size: 12px;
    padding: 10px 16px;
  }
  .cd-pricing-table-section {
    margin-top: -60px;
    padding-bottom: 18px;
  }
  .cd-pricing-vas__grid {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cd-pricing-btn--lg {
    font-size: 12px;
    padding: 12px;
  }


}

@media (max-width: 768px) {
  .cd-pricing-hidden-card{
    display: block;
  }
  
}

@media (max-width: 1030px) {
  .section {
      padding: 64px 10px;
  }
  .container{
    padding: 0px 16px;
  }
}

@media (max-width: 768px) {
  .cd-pricing-table-row{
    padding: 15px 10px;
    font-size: 14px;
    position: relative;
  }
  .table-row {
    position: relative;
  }
  .cd-pricing-table-row__icon-wrap{
    width: 24px;
    height: 24px;
    border-radius: 5px;
  }

  .cd-pricing-table-row__icon{
    width: 11px;
    height: 11px;
  }

  .cd-pricing-table-col--rate{
    font-size: 12px;
    position: absolute;
    top: 19px;
    right: 10px;
  }

  .cd-pricing-table-col--included{
    font-size: 12px;
  }

  .cd-pricing-table-footer{
    padding: 12px;
  }

  .cd-pricing-table-footer__icon{
    width: 14px;
    height: 14px;
  }

  .cd-pricing-table-footer__link{
    font-size: 12px;
  }
  .cd-pricing-table-footer__question{
    font-size: 12px;
  }

  .cd-pricing-enterprise__content{
    padding: 18px 12px 39px;
    gap: 12px;
  }

  .cd-pricing-enterprise__title{
    font-size: 24px;
    margin-bottom: 0px;
  }

  .cd-pricing-enterprise__bullet-icon-wrap{
    width: 24px;
    height: 24px;
    border-radius: 5px;
  }

  .cd-pricing-enterprise__bullet-icon{
    width: 11px;
    height: 11px;
  }

  .cd-pricing-enterprise__bullet-text{
    font-size: 12px;
  }

  .cd-pricing-enterprise{
    padding-bottom: 38px;
  }

  .cd-pricing-vas{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .cd-pricing-hidden{
    padding-top: 38px;
    padding-bottom: 12px;
  }

  .cd-pricing-section-desc{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 24px;
  }

  .cd-pricing-vas-card__title{
    font-size: 16px;
    line-height: 24px;
    padding: 12px 12px 0px;
  }

  .cd-pricing-vas-card__desc{
    padding: 12px;
    line-height: 16px;
    font-size: 12px;
  }

  .cd-pricing-vas-card__tags{
    padding: 0px 12px 12px;
  }

  .cd-pricing-vas-cta{
    margin-top: 24px;
  }

  .cd-pricing-vas-cta__text{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
  }

  .cd-pricing-section-subtitle{
    font-size: 14px;
    margin-bottom: 24px;
  }

  .cd-pricing-hidden-card__body {
    padding: 12px;
  }

  .cd-pricing-hidden-card__title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .cd-pricing-hidden-card__desc{
    font-size: 12px;
    line-height: 16px;
  }
  .cd-pricing-hidden__list{
    gap: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cd-pricing-cta{
    padding: 0px 16px 38px;
  }

  .cd-pricing-cta .container{
    padding: 0px;
  }

  .cd-pricing-cta__content{
    padding: 16px 12px;
  }

  .cd-pricing-cta__title{
    margin-bottom: 16px;
  }

  .section{
    padding: 38px 12px;
  }

  .faq-title{
    font-size: 28px;
    line-height: 32px;
  }

  .faq-list{
    margin-top: 24px;
  }

  .faq-question-title{
    font-size: 12px;
    line-height: 14px;
  }


  .faq-question{
    padding: 12px;
  }
  .faq-answer-text{
    padding: 0px 12px 12px;
    font-size: 12px;
    line-height: 16px;
  }
  .faq-answer strong{
    font-size: 12px;
  }

  .faq{
    padding-left: 0;
    padding-right: 0;
  }

  .cd-pricing-enterprise__bullet-desc{
    line-height: 16px;
  }
}