*,*::before,*::after{box-sizing:border-box}
body{font-family:'Inter',sans-serif;color:var(--bz-body);line-height:1.7;background:#fff;margin:0}
h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;color:var(--bz-navy);line-height:1.3;margin-bottom:.75rem}
h1{font-size:2.4rem;font-weight:700}
h2{font-size:1.9rem;font-weight:700}
h3{font-size:1.35rem;font-weight:600}
p{margin-bottom:1rem;color:#444}
a{color:var(--bz-gold);text-decoration:none;transition:var(--bz-transition)}
a:hover{color:var(--bz-accent)}
img{max-width:100%;height:auto}
.bz-section{padding:70px 0}
.bz-section.navy{background:var(--bz-navy);color:var(--bz-white)}
.bz-section.light{background:var(--bz-light)}
.bz-section.dark{background:var(--bz-dark);color:var(--bz-white)}
.bz-badge{display:inline-block;background:var(--bz-gold);color:#fff;padding:4px 14px;border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}
.bz-lede{font-size:1.15rem;color:#555;max-width:700px;margin:0 auto 1.5rem}
.text-center{text-align:center}
