*{box-sizing:border-box}
html,body{height:100%}
body.enga-body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--navy);
  background:linear-gradient(180deg,var(--bg-top),var(--bg-bottom));
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.92}

.enga-container{
  width:min(var(--max), calc(100% - 48px));
  margin:0 auto;
}

.enga-main{min-height:60vh}
.enga-pad-y{padding:var(--s72) 0}

.enga-h1{
  font-family:Poppins, Inter, sans-serif;
  font-size:clamp(34px, 4vw, 54px);
  margin:0 0 12px 0;
  letter-spacing:-.02em;
}
.enga-h2{
  font-family:Poppins, Inter, sans-serif;
  font-size:clamp(26px, 3vw, 40px);
  margin:0 0 10px 0;
  letter-spacing:-.02em;
}
.enga-h3{
  font-family:Poppins, Inter, sans-serif;
  font-size:18px;
  margin:0 0 8px 0;
}
.enga-lead{font-size:18px; margin:0 0 10px 0}
.enga-muted{color:rgba(31,46,74,.75); margin:0}
.enga-subtitle{color:rgba(31,46,74,.72); margin:0}
.enga-content{max-width:920px}

