/* SEO landing v2: deep content, TOC, verdict cards, hub grid */

.seo-landing-deep-content {
  margin-top: 2rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-landing-deep-content .seo-landing-answer {
  margin-top: 0.75rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}

.seo-landing-section-prose {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
}

.seo-landing-section-prose p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}

.seo-landing-deep-content .seo-landing-section-card .seo-landing-answer {
  font-size: 15px;
}

.seo-landing-deep-content .seo-landing-section-prose p {
  font-size: 14px;
}

.seo-landing-grid-inner {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .seo-landing-grid-inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.seo-landing-section-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(26, 25, 25, 0.45);
}

.seo-landing-grid .seo-landing-section-title {
  font-size: 22px;
}

@media (min-width: 640px) {
  .seo-landing-grid .seo-landing-section-title {
    font-size: 24px;
  }
}

.seo-landing-grid .seo-landing-answer {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 15px;
}

.seo-landing-grid .seo-landing-section-body {
  margin-top: 0.75rem;
  font-size: 14px;
}

.seo-landing-related-list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.seo-landing-related-link {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.seo-landing-related-link:hover {
  border-color: rgba(252, 105, 255, 0.35);
  background: rgba(97, 43, 211, 0.1);
}

.seo-landing-related-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.seo-landing-related-desc {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

.seo-landing-toc {
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(26, 25, 25, 0.35);
}

.seo-landing-toc-label {
  margin: 0 0 0.75rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.seo-landing-toc-list {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.5rem;
}

.seo-landing-toc-list a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.15s ease;
}

.seo-landing-toc-list a:hover {
  color: #fc69ff;
}

.seo-landing-section-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 640px) {
  .seo-landing-section-title {
    font-size: 32px;
  }
}

.seo-landing-answer {
  margin: 1rem 0 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid #fc69ff;
  border-radius: 0 12px 12px 0;
  background: rgba(252, 105, 255, 0.06);
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.seo-landing-section-body {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.5rem;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

.seo-verdict-card {
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(26, 25, 25, 0.6);
}

.seo-verdict-card h3 {
  margin: 0 0 1rem;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.seo-verdict-card ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

.seo-verdict-card-us {
  border-color: rgba(252, 105, 255, 0.35);
  background: rgba(97, 43, 211, 0.12);
}

.seo-hub-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(26, 25, 25, 0.55);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.seo-hub-card:hover {
  border-color: rgba(252, 105, 255, 0.45);
  background: rgba(97, 43, 211, 0.1);
}

.seo-hub-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.seo-hub-card-desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
