/* Commercial SEO landing pages. Scoped to page-seo-landing.php output only. */
.os-page-seo {
  color: #121417;
}

.os-page-seo__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.os-page-seo__hero .os-catalog-seo__intro {
  margin-bottom: 0;
}

.os-page-seo__hero-image,
.os-page-seo__image {
  margin: 0;
}

.os-page-seo__hero-image img,
.os-page-seo__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.os-page-seo__section-body ul,
.os-page-seo__section-body ol {
  margin: 0 0 14px 20px;
  padding: 0;
}

.os-page-seo__steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.os-page-seo__step {
  min-height: 100%;
  padding: 18px;
  border: 1px solid #e2e7ec;
  border-radius: 8px;
  background: #fff;
}

.os-page-seo__step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #f1f6fb;
  color: #174f8f;
  font-size: 14px;
  font-weight: 700;
}

.os-page-seo__step h3 {
  margin: 0 0 8px;
  color: #121417;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.os-page-seo__step p {
  margin: 0;
  color: #4f5f70;
  font-size: 15px;
  line-height: 1.55;
}

@media screen and (min-width: 901px) {
  .os-page-seo__hero:has(.os-page-seo__hero-image) {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    align-items: center;
  }
}

@media screen and (max-width: 900px) {
  .os-page-seo__steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 560px) {
  .os-page-seo__steps-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .os-page-seo__step {
    padding: 16px;
  }
}
