.seoPage {
  background: #f7f8f6;
  color: #17201c;
}

.seoMetricPixel {
  position: absolute;
  left: -9999px;
}

.seoTopbar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #dfe4df;
  backdrop-filter: blur(16px);
}

.seoNav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.seoNav a {
  color: #324039;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.seoNav a:hover,
.seoTextLink:hover {
  color: #ba4935;
}

.seoHero {
  position: relative;
  min-height: min(760px, 86vh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #17201c;
  color: #fff;
}

.seoHero__image,
.seoHero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.seoHero__image {
  object-fit: cover;
  object-position: center;
}

.seoHero__shade {
  background: linear-gradient(90deg, rgba(14, 22, 18, 0.9) 0%, rgba(14, 22, 18, 0.6) 48%, rgba(14, 22, 18, 0.16) 100%);
}

.seoHero__inner {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 72px;
}

.seoBreadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.seoBreadcrumbs a {
  color: inherit;
}

.seoEyebrow {
  margin: 0 0 16px;
  color: #ba4935;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seoHero .seoEyebrow {
  color: #f3ae85;
}

.seoHero h1 {
  max-width: 840px;
  margin: 0;
  font-size: 78px;
  line-height: 1.02;
  letter-spacing: 0;
}

.seoHero__lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.55;
}

.seoHero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.seoTextLink {
  color: #fff;
  font-weight: 700;
  text-underline-offset: 5px;
}

.seoBand,
.seoSection,
.seoRelated,
.seoCta {
  padding: 92px 0;
}

.seoBand {
  background: #fff;
}

.seoBand--dark {
  background: #1d2923;
  color: #fff;
}

.seoIntro,
.seoChecklist,
.seoRelated__inner,
.seoCta__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 80px;
  align-items: start;
}

.seoIntro h2,
.seoSection__head h2,
.seoChecklist h2,
.seoRelated h2,
.seoCta h2 {
  margin: 0;
  max-width: 720px;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0;
}

.seoIntro__copy p,
.seoChecklist > div > p,
.seoRelated p,
.seoCta p {
  margin: 0 0 18px;
  color: #526159;
  font-size: 18px;
  line-height: 1.72;
}

.seoSection__head {
  margin-bottom: 42px;
}

.seoOptions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cfd7d1;
  border-left: 1px solid #cfd7d1;
}

.seoOption {
  min-height: 280px;
  padding: 34px;
  border-right: 1px solid #cfd7d1;
  border-bottom: 1px solid #cfd7d1;
  background: #fff;
}

.seoOption__meta {
  color: #2d6b5a;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.seoOption h3,
.seoSteps h3 {
  margin: 38px 0 12px;
  font-size: 26px;
  letter-spacing: 0;
}

.seoOption p:last-child,
.seoSteps p {
  margin: 0;
  color: #5b6961;
  line-height: 1.65;
}

.seoBand--dark .seoEyebrow {
  color: #f3ae85;
}

.seoBand--dark .seoSection__head h2 {
  color: #fff;
}

.seoSteps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.seoSteps li {
  min-height: 270px;
  padding: 26px 26px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.seoSteps li + li {
  padding-left: 26px;
}

.seoSteps li:last-child {
  border-right: 0;
}

.seoSteps li > span {
  color: #f3ae85;
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
}

.seoSteps h3 {
  color: #fff;
}

.seoSteps p {
  color: rgba(255, 255, 255, 0.68);
}

.seoChecklist ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfd7d1;
}

.seoChecklist li {
  position: relative;
  padding: 18px 0 18px 34px;
  border-bottom: 1px solid #cfd7d1;
  font-size: 17px;
  line-height: 1.5;
}

.seoChecklist li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 25px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #2d6b5a;
  border-bottom: 2px solid #2d6b5a;
  transform: rotate(-45deg);
}

.seoFaq {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 80px;
}

.seoFaq__list {
  border-top: 1px solid #cfd7d1;
}

.seoFaq details {
  border-bottom: 1px solid #cfd7d1;
}

.seoFaq summary {
  position: relative;
  padding: 25px 42px 25px 0;
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
  list-style: none;
}

.seoFaq summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  color: #ba4935;
  font-size: 26px;
}

.seoFaq details[open] summary::after {
  content: "−";
}

.seoFaq details p {
  max-width: 720px;
  margin: 0;
  padding: 0 36px 26px 0;
  color: #526159;
  line-height: 1.65;
}

.seoRelated {
  background: #dce9e3;
}

.seoRelated__inner,
.seoCta__inner {
  align-items: center;
}

.seoCta {
  background: #eef1ed;
}

.seoCta__inner > .btn,
.seoRelated__inner > .btn {
  justify-self: end;
}

.seoFooter {
  background: #17201c;
  color: #fff;
}

.seoFooter .footer__links a,
.seoFooter .footer__text {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 980px) {
  .seoNav {
    display: none;
  }

  .seoHero {
    min-height: 720px;
  }

  .seoHero h1 {
    font-size: 58px;
  }

  .seoIntro h2,
  .seoSection__head h2,
  .seoChecklist h2,
  .seoRelated h2,
  .seoCta h2 {
    font-size: 40px;
  }

  .seoHero__shade {
    background: rgba(14, 22, 18, 0.68);
  }

  .seoIntro,
  .seoChecklist,
  .seoFaq,
  .seoRelated__inner,
  .seoCta__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .seoSteps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seoSteps li:nth-child(2) {
    border-right: 0;
  }

  .seoCta__inner > .btn,
  .seoRelated__inner > .btn {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .seoTopbar .topbar__inner > .btn {
    padding: 11px 13px;
    font-size: 12px;
  }

  .seoHero {
    min-height: 690px;
  }

  .seoHero__inner {
    padding-top: 110px;
    padding-bottom: 46px;
  }

  .seoBreadcrumbs {
    margin-bottom: 34px;
  }

  .seoHero h1 {
    font-size: 42px;
  }

  .seoIntro h2,
  .seoSection__head h2,
  .seoChecklist h2,
  .seoRelated h2,
  .seoCta h2 {
    font-size: 32px;
  }

  .seoHero__lead {
    font-size: 17px;
  }

  .seoHero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .seoBand,
  .seoSection,
  .seoRelated,
  .seoCta {
    padding: 64px 0;
  }

  .seoOptions,
  .seoSteps {
    grid-template-columns: 1fr;
  }

  .seoOption {
    min-height: 0;
  }

  .seoSteps li,
  .seoSteps li + li {
    min-height: 0;
    padding: 24px 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .seoSteps li:last-child {
    border-bottom: 0;
  }

  .seoSteps h3 {
    margin-top: 20px;
  }
}
