:root { color-scheme: dark; }
.seo-page { box-sizing: border-box; min-height: 100vh; background: #07111f; color: #e7f0fa; font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.seo-page *, .seo-page *::before, .seo-page *::after { box-sizing: inherit; }
.seo-page a { color: #8ce7ff; text-decoration: none; }
.seo-page a:hover { text-decoration: underline; }
.seo-nav, .seo-hero, .seo-content, .seo-grid { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.seo-nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #213449; }
.seo-nav div { display: flex; flex-wrap: wrap; gap: 18px; }
.seo-brand { color: #fff !important; font-size: 1.25rem; font-weight: 800; letter-spacing: -.03em; }
.seo-hero { padding: 92px 0 60px; max-width: 850px; margin-left: max(20px, calc((100% - 1120px) / 2)); }
.seo-eyebrow { color: #79e5fb; text-transform: uppercase; font-size: .78rem; letter-spacing: .11em; font-weight: 700; }
.seo-page h1 { max-width: 900px; color: #fff; font-size: clamp(2.35rem, 6vw, 4.75rem); line-height: 1.02; letter-spacing: -.055em; margin: .25em 0; }
.seo-page h2 { color: #fff; font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.2; letter-spacing: -.025em; margin: 0 0 .55rem; }
.seo-page h3 { color: #dff8ff; font-size: 1.08rem; margin-bottom: .3rem; }
.seo-hero > p:not(.seo-eyebrow) { max-width: 740px; font-size: 1.16rem; color: #b9c9d9; }
.seo-button { display: inline-block; padding: .72rem 1rem; border-radius: .55rem; background: linear-gradient(110deg, #1cbfd9, #4077ff); color: white !important; font-weight: 750; text-decoration: none !important; }
.seo-text-link { display: inline-block; margin-left: 1rem; font-weight: 700; }
.seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 90px; }
.seo-grid article, .seo-card { background: #0b1b2f; border: 1px solid #1c3852; border-radius: 14px; padding: 24px; }
.seo-content { padding: 56px 0 88px; max-width: 920px; }
.seo-content > section { margin: 52px 0; }
.seo-content p, .seo-content li { color: #bed0e0; }
.seo-content ul { padding-left: 1.2rem; }
.seo-two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.seo-faq details { background: #0b1b2f; border: 1px solid #1c3852; border-radius: 10px; padding: 16px 18px; margin: 10px 0; }
.seo-faq summary { cursor: pointer; color: #fff; font-weight: 700; }
.seo-footer { padding: 32px 20px; border-top: 1px solid #213449; color: #8ea5bb; text-align: center; }
@media (max-width: 700px) { .seo-grid, .seo-two-col { grid-template-columns: 1fr; } .seo-nav { align-items: flex-start; padding: 18px 0; flex-direction: column; } .seo-hero { padding-top: 58px; } }
