/* TabloLive SEO landings — minimal chrome (Phase 2 Sprint 0) */
:root {
  color-scheme: light;
  --tl-bg-page: #f2f2f7;
  --tl-bg-surface: #fff;
  --tl-bg-header: #1a2332;
  --tl-text-primary: #0f172a;
  --tl-text-secondary: #5c6578;
  --tl-text-on-dark: #f8fafc;
  --tl-text-on-dark-muted: #94a3b8;
  --tl-accent-live: #6366f1;
  --tl-accent-live-pressed: #4338ca;
  --tl-border: #e2e8f0;
  --tl-space-inset: 16px;
  --tl-font-body: 1rem;
  --tl-font-footnote: 0.8125rem;
  --tl-radius-md: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-size: var(--tl-font-body);
  line-height: 1.5;
  color: var(--tl-text-primary);
  background: var(--tl-bg-page);
}

.seo-header {
  background: var(--tl-bg-header);
  color: var(--tl-text-on-dark);
  padding: 16px var(--tl-space-inset);
}

.seo-header__brand {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.seo-header__brand a {
  color: inherit;
  text-decoration: none;
}

.seo-main {
  max-width: 42rem;
  margin: 0 auto;
  padding: 24px var(--tl-space-inset) 32px;
}

.seo-main h1 {
  margin: 0 0 16px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.seo-answer-first {
  margin: 0 0 16px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.55;
}

.seo-live-stats {
  font-size: var(--tl-font-callout);
  font-weight: 600;
  color: var(--tl-accent-live);
}

.seo-breadcrumbs {
  margin: 0 0 12px;
  font-size: var(--tl-font-footnote);
}

.seo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--tl-text-secondary);
}

.seo-breadcrumbs a {
  color: var(--tl-text-secondary);
  text-decoration: none;
}

.seo-faq-block h2 {
  margin: 24px 0 8px;
  font-size: 1.125rem;
}

.seo-citations {
  font-size: var(--tl-font-footnote);
  color: var(--tl-text-secondary);
}

.seo-howto-steps {
  padding-left: 1.25rem;
  line-height: 1.6;
}

.seo-howto-steps li {
  margin-bottom: 12px;
}

.seo-main p {
  margin: 0 0 14px;
  color: var(--tl-text-primary);
}

.seo-strip {
  margin: 0 0 20px;
  padding: 10px 12px;
  font-size: var(--tl-font-footnote);
  color: var(--tl-text-secondary);
  background: var(--tl-bg-surface);
  border: 1px solid var(--tl-border);
  border-radius: var(--tl-radius-md);
}

.seo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 8px 0 24px;
  padding: 0 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: var(--tl-accent-live);
  border-radius: var(--tl-radius-md);
}

.seo-cta:active {
  background: var(--tl-accent-live-pressed);
}

.seo-links {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.seo-links li {
  margin: 0 0 8px;
}

.seo-links a {
  font-weight: 600;
  color: var(--tl-accent-live);
  text-decoration: none;
}

.seo-faq dt {
  margin: 16px 0 4px;
  font-weight: 700;
}

.seo-faq dd {
  margin: 0 0 8px;
  color: var(--tl-text-secondary);
}

.seo-legal h2 {
  margin: 24px 0 8px;
  font-size: 1.125rem;
}

.seo-footer {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 var(--tl-space-inset) 32px;
  font-size: var(--tl-font-footnote);
  color: var(--tl-text-secondary);
  text-align: center;
}

.seo-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  justify-content: center;
  margin-bottom: 12px;
}

.seo-footer a {
  color: var(--tl-text-secondary);
  text-decoration: none;
  font-weight: 600;
}
