/* Brand compatible hub — graphite / brass catalog tone (aligned with hero) */
.bhub-page {
  --bhub-ink: #1a1f26;
  --bhub-muted: #5c636c;
  --bhub-soft: #7a818a;
  --bhub-line: #e4e2dc;
  --bhub-bg: #f3f2ee;
  --bhub-surface: #fffcf7;
  --bhub-red: #c62828;
  --bhub-blue: #0070bc;
  --bhub-navy: #161b22;
  --bhub-gold: #c9a227;
  --bhub-gold-soft: #e8d9a8;
  --bhub-teal: #2aa5a0;
  --bhub-green: #1b7a4e;
  background: #f7f6f2;
  color: var(--bhub-ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.bhub-page *,
.bhub-page *::before,
.bhub-page *::after {
  box-sizing: border-box;
}

main.bhub {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 72px;
  color: var(--bhub-ink);
  font-size: 14px;
  line-height: 1.6;
}

.bhub-wrap {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}

.bhub-crumb {
  font-size: 13px;
  color: var(--bhub-soft);
  margin: 0;
  padding: 16px 0 0;
}

.bhub-crumb a {
  color: var(--bhub-soft);
  text-decoration: none;
}

.bhub-crumb a:hover {
  color: var(--bhub-gold);
}

.bhub-crumb__sep {
  margin: 0 8px;
  color: #c5c2ba;
}

/* Hero — graphite + optical-lane motif (catalog / lab feel, not SaaS blue wash) */
.bhub-hero {
  position: relative;
  margin: 18px 0 28px;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  color: #f2f0eb;
  background: #161b22;
  border: 1px solid #2a313b;
  box-shadow: none;
}

.bhub-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #c9a227 0%, #0070bc 55%, #1b7a4e 100%);
  z-index: 2;
}

.bhub-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #0070bc 0%, #2aa5a0 35%, #c9a227 68%, #c62828 100%);
  opacity: .9;
  z-index: 2;
}

.bhub-hero__lanes {
  position: absolute;
  top: -20%;
  right: 0;
  width: 34%;
  height: 140%;
  display: flex;
  gap: 12px;
  padding-right: 28px;
  box-sizing: border-box;
  transform: rotate(-18deg);
  transform-origin: 70% 50%;
  pointer-events: none;
  opacity: .85;
  z-index: 0;
}

.bhub-hero__lanes span {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(201, 162, 39, .22) 18%,
    rgba(0, 112, 188, .38) 48%,
    rgba(42, 165, 160, .22) 72%,
    transparent 100%
  );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.bhub-hero__lanes span:nth-child(2) {
  opacity: .75;
  margin-top: 28px;
}

.bhub-hero__lanes span:nth-child(3) {
  opacity: 1;
  margin-top: 8px;
}

.bhub-hero__lanes span:nth-child(4) {
  opacity: .6;
  margin-top: 40px;
}

.bhub-hero__lanes span:nth-child(5) {
  opacity: .4;
  margin-top: 16px;
}

.bhub-hero__body {
  position: relative;
  z-index: 1;
  width: 70%;
  max-width: 70%;
  box-sizing: border-box;
  padding: 34px 40px 36px 44px;
  background: linear-gradient(90deg, #161b22 0%, #161b22 78%, rgba(22, 27, 34, .55) 100%);
}

.bhub-hero__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 0 0 0 10px;
  border-left: 2px solid #c9a227;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #c9a227;
  line-height: 1.3;
}

.bhub-hero h1 {
  margin: 0 0 14px;
  max-width: none;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: #c5cad1;
}

.bhub-hero__brand {
  display: inline;
  margin: 0;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #f7f5f0;
  white-space: nowrap;
}

.bhub-hero__brand::after {
  display: none;
}

.bhub-hero__h1-rest {
  display: inline;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: 0;
  color: #c5cad1;
}

.bhub-intro {
  max-width: none;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #b8bec6;
}

