:root{--buyhub-blue:#0b4c63;--buyhub-dark:#2f5664;--buyhub-gold:#c7a86a;--buyhub-bg:#f1efed;--buyhub-card:#fff;--buyhub-text:#2f3031}.buyhub-page h1,.buyhub-page h2,.buyhub-page h3{font-family:'Playfair Display',serif;color:var(--buyhub-blue);font-weight:500}.buyhub-page{background:#fff;color:var(--buyhub-text)}.buyhub-hero{min-height:315px;display:flex;align-items:center;justify-content:center;position:relative;background-size:cover;background-position:center}.buyhub-hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.42)}.buyhub-hero-inner{position:relative;z-index:1;text-align:center}.buyhub-hero h1{color:#fff;font-size:46px;margin:0 0 24px}.buyhub-btn{display:inline-block;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-family:'Montserrat',sans-serif;font-weight:600;padding:13px 36px;text-decoration:none!important;transition:.2s ease}.buyhub-btn-outline{color:#fff;border:1px solid rgba(255,255,255,.85)}.buyhub-btn-outline:hover,.buyhub-btn-gold{background:var(--buyhub-gold);border-color:var(--buyhub-gold);color:#fff}.buyhub-intro{padding:55px 0}.buyhub-narrow{max-width:760px}.buyhub-intro h2,.buyhub-section-title{text-align:center;font-size:34px;margin:0 0 24px}.buyhub-copy{max-width:620px;margin:0 auto;font-size:14px;line-height:1.6}.buyhub-programs,.buyhub-announcements{background:var(--buyhub-bg);padding:60px 0}.buyhub-program-filter{display:grid;grid-template-columns:290px 1fr;gap:24px;align-items:start}.buyhub-filter-nav{display:flex;flex-direction:column;gap:13px}.buyhub-filter-nav button{border:0;background:#064861;color:#fff;text-transform:uppercase;text-align:left;letter-spacing:.12em;font-family:'Montserrat',sans-serif;font-size:11px;padding:16px 24px;cursor:pointer}.buyhub-filter-nav button.active,.buyhub-filter-nav button:hover{background:var(--buyhub-gold);color:#fff}.buyhub-program-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.buyhub-program-card{background:#fff;padding:24px;min-height:330px;display:flex;flex-direction:column;box-shadow:0 1px 0 rgba(0,0,0,.04)}.buyhub-program-category{text-transform:uppercase;color:#b08755;font-size:10px;letter-spacing:.12em;margin-bottom:15px;font-family:'Montserrat',sans-serif}.buyhub-program-logo{max-width:180px;max-height:70px;object-fit:contain;object-position:left center;margin-bottom:12px}.buyhub-program-card h3{font-size:20px;margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid #caa985}.buyhub-program-website{color:#0b4c63;font-size:12px;margin-bottom:10px;word-break:break-word}.buyhub-program-desc{font-size:12px;line-height:1.45}.buyhub-program-contact{background:#f4f4f4;margin-top:auto;padding:18px;font-size:12px;line-height:1.45}.buyhub-spotlights{padding:60px 0 75px;background:linear-gradient(to bottom,#fff 0,#fff 43%,#00506a 43%,#00506a 100%)}.buyhub-spotlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.buyhub-spotlight-card{background:#fff}.buyhub-spotlight-card img{width:100%;height:220px;object-fit:cover;display:block}.buyhub-spotlight-card div{padding:25px}.buyhub-spotlight-card h3{font-size:22px;margin:0 0 15px}.buyhub-spotlight-card p,.buyhub-announcement-copy p{font-size:13px;line-height:1.55}.buyhub-announcement-list{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:28px}.buyhub-announcement{display:grid;grid-template-columns:1fr 1fr;background:#fff;align-items:stretch}.buyhub-announcement.is-reversed .buyhub-announcement-img{order:2}.buyhub-announcement-img img{width:100%;height:100%;min-height:230px;object-fit:cover;display:block}.buyhub-announcement-copy{display:flex;flex-direction:column;justify-content:center;padding:38px}.buyhub-announcement-copy h3{font-size:24px;margin:0 0 12px}.buyhub-resources{padding:60px 0 75px}.buyhub-resource-container{max-width:720px}.buyhub-resource-list{display:flex;flex-direction:column;gap:18px}.buyhub-resource{min-height:130px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.buyhub-resource-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}.buyhub-resource-content{position:relative;z-index:1;padding:28px 70px}.buyhub-resource h3{color:#fff;font-size:26px;margin:0 0 14px}.buyhub-resource .buyhub-btn{padding:11px 35px;font-size:10px}@media(max-width:991px){.buyhub-program-filter{grid-template-columns:1fr}.buyhub-filter-nav{display:grid;grid-template-columns:repeat(2,1fr)}.buyhub-program-grid{grid-template-columns:1fr}.buyhub-spotlight-grid{grid-template-columns:1fr}.buyhub-spotlight-card img{height:260px}}@media(max-width:767px){.buyhub-hero{min-height:250px}.buyhub-hero h1{font-size:34px}.buyhub-intro,.buyhub-programs,.buyhub-spotlights,.buyhub-announcements,.buyhub-resources{padding:45px 0}.buyhub-intro h2,.buyhub-section-title{font-size:28px}.buyhub-filter-nav{grid-template-columns:1fr}.buyhub-announcement,.buyhub-announcement.is-reversed{grid-template-columns:1fr}.buyhub-announcement.is-reversed .buyhub-announcement-img{order:0}.buyhub-announcement-copy{padding:28px}.buyhub-resource-content{padding:24px}.buyhub-resource h3{font-size:22px}}

/* BuyHUB preferred programs refinements */
.buyhub-filter-nav button {
  min-height: 52px;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 1.2;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.buyhub-filter-nav button.active,
.buyhub-filter-nav button:hover {
  background: linear-gradient(270deg, #ead6a4 0%, #c7a86a 100%);
  color: #fff;
}
.buyhub-filter-nav button:focus,
.buyhub-filter-nav button:focus-visible {
  outline: none;
  box-shadow: none;
}
.buyhub-program-card[hidden] {
  display: none !important;
}
.buyhub-program-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  grid-column: 2;
}
.buyhub-program-pagination button {
  border: 1px solid var(--buyhub-gold);
  background: transparent;
  color: var(--buyhub-blue);
  min-width: 36px;
  height: 36px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.buyhub-program-pagination button.active,
.buyhub-program-pagination button:hover {
  background: linear-gradient(270deg, #ead6a4 0%, #c7a86a 100%);
  color: #fff;
}
@media (max-width: 991px) {
  .buyhub-program-pagination { grid-column: 1; }
}
@media (max-width: 767px) {
  .buyhub-filter-nav { gap: 12px; }
  .buyhub-filter-nav button {
    min-height: 78px;
    height: 78px;
    padding: 0 40px;
    font-size: 13px;
    letter-spacing: .15em;
  }
  .buyhub-program-card {
    min-height: 0;
    padding: 34px 42px;
  }
  .buyhub-program-logo {
    max-width: 230px;
    max-height: 95px;
  }
}
