.home-hero{min-height:600px;display:flex;align-items:center;background:linear-gradient(90deg,#fff 0,#fff 55%,var(--brand-bg-alt) 55%,var(--brand-bg-alt) 100%);padding:74px 0}.hero-image{width:100%;min-height:420px;-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-light)}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-list article{border-top:2px solid var(--brand-primary);padding:20px 0 8px;display:grid;grid-template-columns:56px 1fr;grid-gap:18px;gap:18px}.feature-list span{color:var(--brand-primary);font-weight:900}.product-band{background:var(--brand-bg-alt)}.product-four-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-four-grid article{background:var(--brand-bg);border:1px solid var(--brand-border);padding:16px}.product-four-grid img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-light);margin-bottom:14px}.spec-card th{background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.stats-strip{background:var(--brand-secondary)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;background:rgba(255,255,255,.16)}.stats-grid article{background:var(--brand-secondary);color:var(--brand-text-inverse);padding:26px}.stats-grid strong{display:block;color:var(--brand-text-inverse);font-size:2.2rem}.stat-icon{display:inline-block;color:var(--brand-accent);font-weight:900;margin-bottom:8px}.cta-split{background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.cta-split h2{color:var(--brand-text-inverse)}@media (max-width:991px){.home-hero{background:var(--brand-bg-alt)}.feature-list,.product-four-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.feature-list,.product-four-grid,.stats-grid{grid-template-columns:1fr}}