.seo-page { margin: 0; color: #172019; background: #f6f7f3; }
.seo-page * { box-sizing: border-box; }
.seo-page .site-header { background: rgba(246, 247, 243, .94); border-bottom: 1px solid #dfe4de; backdrop-filter: blur(16px); }
.seo-main { padding-top: 76px; }
.seo-hero { min-height: 660px; padding: 92px max(24px, calc((100% - 1180px) / 2)); display: flex; flex-direction: column; justify-content: center; background: #163c2b; color: #fff; }
.seo-hero.ai { background: #163c2b; }
.seo-hero.social { background: #243b54; }
.seo-hero.about { min-height: 560px; background: #171b18; }
.seo-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; color: #b9c9c0; font-size: 12px; }
.seo-breadcrumb a { color: inherit; }
.seo-eyebrow { margin: 0 0 17px; color: #c9e777; font-size: 12px; font-weight: 800; }
.seo-hero.social .seo-eyebrow { color: #9fd7ed; }
.seo-hero h1 { max-width: 920px; margin: 0; font-size: 68px; line-height: 1.08; font-weight: 720; letter-spacing: 0; }
.seo-hero-copy { max-width: 760px; margin: 25px 0 0; color: #d8e2dc; font-size: 18px; line-height: 1.85; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.seo-actions .button { min-height: 48px; }
.button.light { color: #172019; background: #cde978; }
.button.outline { color: #fff; border: 1px solid rgba(255, 255, 255, .42); background: transparent; }
.proof-band { padding: 0 max(24px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-bottom: 1px solid #e0e5df; }
.proof-band div { min-height: 144px; padding: 30px 0; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #e0e5df; }
.proof-band div + div { padding-left: 32px; }
.proof-band div:last-child { border-right: 0; }
.proof-band strong { font-size: 30px; }
.proof-band span { margin-top: 7px; color: #68736c; font-size: 12px; }
.seo-section { padding: 96px max(24px, calc((100% - 1180px) / 2)); }
.seo-section.alt { background: #fff; }
.seo-heading { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 70px; align-items: start; }
.seo-heading h2 { margin: 0; font-size: 40px; line-height: 1.25; letter-spacing: 0; }
.seo-heading p { margin: 0; color: #5f6b63; font-size: 16px; line-height: 1.9; }
.feature-list { margin-top: 58px; border-top: 1px solid #ced6cf; }
.feature-list article { min-height: 140px; padding: 28px 0; display: grid; grid-template-columns: 70px 240px minmax(0, 1fr); gap: 24px; align-items: start; border-bottom: 1px solid #ced6cf; }
.feature-list article > span { color: #768179; font: italic 18px Georgia, serif; }
.feature-list h3 { margin: 0; font-size: 20px; }
.feature-list p { margin: 0; color: #647067; line-height: 1.8; }
.model-table { width: 100%; margin-top: 52px; border-collapse: collapse; background: #fff; }
.model-table th, .model-table td { padding: 19px 16px; text-align: left; border-bottom: 1px solid #dfe4df; }
.model-table th { color: #6d776f; font-size: 11px; }
.model-table td { font-size: 14px; }
.model-table td strong { color: #14613e; }
.code-tool { margin-top: 52px; overflow: hidden; border: 1px solid #32483d; border-radius: 8px; background: #101713; color: #dbe8df; }
.code-tool header { min-height: 48px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2b3b32; color: #94a69b; font-size: 11px; }
.code-tool pre { margin: 0; padding: 26px; overflow-x: auto; font: 13px/1.85 ui-monospace, SFMono-Regular, Consolas, monospace; }
.faq-list { margin-top: 52px; border-top: 1px solid #ccd4cd; }
.faq-list details { padding: 24px 0; border-bottom: 1px solid #ccd4cd; }
.faq-list summary { cursor: pointer; font-size: 17px; font-weight: 750; }
.faq-list p { max-width: 820px; margin: 15px 0 0; color: #617067; line-height: 1.8; }
.related-band { padding: 72px max(24px, calc((100% - 1180px) / 2)); display: flex; justify-content: space-between; gap: 40px; align-items: center; background: #cde978; }
.related-band h2 { margin: 0; font-size: 34px; }
.related-band p { max-width: 610px; margin: 10px 0 0; color: #46502f; line-height: 1.7; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; }
.related-links a { padding: 13px 16px; border: 1px solid #67763c; border-radius: 8px; color: #263016; font-size: 13px; font-weight: 750; }
.seo-page footer { grid-template-columns: auto 1fr auto; }
.seo-page footer nav { display: flex; justify-content: center; gap: 22px; }
.seo-page footer nav a { color: #a8afa9; font-size: 12px; }
.seo-page .menu-button { display: none; }
@media (max-width: 900px) {
  .seo-hero { min-height: 600px; padding-top: 76px; }
  .seo-hero h1 { font-size: 54px; }
  .seo-heading { grid-template-columns: 1fr; gap: 24px; }
  .proof-band { grid-template-columns: 1fr; }
  .proof-band div { min-height: 105px; padding: 24px 0; border-right: 0; border-bottom: 1px solid #e0e5df; }
  .proof-band div + div { padding-left: 0; }
  .feature-list article { grid-template-columns: 52px 190px minmax(0, 1fr); }
  .related-band { align-items: flex-start; flex-direction: column; }
  .seo-page .menu-button { display: block; }
}
@media (max-width: 620px) {
  .seo-main { padding-top: 66px; }
  .seo-hero { min-height: 570px; padding: 64px 20px; }
  .seo-hero h1 { font-size: 42px; }
  .seo-hero-copy { font-size: 16px; }
  .seo-actions { flex-direction: column; }
  .seo-actions .button { width: 100%; }
  .proof-band, .seo-section, .related-band { padding-left: 20px; padding-right: 20px; }
  .seo-section { padding-top: 72px; padding-bottom: 72px; }
  .seo-heading h2 { font-size: 32px; }
  .feature-list article { grid-template-columns: 42px 1fr; gap: 12px; }
  .feature-list article p { grid-column: 2; }
  .model-table { display: block; overflow-x: auto; white-space: nowrap; }
  .seo-page footer { grid-template-columns: 1fr; }
  .seo-page footer nav { justify-content: flex-start; flex-wrap: wrap; }
}
