:root{--bg:#090b10;--surface:#11151d;--surface2:#171c25;--text:#fff;--muted:#aab1bd;--line:rgba(255,255,255,.1);--orange:#ff6a00;--orange2:#ff9a3d}*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.seo-top{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px max(22px,calc((100vw - 1180px)/2));border-bottom:1px solid var(--line);background:#0b0e14}.seo-brand{font-weight:950;font-size:26px;letter-spacing:.06em;color:#fff;text-decoration:none}.seo-brand::first-letter{color:var(--orange)}.seo-top nav{display:flex;gap:18px;flex-wrap:wrap}.seo-top nav a{color:#d7dbe2;text-decoration:none;font-size:14px}.seo-main{width:min(1180px,calc(100% - 36px));margin:auto}.seo-hero{padding:80px 0 56px}.seo-hero>span{color:var(--orange2);font-size:12px;font-weight:900;letter-spacing:.13em}.seo-hero h1{font-size:clamp(38px,6vw,68px);line-height:1.04;letter-spacing:-.045em;margin:14px 0 20px;max-width:920px}.seo-hero p{color:var(--muted);font-size:18px;line-height:1.7;max-width:850px}.seo-section{padding:34px 0 64px}.seo-section h2{font-size:30px;margin:0 0 24px}.seo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.seo-grid-services{grid-template-columns:repeat(4,minmax(0,1fr))}.seo-card{min-height:120px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:22px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));color:#fff;text-decoration:none;transition:.2s}.seo-card:hover{transform:translateY(-3px);border-color:rgba(255,106,0,.45)}.seo-card strong{font-size:18px}.seo-card span{color:var(--orange2);font-size:13px}.seo-card-static:hover{transform:none}.seo-copy p{max-width:850px;color:var(--muted);font-size:17px;line-height:1.75}.seo-cta{margin:20px 0 70px;padding:30px 34px;border-radius:24px;background:linear-gradient(120deg,#ff5d00,#ff8b19);display:flex;justify-content:space-between;align-items:center;gap:20px}.seo-cta a{background:#fff;color:#111;text-decoration:none;font-weight:850;padding:13px 18px;border-radius:12px}.seo-footer{padding:28px;text-align:center;color:#818896;border-top:1px solid var(--line)}@media(max-width:850px){.seo-grid,.seo-grid-services{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.seo-top{align-items:flex-start;flex-direction:column}.seo-main{width:min(100% - 28px,1180px)}.seo-hero{padding:54px 0 36px}.seo-grid,.seo-grid-services{grid-template-columns:1fr}.seo-cta{align-items:stretch;flex-direction:column}.seo-cta a{text-align:center}}
