/* Cheriscon SEO 落地页样式：对齐站内字号和版心 */
.cheriscon-seo-landing {
  width: 100%;
  font-size: 16px;
  color: #6f6f6d;
}

.cheriscon-seo-landing section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cheriscon-seo-landing h1 {
  font-size: 64px !important;
  line-height: 82px !important;
  font-weight: 600;
  color: #1f1f2a; 
}

.cheriscon-seo-landing h2 {
  font-size: 46px !important;
  line-height: 1.35 !important;
  font-weight: 500;
  color: #3f3f3f !important;
}

.cheriscon-seo-landing h3 {
  font-size: 30px;
  line-height: 42px;
}

.cheriscon-seo-landing p {
  font-size: 16px;
  line-height: 32px;
  color: #6f6f6d;
}

.cheriscon-seo-landing .text-xl,
.cheriscon-seo-landing .text-lg {
  font-size: 16px !important;
  line-height: 32px !important;
}

.cheriscon-seo-landing .text-sm {
  font-size: 14px !important;
}

.cheriscon-seo-landing .text-xs {
  font-size: 12px !important;
}

.cheriscon-seo-matrix-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  .cheriscon-seo-landing section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cheriscon-seo-landing h1 {
    font-size: 40px !important;
    line-height: 54px !important;
  }

  .cheriscon-seo-landing h2 {
    font-size: 32px !important;
    line-height: 44px !important;
  }

  .cheriscon-seo-landing h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .cheriscon-seo-landing p,
  .cheriscon-seo-landing .text-lg,
  .cheriscon-seo-landing .text-xl {
    font-size: 15px !important;
    line-height: 28px !important;
  }

  .cheriscon-seo-landing #vision {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .cheriscon-seo-landing #vision .max-w-5xl.mx-auto.grid {
    gap: 14px;
  }

  .cheriscon-seo-landing #vision .max-w-3xl.mx-auto.grid {
    gap: 10px;
  }

  .cheriscon-seo-landing .py-6.px-8,
  .cheriscon-seo-landing .py-5.px-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cheriscon-seo-landing .p-10 {
    padding: 18px;
  }

  .cheriscon-seo-landing .p-8 {
    padding: 16px;
  }

  .cheriscon-seo-landing .grid.grid-cols-\[1fr_1fr_1fr\] {
    min-width: 720px;
  }
}
