.seo-boost-section {
  max-width: 1040px;
  margin: 56px auto;
  padding: 0 20px 80px;
  color: #e5e7eb;
}

.seo-boost-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 58, 237, 0.14), transparent 34%),
    radial-gradient(circle at 100% 10%, rgba(6, 182, 212, 0.12), transparent 32%),
    rgba(15, 23, 42, 0.72);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.28);
}

.seo-boost-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: #67e8f9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.seo-boost-section h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #fff;
}

.seo-boost-section h3 {
  margin: 28px 0 12px;
  font-size: 22px;
  color: #fff;
}

.seo-boost-section p {
  margin: 0 0 14px;
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.75;
  font-size: 16px;
}

.seo-boost-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.seo-boost-mini {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 20px;
  padding: 18px;
  background: rgba(2, 6, 23, 0.32);
}

.seo-boost-mini strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.seo-boost-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.seo-boost-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  color: #e0f2fe;
  text-decoration: none;
  background: rgba(15, 23, 42, 0.58);
}

.seo-boost-faq {
  margin-top: 28px;
}

.seo-boost-faq details {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 18px;
  padding: 16px 18px;
  margin-top: 12px;
  background: rgba(2, 6, 23, 0.28);
}

.seo-boost-faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 800;
}

.seo-boost-faq details p {
  margin-top: 12px;
}

@media (max-width: 720px) {
  .seo-boost-grid {
    grid-template-columns: 1fr;
  }

  .seo-boost-card {
    padding: 22px;
    border-radius: 24px;
  }
}