.bhub-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.bhub-trust li {
  position: relative;
  padding: 5px 10px;
  border: 1px solid rgba(201, 162, 39, .35);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #d7dbe0;
  line-height: 1.3;
  background: rgba(255, 255, 255, .03);
}

.bhub-trust li:first-child {
  padding-left: 10px;
}

.bhub-trust li + li:before {
  display: none;
}

.bhub-trust a {
  color: #e8d9a8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bhub-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bhub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.bhub-btn--primary {
  background: var(--bhub-navy);
  color: #f7f5f0;
}

.bhub-btn--primary:hover,
.bhub-btn--primary:focus-visible {
  background: #232a34;
  color: #f7f5f0;
  box-shadow: none;
}

.bhub-hero .bhub-btn--primary {
  background: var(--bhub-gold);
  color: #161b22;
}

.bhub-hero .bhub-btn--primary:hover,
.bhub-hero .bhub-btn--primary:focus-visible {
  background: #e0bf4a;
  color: #161b22;
}

.bhub-btn--ghost {
  background: transparent;
  color: var(--bhub-navy);
  border-color: #cfcbc3;
}

.bhub-btn--ghost:hover,
.bhub-btn--ghost:focus-visible {
  background: #ebe8e1;
  border-color: var(--bhub-navy);
  color: var(--bhub-navy);
}

.bhub-hero .bhub-btn--ghost {
  background: transparent;
  color: #f2f0eb;
  border-color: rgba(242, 240, 235, .45);
}

.bhub-hero .bhub-btn--ghost:hover,
.bhub-hero .bhub-btn--ghost:focus-visible {
  background: rgba(255, 255, 255, .12);
  border-color: #f7f5f0;
  color: #f7f5f0;
}

.bhub-btn--outline {
  background: var(--bhub-surface);
  color: var(--bhub-navy);
  border-color: #d5d1c8;
}

.bhub-btn--outline:hover {
  border-color: var(--bhub-gold);
  color: var(--bhub-navy);
  background: #faf6ea;
}

.bhub-panel {
  margin: 0 0 16px;
  padding: 16px 18px;
  background: var(--bhub-surface);
  border: 1px solid var(--bhub-line);
  border-radius: 4px;
}

.bhub-panel__head {
  margin: 0 0 12px;
  padding-left: 10px;
  border-left: 2px solid var(--bhub-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8a8478;
}

.bhub-filters {
  margin: 0 0 28px;
}

/* Data Rate tabs */
.bhub-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 0 16px;
  padding: 0;
  border-bottom: 1px solid var(--bhub-line);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.bhub-tabs::-webkit-scrollbar {
  display: none;
}

.bhub-tabs__item {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  flex: 0 0 auto;
  padding: 10px 16px 12px;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
  border-radius: 4px 4px 0 0;
  color: var(--bhub-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}

.bhub-tabs__item:hover {
  color: var(--bhub-navy);
  background: #ebe8e1;
}

.bhub-tabs__item.is-on {
  color: var(--bhub-navy);
  background: #f3efe4;
  border-bottom-color: var(--bhub-gold);
  font-weight: 700;
}

.bhub-tabs__n {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #a8a49a;
  letter-spacing: 0;
}

.bhub-tabs__item.is-on .bhub-tabs__n {
  color: #9a8a55;
}

.bhub-filters__row {
  display: flex;
  gap: 12px 16px;
  align-items: flex-start;
  margin: 0 0 14px;
}

.bhub-filters__row:last-child {
  margin-bottom: 0;
}

.bhub-filters__label {
  flex: 0 0 130px;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bhub-soft);
  line-height: 1.35;
}

.bhub-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  min-width: 0;
  width: 100%;
}

.bhub-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid #d8d4cb;
  border-radius: 2px;
  background: #fff;
  color: var(--bhub-ink);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
}

.bhub-chip:hover {
  border-color: #b3aea3;
  background: #faf8f3;
}

.bhub-chip.is-on {
  border-color: var(--bhub-gold);
  background: #faf6ea;
  color: var(--bhub-navy);
  box-shadow: inset 0 0 0 1px var(--bhub-gold);
}

