.seo-shell {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto 88px;
}

.seo-breadcrumb {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

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

.seo-hero {
  max-width: 880px;
  margin: 70px auto 84px;
  text-align: center;
}

.seo-hero h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.seo-hero .lead {
  max-width: 790px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.seo-trust {
  margin: 22px 0 0;
  color: #858993;
  font-size: 13px;
}

.seo-trust a {
  color: #656a73;
  font-weight: 700;
  text-decoration: none;
}

.seo-section { margin: 92px 0; }

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.compact-heading { margin-bottom: 28px; }

.section-label {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.section-heading h2,
.split-section h2,
.seo-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.038em;
}

.section-heading > p:last-child,
.split-section > div > p,
.seo-cta > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.02);
}

.seo-card.featured { border-color: #e6c7ca; }
.seo-card h3 { margin: 10px 0 10px; font-size: 22px; letter-spacing: -.025em; }
.seo-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.text-link,
.need-item a,
.comparison-table a {
  display: inline-block;
  margin-top: 18px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover,
.need-item a:hover,
.comparison-table a:hover { text-decoration: underline; }

.soft-section {
  padding: 52px;
  border-radius: 28px;
  background: var(--surface-soft);
}

.needs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.need-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.need-item strong { display: block; margin-bottom: 7px; font-size: 17px; }
.need-item span { display: block; color: var(--muted); font-size: 14px; line-height: 1.6; }
.need-item a { margin-top: 10px; }
.feature-note { margin: 18px 2px 0; color: var(--muted); font-size: 12px; text-align: center; }

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.comparison-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.comparison-table th,
.comparison-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 14px; }
.comparison-table th { color: var(--muted); background: var(--surface-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table a { margin-top: 0; white-space: nowrap; }
.yes-pill { display: inline-block; padding: 4px 8px; border-radius: 999px; background: #fff1f1; color: var(--brand-dark); font-size: 12px; font-weight: 800; }

.split-section {
  display: grid;
  grid-template-columns: 1.45fr .85fr;
  gap: 24px;
  align-items: center;
}

.inline-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

.tip-box {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface-soft);
}

.tip-box strong { font-size: 18px; }
.tip-box p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.faq-list { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 6px; cursor: pointer; font-weight: 750; font-size: 16px; }
.faq-list p { margin: -4px 6px 22px; color: var(--muted); line-height: 1.7; font-size: 15px; }

.seo-cta {
  margin: 110px 0 20px;
  padding: 56px 32px;
  border: 1px solid var(--line);
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(180deg, #fff, #fafafa);
}

.seo-cta > p:not(.eyebrow) { max-width: 620px; margin: 16px auto 0; }

@media (max-width: 820px) {
  .seo-card-grid { grid-template-columns: 1fr; }
  .needs-grid { grid-template-columns: 1fr; }
  .split-section { grid-template-columns: 1fr; }
  .soft-section { padding: 34px 20px; }
}

@media (max-width: 560px) {
  .seo-shell { width: min(100% - 28px, 1040px); }
  .seo-hero { margin-top: 48px; }
  .seo-section { margin: 72px 0; }
  .seo-card { padding: 22px; }
  .seo-cta { padding: 42px 18px; }
  .hero-actions .button { width: 100%; }
}
