.baozt-seo-page {
  --baozt-ink: #17212b;
  --baozt-muted: #56616d;
  --baozt-line: #dce2e7;
  --baozt-red: #e52322;
  --baozt-blue: #174c8f;
  color: var(--baozt-ink);
  font-size: 17px;
  line-height: 1.7;
}

.baozt-seo-page > section:not(.baozt-seo-hero),
.baozt-seo-breadcrumb {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.baozt-seo-page > section:not(.baozt-seo-hero) {
  padding-block: 58px;
}

.baozt-seo-page h1,
.baozt-seo-page h2,
.baozt-seo-page h3 {
  color: var(--baozt-ink);
  letter-spacing: 0;
  line-height: 1.2;
}

.baozt-seo-page h2 {
  margin: 0 0 20px;
  font-size: 40px;
}

.baozt-seo-page h3 {
  font-size: 21px;
}

.baozt-seo-page p {
  color: var(--baozt-muted);
}

.baozt-seo-page a {
  color: var(--baozt-blue);
}

.baozt-seo-hero {
  width: 100vw;
  min-height: 480px;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.baozt-seo-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baozt-seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 17, 25, .92) 0%, rgba(8, 17, 25, .68) 52%, rgba(8, 17, 25, .15) 100%);
  z-index: 1;
}

.baozt-seo-hero__inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
  z-index: 2;
}

.baozt-seo-landing .baozt-seo-hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  color: #fff !important;
  font-size: 64px !important;
  line-height: 1.2 !important;
}

.baozt-seo-hero p:not(.baozt-seo-eyebrow) {
  max-width: 720px;
  margin: 0 0 30px;
  color: #f2f5f7;
  font-size: 21px;
}

.baozt-seo-eyebrow {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.baozt-seo-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  background: var(--baozt-red);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.baozt-seo-button:hover,
.baozt-seo-button:focus {
  background: #bd1515;
}

.baozt-seo-breadcrumb {
  display: flex;
  gap: 10px;
  padding-block: 20px;
  border-bottom: 1px solid var(--baozt-line);
  color: var(--baozt-muted);
  font-size: 14px;
}

.baozt-seo-intro {
  max-width: 900px;
}

.baozt-seo-band,
.baozt-seo-split {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
  gap: 54px;
  align-items: start;
}

.baozt-seo-band {
  padding-inline: 40px;
  background: #f3f6f8;
}

.baozt-seo-band aside {
  border-left: 4px solid var(--baozt-red);
  padding-left: 26px;
}

.baozt-seo-page li + li {
  margin-top: 10px;
}

.baozt-seo-table-wrap {
  overflow-x: auto;
}

.baozt-seo-page table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.baozt-seo-page th,
.baozt-seo-page td {
  padding: 16px;
  border: 1px solid var(--baozt-line);
  text-align: left;
  vertical-align: top;
}

.baozt-seo-page th {
  background: var(--baozt-ink);
  color: #fff;
}

.baozt-seo-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--baozt-line);
  border: 1px solid var(--baozt-line);
}

.baozt-seo-process > div {
  min-height: 250px;
  padding: 28px;
  background: #fff;
}

.baozt-seo-process strong {
  color: var(--baozt-red);
  font-size: 30px;
}

.baozt-seo-faq details {
  border-top: 1px solid var(--baozt-line);
  padding: 20px 0;
}

.baozt-seo-faq details:last-child {
  border-bottom: 1px solid var(--baozt-line);
}

.baozt-seo-faq summary {
  cursor: pointer;
  color: var(--baozt-ink);
  font-size: 18px;
  font-weight: 700;
}

.baozt-seo-cta {
  margin-bottom: 60px;
  padding-inline: 42px;
  background: var(--baozt-blue);
}

.baozt-seo-cta h2,
.baozt-seo-cta p {
  color: #fff !important;
}

.baozt-solution-hub-links {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 52px 20px;
  background: #f3f6f8;
}

.baozt-solution-hub-links__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.baozt-solution-hub-links__eyebrow {
  margin: 0 0 8px;
  color: #e52322;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.baozt-solution-hub-links h2 {
  margin: 0 0 28px;
  color: #17212b;
  font-size: 32px;
  line-height: 1.25;
}

.baozt-solution-hub-links ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfd7dd;
  border-bottom: 1px solid #cfd7dd;
  list-style: none;
}

.baozt-solution-hub-links li {
  margin: 0;
  padding: 20px 18px;
  border-right: 1px solid #cfd7dd;
}

.baozt-solution-hub-links li:last-child {
  border-right: 0;
}

.baozt-solution-hub-links a {
  color: #174c8f;
  font-weight: 700;
  text-decoration: none;
}

.baozt-solution-hub-links a:hover,
.baozt-solution-hub-links a:focus {
  color: #e52322;
  text-decoration: underline;
}

@media (max-width: 820px) {
  .baozt-seo-hero {
    min-height: 520px;
  }

  .baozt-seo-hero::before {
    background: rgba(8, 17, 25, .72);
  }

  .baozt-seo-hero__inner {
    padding: 54px 0;
  }

  .baozt-seo-landing .baozt-seo-hero h1 {
    font-size: 40px !important;
  }

  .baozt-seo-page h2 {
    font-size: 28px;
  }

  .baozt-seo-hero p:not(.baozt-seo-eyebrow) {
    font-size: 18px;
  }

  .baozt-seo-band,
  .baozt-seo-split,
  .baozt-seo-process {
    grid-template-columns: 1fr;
  }

  .baozt-seo-band,
  .baozt-seo-cta {
    width: 100% !important;
    padding-inline: 20px;
  }

  .baozt-seo-process > div {
    min-height: 0;
  }

  .baozt-solution-hub-links ul {
    grid-template-columns: 1fr;
  }

  .baozt-solution-hub-links li {
    border-right: 0;
    border-bottom: 1px solid #cfd7dd;
  }

  .baozt-solution-hub-links li:last-child {
    border-bottom: 0;
  }
}