.bhub-chip__t {
  min-width: 0;
  font-weight: 600;
  word-break: break-word;
}

.bhub-chip__n {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  color: #a8a49a;
}

.bhub-chip.is-on .bhub-chip__n {
  color: #9a8a55;
}

.bhub-cats .bhub-chip {
  border-color: #d8d4cb;
}

.bhub-cats .bhub-chip:hover {
  border-color: var(--bhub-gold);
  color: var(--bhub-navy);
}

.bhub-cats .bhub-chip:hover .bhub-chip__n {
  color: #9a8a55;
}

.bhub-sec-title {
  position: relative;
  margin: 0 0 16px;
  padding-left: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--bhub-ink);
}

.bhub-sec-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 18px;
  background: linear-gradient(180deg, var(--bhub-gold) 0%, var(--bhub-teal) 100%);
  border-radius: 1px;
}

.bhub-bucket {
  margin: 0 0 32px;
}

.bhub-grid {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}

.bhub-card {
  width: 25%;
  padding: 0 8px 16px;
}

.bhub-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--bhub-line);
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease;
}

.bhub-card__link:hover {
  border-color: #c9a227;
  box-shadow: 0 10px 24px rgba(22, 27, 34, .08);
  transform: translateY(-1px);
}

.bhub-card__imgwrap {
  position: relative;
  display: block;
  aspect-ratio: 1;
  background: #f7f6f2;
}

.bhub-card__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bhub-card__ship {
  position: absolute;
  left: 8px;
  top: 8px;
  background: var(--bhub-navy);
  color: #f7f5f0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 2px;
  border-left: 2px solid var(--bhub-gold);
}

.bhub-card__pn {
  display: block;
  padding: 12px 14px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a6b66;
  word-break: break-word;
}

.bhub-card__name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  padding: 12px 14px 0;
  color: var(--bhub-ink);
}

.bhub-card__name--secondary {
  padding-top: 6px;
  -webkit-line-clamp: 2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--bhub-soft);
}

.bhub-card__specs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 14px 0;
}

.bhub-card__spec {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-size: 12px;
  line-height: 1.4;
}

.bhub-card__spec em {
  flex: 0 0 86px;
  font-style: normal;
  color: #909090;
  font-weight: 400;
}

.bhub-card__spec strong {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  color: var(--bhub-ink);
  word-break: break-word;
}

.bhub-card__price {
  color: var(--bhub-red);
  font-weight: 700;
  font-size: 16px;
  padding: 10px 14px 0;
  margin-top: auto;
}

.bhub-card__meta {
  font-size: 12px;
  color: var(--bhub-soft);
  padding: 6px 14px 14px;
}

.bhub-card__meta--spacer {
  min-height: 14px;
  padding-top: 6px;
}

.bhub-more {
  text-align: center;
  margin: 4px 0 0;
}

.bhub-more a,
.bhub-pager a {
  color: var(--bhub-navy);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--bhub-gold);
}

.bhub-more a:hover,
.bhub-pager a:hover {
  color: #000;
  text-decoration: none;
  border-bottom-color: var(--bhub-navy);
}

.bhub-pager {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  margin: 8px 0 24px;
  color: var(--bhub-soft);
}

.bhub-empty {
  color: var(--bhub-soft);
  padding: 24px 0;
}

/* FAQ */
.bhub-faq {
  margin-top: 28px;
  padding: 28px 0 8px;
  border-top: 1px solid var(--bhub-line);
}

.bhub-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bhub-faq__item {
  border-radius: 4px;
  background: var(--bhub-bg);
  border: 1px solid transparent;
  overflow: hidden;
}

.bhub-faq__item.is-open {
  background: #faf6ea;
  border-color: #e5d7a8;
}

.bhub-faq__trigger {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0 28px 0 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}

.bhub-faq__q {
  flex: 1;
  min-width: 0;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--bhub-ink);
}

.bhub-faq__num {
  font-variant-numeric: tabular-nums;
  color: var(--bhub-gold);
}

