:root { color: #dbe8f4; background: #07182f; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #7df4d4; }
header, main, footer { width: min(830px, calc(100% - 48px)); margin: 0 auto; }
header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(222, 238, 255, .18); font-size: 13px; }
header > a:last-child { color: #aebfd4; text-decoration: none; }
.brand { display: inline-flex; gap: 9px; align-items: center; color: #f5f9ff; font-weight: 800; letter-spacing: .11em; text-decoration: none; }
.brand span { display: grid; width: 28px; height: 28px; place-items: center; color: #041329; background: #7df4d4; letter-spacing: 0; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
main { padding: 96px 0; }
.eyebrow { margin: 0; color: #7df4d4; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { font-weight: 700; letter-spacing: -.045em; }
h1 { margin: 19px 0 25px; font-size: clamp(48px, 8vw, 76px); line-height: .94; }
.lead { max-width: 740px; color: #aec0d6; font-size: 18px; line-height: 1.75; }
section { padding: 29px 0; border-top: 1px solid rgba(222, 238, 255, .15); }
h2 { margin: 0 0 11px; color: #f2f7fb; font-size: 25px; }
section p { margin: 0; color: #aec0d6; line-height: 1.78; }
section p + p { margin-top: 13px; }
footer { min-height: 96px; padding: 37px 0; border-top: 1px solid rgba(222, 238, 255, .18); color: #7995b4; font-size: 12px; }
@media (max-width: 600px) { header, main, footer { width: min(100% - 32px, 830px); } main { padding: 70px 0; } }
