/* Общая шапка и подвал solaris-club.one. Подключается на всех страницах, кроме главной. */
.sb{position:relative;z-index:1000;background:#0a0d12;border-bottom:1px solid rgba(255,255,255,.09);color:#eef1f7;font-family:Manrope,Inter,system-ui,-apple-system,sans-serif;height:52px;line-height:1}
.sb.sb-fixed{position:fixed;top:0;left:0;right:0}
.sb-in{max-width:1180px;margin:0 auto;padding:0 22px;height:52px;display:flex;align-items:center;gap:22px;box-sizing:border-box}
.sb .sb-brand{display:inline-flex;align-items:center;gap:9px;font-family:Unbounded,Manrope,Inter,sans-serif;font-weight:700;font-size:15.5px;letter-spacing:.01em;color:#fff;text-decoration:none;white-space:nowrap;flex:none}
.sb .sb-brand span{color:#a3abbb;font-weight:600}
.sb .sb-brand svg{width:22px;height:22px;flex:none}
.sb .sb-t{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.sb .sb-nav{display:flex;align-items:center;gap:20px;margin-left:auto;font-size:13.5px;font-weight:500}
.sb .sb-nav a{color:#a3abbb;text-decoration:none;padding:6px 0;border:0;background:none;font-size:13.5px;font-weight:500;white-space:nowrap;transition:color .15s}
.sb .sb-nav a:hover,.sb .sb-nav a:focus-visible{color:#fff;outline:none}
.sb .sb-nav a.sb-en{font-family:'JetBrains Mono',ui-monospace,monospace;font-size:11.5px;font-weight:700;letter-spacing:.08em;border:1px solid rgba(255,255,255,.16);border-radius:100px;padding:4px 10px}
.sb .sb-cta{flex:none;background:#ff7a1a;color:#1a0e04;font-weight:700;font-size:13.5px;padding:9px 16px;border-radius:9px;text-decoration:none;white-space:nowrap;transition:transform .15s}
.sb .sb-cta:hover{transform:translateY(-1px);color:#1a0e04}
.sb .sb-burger{display:none;width:40px;height:40px;padding:10px 8px;box-sizing:border-box;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;flex:none;margin:0}
.sb .sb-burger span{display:block;height:2px;width:100%;background:#eef1f7;border-radius:2px}
@media(max-width:920px){
  .sb-in{gap:12px}
  .sb .sb-nav{display:none;position:absolute;top:52px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#0a0d12;border-bottom:1px solid rgba(255,255,255,.09);padding:6px 22px 12px;margin:0}
  .sb .sb-nav a{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:16px}
  .sb .sb-nav a:last-child{border-bottom:0}
  .sb .sb-nav a.sb-en{align-self:flex-start;margin-top:10px;padding:5px 12px}
  .sb .sb-t:checked~.sb-nav{display:flex}
  .sb .sb-cta{margin-left:auto;padding:8px 12px;font-size:13px}
  .sb .sb-burger{display:flex}
}
@media(prefers-reduced-motion:reduce){.sb *{transition:none!important}}
.sb-foot{background:#0a0d12;color:#a3abbb;font-family:Manrope,Inter,system-ui,sans-serif;font-size:13.5px;border-top:1px solid rgba(255,255,255,.09);padding:34px 22px 40px}
.sb-foot .sb-fin{max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;gap:12px 26px;align-items:center;justify-content:space-between}
.sb-foot a{color:#eef1f7;text-decoration:none}
.sb-foot a:hover{color:#ff7a1a}
.sb-foot .sb-fl{display:flex;flex-wrap:wrap;gap:8px 20px}
.sb-foot .sb-fc{font-family:'JetBrains Mono',ui-monospace,monospace;font-size:11.5px;color:#8b94a6;flex-basis:100%}
/* абзац-определение под hero и блок «Читать по теме» (этап 2 аудита) */
.sb-def{max-width:860px;margin:0 auto;padding:30px 22px 8px;font-family:Manrope,Inter,system-ui,sans-serif;font-size:17px;line-height:1.7;color:inherit}
.sb-def p{margin:0;max-width:none}
.sb-def b{font-weight:700}
.sb-rel{max-width:1180px;margin:0 auto;padding:26px 22px 42px;font-family:Manrope,Inter,system-ui,sans-serif;color:inherit}
.sb-rel-h{font-family:'JetBrains Mono',ui-monospace,monospace;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#ff7a1a;margin-bottom:12px}
.sb-rel-l{display:flex;flex-wrap:wrap;gap:10px}
.sb-rel-l a{display:inline-block;text-decoration:none;color:inherit;border:1px solid rgba(128,128,128,.35);border-radius:10px;padding:10px 14px;font-size:14.5px;line-height:1.35;max-width:100%}
.sb-rel-l a:hover{border-color:#ff7a1a}
