/* Three native SEO pages: an illustrative five-step process in normal flow. */
.seo-landing[data-ge2-native-content="true"] .seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  height: auto;
  min-height: 0;
  padding-block: clamp(44px, 6vw, 88px);
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-copy {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero h1 {
  max-width: 18ch;
  font-size: clamp(42px, 5.8vw, 82px);
  line-height: 1.04;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-actions {
  flex-wrap: wrap;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-proof {
  flex-wrap: wrap;
  color: #ded8cf;
  font-size: 14px;
  line-height: 1.6;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument {
  box-sizing: border-box;
  position: relative;
  inset: auto;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: clamp(18px, 2.2vw, 28px);
  background: #101213;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument > header {
  flex-wrap: wrap;
  align-items: start;
  gap: 8px 24px;
  color: #ded8cf;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .02em;
  text-transform: none;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument > header small {
  color: #ded8cf;
  font-size: 14px;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument-question small {
  color: #f3a578;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .03em;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument-question strong {
  color: #f4f0e8;
  font-size: 22px;
  line-height: 1.35;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument-question p {
  color: #ded8cf;
  font-size: 16px;
  line-height: 1.6;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument ol {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument li {
  align-items: start;
  gap: 10px;
  min-height: 0;
  padding: 16px 14px;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument li > span {
  flex: 0 0 2ch;
  color: #f3a578;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument li small {
  color: #f3a578;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
  text-transform: none;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument li b {
  color: #f4f0e8;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.5;
}
.seo-landing[data-ge2-native-content="true"] .seo-hero-instrument > p {
  max-width: 75ch;
  margin: 20px 0 0;
  color: #ded8cf;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .seo-landing[data-ge2-native-content="true"] .seo-hero-instrument ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .seo-landing[data-ge2-native-content="true"] .seo-hero-instrument ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 430px) {
  .seo-landing[data-ge2-native-content="true"] .seo-hero-instrument ol {
    grid-template-columns: minmax(0, 1fr);
  }
}
