.seo-growth {
  --seo-accent: #6f9f91;
  --seo-accent-strong: #376f61;
  --seo-bg: #eef4f2;
  --seo-card: #ffffff;
  --seo-ink: #171a19;
  --seo-muted: #5b6663;
  --seo-line: #d2dfdb;
  color: var(--seo-ink);
}

[data-theme="dark"] .seo-growth {
  --seo-bg: #202725;
  --seo-card: #2a3230;
  --seo-ink: #f4f7f6;
  --seo-muted: #c4cfcb;
  --seo-line: #40504b;
}

.seo-growth-section {
  padding: clamp(64px, 8vw, 112px) 0;
  background: var(--seo-bg);
}

.seo-growth-section + .seo-growth-section {
  padding-top: 0;
}

.seo-growth .seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--seo-accent-strong);
  font-size: .78rem;
  font-weight: 760;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.seo-growth .seo-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.seo-growth h2,
.seo-growth h3 {
  color: var(--seo-ink);
}

.seo-growth h2 {
  max-width: 900px;
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1.04;
}

.seo-growth h3 {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.25;
}

.seo-growth p,
.seo-growth li {
  color: var(--seo-muted);
  line-height: 1.72;
}

.seo-growth .seo-lead {
  max-width: 880px;
  margin: 0 0 34px;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.seo-growth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 30px 0;
}

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

.seo-growth-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--seo-line);
  border-radius: 22px;
  background: var(--seo-card);
  box-shadow: 0 16px 46px rgba(31, 53, 47, .07);
}

.seo-growth-card .seo-card-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--seo-accent-strong);
  color: #fff;
  font-size: .86rem;
  font-weight: 760;
}

.seo-growth-figure {
  margin: 38px 0;
}

.seo-growth-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--seo-line);
  border-radius: 24px;
  background: #f5f8f7;
  box-shadow: 0 22px 60px rgba(28, 48, 43, .1);
}

.seo-growth-figure figcaption {
  margin-top: 12px;
  color: var(--seo-muted);
  font-size: .92rem;
}

.seo-table-wrap {
  width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid var(--seo-line);
  border-radius: 18px;
  background: var(--seo-card);
  box-shadow: 0 14px 40px rgba(31, 53, 47, .06);
  -webkit-overflow-scrolling: touch;
}

.seo-growth .seo-table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: collapse;
  background: transparent;
}

.seo-growth .seo-table th,
.seo-growth .seo-table td {
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid var(--seo-line);
  color: var(--seo-muted);
  text-align: left;
  vertical-align: top;
}

.seo-growth .seo-table thead th {
  background: var(--seo-accent-strong);
  color: #fff;
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.seo-growth .seo-table tbody th {
  color: var(--seo-ink);
  font-weight: 720;
}

.seo-growth .seo-table tr:last-child th,
.seo-growth .seo-table tr:last-child td {
  border-bottom: 0;
}

.seo-growth-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  margin-top: 36px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 22px;
  background: #26312e;
  color: #fff;
}

.seo-growth-callout h3,
.seo-growth-callout p {
  color: #fff;
}

.seo-growth-callout p {
  max-width: 740px;
  margin: 8px 0 0;
  opacity: .82;
}

.seo-growth-callout .button {
  margin: 0;
  white-space: nowrap;
}

.seo-growth-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.seo-growth-checklist li {
  position: relative;
  margin: 0;
  padding: 17px 18px 17px 50px;
  border: 1px solid var(--seo-line);
  border-radius: 14px;
  background: var(--seo-card);
}

.seo-growth-checklist li::before {
  content: "✓";
  position: absolute;
  top: 16px;
  left: 18px;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: var(--seo-accent);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
}

.full-richtext > section.seo-growth {
  margin: 52px 0;
  padding: clamp(26px, 4.5vw, 48px);
  border: 1px solid var(--seo-line);
  border-radius: 24px;
  background: var(--seo-bg);
}

.full-richtext > section.seo-growth h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
}

.full-richtext > section.seo-growth h3 {
  margin-top: 0;
}

.full-richtext > section.seo-growth .seo-growth-grid,
.full-richtext > section.seo-growth .seo-table-wrap,
.full-richtext > section.seo-growth .seo-growth-figure {
  max-width: none;
}

.seo-growth details {
  border-top: 1px solid var(--seo-line);
  padding: 18px 0;
}

.seo-growth details:last-child {
  border-bottom: 1px solid var(--seo-line);
}

.seo-growth details summary {
  cursor: pointer;
  color: var(--seo-ink);
  font-weight: 720;
}

.seo-growth a:not(.button) {
  color: var(--seo-accent-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 820px) {
  .seo-growth-grid,
  .seo-growth-grid.three,
  .seo-growth-checklist,
  .seo-growth-callout {
    grid-template-columns: 1fr;
  }

  .seo-growth-callout .button {
    justify-self: start;
    white-space: normal;
  }
}

@media (max-width: 670px) {
  .seo-growth-section {
    padding: 54px 0;
  }

  .seo-growth h2 {
    font-size: clamp(1.85rem, 10vw, 2.8rem);
  }

  .seo-growth-card,
  .full-richtext > section.seo-growth {
    padding: 22px;
    border-radius: 18px;
  }

  .seo-growth-figure img {
    border-radius: 16px;
  }

  .seo-growth .seo-table {
    min-width: 640px;
  }

  .seo-growth .seo-table th,
  .seo-growth .seo-table td {
    padding: 15px 16px;
  }
}
