@font-face {
  font-family: "Inter";
  src: url("/assets/screener/fonts/InterVariable-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-display: optional;
}

:root {
  --bh-canvas: #FAFAF8;
  --bh-card: #FFFFFF;
  --bh-ink: #111827;
  --bh-ink-soft: rgba(17, 24, 39, .68);
  --bh-ink-faint: rgba(17, 24, 39, .48);
  --bh-border: #E5E7EB;
  --bh-teal: #0D7377;
  --bh-teal-ring: rgba(13, 115, 119, .22);
  --bh-amber: #F5A623;
  --bh-shadow: 0 1px 2px rgba(0,0,0,.05), 0 8px 24px rgba(0,0,0,.06);
}

.section-benefits {
  background: var(--bh-canvas);
  color: var(--bh-ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}

.section-benefits .sengov-nav,
.section-benefits .sengov-nav * {
  box-sizing: border-box;
}

.section-benefits .navbar-fixed {
  position: relative;
  z-index: 997;
  height: 64px;
}

.section-benefits .sengov-nav nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(135deg, #22364d, #35506f);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .12), 0 8px 24px rgba(0, 0, 0, .08);
  color: #fff;
  line-height: 64px;
}

.section-benefits .sengov-nav .nav-wrapper,
.section-benefits .sengov-nav .page-margin {
  height: 64px;
}

.section-benefits .sengov-nav .page-margin {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-right: 2%;
  margin-left: 2%;
}

.section-benefits #logo-container {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}

.section-benefits #logo-container img {
  display: block;
  width: 76px;
  max-width: 20vw;
  height: auto;
  flex: 0 0 auto;
}

.section-benefits #logo-container span {
  display: inline-flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.02;
  white-space: nowrap;
}

.section-benefits .brand-subtitle {
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section-benefits .site-nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}

.section-benefits .site-nav-links li {
  margin: 0;
  padding: 0;
}

.section-benefits .site-nav-links a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 680;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.section-benefits .site-nav-links a:hover,
.section-benefits .site-nav-links a:focus-visible {
  background: rgba(255, 255, 255, .12);
  text-decoration: none;
}

.section-benefits .site-nav-link--accent {
  background: rgba(245, 166, 35, .18);
}

.section-benefits .sidenav-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.section-benefits .sidenav-trigger i {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  overflow: visible;
  background: currentColor;
  font-size: 0;
  line-height: 0;
}

.section-benefits .sidenav-trigger i::before,
.section-benefits .sidenav-trigger i::after {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
}

.section-benefits .sidenav-trigger i::before {
  top: -7px;
}

.section-benefits .sidenav-trigger i::after {
  top: 7px;
}

.section-benefits .sidenav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -340px;
  z-index: 1000;
  width: min(320px, 86vw);
  margin: 0;
  padding: 88px 20px 24px;
  transition: left 220ms ease;
  border-right: 1px solid var(--bh-border);
  background: var(--bh-card);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .22);
  list-style: none;
}

.section-benefits .sidenav.is-open {
  left: 0;
}

.section-benefits.sidenav-open::before {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(17, 24, 39, .32);
  content: "";
}

.section-benefits .sidenav li {
  margin: 0;
}

.section-benefits .sidenav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 10px;
  color: var(--bh-ink);
  font-weight: 700;
  text-decoration: none;
}

.section-benefits .sidenav a:hover,
.section-benefits .sidenav a:focus-visible {
  background: rgba(13, 115, 119, .08);
}

.section-benefits main.csenator > .page-wrap {
  width: 100%;
  max-width: none;
  background: var(--bh-canvas) !important;
}

