/* D1 — Programmatic SEO page stylesheet.
   Lives alongside styles.css. Reuses the lux palette tokens declared in :root there. */
.seo-page { font-family: 'Inter', system-ui, sans-serif; color: #1a365d; background: #fbf9f4; margin: 0; }
.seo-page a { color: #002665; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.seo-page a:hover { color: #8b6f2f; }

.seo-header { background: #002665; color: #fff; padding: 16px 0; }
.seo-header-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.seo-logo img { display: block; height: 48px; width: auto; }
.seo-nav { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.seo-nav a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 500; }
.seo-nav a:hover { color: #FFB321; }
.seo-cta { background: #FFB321; color: #002665 !important; padding: 8px 16px; border-radius: 6px; font-weight: 600; }
.seo-cta:hover { background: #fff; }

.seo-main { max-width: 760px; margin: 0 auto; padding: 32px 24px 64px; }
.seo-article h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 36px; line-height: 1.2; margin: 16px 0 12px; color: #002665; font-weight: 600; }
.seo-article h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; margin: 32px 0 12px; color: #002665; font-weight: 600; }
.seo-article h3 { font-size: 18px; margin: 24px 0 8px; color: #002665; }
.seo-deck { font-size: 17px; color: #2e5489; margin: 0 0 16px; }
.seo-breadcrumb { font-size: 13px; color: #4a6fa5; margin: 0 0 12px; }
.seo-breadcrumb a { color: #4a6fa5; }

.seo-table { width: 100%; border-collapse: collapse; margin: 12px 0 24px; }
.seo-table th, .seo-table td { border: 1px solid #d1d9e8; padding: 10px 12px; font-size: 15px; text-align: left; vertical-align: top; }
.seo-table th { background: #f3f0e9; width: 35%; font-weight: 600; color: #1a365d; }

.seo-list, .seo-steps, .seo-related { padding-left: 22px; line-height: 1.6; }
.seo-list li, .seo-steps li, .seo-related li { margin: 6px 0; }
.seo-related { list-style: none; padding-left: 0; }
.seo-related li { padding: 6px 0; border-bottom: 1px dotted #d1d9e8; }
.seo-muted { color: #4a6fa5; font-size: 13px; }

.seo-note { background: #fff8e6; border-left: 4px solid #FFB321; padding: 12px 14px; border-radius: 4px; margin: 16px 0; font-size: 14px; }

.seo-cta-block { background: #002665; color: #fff; border-radius: 10px; padding: 24px 28px; margin: 32px 0; }
.seo-cta-block h3 { color: #FFB321; margin-top: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; }
.seo-cta-block p { margin: 8px 0 16px; color: #d1d9e8; }
.seo-btn-primary { display: inline-block; background: #FFB321; color: #002665 !important; padding: 12px 22px; border-radius: 6px; text-decoration: none; font-weight: 600; margin-right: 12px; }
.seo-btn-primary:hover { background: #fff; }
.seo-btn-secondary { display: inline-block; border: 1px solid #FFB321; color: #FFB321 !important; padding: 11px 20px; border-radius: 6px; text-decoration: none; font-weight: 500; }
.seo-btn-secondary:hover { background: rgba(255,179,33,0.1); }

.seo-footer { background: #0a1628; color: #d1d9e8; padding: 32px 0; margin-top: 64px; font-size: 14px; }
.seo-footer-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 2fr; gap: 32px; }
.seo-footer a { color: #FFB321; }
.seo-footer-brand strong { color: #fff; display: block; margin-bottom: 6px; font-size: 16px; }
.seo-footer-disclaimer p { margin: 0 0 10px; line-height: 1.5; }
@media (max-width: 720px) {
  .seo-footer-inner { grid-template-columns: 1fr; }
  .seo-article h1 { font-size: 28px; }
  .seo-table th { width: 40%; }
}
