*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',system-ui,sans-serif;background:#F4F7FA;color:#0B2447;-webkit-font-smoothing:antialiased;}
a{text-decoration:none;color:inherit;}
.num{font-variant-numeric:tabular-nums;}
.plan-step{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #E6ECF2;}
.plan-step-num{width:30px;height:30px;border-radius:8px;background:#E7F0EF;color:#0e7c76;font-family:'Hanken Grotesk';font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;flex:none;}
.plan-bullet{display:flex;gap:11px;font-size:14px;color:#334155;line-height:1.45;}
