@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css');
:root { font-family: 'SUIT Variable', 'Apple SD Gothic Neo', sans-serif; color: #071a30; background: #f6f4ef; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-decoration: none; }
header { height: 66px; padding: 0 clamp(20px, 5vw, 70px); display: flex; align-items: center; border-bottom: 1px solid rgba(7,26,48,.14); }
header a { display: flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 850; letter-spacing: -.05em; }
header img { width: 26px; height: 26px; border-radius: 7px; }
main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 130px; }
.eyebrow { color: #4d7fc8; font-size: 10px; font-weight: 850; letter-spacing: .18em; }
h1 { margin: 18px 0 16px; font-size: clamp(45px, 8vw, 74px); line-height: .95; letter-spacing: -.065em; }
.updated { margin: 0 0 65px; color: #777e85; font-size: 11px; }
section { padding: 26px 0; border-top: 1px solid rgba(7,26,48,.14); }
h2 { margin: 0 0 13px; font-size: 20px; letter-spacing: -.03em; }
p, li { color: #5f6871; font-size: 13px; line-height: 1.8; }
ul { padding-left: 20px; }
footer { padding: 25px clamp(20px, 5vw, 70px); border-top: 1px solid rgba(7,26,48,.14); color: #777e85; font-size: 10px; display: flex; justify-content: space-between; gap: 20px; }
footer div { display: flex; gap: 17px; }
@media (max-width: 540px) { main { padding-top: 65px; } footer { flex-direction: column; } }
