.seo-section-heading {
  padding-top: 58px;
  padding-bottom: 34px;
}

.seo-section-heading h2,
.seo-guide-section h2 {
  margin: 0;
  color: var(--heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.12;
}

.seo-section-heading p,
.seo-guide-section .section-center > p {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

.seo-feature-icon,
.seo-check {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-weight: 900;
}

.trust-grid .seo-feature-icon {
  grid-row: 1 / span 2;
  margin: 0;
}

.seo-guide-section {
  padding: 92px 0;
  background: #fff;
}

.seo-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.seo-guide-grid a {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  color: var(--heading);
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fbfdfc;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.seo-guide-grid a:hover {
  border-color: rgba(41, 173, 104, 0.38);
  box-shadow: 0 18px 36px rgba(34, 50, 64, 0.1);
  transform: translateY(-3px);
}

.seo-guide-grid strong {
  font-size: 1.08rem;
  line-height: 1.35;
}

.seo-guide-grid span {
  color: var(--muted);
  line-height: 1.6;
}

.seo-footer-grid {
  grid-template-columns: 1.6fr repeat(3, minmax(0, 1fr));
}

.seo-article-body {
  background: #f6faf8;
}

.seo-article-main {
  min-height: 70vh;
  padding: 64px 0 92px;
  background:
    radial-gradient(circle at 80% 5%, rgba(41, 173, 104, 0.14), transparent 28%),
    linear-gradient(180deg, #fff, #f6faf8);
}

.seo-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-weight: 700;
}

.seo-breadcrumb a {
  color: var(--green-dark);
  text-decoration: none;
}

.seo-article-header {
  max-width: 900px;
  margin-top: 46px;
}

.seo-kicker {
  color: var(--green-dark);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-article-header h1 {
  margin: 16px 0 20px;
  color: var(--heading);
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 1.04;
}

.seo-article-header p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.7;
}

.seo-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 52px;
  align-items: start;
  margin-top: 52px;
}

.seo-article-copy,
.seo-related {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(34, 50, 64, 0.07);
}

.seo-article-copy {
  padding: clamp(26px, 5vw, 54px);
}

.seo-article-copy h2,
.seo-related h2 {
  margin: 0 0 18px;
  color: var(--heading);
  font-size: 1.45rem;
}

.seo-article-intro,
.seo-article-copy section p {
  color: #4e5964;
  font-size: 1.08rem;
  line-height: 1.85;
}

.seo-article-copy section {
  margin-top: 40px;
}

.seo-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--heading);
  line-height: 1.65;
}

.seo-checklist li span {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 0.8rem;
}

.seo-limit-card {
  padding: 24px;
  border: 1px solid rgba(41, 173, 104, 0.24);
  border-radius: 14px;
  background: #eefaf4;
}

.seo-limit-card p {
  margin-bottom: 0;
}

.seo-primary-cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 0 24px;
  color: #fff;
  background: var(--green);
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
}

.seo-related {
  display: grid;
  gap: 10px;
  padding: 26px;
}

.seo-related a {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  color: var(--heading);
  border-bottom: 1px solid var(--border);
  text-decoration: none;
}

.seo-related a:last-child {
  border-bottom: 0;
}

.seo-related span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.seo-consent {
  width: min(560px, calc(100% - 28px));
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  padding: 20px;
  color: #fff;
  border-radius: 14px;
  background: #17221d;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.seo-consent p {
  margin: 0 0 14px;
  line-height: 1.55;
}

.seo-consent div {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.seo-consent button {
  min-height: 40px;
  padding: 0 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.seo-consent [data-analytics-accept] {
  color: #082116;
  border-color: var(--green);
  background: var(--green);
}

[dir="rtl"] .seo-article-layout,
[dir="rtl"] .signals-layout,
[dir="rtl"] .footer-grid {
  direction: rtl;
}

@media (max-width: 980px) {
  .seo-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-article-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .seo-guide-grid,
  .seo-footer-grid {
    grid-template-columns: 1fr;
  }

  .seo-guide-section,
  .seo-article-main {
    padding: 62px 0;
  }

  .seo-guide-grid a {
    min-height: 0;
    padding: 20px;
  }

  .seo-article-header {
    margin-top: 30px;
  }
}
