.seo-landing {
  padding: 28px 0 64px;
}

.seo-landing-hero {
  max-width: 780px;
  margin-bottom: 40px;
}

.seo-landing-hero h1 {
  margin: 10px 0 14px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.3;
}

.seo-landing-lead {
  color: var(--text-muted, #94a3b8);
  font-size: 1.06rem;
  line-height: 1.85;
  margin-bottom: 20px;
}

.seo-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-landing-block {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-landing-block h2 {
  margin: 0 0 18px;
  font-size: 1.35rem;
}

.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}

.seo-feature-card {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.seo-feature-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.seo-feature-card p {
  margin: 0;
  color: var(--text-muted, #94a3b8);
  line-height: 1.75;
  font-size: 0.95rem;
}

.seo-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  counter-reset: step;
}

.seo-steps li {
  counter-increment: step;
  display: grid;
  gap: 4px;
  padding: 14px 16px 14px 52px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}

.seo-steps li::before {
  content: counter(step);
  position: absolute;
  right: 16px;
  top: 14px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(94, 234, 212, 0.15);
  color: var(--primary, #5eead4);
}

.seo-steps li span {
  color: var(--text-muted, #94a3b8);
  line-height: 1.7;
  font-size: 0.95rem;
}

.seo-compare-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.seo-compare-table th,
.seo-compare-table td {
  padding: 12px 14px;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-compare-table thead th {
  background: rgba(94, 234, 212, 0.08);
  font-weight: 700;
}

.seo-compare-table tbody th {
  font-weight: 600;
}

.seo-related {
  margin-top: 40px;
}

.seo-related h2 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.seo-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-related-link {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: var(--primary, #5eead4);
  font-size: 0.92rem;
}

.seo-related-link:hover {
  border-color: rgba(94, 234, 212, 0.35);
}

.seo-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.seo-hub-card {
  display: block;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.seo-hub-card:hover {
  border-color: rgba(94, 234, 212, 0.35);
  transform: translateY(-2px);
}

.seo-hub-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.seo-hub-card p {
  margin: 0;
  color: var(--text-muted, #94a3b8);
  font-size: 0.92rem;
  line-height: 1.7;
}

.telegram-bot-page .download-specs {
  margin: 0 0 1.15rem;
}

.telegram-bot-page .telegram-bot-cta {
  margin: 1.5rem 0 0;
}

.telegram-bot-page .telegram-bot-footer-cta {
  margin-top: 2.25rem;
  justify-content: center;
}

.telegram-bot-page .guide-section-cta,
.guide-section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
