.bnh-home,
.bnh-portal-services {
  --bnh-ink: #173047;
  --bnh-muted: #607181;
  --bnh-blue: #1676a8;
  --bnh-blue-dark: #0d557d;
  --bnh-sky: #eaf6fb;
  --bnh-line: #dce7ed;
  --bnh-white: #fff;
  color: var(--bnh-ink);
  font-size: 16px;
  line-height: 1.65;
}

.bnh-home *,
.bnh-portal-services * { box-sizing: border-box; }

.bnh-home h2,
.bnh-home h3,
.bnh-portal-services h2,
.bnh-portal-services h3 { color: var(--bnh-ink); letter-spacing: -.02em; }

.bnh-home h2,
.bnh-portal-services h2 { font-size: clamp(27px, 3vw, 40px); line-height: 1.15; margin: 0 0 14px; }
.bnh-home h3,
.bnh-portal-services h3 { font-size: 21px; line-height: 1.25; margin: 8px 0 12px; }

.bnh-eyebrow {
  color: var(--bnh-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.bnh-hero {
  background: linear-gradient(125deg, #103b57 0%, #176e9a 62%, #2d92b9 100%);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(17, 55, 79, .18);
  color: #fff;
  margin: 12px 0 48px;
  overflow: hidden;
  padding: clamp(34px, 6vw, 74px);
  position: relative;
}
.bnh-hero::after {
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  content: "";
  height: 290px;
  position: absolute;
  right: -80px;
  top: -105px;
  width: 290px;
}
.bnh-hero .bnh-eyebrow { color: #bfe9f8; }
.bnh-hero h2 { color: #fff; font-size: clamp(34px, 5vw, 58px); max-width: 900px; }
.bnh-hero > p:not(.bnh-eyebrow) { font-size: 19px; max-width: 760px; opacity: .93; }

.bnh-actions,
.bnh-card-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.bnh-button {
  border: 1px solid transparent;
  border-radius: 9px;
  display: inline-block;
  font-weight: 750;
  padding: 11px 18px;
  text-decoration: none !important;
}
.bnh-button--primary { background: var(--bnh-blue); color: #fff !important; }
.bnh-hero .bnh-button--primary { background: #fff; color: var(--bnh-blue-dark) !important; }
.bnh-button--secondary { border-color: var(--bnh-line); color: var(--bnh-blue-dark) !important; }
.bnh-hero .bnh-button--secondary { border-color: rgba(255,255,255,.55); color: #fff !important; }
.bnh-button:hover { transform: translateY(-1px); }

.bnh-section { margin: 48px 0; }
.bnh-section-heading { max-width: 760px; }
.bnh-section-heading > p:not(.bnh-eyebrow) { color: var(--bnh-muted); }
.bnh-card-grid,
.bnh-mini-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; }
.bnh-card,
.bnh-mini-card {
  background: var(--bnh-white);
  border: 1px solid var(--bnh-line);
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(23, 48, 71, .07);
  padding: 25px;
}
.bnh-card-number { color: var(--bnh-blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.bnh-card p,
.bnh-mini-card p { color: var(--bnh-muted); }
.bnh-card ul { margin: 18px 0; padding-left: 20px; }
.bnh-card-links { border-top: 1px solid var(--bnh-line); padding-top: 18px; }
.bnh-card-links a,
.bnh-mini-card a,
.bnh-text-link { color: var(--bnh-blue-dark) !important; font-weight: 750; text-decoration: none !important; }
.bnh-card-links a + a { border-left: 1px solid var(--bnh-line); padding-left: 11px; }

.bnh-process {
  align-items: center;
  background: var(--bnh-sky);
  border-radius: 18px;
  display: grid;
  gap: 30px;
  grid-template-columns: .85fr 1.4fr;
  margin: 52px 0;
  padding: clamp(28px, 5vw, 54px);
}
.bnh-process ol { counter-reset: steps; display: grid; gap: 13px; list-style: none; margin: 0; padding: 0; }
.bnh-process li { align-items: center; background: #fff; border-radius: 10px; display: grid; gap: 2px 12px; grid-template-columns: 34px 1fr; padding: 13px 16px; }
.bnh-process li::before { color: var(--bnh-blue); content: "0" counter(steps); counter-increment: steps; font-weight: 800; grid-row: 1 / 3; }
.bnh-process li span { color: var(--bnh-muted); font-size: 14px; }

.bnh-community {
  align-items: center;
  border-bottom: 1px solid var(--bnh-line);
  border-top: 1px solid var(--bnh-line);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 50px 0 20px;
  padding: 34px 0;
}
.bnh-community > div { max-width: 770px; }

.bnh-portal-services {
  border-top: 1px solid var(--bnh-line);
  margin-top: 42px;
  padding-top: 38px;
}
.bnh-mini-card { box-shadow: none; padding: 21px; }
.bnh-mini-card span { background: var(--bnh-sky); border-radius: 999px; color: var(--bnh-blue-dark); display: inline-block; font-size: 12px; font-weight: 750; padding: 5px 10px; }
.bnh-text-link { display: inline-block; margin-top: 22px; }

.bnh-article-lead { color: var(--bnh-ink); font-size: 19px; line-height: 1.7; }
.single-post .entry-content h2 { margin-top: 34px; }
.single-post .entry-content .bnh-button { margin: 8px 6px 8px 0; }

@media (max-width: 860px) {
  .bnh-card-grid,
  .bnh-mini-grid,
  .bnh-process { grid-template-columns: 1fr; }
  .bnh-community { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .bnh-hero { border-radius: 13px; margin-top: 0; padding: 28px 22px; }
  .bnh-hero h2 { font-size: 33px; }
  .bnh-card,
  .bnh-mini-card { padding: 20px; }
  .bnh-process { padding: 24px 19px; }
}
