* { box-sizing: border-box; }
html { background: #050607; color: #f4f7f2; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { margin: 0; background: linear-gradient(rgba(102, 247, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(102, 247, 255, .025) 1px, transparent 1px), #050607; background-size: 42px 42px; }
a { color: inherit; }
.seo-shell { min-height: 100vh; }
.seo-nav, .seo-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(18px, 5vw, 72px); border-bottom: 1px solid rgba(102, 247, 255, .18); background: rgba(5, 6, 7, .9); }
.seo-nav img, .seo-footer img { width: 178px; height: 58px; object-fit: contain; object-position: left center; display: block; }
.seo-footer img { height: 72px; }
.seo-links { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; font: 700 12px/1.2 "Space Mono", Consolas, monospace; text-transform: uppercase; }
.seo-links a { color: #a5b4b8; text-decoration: none; }
.seo-links a:hover { color: #66f7ff; }
.seo-hero, .seo-section { padding: clamp(64px, 9vw, 120px) clamp(20px, 6vw, 86px); }
.seo-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .8fr); gap: clamp(28px, 6vw, 80px); align-items: center; border-bottom: 1px solid rgba(102, 247, 255, .18); }
.seo-kicker { display: inline-flex; width: fit-content; margin-bottom: 18px; padding: 7px 10px; border: 1px solid rgba(102, 247, 255, .42); border-radius: 4px; color: #66f7ff; background: rgba(102, 247, 255, .07); font: 800 12px/1.2 "Space Mono", Consolas, monospace; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: #f4f7f2; text-transform: uppercase; }
h1 { max-width: 900px; font-size: clamp(42px, 6vw, 78px); line-height: .96; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.04; }
h3 { font-size: 18px; }
p { color: #b5c0c3; line-height: 1.65; font-size: 17px; }
.seo-lead { max-width: 720px; font-size: clamp(18px, 2vw, 22px); }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.seo-btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 16px; border-radius: 4px; border: 1px solid rgba(102, 247, 255, .3); color: #f4f7f2; text-decoration: none; font: 800 12px/1 "Space Mono", Consolas, monospace; text-transform: uppercase; }
.seo-btn.primary { background: #ff4660; border-color: #ff4660; color: #050607; }
.seo-btn-outline { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 16px; border-radius: 4px; border: 1px solid rgba(102, 247, 255, .3); color: #f4f7f2; text-decoration: none; font: 800 12px/1 "Space Mono", Consolas, monospace; text-transform: uppercase; }
.seo-media { border: 1px solid rgba(102, 247, 255, .18); border-radius: 4px; overflow: hidden; background: rgba(8, 12, 15, .96); box-shadow: inset 3px 0 0 rgba(102, 247, 255, .2); }
.seo-media picture, .seo-media img { width: 100%; display: block; }
.seo-media img { height: auto; filter: contrast(1.1) saturate(.95); }
.seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 34px; }
.seo-card { min-height: 190px; padding: 22px; border: 1px solid rgba(102, 247, 255, .18); border-radius: 4px; background: linear-gradient(90deg, rgba(102, 247, 255, .055), transparent 34%), rgba(8, 12, 15, .94); box-shadow: inset 3px 0 0 rgba(102, 247, 255, .18); }
.seo-card p { font-size: 15px; }
.seo-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.seo-list li { padding: 14px 16px; border-left: 3px solid #66f7ff; background: rgba(102, 247, 255, .06); color: #d7e1e4; }
.seo-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(24px, 5vw, 72px); align-items: start; }
.seo-copy { display: grid; gap: 16px; }
.seo-copy p { margin: 0; }
.seo-pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; padding: 0; list-style: none; }
.seo-pill-list li { border: 1px solid rgba(102, 247, 255, .22); border-radius: 4px; padding: 9px 11px; color: #d7e1e4; background: rgba(8, 12, 15, .8); font: 700 12px/1.2 "Space Mono", Consolas, monospace; text-transform: uppercase; }
.seo-faq { display: grid; gap: 12px; margin-top: 34px; }
.seo-faq details { border: 1px solid rgba(102, 247, 255, .18); border-radius: 4px; padding: 18px 20px; background: rgba(8, 12, 15, .94); }
.seo-faq summary { cursor: pointer; color: #f4f7f2; font-weight: 900; }
.seo-faq p { margin: 12px 0 0; font-size: 15px; }
.seo-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.seo-link-grid a { min-height: 74px; display: flex; align-items: center; padding: 14px; border: 1px solid rgba(102, 247, 255, .18); border-radius: 4px; background: rgba(102, 247, 255, .055); color: #d7e1e4; text-decoration: none; font-weight: 800; }
.seo-link-grid a:hover { border-color: rgba(102, 247, 255, .56); color: #66f7ff; }
.seo-footer { border-top: 1px solid rgba(102, 247, 255, .18); border-bottom: 0; color: #91a0a5; }
.seo-footer-main { display: grid; gap: 8px; }
.seo-footer-copy { color: #91a0a5; font-size: 13px; line-height: 1.5; }
.seo-footer-copy strong { color: #f4f7f2; font-weight: 900; }
@media (max-width: 860px) {
  .seo-nav, .seo-footer { align-items: flex-start; flex-direction: column; }
  .seo-hero, .seo-split { grid-template-columns: 1fr; }
  .seo-grid, .seo-link-grid { grid-template-columns: 1fr; }
}
