.AD_main {
  padding: 42px 0 60px;
  background:
    radial-gradient(
      circle at top left,
      rgba(37, 99, 235, 0.09),
      transparent 28%
    ),
    #f7f9fc;
}

.AD_wrap {
  width: min(900px, 92%);
  margin: 0 auto;
}

.AD_intro {
  margin-bottom: 20px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.AD_eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 12px;
  background: rgba(37, 99, 235, 0.10);
  color: #1d4ed8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.AD_intro h1 {
  margin: 0;
  color: #101828;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.AD_intro-text {
  max-width: 720px;
  margin: 16px 0 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.7;
}

.AD_notice {
  margin-top: 22px;
  padding: 16px 18px;
  background: #eff6ff;
  color: #1e3a8a;
  border-left: 4px solid #2563eb;
  border-radius: 0 14px 14px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.AD_content {
  padding: 10px 34px 30px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.AD_section {
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
}

.AD_section:last-of-type {
  border-bottom: 0;
}

.AD_section h2 {
  margin: 0 0 9px;
  color: #101828;
  font-size: 22px;
  line-height: 1.3;
}

.AD_section p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.75;
}

.AD_section p + p {
  margin-top: 11px;
}

.AD_section a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.AD_updated {
  margin: 18px 0 0;
  color: #667085;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 960px) {

  .pc-header-stats .pc-header-stat:nth-child(2) {
    display: none;
  }

}

@media (max-width: 620px) {

  .AD_main {
    padding: 26px 0 42px;
  }

  .AD_intro {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .AD_content {
    padding: 6px 20px 24px;
    border-radius: 18px;
  }

  .AD_intro-text {
    font-size: 15px;
  }

  .AD_section p {
    font-size: 15px;
  }

  .pc-header-stats .pc-header-stat:nth-child(2),
  .pc-header-stats .pc-header-stat:nth-child(3) {
    display: none;
  }

}