/* Minimal marketing styles for pre-rendered pages */
* { box-sizing: border-box; }
body { margin: 0; font-family: "Inter", "Helvetica Neue", Arial, sans-serif; color: #0f172a; background: #f8fafc; line-height: 1.65; }
a { color: #0f70ff; text-decoration: none; }
a:hover { text-decoration: underline; }
.site-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 28px; background: #0b1f3a; color: #fff; position: sticky; top: 0; z-index: 10; }
.site-header a { color: #fff; margin-right: 14px; font-weight: 600; }
.site-header nav a:last-child { margin-right: 0; }
.site-header .cta { background: #36c; padding: 10px 16px; border-radius: 999px; }
.page { max-width: 1000px; margin: 0 auto; padding: 32px 20px 80px; }
.hero { background: #fff; border: 1px solid #e2e8f0; padding: 28px; border-radius: 18px; box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08); margin-bottom: 24px; }
.eyebrow { text-transform: uppercase; letter-spacing: 1px; font-size: 12px; color: #334155; font-weight: 700; }
.hero h1 { margin: 6px 0 12px; font-size: 32px; }
.lede { font-size: 18px; color: #1e293b; }
.hero-cta { display: flex; gap: 12px; margin: 16px 0; flex-wrap: wrap; }
.button { display: inline-block; background: linear-gradient(120deg, #2563eb, #7c3aed); color: #fff; padding: 12px 18px; border-radius: 999px; font-weight: 700; }
.secondary { display: inline-block; padding: 12px 18px; border-radius: 999px; border: 1px solid #cbd5e1; color: #0f172a; font-weight: 700; }
.media-placeholder, .gif-placeholder { background: #e2e8f0; border: 1px dashed #94a3b8; padding: 18px; border-radius: 12px; margin-top: 14px; color: #475569; }
section { background: #fff; border: 1px solid #e2e8f0; padding: 22px; border-radius: 16px; margin: 16px 0; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04); }
section h2 { margin-top: 0; }
.faq details { margin-bottom: 10px; }
.limitations ul { padding-left: 20px; }
.related ul { padding-left: 18px; }
.comparison table { width: 100%; border-collapse: collapse; }
.comparison th, .comparison td { border: 1px solid #cbd5e1; padding: 10px; text-align: left; }
.cta-final { text-align: center; }
.cta-final .button { margin-top: 10px; }
.site-footer { padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; background: #0b1f3a; color: #e2e8f0; flex-wrap: wrap; gap: 12px; }
.footer-links a { color: #e2e8f0; margin-right: 12px; }
@media (max-width: 720px) {
  .site-header { flex-direction: column; align-items: flex-start; }
  .site-header nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
  .hero h1 { font-size: 26px; }
}
