.seo-article-page {
  background: #fbf9f6;
  color: #232323;
  font-family: Karla, Arial, Helvetica, sans-serif;
  margin: 0;
}

.seo-article-page a {
  color: #0f5b51;
}

.seo-article-hero a {
  color: #fff;
}

.seo-article-shell {
  min-height: 100vh;
}

.seo-article-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #dce7e3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  justify-content: space-between;
  padding: 1rem clamp(1.25rem, 4vw, 3rem);
}

.seo-article-brand {
  color: #0f5b51;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
}

.seo-article-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
}

.seo-article-links a {
  color: #2f3634;
  font-size: 0.98rem;
  text-decoration: none;
}

.seo-article-hero {
  background:
    linear-gradient(180deg, rgba(15, 91, 81, 0.72), rgba(15, 91, 81, 0.36)),
    var(--seo-article-image);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 3rem);
}

.seo-article-hero-inner {
  margin: 0 auto;
  max-width: 980px;
}

.seo-article-kicker {
  font-size: 1.05rem;
  margin: 0 0 1rem;
}

.seo-article-hero h1 {
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.08;
  margin: 0;
  max-width: 12.5em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.34);
}

.seo-article-lede {
  font-size: clamp(1.13rem, 1.7vw, 1.36rem);
  line-height: 1.65;
  margin: 1.35rem 0 0;
  max-width: 760px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.26);
}

.seo-article-main {
  margin: 0 auto;
  max-width: 820px;
  padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 2rem);
}

.seo-article-content {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #dce7e3;
  border-radius: 6px;
  padding: clamp(1.35rem, 4vw, 3rem);
}

.seo-article-content p,
.seo-article-content li {
  color: #343b39;
  font-size: 1.12rem;
  line-height: 1.76;
}

.seo-article-content p {
  margin: 0 0 1.25rem;
}

.seo-article-content h2 {
  color: #0f5b51;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.18;
  margin: 2.4rem 0 1rem;
}

.seo-article-content h2:first-child {
  margin-top: 0;
}

.seo-article-content ul,
.seo-article-content ol {
  margin: 0 0 1.35rem 1.2rem;
  padding: 0;
}

.seo-article-cta {
  background: #eef8f4;
  border: 1px solid #c8e9dd;
  border-radius: 6px;
  margin-top: 2rem;
  padding: 1.35rem;
}

.seo-article-cta p {
  margin: 0;
}

.seo-article-footer {
  border-top: 1px solid #dce7e3;
  color: #555;
  font-size: 0.96rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
}

@media (max-width: 700px) {
  .seo-article-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-article-links {
    gap: 0.6rem 0.9rem;
  }

  .seo-article-content {
    border-left: 0;
    border-right: 0;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
