.site-statement-page {
  margin: 0;
  min-height: 100vh;
  background: #f7f8fb;
  color: #1f2933;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.statement-main {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 64px;
}

.statement-page-body .statement-main {
  padding-top: 150px;
}

.statement-article {
  background: #fff;
  border: 1px solid #e3e8ee;
  border-radius: 8px;
  padding: clamp(28px, 4vw, 56px);
  box-shadow: 0 18px 44px rgba(1, 34, 64, 0.08);
}

.statement-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.statement-article h1 {
  margin: 0;
  color: #101828;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.28;
  letter-spacing: 0;
}

.statement-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 18px 0 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
  color: #667085;
  font-size: 14px;
}

.statement-content {
  color: #2f3a45;
  font-size: 17px;
  line-height: 2;
}

.statement-content p {
  margin: 0 0 18px;
  text-align: justify;
}

.statement-content ol {
  margin: 0 0 20px;
  padding-left: 1.4em;
}

.statement-content li {
  margin-bottom: 12px;
}

.statement-content strong {
  color: #111827;
}

.statement-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 18px 0 22px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.statement-contact span {
  display: block;
}

.statement-signature {
  margin-top: 28px;
  text-align: right;
}

.statement-signature p {
  text-align: right;
}

.statement-attachment {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.statement-attachment a {
  color: #012240;
  font-weight: 700;
  text-decoration: none;
}

.official-statement-teaser {
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 24px;
  padding: 22px 24px;
  border: 1px solid #e3e8ee;
  border-left: 4px solid #b42318;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(1, 34, 64, 0.07);
}

.official-statement-teaser a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.official-statement-teaser__label {
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
}

.official-statement-teaser__title {
  margin-top: 8px;
  color: #101828;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.official-statement-teaser__meta {
  margin-top: 8px;
  color: #667085;
  font-size: 14px;
}

.official-statement-teaser__summary {
  margin-top: 10px;
  color: #475467;
  font-size: 15px;
  line-height: 1.7;
}

.official-statement-teaser__action {
  display: inline-block;
  margin-top: 14px;
  color: #012240;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .statement-main {
    width: min(100% - 32px, 1040px);
    padding: 28px 0 42px;
  }

  .statement-page-body .statement-main {
    padding-top: 86px;
  }

  .statement-article {
    padding: 24px 18px;
  }

  .statement-content {
    font-size: 16px;
    line-height: 1.85;
  }

  .statement-contact {
    grid-template-columns: 1fr;
  }

  .official-statement-teaser {
    width: min(100% - 32px, 1180px);
    margin: 18px auto;
    padding: 18px;
  }

  .official-statement-teaser__title {
    font-size: 18px;
  }
}
