@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');
:root{font-family:"Instrument Sans",system-ui,sans-serif;color:#1B1220;background:#F6F2F7;font-synthesis:none}
*{box-sizing:border-box}
body{margin:0;font-size:17px;line-height:1.65}
a{color:#5B3B73;text-underline-offset:3px}
a:focus-visible{outline:3px solid #5B3B73;outline-offset:5px;border-radius:3px}
.wrap{max-width:800px;margin:0 auto;padding:28px clamp(22px,5vw,48px)}
header{background:#170D1C;color:#F6F2F7}
.brand{display:inline-flex;align-items:center;gap:12px;color:inherit;text-decoration:none;font-weight:600}
.brand img{width:24px;height:24px}
main{padding-top:44px!important;padding-bottom:64px!important}
h1{font-size:clamp(34px,6vw,52px);font-weight:600;line-height:1.12;letter-spacing:-.035em;margin:12px 0 20px}
h2{font-size:23px;line-height:1.25;letter-spacing:-.02em;margin:36px 0 12px}
p,ul{margin:0 0 18px}
li{margin-bottom:10px}
.label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#6B5E74}
.small{font-size:14px;color:#6B5E74}
.button{display:inline-block;margin-top:16px;padding:12px 24px;border-radius:999px;background:#170D1C;color:#F6F2F7;text-decoration:none;font-weight:600}
footer{border-top:1px solid #DCD4E2;font-size:14px;color:#6B5E74}
.footer-row{display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
