@charset "UTF-8";.hbl-hero{padding:160px 0 80px;background:var(--brand-bg-alt);min-height:560px;display:flex;align-items:center}.hbl-hero h1{font-size:48px;font-weight:800;color:var(--brand-text);margin-bottom:var(--spacing-sm);line-height:1.15}.hbl-hero .hero-subtitle{font-size:18px;color:var(--brand-text-secondary);margin-bottom:var(--spacing-lg);line-height:1.6}.hbl-hero .hero-img-wrap{text-align:center}.hbl-hero .hero-img-wrap ai-img{max-width:100%;border-radius:var(--brand-radius)}.hbl-hero .btn-group-hero{display:flex;gap:var(--spacing-sm);flex-wrap:wrap}.hbl-products-showcase .product-card{text-align:center;padding:var(--spacing-md)}.hbl-products-showcase .product-card ai-img{width:100%;border-radius:var(--brand-radius);margin-bottom:var(--spacing-sm);aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.hbl-products-showcase .product-card h3{font-size:18px;margin-bottom:8px}.hbl-products-showcase .product-card p{font-size:14px;color:var(--brand-text-secondary)}.hbl-industries .industry-card{position:relative;border-radius:var(--brand-radius);overflow:hidden;min-height:240px}.hbl-industries .industry-card ai-img{width:100%;height:240px;-o-object-fit:cover;object-fit:cover}.hbl-industries .industry-overlay{position:absolute;bottom:0;left:0;right:0;padding:var(--spacing-md);background:linear-gradient(transparent,rgba(0,0,0,.75));color:var(--text-on-dark)}.hbl-industries .industry-overlay h3{color:var(--text-on-dark);font-size:18px;margin-bottom:4px}.hbl-industries .industry-overlay p{color:rgba(255,255,255,.8);font-size:14px;margin:0}.hbl-advantages .advantage-item{padding:var(--spacing-md)}.hbl-advantages .advantage-icon{width:48px;height:48px;background:var(--brand-primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:var(--spacing-sm)}.hbl-advantages .advantage-icon svg{width:24px;height:24px;fill:var(--brand-primary-dark)}.hbl-blog-preview .blog-card{border-radius:var(--brand-radius);overflow:hidden;border:1px solid var(--brand-border);transition:box-shadow .2s}.hbl-blog-preview .blog-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.06)}.hbl-blog-preview .blog-card ai-img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.hbl-blog-preview .blog-card-body{padding:var(--spacing-md)}.hbl-blog-preview .blog-card-body h3{font-size:16px;margin-bottom:8px}.hbl-blog-preview .blog-card-body p{font-size:14px;color:var(--brand-text-secondary)}.hbl-cta{background:var(--brand-primary-dark);color:var(--text-on-dark);padding:var(--spacing-2xl) 0;text-align:center}.hbl-cta h2{color:var(--text-on-dark);margin-bottom:var(--spacing-sm)}.hbl-cta p{color:rgba(255,255,255,.85);font-size:18px;margin-bottom:var(--spacing-lg);max-width:600px;margin-left:auto;margin-right:auto}.hbl-cta .btn-light-hbl{background:var(--text-on-dark);color:var(--brand-primary-dark);border:none;border-radius:var(--brand-radius);padding:12px 36px;font-weight:700;font-size:16px}.hbl-cta .btn-light-hbl:hover{background:var(--brand-bg-alt);color:var(--brand-primary-dark)}.hbl-trust-items{display:flex;justify-content:center;gap:var(--spacing-xl);flex-wrap:wrap}.hbl-trust-item{text-align:center}@media (max-width:768px){.hbl-hero{padding:120px 0 48px;min-height:auto}.hbl-hero h1{font-size:28px}.hbl-hero .btn-group-hero{flex-direction:column}.hbl-hero .btn-group-hero .btn{width:100%}}