/* brand helpers to lock button colors */
:root{ --teal:#10b6a5; --blue:#1e3a8a; }
.hero .buttons a.teal,.btn.teal{ background:var(--teal)!important; color:#fff!important; }
.hero .buttons a.blue,.btn.blue{ background:var(--blue)!important; color:#fff!important; }