/* interXdata SEO pages — extends /styles.css tokens */
.seo-main { padding: 40px 0 72px; }
.seo-main h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 0.4rem; }
.seo-main h2 { font-size: 1.4rem; margin: 2.2rem 0 0.9rem; padding-top: 1.2rem;
  border-top: 1px solid var(--border); }
.crumbs { font-size: 0.85rem; color: var(--fg-subtle); margin-bottom: 1.1rem; }
.crumbs a { color: var(--fg-muted); }
.crumbs .sep { color: var(--border-strong); margin: 0 2px; }
.seo-main .lede { font-size: 1.14rem; color: var(--fg-muted); max-width: 65ch; }
.conf { font-size: 0.9rem; color: var(--fg-muted); background: var(--accent-soft);
  border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);
  border-radius: 10px; padding: 12px 14px; }
.muted { color: var(--fg-subtle); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px; margin: 1.4rem 0; }
.stat { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 12px;
  padding: 16px 18px; }
.stat-val { display: block; font-size: 1.6rem; font-weight: 700; letter-spacing: -0.02em;
  color: var(--navy); }
@media (prefers-color-scheme: dark) { .stat-val { color: var(--accent); } }
.stat-label { display: block; font-size: 0.78rem; text-transform: uppercase;
  letter-spacing: 0.05em; color: var(--fg-subtle); margin-top: 4px; }
.table-wrap { overflow-x: auto; margin: 0.6rem 0 1rem; border: 1px solid var(--border);
  border-radius: 12px; }
.data-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.data-table caption { text-align: left; padding: 10px 14px; color: var(--fg-subtle);
  font-size: 0.85rem; }
.data-table th, .data-table td { text-align: left; padding: 10px 14px;
  border-bottom: 1px solid var(--border); vertical-align: top; }
.data-table thead th { background: var(--bg-alt); font-size: 0.78rem; text-transform: uppercase;
  letter-spacing: 0.04em; color: var(--fg-subtle); position: sticky; top: 0; }
.data-table tbody tr:last-child td { border-bottom: none; }
.data-table.kv th { width: 240px; color: var(--fg-muted); font-weight: 600; }
.related { list-style: none; padding: 0; margin: 0.4rem 0; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 8px 24px; }
.related li { padding-left: 18px; position: relative; }
.related li::before { content: "→"; position: absolute; left: 0; color: var(--accent); }
.freshness { margin: 2rem 0 1rem; background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: 12px; padding: 16px 18px; font-size: 0.9rem; }
.fresh-row { display: flex; justify-content: space-between; gap: 16px; padding: 3px 0; }
.fresh-k { color: var(--fg-subtle); } .fresh-v { font-weight: 600; }
.prov { margin: 10px 0 0; font-size: 0.85rem; color: var(--fg-subtle); }
.cta-inline { margin: 2rem 0 0; text-align: center; background: linear-gradient(135deg, var(--accent), var(--navy));
  color: #fff; border-radius: 16px; padding: 32px 24px; }
.cta-inline p { color: rgba(255,255,255,0.9); margin: 0 0 1rem; font-size: 1.05rem; }
.cta-inline .btn-primary { background: #fff; color: var(--accent); }
.hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px;
  margin: 1.4rem 0; }
.hub-card { display: block; background: var(--bg-elev); border: 1px solid var(--border);
  border-radius: 14px; padding: 20px 22px; transition: border-color .15s, transform .15s; }
.hub-card:hover { border-color: var(--border-strong); transform: translateY(-2px);
  text-decoration: none; }
.hub-title { display: block; font-weight: 700; font-size: 1.1rem; color: var(--fg); margin-bottom: 6px; }
.hub-blurb { display: block; color: var(--fg-muted); font-size: 0.92rem; }
