.seo-lp {
  overflow-x: hidden;
}

.seo-lp-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px var(--page-pad) 32px;
  text-align: center;
}

.seo-lp-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.seo-lp-hero .gradient {
  background: linear-gradient(135deg, #fbbf24, #f97316);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.seo-lp-lead {
  margin: 0 auto 28px;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
}

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

.seo-lp-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 56px var(--page-pad);
}

.seo-lp-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-lp-steps li {
  padding: 22px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.seo-lp-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.seo-lp-steps span {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

.seo-lp-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.seo-lp-compare-col {
  padding: 24px;
  border-radius: 14px;
  border: 1px solid var(--border);
}

.seo-lp-compare-col h3 {
  margin: 0 0 12px;
  font-size: 15px;
}

.seo-lp-compare-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-lp-compare-col li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.seo-lp-compare-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.seo-lp-compare-col--win {
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.04);
}

.seo-lp-faq .faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 10px;
  overflow: hidden;
}

.seo-lp-faq .faq-item summary {
  padding: 18px 22px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.seo-lp-faq .faq-item p {
  margin: 0;
  padding: 0 22px 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.seo-lp-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.seo-lp-links a {
  font-size: 13px;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-lp-links a:hover { color: #fff; }

@media (max-width: 640px) {
  .seo-lp-compare { grid-template-columns: 1fr; }
}