.section-benefits main.csenator > .page-wrap > .page-margin {
  width: min(1184px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 32px 0 96px !important;
}

.bh-page,
.bh-page * {
  box-sizing: border-box;
}

.bh-page {
  color: var(--bh-ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums;
}

.bh-page a {
  color: var(--bh-teal);
  text-decoration: none;
}

.bh-page a:hover,
.bh-page a:focus-visible {
  text-decoration: underline;
}

.bh-page :focus-visible {
  outline: 3px solid var(--bh-teal-ring);
  outline-offset: 3px;
  border-radius: 8px;
}

.bh-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  height: auto;
  margin: 8px 0 24px;
  padding: 0;
  background: transparent !important;
  box-shadow: none;
  color: var(--bh-ink-faint);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.bh-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 24px;
  align-items: end;
  margin-bottom: 32px;
  border: 0;
  background: transparent;
  color: var(--bh-ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.bh-kicker,
.bh-section-eyebrow {
  margin: 0 0 8px;
  color: var(--bh-teal);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bh-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--bh-ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: .98;
  text-transform: none;
}

.bh-lede {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--bh-ink-soft);
  font-size: 18px;
  line-height: 1.55;
}

.bh-hero-stat,
.bh-hero-number {
  display: grid;
  gap: 8px;
  min-height: 184px;
  align-content: end;
  padding: 24px;
  border: 1px solid var(--bh-border);
  border-radius: 16px;
  background: var(--bh-card);
  box-shadow: var(--bh-shadow);
}

.bh-hero-stat span,
.bh-hero-number span {
  color: var(--bh-ink-faint);
  font-size: 13px;
  font-weight: 650;
}

.bh-hero-stat strong,
.bh-hero-number strong {
  color: var(--bh-ink);
  font-size: 44px;
  font-weight: 760;
  line-height: 1;
}

.bh-hero-number strong.bh-money {
  color: var(--bh-amber);
}

.bh-hero-stat em,
.bh-hero-number em {
  color: var(--bh-ink-soft);
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

.bh-answer,
.bh-panel,
.bh-screener-zone,
.bh-side-block {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--bh-border);
  border-radius: 16px;
  background: var(--bh-card);
  box-shadow: var(--bh-shadow);
}

.bh-section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 16px;
}

.bh-section-head h2,
.bh-panel h2,
.bh-side h2 {
  margin: 0;
  color: var(--bh-ink);
  font-size: 24px;
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.12;
}

.bh-section-head p,
.bh-panel p,
.bh-disclaimer,
.bh-empty {
  margin: 0;
  color: var(--bh-ink-soft);
  line-height: 1.55;
}

.bh-panel p + p {
  margin-top: 12px;
}

.bh-table-wrap,
.bh-mini-table {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--bh-border);
  border-radius: 12px;
}

.bh-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: var(--bh-card);
}

.bh-table th,
.bh-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--bh-border);
  color: var(--bh-ink);
  text-align: left;
  vertical-align: middle;
}

.bh-table thead th {
  color: var(--bh-ink-soft);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.bh-table tbody tr:last-child th,
.bh-table tbody tr:last-child td {
  border-bottom: 0;
}

.bh-table--compact th,
.bh-table--compact td {
  padding: 12px 14px;
}

.bh-money {
  color: var(--bh-amber);
  font-variant-numeric: tabular-nums;
  font-weight: 760;
  white-space: nowrap;
}

.bh-table .bh-money,
.bh-mini-table .bh-money,
.bh-card-value.bh-money,
.bh-hero-number strong.bh-money,
.bh-hero-stat strong.bh-money {
  color: var(--bh-amber);
}

.bh-ad {
  position: relative;
  display: grid;
  place-items: center;
  margin: 24px 0;
  overflow: hidden;
  border: 1px dashed var(--bh-border);
  border-radius: 16px;
  background: rgba(17, 24, 39, .025);
  color: var(--bh-ink-faint);
}

.bh-ad--leaderboard {
  min-height: 112px;
}

.bh-ad--incontent {
  min-height: 260px;
}

.bh-ad--mobile-sticky {
  display: none;
}

.bh-ad-label {
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 11px;
  font-weight: 650;
}

.bh-ad-slot {
  width: 100%;
  min-height: inherit;
}

.bh-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.bh-main-flow {
  min-width: 0;
}

.bh-screener-zone {
  scroll-margin-top: 92px;
}

.bh-screener-zone #benefits-screener {
  margin-top: 16px;
  min-height: 650px;
}

.bh-widget-skeleton {
  min-height: 650px;
  padding: 24px;
  border-radius: 16px;
  background: var(--bh-canvas);
  color: var(--bh-ink);
  font-variant-numeric: tabular-nums;
}

.bh-widget-skeleton__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.bh-widget-skeleton__title,
.bh-widget-skeleton__heading {
  font-size: 22px;
  font-weight: 720;
  line-height: 1.1;
}

.bh-widget-skeleton__heading {
  font-size: 17px;
  margin-bottom: 16px;
}

