:root{
  --night:#0B1220;
  --night-2:#0F1A2E;
  --steel:#16223B;
  --frost:#EAF2F4;
  --frost-dim:#AEBBD1;
  --teal:#35D0BA;
  --violet:#7C6CF0;
  --amber:#FFB648;
  --line:rgba(234,242,244,0.10);
}
*{box-sizing:border-box; margin:0; padding:0;}
body{
  background:var(--night); color:var(--frost);
  font-family:'Inter', -apple-system, sans-serif;
  line-height:1.7;
}
a{color:var(--teal);}
.wrap{max-width:820px; margin:0 auto; padding:0 24px;}
.topbar{border-bottom:1px solid var(--line); padding:20px 0;}
.topbar .wrap{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px;}
.logo{font-family:'Space Grotesk', sans-serif; font-weight:700; font-size:18px;}
.logo .leaf{color:var(--teal);}
.call-pill{background:var(--amber); color:var(--night); font-weight:700; padding:9px 16px; border-radius:999px; font-size:14px;}
main{padding:60px 0 80px;}
h1{font-family:'Space Grotesk', sans-serif; font-size:clamp(28px,4vw,38px); margin-bottom:8px;}
.updated{color:var(--frost-dim); font-size:13px; margin-bottom:40px;}
h2{font-family:'Space Grotesk', sans-serif; font-size:20px; margin:36px 0 12px; color:var(--frost);}
p, li{color:var(--frost-dim); font-size:15px; margin-bottom:12px;}
ul{padding-left:22px; margin-bottom:12px;}
footer{border-top:1px solid var(--line); padding:30px 0; font-size:13px; color:var(--frost-dim);}
footer .wrap{display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;}
footer a{color:var(--frost-dim);}
footer a:hover{color:var(--teal);}
