:root { color-scheme: dark; --font: "Poppins", sans-serif; --text-sub: #bec8dd; --accent: #a9baff; --accent-2: #8e9cde; }
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body.seo-page { margin: 0; background: #0f1424; color: #f5f7fb; font: 17px/1.7 system-ui, -apple-system, "Segoe UI", sans-serif; }
.seo-page a { color: #c3cfff; text-underline-offset: 4px; }
.seo-page a:hover { color: #fff; }
.seo-page :focus-visible { outline: 3px solid #d6ddff; outline-offset: 5px; }
.seo-page h1, .seo-page h2, .seo-page h3 { line-height: 1.2; text-wrap: balance; }
.seo-page h1 { font-size: clamp(2rem, 3.8vw, 3.35rem); letter-spacing: -.04em; margin: 16px 0 24px; }
.seo-page h2 { font-size: clamp(1.55rem, 2.6vw, 2.2rem); letter-spacing: -.025em; margin: 0 0 24px; }
.seo-page h3 { font-size: 1.16rem; margin: 0 0 12px; }
.seo-page p { color: var(--text-sub); margin: 0 0 20px; max-width: 78ch; }
.seo-page img { display: block; max-width: 100%; height: auto; }
.seo-page #header-pai { font-family: var(--font); }
.seo-page #header { line-height: normal; }
.seo-page #header .menu { margin: 0; }
.seo-main { max-width: 1240px; padding: 0 32px; margin: auto; }
.seo-breadcrumb { font-size: .82rem; margin-top: 30px; }
.seo-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.seo-breadcrumb li + li::before { content: "/"; margin-right: 8px; color: #a0adc5; }
.seo-breadcrumb [aria-current] { color: #bec8dd; }
.seo-hero { padding: 62px 0 64px; }
.seo-hero-with-image { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.seo-kicker { color: #b5c4ff !important; font-size: .74rem; font-weight: 700; letter-spacing: .14em; }
.seo-intro { font-size: 1.1rem; }
.seo-hero figure { margin: 0; }
.seo-hero figure img { border: 1px solid #394056; border-radius: 20px; }
.seo-hero figcaption { color: #b9c4db; font-size: .8rem; line-height: 1.6; margin-top: 16px; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 24px; }
.seo-button { display: inline-flex; align-items: center; justify-content: center; text-align: center; min-height: 48px; padding: 12px 20px; border: 1px solid #56627f; border-radius: 10px; text-decoration: none; font-size: .94rem; font-weight: 650; }
.seo-page .seo-primary { color: #10162b; background: #b5c4ff; border-color: #b5c4ff; }
.seo-page .seo-primary:hover { color: #10162b; background: #d0daff; }
.seo-highlights { padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 12px 20px; color: #bdc8e0; font-size: .8rem; }
.seo-highlights li::before { content: "✓ "; color: #b9dccb; }
.seo-toc { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 24px 0; border-block: 1px solid #30384c; font-size: .85rem; }
.seo-toc a { padding-block: 4px; }
.seo-section { padding: 64px 0; border-bottom: 1px solid #30384c; }
.seo-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.seo-card { border-radius: 16px; padding: 28px; border: 1px solid #36405a; background: #171f33; }
.seo-card p, .seo-solution-copy p { font-size: .95rem; margin-bottom: 0; }
.seo-steps { counter-reset: seo-step; list-style: none; padding: 0; margin: 28px 0 0; max-width: 850px; }
.seo-steps li { counter-increment: seo-step; position: relative; padding: 0 0 24px 52px; color: var(--text-sub); min-height: 50px; }
.seo-steps li::before { content: counter(seo-step); position: absolute; left: 0; width: 32px; height: 32px; display: grid; place-content: center; border-radius: 50%; color: #c4d0ff; background: #27334f; font-size: .85rem; font-weight: 700; }
.seo-faq { border-top: 1px solid #3c4660; }
.seo-faq details { border-bottom: 1px solid #3c4660; }
.seo-faq summary { cursor: pointer; padding: 22px 12px; font-weight: 600; }
.seo-faq details p { padding: 0 12px; }
.seo-next { margin-top: 40px; padding: 40px; border: 1px solid #586993; border-radius: 20px; background: #1d2943; }
.seo-solution-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.seo-solution-card { border: 1px solid #38435c; border-radius: 16px; overflow: hidden; background: #171f33; min-width: 0; }
.seo-solution-card img { width: 100%; }
.seo-solution-copy { padding: 28px; }
.seo-solution-copy > a { display: inline-block; padding-top: 20px; }
.seo-custom-visual { aspect-ratio: 1000 / 563; padding: 28px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 12px; background: linear-gradient(140deg, #273c52, #201e38); }
.seo-custom-visual span { font-size: .82rem; color: #c3cfff; letter-spacing: .1em; }
.seo-custom-visual strong { font-size: clamp(1.15rem, 2.5vw, 1.8rem); max-width: 15ch; line-height: 1.3; }
.seo-policies { padding: 48px 0; }
.seo-policies h2 { font-size: 1.3rem; }
.seo-policies ul { display: flex; flex-wrap: wrap; list-style: none; padding: 0; gap: 12px 24px; font-size: .9rem; }
.seo-table-wrap { overflow-x: auto; }
.seo-page table { border-collapse: collapse; width: 100%; font-size: .9rem; }
.seo-page caption { text-align: left; padding-bottom: 20px; color: var(--text-sub); }
.seo-page th, .seo-page td { text-align: left; vertical-align: top; border: 1px solid #46516b; padding: 20px; }
.seo-page th { background: #202c45; }
.seo-page td { color: var(--text-sub); }
.seo-skip { position: absolute; top: -100px; left: 20px; padding: 10px 16px; background: #1f2941; z-index: 10; }
.seo-skip:focus { top: 8px; }
.seo-page .footer { margin-top: 32px; }
.seo-page .footer ul { margin: 0; padding: 0; }
.seo-page .footer h2 { font-size: 1.6rem; }
@media (max-width: 900px) {
  .seo-hero-with-image { grid-template-columns: 1fr; gap: 28px; }
  .seo-hero { padding-block: 40px; }
  .seo-hero figure { max-width: 680px; }
  .seo-section { padding-block: 44px; }
  .seo-page .footer-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
}
@media (max-width: 600px) {
  .seo-main { padding-inline: 20px; }
  .seo-breadcrumb { margin-top: 20px; }
  .seo-cards, .seo-solution-grid { grid-template-columns: 1fr; }
  .seo-card, .seo-solution-copy { padding: 24px; }
  .seo-actions { flex-direction: column; align-items: stretch; }
  .seo-next { padding: 28px 22px; }
  .seo-toc { display: block; }
  .seo-toc a { display: block; padding-block: 7px; }
  .seo-page table { font-size: .78rem; }
  .seo-page td, .seo-page th { padding: 10px; overflow-wrap: anywhere; }
  .seo-page .footer { padding: 40px 20px 24px; }
  .seo-page .footer-container { grid-template-columns: 1fr; }
}
