@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Barlow+Condensed:wght@700;800;900&display=swap');

:root { color-scheme: dark; font-family: Archivo, system-ui, sans-serif; color: #eaf2fa; background: #050b13; --sky: #57bbeb; --line: rgba(255,255,255,.1); }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: radial-gradient(circle at 85% 5%, rgba(34,120,173,.14), transparent 26rem), #050b13; }
.topline { height: 3px; background: linear-gradient(90deg, #75cdf1 0 33%, #f1f5f8 33% 66%, #75cdf1 66%); }
header { height: 76px; max-width: 900px; margin: auto; padding: 0 24px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.brand { color: white; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .05em; }
.brand b { color: var(--sky); margin-left: 5px; letter-spacing: .14em; }
header > a:last-child { margin-left: auto; color: #8da2b5; font-size: 12px; text-decoration: none; }
header > a:last-child:hover, a { color: var(--sky); }
main { max-width: 820px; margin: 0 auto; padding: 58px 24px 80px; }
.eyebrow { color: var(--sky); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 9px 0 18px; font: 900 clamp(42px,8vw,64px)/.95 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.lead { max-width: 690px; margin-bottom: 42px; color: #a1b1be; font-size: 16px; line-height: 1.75; }
article { padding: 30px; border: 1px solid var(--line); background: rgba(10,23,37,.88); }
h2 { margin: 32px 0 10px; color: #e8f0f6; font: 800 24px 'Barlow Condensed', sans-serif; text-transform: uppercase; }
h2:first-child { margin-top: 0; }
p, li { color: #a1b0bd; font-size: 14px; line-height: 1.75; }
li + li { margin-top: 7px; }
.note { padding: 15px 17px; border-left: 3px solid var(--sky); background: rgba(87,187,235,.07); }
.button { display: inline-flex; margin-top: 8px; padding: 11px 15px; border: 1px solid rgba(87,187,235,.35); border-radius: 4px; background: rgba(87,187,235,.08); color: #9bd9f5; font: 700 12px Archivo; cursor: pointer; text-decoration: none; }
.button:hover { background: rgba(87,187,235,.14); }
footer { max-width: 820px; margin: auto; padding: 25px 24px 38px; border-top: 1px solid var(--line); display: flex; gap: 16px; flex-wrap: wrap; color: #718496; font-size: 11px; }
footer a { color: #859caf; text-decoration: none; }
footer span { margin-right: auto; }
@media (max-width: 600px) { main { padding-top: 38px; } article { padding: 22px 17px; } header { height: 66px; } }