.bh-widget-skeleton__line,
.bh-widget-skeleton__pill,
.bh-widget-skeleton__progress,
.bh-widget-skeleton__select,
.bh-widget-skeleton__stepper span,
.bh-widget-skeleton__row,
.bh-widget-skeleton__button {
  border-radius: 12px;
  background: linear-gradient(90deg, var(--bh-border) 25%, rgba(229, 231, 235, .45) 50%, var(--bh-border) 75%);
  background-size: 200% 100%;
  animation: bh-skeleton 1.4s linear infinite;
}

.bh-widget-skeleton__line {
  width: 240px;
  max-width: 54vw;
  height: 14px;
  margin-top: 8px;
}

.bh-widget-skeleton__pill {
  width: 72px;
  height: 34px;
  border-radius: 999px;
}

.bh-widget-skeleton__progress {
  height: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}

.bh-widget-skeleton__progress span {
  display: block;
  width: 33%;
  height: 100%;
  border-radius: inherit;
  background: var(--bh-teal);
}

.bh-widget-skeleton__panel {
  display: grid;
  gap: 24px;
}

.bh-widget-skeleton__select,
.bh-widget-skeleton__row {
  height: 50px;
}

.bh-widget-skeleton__stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 74px;
  border: 1px solid var(--bh-border);
  border-radius: 16px;
  background: var(--bh-card);
  box-shadow: var(--bh-shadow);
}

.bh-widget-skeleton__stepper span {
  width: 56px;
  height: 56px;
}

.bh-widget-skeleton__stepper strong {
  min-width: 2ch;
  text-align: center;
  font-size: 32px;
  line-height: 1;
}

.bh-widget-skeleton__button {
  justify-self: end;
  width: 144px;
  height: 52px;
  background: var(--bh-teal);
}

@keyframes bh-skeleton {
  from { background-position: 200% 0; }
  to { background-position: -200% 0; }
}

.bh-change-note {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid var(--bh-border);
  border-radius: 12px;
  color: var(--bh-ink-soft);
  background: var(--bh-canvas);
  font-size: 14px;
}

.bh-apply-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.bh-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--bh-teal);
  border-radius: 12px;
  background: var(--bh-teal);
  color: #fff !important;
  font-weight: 720;
  text-decoration: none !important;
}

.bh-button--ghost {
  background: transparent;
  color: var(--bh-teal) !important;
}

.bh-docs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bh-docs li {
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid var(--bh-border);
  border-radius: 12px;
  color: var(--bh-ink-soft);
  background: var(--bh-canvas);
}

.bh-side {
  position: sticky;
  top: 88px;
}

.bh-related-list,
.bh-program-grid,
.bh-state-grid {
  display: grid;
  gap: 12px;
}

.bh-program-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bh-state-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bh-related-card,
.bh-program-card,
.bh-state-grid a {
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--bh-border);
  border-radius: 16px;
  background: var(--bh-card);
  color: var(--bh-ink);
  box-shadow: var(--bh-shadow);
  text-decoration: none !important;
}

.bh-program-card {
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
}

.bh-program-card span {
  align-self: end;
}

.bh-related-card span,
.bh-program-card span,
.bh-state-grid span {
  color: var(--bh-ink);
  font-weight: 730;
  line-height: 1.2;
}

