/* Общие стили SEO-лендингов (public/s/*.html). Новые страницы линкуют этот файл
   вместо инлайна; старые лендинги пока с инлайн-копией (можно мигрировать позже). */
:root{color-scheme:dark}
body{margin:0;background:#0c0c12;color:#c9c9d6;font:16px/1.66 system-ui,"Segoe UI",Arial,sans-serif}
.wrap{max-width:780px;margin:0 auto;padding:44px 20px 80px}
h1{color:#fff;font-size:1.9rem;line-height:1.22;margin:0 0 10px}
h2{color:#fff;font-size:1.2rem;margin:2.2em 0 .6em}
a{color:#c084fc;text-decoration:none}
a:hover{text-decoration:underline}
p,li{margin:.5em 0}
ul,ol{padding-left:1.3em}
.muted{color:#80808f;font-size:.85rem}
.brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:30px}
.brand .p{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;font-weight:900;font-size:15px;display:grid;place-items:center}
.brand .t{font-weight:800;font-size:1.05rem;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:1.06rem;color:#e7e7f0}
.cta{display:inline-block;margin:18px 8px 6px 0;padding:13px 26px;border-radius:12px;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff!important;font-weight:800;box-shadow:0 6px 22px rgba(168,85,247,.35)}
.cta:hover{text-decoration:none;filter:brightness(1.08)}
.steps{display:grid;gap:12px;margin:14px 0;padding:0;list-style:none;counter-reset:s}
.steps li{counter-increment:s;background:#14141c;border:1px solid #232333;border-radius:14px;padding:14px 16px 14px 56px;position:relative}
.steps li::before{content:counter(s);position:absolute;left:14px;top:14px;width:28px;height:28px;border-radius:8px;display:grid;place-items:center;font-weight:800;color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899)}
.steps b{color:#fff}
details{background:#14141c;border:1px solid #232333;border-radius:12px;margin:8px 0;padding:0 16px}
summary{cursor:pointer;padding:13px 0;font-weight:700;color:#e7e7f0;list-style:none}
summary::-webkit-details-marker{display:none}
details p{margin-top:0;padding-bottom:13px}
footer{margin-top:56px;padding-top:20px;border-top:1px solid #232333;font-size:.85rem;color:#80808f}
footer a{margin-right:12px}
