: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 {
    display: block;
    max-width: 100%;
  }

  .buyhub-filter-nav {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .buyhub-program-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .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;
    }
}
/* Final remote plugin responsive/filter refinements */
 .buyhub-desktop-categories {
     display: flex;
     flex-direction: column;
     gap: 13px;
}
 .buyhub-mobile-category-select, .buyhub-mobile-selected-category {
     display: none;
}
 .buyhub-program-grid {
     scroll-margin-top: 120px;
}
 .buyhub-program-contact, .buyhub-program-contact a {
     overflow-wrap: break-word;
     word-wrap: break-word;
     word-break: break-word;
}
 .buyhub-program-logo-wrap {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     height: 80px;
     padding: 8px 0;
     margin-bottom: 12px;
}
 .buyhub-program-logo-wrap img {
     max-height: 100%;
     max-width: 180px;
     width: auto;
     height: auto;
     object-fit: contain;
     display: block;
}
 .buyhub-program-card > img.buyhub-program-logo {
     width: auto;
     height: auto;
     object-fit: contain;
}
 .buyhub-program-filter {
     width: 100%;
     max-width: 1180px;
     margin: 0 auto;
}
 .buyhub-program-filter {
     display: grid;
     grid-template-columns: 290px 1fr;
     gap: 36px;
     align-items: flex-start;
}
 .buyhub-program-grid {
     display: grid;
     grid-template-columns: repeat(2, minmax(280px, 1fr));
     gap: 28px;
     width: 100%;
}
 .buyhub-program-card {
     width: 100%;
     min-width: 0;
     box-sizing: border-box;
}
 .buyhub-program-card * {
     box-sizing: border-box;
}
 .buyhub-program-logo {
     max-width: 100%;
}
 .buyhub-program-logo img, img.buyhub-program-logo {
     max-width: 100%;
     height: auto;
     object-fit: contain;
}
 @media (max-width: 767px) {
     .buyhub-filter-nav {
         display: flex !important;
         flex-direction: column;
         align-items: stretch;
         gap: 12px;
    }
     .buyhub-desktop-categories {
         display: none !important;
    }
     .buyhub-filter-nav > button[data-filter="all"] {
         width: 100%;
         min-height: 56px;
         height: 56px;
         justify-content: center;
         text-align: center;
    }
     .buyhub-mobile-category-select {
         display: block;
         width: 100%;
         min-height: 56px;
         height: 56px;
         padding: 0 44px 0 18px;
         border: 0;
         border-radius: 0 !important;
         color: #00506a;
         font-family: 'Montserrat', sans-serif;
         font-weight: 700;
         font-size: 12px;
         letter-spacing: .12em;
         text-transform: uppercase;
         -webkit-appearance: none !important;
         appearance: none !important;
         background-color: #fff;
         background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2300506a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
         background-repeat: no-repeat;
         background-position: right 16px center;
         background-size: 12px 8px;
         box-sizing: border-box;
    }
     .buyhub-mobile-selected-category, .buyhub-mobile-selected-category.active, .buyhub-mobile-selected-category:hover {
         display: block;
         width: 100%;
         min-height: 56px;
         height: 56px;
         padding: 0 18px;
         border: 0;
         border-radius: 0;
         background: linear-gradient(270deg, #ead6a4 0%, #c7a86a 100%);
         color: #fff;
         font-family: 'Montserrat', sans-serif;
         font-weight: 700;
         font-size: 12px;
         letter-spacing: .12em;
         text-align: center;
         text-transform: uppercase;
         align-items: center;
         justify-content: center;
         box-sizing: border-box;
    }
     .buyhub-program-logo-wrap {
         justify-content: center;
         height: 95px;
    }
     .buyhub-program-logo-wrap img {
         max-width: 230px;
    }
}
 