.bhub-faq__icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d8d4cb;
  box-shadow: none;
  position: relative;
}

.bhub-faq__icon:before,
.bhub-faq__icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #707070;
  transform: translate(-50%, -50%);
}

.bhub-faq__icon:before {
  width: 12px;
  height: 1px;
}

.bhub-faq__icon:after {
  width: 1px;
  height: 12px;
}

.bhub-faq__item.is-open .bhub-faq__icon {
  border-color: var(--bhub-gold);
  background: #fffdf6;
}

.bhub-faq__item.is-open .bhub-faq__icon:before,
.bhub-faq__item.is-open .bhub-faq__icon:after {
  background: var(--bhub-navy);
}

.bhub-faq__item.is-open .bhub-faq__icon:after {
  display: none;
}

.bhub-faq__a {
  display: none;
  padding: 0 82px 18px 24px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--bhub-muted);
}

.bhub-faq__item.is-open .bhub-faq__a {
  display: block;
}

.bhub-faq__a a {
  color: var(--bhub-navy);
  text-decoration: none;
  border-bottom: 1px solid var(--bhub-gold);
}

.bhub-faq__a a:hover {
  border-bottom-color: var(--bhub-navy);
}

/* Related */
.bhub-related {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--bhub-line);
}

.bhub-related__head {
  margin: 0 0 16px;
}

.bhub-related__head .bhub-sec-title {
  margin-bottom: 6px;
}

.bhub-related__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #8a8478;
}

.bhub-related__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.bhub-related__list li {
  flex: 1 1 200px;
  min-width: 180px;
  max-width: 280px;
}

.bhub-related__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  padding: 16px 40px 16px 18px;
  border: 1px solid var(--bhub-line);
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.bhub-related__card:hover {
  border-color: var(--bhub-gold);
  box-shadow: 0 8px 20px rgba(22, 27, 34, .07);
  transform: translateY(-1px);
}

.bhub-related__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--bhub-ink);
}

.bhub-related__meta {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #8a8478;
}

.bhub-related__go {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: #f3efe4;
  color: var(--bhub-navy);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  transition: background .18s ease, color .18s ease;
}

.bhub-related__card:hover .bhub-related__go {
  background: var(--bhub-gold);
  color: #161b22;
}

.bhub-related__card:hover .bhub-related__name {
  color: var(--bhub-navy);
}

/* Lead + CTA */
.bhub-lead {
  margin: 36px 0 0;
  padding: 28px;
  border-radius: 4px;
  background: linear-gradient(135deg, #f3efe4 0%, #eef4f3 100%);
  border: 1px solid #ddd6c4;
}

.bhub-lead__inner {
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  gap: 28px;
  align-items: start;
}

.bhub-lead__badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px 4px 8px;
  border-radius: 2px;
  border-left: 2px solid var(--bhub-gold);
  background: #fff;
  color: var(--bhub-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bhub-lead h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--bhub-ink);
}

.bhub-lead p {
  margin: 0 0 12px;
  color: var(--bhub-muted);
  line-height: 1.65;
}

.bhub-lead__points {
  margin: 0;
  padding-left: 18px;
  color: var(--bhub-ink);
}

.bhub-lead__points li {
  margin: 0 0 4px;
}

.bhub-lead__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd6c4;
}

.bhub-lead__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.bhub-lead__field span {
  font-size: 12px;
  font-weight: 700;
  color: var(--bhub-soft);
}

.bhub-lead__field input {
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d5d1c8;
  border-radius: 2px;
  font: inherit;
  color: var(--bhub-ink);
  background: #fffcf7;
}

.bhub-lead__field input:focus {
  outline: none;
  border-color: var(--bhub-gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, .18);
}

.bhub-lead__submit {
  width: 100%;
  border: 0;
  border-radius: 2px;
  background: var(--bhub-gold);
  color: #161b22;
}

.bhub-lead__submit:hover {
  background: #e0bf4a;
  color: #161b22;
}

