.home-hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;background:var(--brand-primary-dark)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.36))}.hero-content{position:relative;z-index:1;max-width:820px;text-align:center;color:var(--text-on-dark)}.hero-content h1{color:var(--text-on-dark);font-size:56px;line-height:1.08;font-weight:800}.hero-content p{color:rgba(255,255,255,.84);font-size:19px;margin:18px auto 0;max-width:700px}.hero-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:34px}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(10,10,10,.1)}.product-card figure{aspect-ratio:4/3;background:var(--brand-bg-alt);margin:0;overflow:hidden}.product-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card .card-body{padding:24px}.product-card span{color:var(--brand-accent);font-weight:700;font-size:12px;text-transform:uppercase}.product-card h3{font-size:22px;margin:8px 0 10px}.product-card p{color:var(--brand-text-secondary)}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.tag-row em{font-style:normal;background:var(--brand-bg-alt);padding:4px 9px;font-size:12px}.product-card a{color:var(--brand-secondary);font-weight:700}.trust-strip{border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);background:var(--brand-bg-alt)}.trust-flex{display:flex;justify-content:space-between}.trust-item{flex:1;padding:24px;border-right:1px solid var(--brand-border);text-align:center}.trust-item:last-child{border-right:0}.trust-item strong{display:block;font-size:26px}.trust-item span{color:var(--brand-text-secondary)}.stats-row{display:flex;justify-content:space-between;border:1px solid var(--brand-border)}.stats-row div{flex:1;padding:28px;text-align:center;border-right:1px solid var(--brand-border)}.stats-row div:last-child{border-right:0}.stats-row strong{display:block;font-size:42px;color:var(--brand-secondary)}.stats-row span{color:var(--brand-text-secondary)}.industry-section{background:var(--brand-bg-alt)}.industry-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.industry-image-grid article{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--brand-primary)}.industry-image-grid img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .25s}.industry-image-grid article:hover img{transform:scale(1.05)}.industry-image-grid h3{position:absolute;left:0;right:0;bottom:0;margin:0;padding:46px 18px 18px;color:var(--text-on-dark);background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));text-align:center}.cta-split{background:var(--brand-primary);color:var(--text-on-dark);padding-bottom:96px}.cta-copy{padding:48px 0}.cta-copy h2,.cta-copy li,.cta-copy p{color:var(--text-on-dark)}.cta-copy h2{font-size:40px}.cta-copy ul{margin-top:24px}@media (max-width:991px){.home-hero{min-height:560px}.hero-content h1{font-size:40px}.product-card-grid,.stats-row,.trust-flex{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.stats-row div,.trust-item{border:1px solid var(--brand-border)}}@media (max-width:575px){.home-hero{min-height:500px}.hero-content h1{font-size:32px}.product-card-grid,.stats-row,.trust-flex{grid-template-columns:1fr}.hero-actions .btn{width:100%}}