.bh-related-card b,
.bh-program-card b,
.bh-state-grid b {
  color: var(--bh-ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.bh-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid var(--bh-border);
  border-radius: 12px;
  color: var(--bh-teal);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bh-disclaimer {
  margin-top: 32px;
  padding: 16px 18px;
  border: 1px solid var(--bh-border);
  border-radius: 16px;
  background: var(--bh-card);
}

.bh-disclaimer strong {
  color: var(--bh-ink);
}

.bh-legacy {
  background: #fff;
}

.section-benefits .page-footer,
.section-benefits .page-footer * {
  box-sizing: border-box;
}

.section-benefits .page-footer {
  position: relative;
  z-index: 100;
  padding-top: 0;
  background-color: #35506f !important;
  background-size: 320px auto;
  color: #fff;
}

.section-benefits .sengov-footer {
  width: min(1184px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 32px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.section-benefits .page-footer .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 0;
}

.section-benefits .page-footer h5 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-benefits .page-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-benefits .page-footer li {
  margin: 0;
}

.section-benefits .page-footer li + li {
  margin-top: 10px;
}

.section-benefits .page-footer br {
  display: none;
}

.section-benefits .page-footer a {
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.45;
  text-decoration: none;
}

.section-benefits .page-footer a:hover,
.section-benefits .page-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.section-benefits .footer-copyright {
  min-height: 48px;
  padding: 12px 16px;
  background: rgba(17, 24, 39, .18);
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  text-align: center;
}

.section-benefits .footer-copyright .container {
  width: min(1184px, calc(100vw - 32px));
  margin: 0 auto;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bh-canvas: #0F1110;
    --bh-card: #1A1D1B;
    --bh-ink: #FAFAF8;
    --bh-ink-soft: rgba(250, 250, 248, .72);
    --bh-ink-faint: rgba(250, 250, 248, .48);
    --bh-border: #2A2E2C;
    --bh-teal-ring: rgba(13, 115, 119, .34);
    --bh-shadow: 0 1px 2px rgba(0,0,0,.32), 0 8px 24px rgba(0,0,0,.36);
  }

  .bh-button {
    color: #fff !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bh-page *,
  .bh-page *::before,
  .bh-page *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 960px) {
  .section-benefits .hide-on-med-and-down {
    display: none !important;
  }

  .section-benefits .sidenav-trigger {
    display: inline-flex;
  }

  .section-benefits .sengov-nav .page-margin {
    justify-content: flex-start;
  }

  .section-benefits #logo-container {
    max-width: calc(100vw - 96px);
  }

  .section-benefits #logo-container span {
    font-size: 22px;
  }

  .section-benefits .brand-subtitle {
    display: none;
  }

  .section-benefits .page-footer .row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bh-hero,
  .bh-content-grid {
    grid-template-columns: 1fr;
  }

  .bh-side {
    position: static;
  }

  .bh-program-grid,
  .bh-state-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .section-benefits .navbar-fixed,
  .section-benefits .sengov-nav nav,
  .section-benefits .sengov-nav .nav-wrapper,
  .section-benefits .sengov-nav .page-margin {
    height: 60px;
    line-height: 60px;
  }

  .section-benefits #logo-container img {
    width: 52px;
  }

  .section-benefits #logo-container span {
    font-size: 20px;
  }

  .section-benefits .sengov-footer {
    width: min(100vw - 24px, 100%);
    padding: 28px 0;
  }

  .section-benefits main.csenator > .page-wrap > .page-margin {
    width: min(100vw - 24px, 100%);
    padding-top: 18px !important;
  }

  .bh-crumbs {
    margin: 6px 0 16px;
  }

  .bh-hero {
    gap: 16px;
    margin-bottom: 16px;
  }

  .bh-hero h1 {
    font-size: 34px;
    line-height: 1;
  }

  .bh-lede {
    margin-top: 12px;
    font-size: 16px;
  }

  .bh-hero-stat,
  .bh-hero-number {
    min-height: 120px;
  }

  .bh-answer,
  .bh-panel,
  .bh-screener-zone,
  .bh-side-block,
  .bh-hero-stat,
  .bh-hero-number {
    padding: 18px;
    border-radius: 16px;
  }

  .bh-docs,
  .bh-program-grid,
  .bh-state-grid {
    grid-template-columns: 1fr;
  }

  .bh-ad--leaderboard {
    min-height: 96px;
  }

  .bh-ad--mobile-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: grid;
    height: 64px;
    min-height: 64px;
    max-height: 72px;
    margin: 0;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: var(--bh-card);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 8px));
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .bh-ad--mobile-sticky.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .bh-ad--mobile-sticky .bh-ad-slot {
    height: 64px;
    min-height: 0;
    max-height: 64px;
  }
}

@media print {
  .bh-no-print,
  .bh-ad,
  .sengov-nav,
  .page-footer,
  #benefits-screener .scr-no-print {
    display: none !important;
  }

  .section-benefits,
  .section-benefits main.csenator > .page-wrap {
    background: #fff !important;
    color: #111827;
  }

  .section-benefits main.csenator > .page-wrap > .page-margin {
    width: 100%;
    padding: 0 !important;
  }

  .bh-page {
    font-family: system-ui, sans-serif;
  }

  .bh-answer,
  .bh-panel,
  .bh-screener-zone,
  .bh-side-block,
  .bh-disclaimer {
    break-inside: avoid;
    box-shadow: none;
  }
}
