h1{
font-size:56px;
line-height:1.1;
font-weight:800;
margin-bottom:24px;
color:var(--green-950);
}

h2{
font-size:40px;
margin-bottom:20px;
}

h3{
font-size:28px;
margin-bottom:16px;
}

p{
font-size:20px;
color:var(--muted);
max-width:700px;
}

.section-label{
display:inline-block;
margin-bottom:16px;
padding:8px 18px;
background:#E8F7EE;
border-radius:999px;
font-size:14px;
font-weight:700;
letter-spacing:1px;
color:var(--green-700);
text-transform:uppercase;
}