.bhub-lead__legal {
  margin: 0;
  font-size: 12px;
  color: var(--bhub-soft);
}

.bhub-lead__legal a {
  color: var(--bhub-navy);
  border-bottom: 1px solid var(--bhub-gold);
  text-decoration: none;
}

.bhub-lead__status {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.bhub-lead__status.is-ok {
  color: var(--bhub-green);
}

.bhub-lead__status.is-error {
  color: var(--bhub-red);
}

.bhub-cta {
  position: relative;
  margin: 36px 0 0;
  padding: 28px 32px 28px 36px;
  border-radius: 4px;
  overflow: hidden;
  background: #161b22;
  color: #f2f0eb;
  border: 1px solid #2a313b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.bhub-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #c9a227 0%, #0070bc 55%, #1b7a4e 100%);
}

.bhub-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #0070bc 0%, #2aa5a0 35%, #c9a227 68%, #c62828 100%);
  opacity: .9;
}

.bhub-cta__copy,
.bhub-cta__actions {
  position: relative;
  z-index: 1;
}

.bhub-cta h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #f7f5f0;
}

.bhub-cta p {
  margin: 0;
  color: #b8bec6;
  max-width: 640px;
}

.bhub-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bhub-cta .bhub-btn {
  border-radius: 2px;
}

.bhub-cta .bhub-btn--primary {
  background: #c9a227;
  color: #161b22;
}

.bhub-cta .bhub-btn--primary:hover,
.bhub-cta .bhub-btn--primary:focus-visible {
  background: #e0bf4a;
  color: #161b22;
}

.bhub-cta .bhub-btn--ghost {
  background: transparent;
  border-color: rgba(242, 240, 235, .45);
  color: #f2f0eb;
}

.bhub-cta .bhub-btn--ghost:hover,
.bhub-cta .bhub-btn--ghost:focus-visible {
  background: rgba(255, 255, 255, .12);
  border-color: #f7f5f0;
  color: #f7f5f0;
}

/* Sticky */
.bhub-sticky {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 1200;
  display: none;
  gap: 10px;
  padding: 8px;
  border-radius: 4px;
  background: rgba(255, 252, 247, .97);
  box-shadow: 0 10px 30px rgba(22, 27, 34, .18);
  border: 1px solid #ddd6c4;
}

.bhub-sticky .bhub-btn {
  min-height: 40px;
  border-radius: 2px;
}

.bhub-sticky .bhub-btn--primary {
  background: var(--bhub-gold);
  color: #161b22;
}

.bhub-sticky .bhub-btn--primary:hover {
  background: #e0bf4a;
  color: #161b22;
}

@media screen and (max-width: 1024px) {
  .bhub-sticky {
    display: flex;
  }
}

/* Exit intent */
.bhub-exit {
  position: fixed;
  inset: 0;
  z-index: 2147482500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}

.bhub-exit.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.bhub-exit[hidden]:not(.is-open) {
  display: none !important;
}

.bhub-exit.is-open[hidden] {
  display: flex !important;
}

.bhub-exit__mask {
  position: absolute;
  inset: 0;
  background: rgba(22, 27, 34, .55);
}

.bhub-exit__panel {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  padding: 26px 24px 24px;
  border-radius: 4px;
  background: #fffcf7;
  border: 1px solid #ddd6c4;
  border-top: 3px solid var(--bhub-gold);
  box-shadow: 0 18px 48px rgba(22, 27, 34, .22);
}

.bhub-exit__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #888;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.bhub-exit__close:hover {
  background: #f3efe4;
  color: var(--bhub-ink);
}

.bhub-exit__eyebrow {
  margin: 0 0 8px;
  padding-right: 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bhub-gold);
}

.bhub-exit__panel h2 {
  margin: 0 0 8px;
  padding-right: 28px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--bhub-ink);
}

.bhub-exit__desc {
  margin: 0 0 16px;
  color: var(--bhub-muted);
  line-height: 1.6;
}

.bhub-exit__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.bhub-exit-open {
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .bhub-card {
    width: 33.3333%;
  }
}

