.home-hero{position:relative;min-height:720px;padding:120px 0 170px;overflow:hidden;color:var(--brand-text-inverse);background:var(--brand-primary-dark)}.hero-bg,.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-bg{-o-object-fit:cover;object-fit:cover}.hero-shade{background:linear-gradient(90deg,rgba(11,38,32,.94),rgba(15,42,36,.82),rgba(20,38,50,.74))}.hero-content{position:relative;z-index:2;max-width:760px}.home-hero .eyebrow{color:var(--brand-text-inverse)}.home-hero h1{margin:18px 0;color:var(--brand-text-inverse);font-size:54px;line-height:1.08;font-weight:900}.home-hero p{max-width:660px;margin:0 0 30px;color:rgba(255,255,255,.9);font-size:19px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-bottom-bar{position:absolute;z-index:3;right:0;bottom:0;left:0;background:rgba(46,125,106,.94);color:var(--brand-text-inverse);padding:26px 0}.hero-stat-grid strong,.stat-line strong,.trust-stats strong{color:var(--brand-text-inverse)}.product-four-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.product-tile{border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff;overflow:hidden;transition:transform 180ms,box-shadow 180ms}.product-tile:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(25,78,65,.12)}.product-tile img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-tile h3{margin:18px 16px 8px;font-size:18px;font-weight:900}.product-tile p{margin:0 16px 16px;color:var(--brand-text-muted);font-size:14px}.product-tile a{display:inline-block;margin:0 16px 20px;font-weight:800}.trust-strip{background:var(--brand-primary-dark);padding:34px 0;color:var(--brand-text-inverse)}.feature-image{width:100%;border-radius:var(--radius);box-shadow:0 24px 60px rgba(25,78,65,.16)}.feature-points{display:grid;grid-gap:18px;gap:18px;margin-top:28px}.feature-points div{display:grid;grid-template-columns:54px 1fr;grid-gap:6px 18px;gap:6px 18px;padding:18px;border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff}.feature-points b,.feature-points>div>b{grid-row:1/span 2;grid-column:1;color:var(--brand-secondary);font-size:22px;line-height:1}.feature-points h3,.feature-points>div>h3{grid-column:2;margin:0;font-size:18px;font-weight:900}.feature-points p,.feature-points>div>p{grid-column:2;margin:0;color:var(--brand-text-muted)}.feature-points div h3,.feature-points div p{grid-column:2}.company-stats .stat-line{color:var(--brand-text)}.company-stats .stat-line strong{color:var(--brand-primary-dark)}@media (max-width:991px){.home-hero{min-height:660px;padding-top:90px}.home-hero h1{font-size:42px}.product-four-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.home-hero h1{font-size:32px}.feature-points div,.product-four-grid{grid-template-columns:1fr}}