.seo-page { margin: 0; min-width: 320px; color: #17252b; background: #eef3f1; font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.seo-page * { box-sizing: border-box; }
.seo-page a { color: #0d806c; }
.seo-page .seo-shell { max-width: 1040px; margin: 0 auto; padding: 0 22px 56px; }
.seo-page .seo-nav { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px 0; border-bottom: 1px solid #d5dfdc; }
.seo-page .seo-brand { color: #17252b; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.seo-page .seo-brand span { color: #0d806c; }
.seo-page .seo-nav-links { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.seo-page .seo-nav-links a { text-decoration: none; }
.seo-page .seo-main { padding: 54px 0 20px; }
.seo-page .seo-main > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.seo-page .seo-kicker { color: #0d806c; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.seo-page h1 { max-width: 900px; margin: 8px auto 18px; font-size: clamp(34px, 7vw, 64px); line-height: 1.04; letter-spacing: -.055em; }
.seo-page h2 { margin: 34px 0 10px; font-size: clamp(22px, 4vw, 32px); line-height: 1.15; letter-spacing: -.03em; }
.seo-page h3 { margin: 24px 0 7px; font-size: 19px; }
.seo-page p { margin: 10px 0; }
.seo-page .seo-lede { max-width: 760px; color: #526662; font-size: 19px; }
.seo-page .seo-meta { color: #6b7b79; font-size: 13px; }
.seo-page .seo-card { margin-top: 20px; padding: 20px 22px; border: 1px solid #dce5e2; border-radius: 14px; background: #fff; box-shadow: 0 8px 30px rgba(32, 60, 54, .05); }
.seo-page .seo-card > :first-child { margin-top: 0; }
.seo-page .seo-card > :last-child { margin-bottom: 0; }
.seo-page .seo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.seo-page .seo-grid .seo-card { margin-top: 0; }
.seo-page table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; }
.seo-page th, .seo-page td { padding: 12px 13px; text-align: left; vertical-align: top; border: 1px solid #dce5e2; }
.seo-page thead th { color: #fff; background: #17252b; }
.seo-page tbody th { min-width: 160px; background: #f7faf9; }
.seo-page .status-supported { color: #166b51; }
.seo-page .status-missing { color: #6b7b79; }
.seo-page .status-conflict { color: #a4511f; }
.seo-page .status-unsupported { color: #923858; }
.seo-page .table-wrap { overflow-x: auto; margin-top: 14px; border-radius: 10px; }
.seo-page details { padding: 12px 0; border-top: 1px solid #dce5e2; }
.seo-page details summary { cursor: pointer; font-weight: 700; }
.seo-page details p { color: #526662; }
.seo-page .seo-cta { display: inline-block; margin-top: 10px; padding: 11px 16px; color: #fff; background: #0d806c; border-radius: 8px; font-weight: 700; text-decoration: none; }
.seo-page .seo-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 42px; padding-top: 18px; color: #6b7b79; font-size: 13px; border-top: 1px solid #d5dfdc; }
.seo-page .seo-footer nav { display: flex; flex-wrap: wrap; gap: 12px; }
.seo-page .seo-footer a { text-decoration: none; }
.seo-page .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.seo-static-content { max-width: 820px; margin: 0 auto; padding: 32px 20px; }
.seo-static-content h1 { font-size: clamp(34px, 7vw, 64px); line-height: 1.04; letter-spacing: -.055em; }
.seo-static-content h2 { margin-top: 30px; font-size: 25px; line-height: 1.15; }
.seo-static-content table { width: 100%; margin-top: 12px; border-collapse: collapse; background: #fff; font-size: 14px; }
.seo-static-content th, .seo-static-content td { padding: 10px 12px; border: 1px solid #dce5e2; text-align: left; vertical-align: top; }
.seo-static-content thead th { color: #fff; background: #17252b; }
.seo-static-content caption { margin-bottom: 8px; color: #6b7b79; text-align: left; }
.seo-static-content details { padding: 10px 0; border-top: 1px solid #dce5e2; }
.seo-static-content summary { cursor: pointer; font-weight: 700; }
@media (max-width: 700px) {
  .seo-page .seo-shell { padding: 0 15px 36px; }
  .seo-page .seo-nav { align-items: flex-start; flex-direction: column; }
  .seo-page .seo-main { padding-top: 34px; }
  .seo-page .seo-grid { grid-template-columns: 1fr; }
  .seo-page .seo-lede { font-size: 17px; }
}
