/* SEO landing pages — matches site MySpace-blue style */
.seo-landing { max-width: 900px; margin: 0 auto; padding: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 0.85rem; line-height: 1.6; color: #333; }
.seo-landing a { color: #1e4390; text-decoration: none; }
.seo-landing a:hover { text-decoration: underline; }

/* Hero */
.seo-hero {
    background: linear-gradient(to bottom, #3066cc 0%, #1e4390 100%);
    color: #fff; padding: 32px 24px; text-align: center; border-radius: 4px;
    margin-bottom: 20px; border: 1px solid #1e3a5f;
}
.seo-hero h1 { font-size: 1.6rem; margin: 0 0 8px; color: #fff; }
.seo-hero .subtitle { font-size: 0.9rem; color: rgba(255,255,255,0.9); max-width: 620px; margin: 8px auto 16px; }
.seo-cta {
    display: inline-block; padding: 9px 24px; background: #ffcc00; color: #1a1a1a;
    text-decoration: none; border-radius: 3px; font-weight: bold; font-size: 0.85rem;
    border: 1px solid #cc9900;
}
.seo-cta:hover { background: #ffe033; text-decoration: none; }

/* Stats row */
.seo-stats { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin: 18px 0 0; }
.seo-stat { text-align: center; }
.seo-stat .num { font-size: 1.4rem; font-weight: 700; color: #fff; display: block; }
.seo-stat .lbl { font-size: 0.75rem; color: rgba(255,255,255,0.7); }

/* Section headings */
.seo-landing h2 {
    background: linear-gradient(to bottom, #3066cc 0%, #1e4390 100%);
    color: #fff; padding: 7px 12px; font-size: 0.9rem; margin: 20px 0 1px;
    border: 1px solid #1e3a5f;
}
.seo-landing h3 { font-size: 0.85rem; color: #1e4390; margin: 12px 0 6px; }

/* Content blocks under h2 */
.seo-section {
    background: #fff; border: 1px solid #b5c7de; border-top: none;
    padding: 14px 16px; margin-bottom: 16px;
}
.seo-section p { margin: 0 0 10px; }
.seo-section ul { margin: 8px 0 10px 18px; line-height: 1.8; color: #333; }

/* Feature grid */
.seo-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; margin: 10px 0; }
.seo-feat { background: #f4f7fb; border: 1px solid #b5c7de; border-radius: 3px; padding: 14px; }
.seo-feat h3 { margin: 0 0 5px; font-size: 0.85rem; color: #1e4390; border: none; background: none; padding: 0; }
.seo-feat p { margin: 0; font-size: 0.8rem; color: #555; }

/* Comparison table */
.seo-compare { width: 100%; border-collapse: collapse; margin: 10px 0; font-size: 0.8rem; }
.seo-compare th, .seo-compare td { padding: 8px 10px; text-align: left; border: 1px solid #b5c7de; }
.seo-compare th { background: linear-gradient(to bottom, #3066cc 0%, #1e4390 100%); color: #fff; font-weight: bold; font-size: 0.8rem; }
.seo-compare td { background: #fff; color: #333; }
.seo-compare .yes { color: #1a7a2e; font-weight: bold; }
.seo-compare .no { color: #b71c1c; }
.seo-compare .partial { color: #b8860b; }
.seo-compare tr:hover td { background: #f4f7fb; }

/* FAQ */
.seo-faq details { margin-bottom: 8px; border: 1px solid #b5c7de; border-radius: 3px; overflow: hidden; }
.seo-faq summary { padding: 10px 12px; font-weight: bold; cursor: pointer; background: #f4f7fb; color: #1e4390; font-size: 0.85rem; }
.seo-faq summary:hover { background: #e8eef6; }
.seo-faq .faq-a { padding: 10px 12px; color: #333; line-height: 1.6; font-size: 0.8rem; background: #fff; }

/* Footer links */
.seo-footer { text-align: center; color: #888; font-size: 0.75rem; margin-top: 24px; padding-top: 16px; border-top: 1px solid #b5c7de; }

/* Dark mode */
body.theme-dark .seo-landing { color: #ccc; }
body.theme-dark .seo-landing a { color: #93c5fd; }
body.theme-dark .seo-hero { background: linear-gradient(to bottom, #1e3a5f 0%, #0e2240 100%); border-color: #0a1a30; }
body.theme-dark .seo-landing h2 { background: linear-gradient(to bottom, #1e3a5f 0%, #0e2240 100%); border-color: #0a1a30; }
body.theme-dark .seo-section { background: #1a1a2e; border-color: #2a2a4a; color: #ccc; }
body.theme-dark .seo-section p, body.theme-dark .seo-section ul { color: #bbb; }
body.theme-dark .seo-feat { background: #16162b; border-color: #2a2a4a; }
body.theme-dark .seo-feat h3 { color: #93c5fd; }
body.theme-dark .seo-feat p { color: #aaa; }
body.theme-dark .seo-compare th { background: linear-gradient(to bottom, #1e3a5f 0%, #0e2240 100%); }
body.theme-dark .seo-compare td { background: #1a1a2e; border-color: #2a2a4a; color: #ccc; }
body.theme-dark .seo-compare .yes { color: #4ade80; }
body.theme-dark .seo-compare .no { color: #f87171; }
body.theme-dark .seo-compare .partial { color: #fbbf24; }
body.theme-dark .seo-compare tr:hover td { background: #16162b; }
body.theme-dark .seo-faq details { border-color: #2a2a4a; }
body.theme-dark .seo-faq summary { background: #16162b; color: #93c5fd; }
body.theme-dark .seo-faq summary:hover { background: #1f1f3a; }
body.theme-dark .seo-faq .faq-a { background: #1a1a2e; color: #bbb; }
body.theme-dark .seo-footer { border-color: #2a2a4a; color: #666; }

@media (max-width: 600px) {
    .seo-hero h1 { font-size: 1.2rem; }
    .seo-features { grid-template-columns: 1fr; }
    .seo-stats { gap: 14px; }
    .seo-stat .num { font-size: 1.1rem; }
}
