.bo-grid-section{background:var(--bi-dark-1,#131315);padding:2rem 0 6rem;position:relative}@media (min-width:1024px){.bo-grid-section{padding:3rem 0 8rem}}.bo-category{margin-bottom:2rem}.bo-category--b2b{margin-top:5rem}.bo-category__header{align-items:center;display:flex;gap:1rem}.bo-category__badge{align-items:center;background:rgba(0,0,255,.12);border:1px solid rgba(0,0,255,.2);border-radius:999px;color:var(--bi-blue-light,#2e75ff);display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.08em;padding:6px 16px;text-transform:uppercase;white-space:nowrap}.bo-category__badge--b2b{background:rgba(46,117,255,.08);border-color:rgba(46,117,255,.15)}.bo-category__line{background:linear-gradient(90deg,hsla(0,0%,98%,.08),transparent);flex:1;height:1px}.bo-category__count{color:#9e9e9e;font-size:12px;font-weight:500;letter-spacing:.05em;white-space:nowrap}.bo-grid{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:640px){.bo-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.bo-grid--b2c{grid-template-columns:repeat(3,1fr)}.bo-grid--b2c .bo-card--featured{grid-column:span 2;grid-row:span 2}.bo-grid--b2b{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.bo-grid{gap:20px}}.bo-card{background:rgba(28,28,28,.6);border:1px solid hsla(0,0%,98%,.06);border-radius:16px;cursor:pointer;display:block;min-height:320px;overflow:hidden;position:relative;transition:border-color .4s ease,box-shadow .4s ease}.bo-card,a.bo-card{color:inherit;text-decoration:none}.bo-card:hover{border-color:rgba(46,117,255,.25);box-shadow:0 0 0 1px rgba(46,117,255,.08),0 24px 48px -12px rgba(0,0,0,.4),0 0 64px -16px rgba(0,0,255,.08)}.bo-card--featured{min-height:400px}@media (min-width:1024px){.bo-card--featured{min-height:100%}}.bo-card__image-wrap{inset:0;overflow:hidden;position:absolute}.bo-card__image{filter:brightness(.7) saturate(.85);height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1),filter .7s ease;width:100%}.bo-card:hover .bo-card__image{filter:brightness(.55) saturate(1);transform:scale(1.06)}.bo-card__image-placeholder{background:linear-gradient(135deg,#131315,rgba(0,0,255,.08));height:100%;width:100%}.bo-card__overlay{background:linear-gradient(0deg,rgba(19,19,21,.95) 0,rgba(19,19,21,.6) 35%,rgba(19,19,21,.2) 55%,transparent)}.bo-card__overlay,.bo-card__overlay-hover{inset:0;pointer-events:none;position:absolute}.bo-card__overlay-hover{background:linear-gradient(135deg,rgba(0,0,255,.12),transparent 60%);opacity:0;transition:opacity .5s ease}.bo-card:hover .bo-card__overlay-hover{opacity:1}.bo-card__content{display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:inherit;padding:24px;position:relative;z-index:2}@media (min-width:1024px){.bo-card__content{padding:28px}.bo-card--featured .bo-card__content{padding:32px}}.bo-card__top{display:flex;justify-content:flex-start}.bo-card__category-pill{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:rgba(0,0,255,.2);border-radius:6px;color:hsla(0,0%,98%,.8);display:inline-flex;font-size:10px;font-weight:700;letter-spacing:.12em;padding:4px 10px}.bo-card__category-pill--b2b{background:rgba(46,117,255,.15)}.bo-card__bottom{display:flex;flex-direction:column;gap:0}.bo-card__name{color:var(--bi-white,#fafafa);font-size:22px;font-weight:800;letter-spacing:-.01em;line-height:1.15;margin:0 0 8px;transition:color .3s ease}.bo-card--featured .bo-card__name{font-size:28px}.bo-card:hover .bo-card__name{color:var(--bi-blue-light,#2e75ff)}.bo-card__description{color:hsla(0,0%,98%,.5);font-size:14px;line-height:1.6;margin:0;max-height:0;opacity:0;overflow:hidden;transition:max-height .5s cubic-bezier(.16,1,.3,1),opacity .4s ease,margin .4s ease}.bo-card--featured .bo-card__description,.bo-card:hover .bo-card__description{margin-bottom:12px;max-height:100px;opacity:1}.bo-card__keywords{display:flex;flex-wrap:wrap;gap:6px;max-height:0;opacity:0;overflow:hidden;transition:max-height .5s cubic-bezier(.16,1,.3,1) .05s,opacity .4s ease .1s,margin .4s ease}.bo-card--featured .bo-card__keywords,.bo-card:hover .bo-card__keywords{margin-bottom:14px;max-height:60px;opacity:1}.bo-card__keyword{background:hsla(0,0%,98%,.06);border:1px solid hsla(0,0%,98%,.06);border-radius:999px;color:hsla(0,0%,98%,.5);display:inline-block;font-size:11px;font-weight:500;padding:3px 10px;transition:background .3s ease,color .3s ease,border-color .3s ease}.bo-card:hover .bo-card__keyword{background:rgba(0,0,255,.1);border-color:rgba(0,0,255,.15);color:hsla(0,0%,98%,.7)}.bo-card__cta{align-items:center;color:transparent;display:inline-flex;font-size:13px;font-weight:700;gap:6px;transition:color .3s ease}.bo-card:hover .bo-card__cta{color:var(--bi-blue-light,#2e75ff)}.bo-card--featured .bo-card__cta{color:rgba(46,117,255,.6)}.bo-card--featured:hover .bo-card__cta{color:var(--bi-blue-light,#2e75ff)}.bo-card__cta svg{transition:transform .3s ease}.bo-card:hover .bo-card__cta svg{transform:translateX(4px)}@media (prefers-reduced-motion:reduce){.bo-card__description,.bo-card__image,.bo-card__keywords{transition:none}.bo-card:hover .bo-card__image{transform:none}}@media (max-width:639px){.bo-card{min-height:280px}.bo-card__description{margin-bottom:10px;max-height:100px;opacity:1}.bo-card__keywords{margin-bottom:12px;max-height:60px;opacity:1}.bo-card__cta{color:rgba(46,117,255,.6)}}