.bbe-products-featured{padding:88px 0 104px}.bbe-product-feature{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);grid-gap:48px;gap:48px;align-items:center;margin-bottom:80px;padding:42px;border-radius:var(--radius);background:linear-gradient(135deg,#f7fbff,var(--brand-bg-alt));border:1px solid var(--brand-border)}.bbe-product-feature h2{font-weight:800;color:var(--brand-primary-dark)}.bbe-product-feature p{color:var(--brand-muted)}.bbe-product-feature img{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius);background:#fff}.bbe-spec-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:24px}.bbe-spec-list div{padding:16px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius)}.bbe-spec-list dt{color:var(--brand-muted);font-size:.78rem;text-transform:uppercase}.bbe-spec-list dd{margin:5px 0 0;font-family:"IBM Plex Mono",monospace;font-weight:800;color:var(--brand-primary-dark)}.bbe-product-category+.bbe-product-category{margin-top:72px}.bbe-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px;margin-top:32px}.bbe-product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 28px rgba(16,21,33,.08)}.bbe-product-img{aspect-ratio:4/3;background:var(--surface-steel)}.bbe-product-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.bbe-product-body{display:flex;flex-direction:column;gap:12px;padding:24px;flex:1}.bbe-product-badge{align-self:flex-start;padding:5px 9px;border-radius:var(--radius);background:var(--brand-bg-alt);color:var(--brand-primary-dark);font-size:.75rem;font-weight:800}.bbe-product-body h3{font-size:1.18rem;font-weight:800}.bbe-product-body li,.bbe-product-body p{color:var(--brand-muted)}.bbe-product-body .btn{margin-top:auto}@media (max-width:900px){.bbe-product-feature{grid-template-columns:1fr;padding:28px}.bbe-spec-list{grid-template-columns:1fr}}