.hc.seo .hc-split h2 {
  margin: 0 0 14px;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
}

.hc.seo .hc-split-copy > p {
  margin: 0 0 16px;
  color: var(--hc-muted);
  font-size: 1rem;
  line-height: 1.65;
}

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

.hc.seo .seo-feature {
  padding: 22px 20px;
  border: 1px solid var(--hc-line);
  border-radius: 16px;
  background: #fff;
}

.hc.seo .seo-feature i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--hc-accent);
  font-size: 1rem;
}

.hc.seo .seo-feature > img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 12px;
}

.hc.seo .seo-feature h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.hc.seo .seo-feature p {
  margin: 0;
  color: var(--hc-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hc.seo .seo-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.hc.seo .seo-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--hc-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hc.seo .seo-checks i {
  color: var(--hc-accent);
  margin-top: 3px;
  flex-shrink: 0;
}

.hc.seo .seo-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--hc-line);
  border-radius: 16px;
  background: #fff;
}

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

.hc.seo .seo-table th,
.hc.seo .seo-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--hc-line);
  font-size: 0.92rem;
}

.hc.seo .seo-table th {
  background: #0f2f60;
  color: #fff;
  font-weight: 700;
}

.hc.seo .seo-table th:not(:first-child),
.hc.seo .seo-table td:not(:first-child) {
  text-align: center;
}

.hc.seo .seo-table tbody tr:last-child td {
  border-bottom: 0;
}

.hc.seo .seo-table .is-good {
  color: #15803d;
  font-weight: 700;
  background: rgba(22, 163, 74, 0.06);
}

.hc.seo .seo-offers-block {
  margin-top: 8px;
}

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

.hc.seo .seo-perf-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px 18px 20px;
  border: 1px solid var(--hc-line);
  border-radius: 16px;
  background: #fff;
}

.hc.seo .seo-perf-card.is-popular {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.12);
}

.hc.seo .seo-perf-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--hc-accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hc.seo .seo-perf-name {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 800;
}

.hc.seo .seo-perf-price {
  margin: 0 0 6px;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--hc-ink);
}

.hc.seo .seo-perf-price span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--hc-muted);
}

.hc.seo .seo-perf-desc {
  margin: 0 0 14px;
  color: var(--hc-muted);
  font-size: 0.88rem;
  line-height: 1.45;
  min-height: 2.6em;
}

.hc.seo .seo-perf-specs {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  flex: 1;
}

.hc.seo .seo-perf-specs li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: var(--hc-muted);
}

.hc.seo .seo-perf-specs i {
  color: var(--hc-accent);
  width: 16px;
  text-align: center;
}

.hc.seo .seo-perf-specs b {
  color: var(--hc-ink);
}

.hc.seo .seo-faq {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.hc.seo .seo-faq details {
  border: 1px solid var(--hc-line);
  border-radius: 14px;
  background: #fff;
  padding: 4px 18px;
}

.hc.seo .seo-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 0;
  font-weight: 700;
  font-size: 1rem;
  color: var(--hc-ink);
}

.hc.seo .seo-faq summary::-webkit-details-marker {
  display: none;
}

.hc.seo .seo-faq details[open] summary {
  border-bottom: 1px solid var(--hc-line);
}

.hc.seo .seo-faq p {
  margin: 0;
  padding: 14px 0 16px;
  color: var(--hc-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.hc.seo .seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

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

@media (max-width: 800px) {
  .hc.seo .seo-features {
    grid-template-columns: 1fr;
  }

  .hc.seo .seo-perf-grid {
    grid-template-columns: 1fr;
  }
}
