.seo-body {
  margin: 0;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #292827;
  background: #f7f6f3;
}

.seo-pricing {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

.seo-pricing__header {
  margin-bottom: 2rem;
}

.seo-pricing__brand a {
  color: #5f933a;
  font-weight: 600;
  text-decoration: none;
}

.seo-pricing__header h1 {
  margin: 0.5rem 0;
  font-size: 1.75rem;
  font-weight: 700;
}

.seo-pricing__lead {
  margin: 0.5rem 0;
  max-width: 42rem;
}

.seo-pricing__rule {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  background: #fff;
  border-left: 4px solid #5f933a;
  border-radius: 4px;
}

.seo-pricing__links a {
  color: #3d6b24;
}

.seo-pricing__section {
  margin-bottom: 2.5rem;
}

.seo-pricing__section h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.seo-pricing__topup {
  margin: 0 0 1rem;
  color: #555;
}

.seo-pricing__table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.seo-pricing__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.seo-pricing__caption {
  padding: 0.75rem 1rem 0;
  text-align: left;
  font-weight: 600;
}

.seo-pricing__table th,
.seo-pricing__table td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid #e8e6e1;
  text-align: left;
}

.seo-pricing__table thead th {
  background: #f0efe9;
  font-weight: 600;
}

.seo-pricing__footer {
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #666;
}
