:root {
  color-scheme: dark;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #08080b;
  color: #f7f7f8;
}

* { box-sizing: border-box; }
body { margin: 0; background: #08080b; color: #f7f7f8; }
header { border-bottom: 1px solid #2b2020; background: #0d0b0d; }
nav, main, footer { width: min(920px, calc(100% - 40px)); margin: 0 auto; }
nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { color: #fff; font-size: 25px; font-weight: 900; text-decoration: none; }
.brand span { color: #ff3d00; }
.links { display: flex; gap: 18px; flex-wrap: wrap; }
.links a { color: #ffb59c; text-decoration: none; font-weight: 700; }
main { padding: 56px 0 72px; }
h1 { font-size: clamp(34px, 7vw, 64px); line-height: 1.02; margin: 0 0 20px; }
h2 { margin: 38px 0 12px; color: #ff6b35; font-size: 22px; }
p, li { color: #d7d4d6; line-height: 1.7; }
.lead { font-size: 20px; max-width: 720px; }
.panel { margin-top: 28px; padding: 24px; border: 1px solid #4a241b; background: #120e10; border-radius: 8px; }
.cta { display: inline-block; margin-top: 20px; padding: 14px 20px; color: #fff; background: #e92f00; border-radius: 6px; text-decoration: none; font-weight: 800; }
footer { padding: 24px 0 42px; border-top: 1px solid #2b2020; color: #9d9699; }
footer a { color: #ffb59c; }
