:root { color-scheme: dark; }
body.seo-page { margin: 0; background: radial-gradient(circle at 85% 0,rgba(42,171,238,.08),transparent 30rem),#0b0d12; color: #f4f7f5; font-family: Arial, sans-serif; line-height: 1.6; }
.seo-wrap { width: min(960px, calc(100% - 40px)); margin: 0 auto; }
.seo-nav { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 0; }
.seo-nav a { color: #d7ff62; text-decoration: none; font-weight: 700; }
.seo-hero { padding: 72px 0 52px; background: radial-gradient(circle at top right, #23442a, transparent 45%), #0b0d12; }
.seo-eyebrow { color: #caff3e; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.seo-page h1 { font-size: clamp(34px, 6vw, 58px); line-height: 1.05; max-width: 760px; margin: 16px 0 20px; }
.seo-page h2 { font-size: clamp(25px, 4vw, 36px); line-height: 1.15; margin: 0 0 18px; }
.seo-page h3 { margin-bottom: 8px; }
.seo-lead { font-size: 20px; max-width: 720px; color: #c5ccc8; }
.seo-button { display: inline-block; margin-top: 16px; padding: 14px 20px; border-radius: 12px; background: #caff3e; color: #10130e; font-weight: 800; text-decoration: none; box-shadow:0 12px 30px rgba(202,255,62,.12); transition:transform .25s ease,box-shadow .25s ease; }
.seo-button:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(202,255,62,.2)}
.seo-section { padding: 54px 0; border-top: 1px solid #252a2b; }
.seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.seo-card { padding: 24px; border: 1px solid #303637; border-radius: 18px; background:linear-gradient(145deg,#151a1f,#101418); box-shadow:0 18px 50px rgba(0,0,0,.16); transition:transform .25s ease,border-color .25s ease; }
.seo-card:hover{transform:translateY(-5px);border-color:rgba(202,255,62,.28)}
.seo-card p, .seo-section p, .seo-section li { color: #c5ccc8; }
.seo-page a { color: #caff3e; }
.seo-card a { color: #f4f7f5; text-decoration: none; }
.seo-card a:hover { color: #caff3e; }
.seo-article { max-width: 760px; }
.seo-article h2 { margin-top: 46px; }
.seo-article h3 { margin-top: 30px; }
.seo-article p, .seo-article li { font-size: 17px; }
.seo-note { padding: 18px 20px; border-left: 3px solid #caff3e; background: #151b14; color: #dce5da; }
.seo-faq details { padding: 18px 0; border-bottom: 1px solid #303637; }
.seo-faq summary { cursor: pointer; font-size: 18px; font-weight: 700; }
.seo-footer { padding: 32px 0 48px; color: #aab3af; font-size: 14px; }
@media (max-width: 700px) { .seo-grid { grid-template-columns: 1fr; } .seo-nav { flex-wrap: wrap; } }
@media(prefers-reduced-motion:reduce){.seo-button,.seo-card{transition:none}.seo-button:hover,.seo-card:hover{transform:none}}