@media screen and (max-width: 1025px) {
  .bhub-page .header,
  .bhub-page .m_header {
    z-index: 220;
    overflow: visible;
  }

  .bhub-page .header_sidebar {
    z-index: 10100;
  }
}

@media screen and (max-width: 900px) {
  .bhub-lead__inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 800px) {
  main.bhub {
    padding-bottom: 48px;
  }

  .bhub-wrap {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  .bhub-crumb {
    padding-top: 12px;
    font-size: 12px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .bhub-hero {
    border-radius: 0;
    margin: 12px -16px 20px;
    border-left: 0;
    border-right: 0;
  }

  .bhub-hero__lanes {
    width: 42%;
    opacity: .45;
    right: -4%;
    padding-right: 12px;
  }

  .bhub-hero__body {
    padding: 24px 16px 26px 20px;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, rgba(22, 27, 34, .94) 0%, rgba(22, 27, 34, .82) 100%);
  }

  .bhub-hero__eyebrow {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .bhub-hero h1 {
    font-size: 18px;
    line-height: 1.35;
    max-width: none;
  }

  .bhub-hero__brand {
    font-size: 24px;
    white-space: normal;
  }

  .bhub-hero__h1-rest {
    font-size: inherit;
  }

  .bhub-intro {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .bhub-trust {
    gap: 6px;
    margin-bottom: 16px;
  }

  .bhub-trust li {
    padding: 5px 9px;
    font-size: 11px;
  }

  .bhub-hero__actions {
    flex-direction: column;
    gap: 8px;
  }

  .bhub-hero__actions .bhub-btn {
    width: 100%;
    min-height: 44px;
  }

  .bhub-panel {
    padding: 14px;
    border-radius: 10px;
  }

  .bhub-filters {
    margin-bottom: 20px;
  }

  .bhub-tabs {
    margin: 0 -16px 14px;
    padding: 0 16px;
  }

  .bhub-tabs__item {
    padding: 10px 12px;
    font-size: 13px;
  }

  .bhub-filters__row {
    flex-direction: column;
    gap: 8px;
  }

  .bhub-filters__label {
    flex: none;
    padding-top: 0;
  }

  /* Horizontal chip scroller on narrow screens */
  .bhub-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -14px;
    padding: 2px 14px 6px;
  }

  .bhub-chips::-webkit-scrollbar {
    display: none;
  }

  .bhub-chip {
    flex: 0 0 auto;
    white-space: nowrap;
    max-width: none;
  }

  .bhub-chip__t {
    word-break: normal;
  }

  .bhub-sec-title {
    font-size: 18px;
  }

  .bhub-related__list li {
    flex: 1 1 100%;
    max-width: none;
  }

  .bhub-card {
    width: 50%;
  }

  .bhub-card__pn {
    font-size: 13px;
  }

  .bhub-card__name {
    font-size: 13px;
  }

  .bhub-faq__trigger {
    padding: 0 16px;
    min-height: 48px;
  }

  .bhub-faq__a {
    padding: 0 16px 16px;
  }

  .bhub-cta {
    padding: 22px 18px;
  }

  .bhub-cta .bhub-btn {
    width: 100%;
  }

  .bhub-lead__form {
    gap: 10px;
  }

  .bhub-lead__submit {
    width: 100%;
    min-height: 44px;
  }

  .bhub-exit {
    padding: 12px;
    align-items: flex-end;
  }

  .bhub-exit__panel {
    width: 100%;
    max-width: none;
    border-radius: 14px 14px 0 0;
    padding: 22px 18px calc(18px + env(safe-area-inset-bottom, 0px));
  }
}

@media screen and (max-width: 520px) {
  .bhub-card {
    width: 100%;
  }

  .bhub-card__imgwrap {
    aspect-ratio: 4 / 3;
    max-height: 220px;
  }

  .bhub-hero h1 {
    font-size: 20px;
  }

  .bhub-pager {
    gap: 12px;
  }

  .bhub-pager a {
    min-width: 72px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
