.home-hero{background:linear-gradient(90deg,var(--brand-bg),var(--brand-neutral-light))}.home-hero .hero-copy p{font-size:1.1rem;max-width:620px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-media{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:18px}.hero-media img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.stat-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:22px;background:var(--brand-bg)}.stat-icon{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:38px;padding:0 8px;background:var(--brand-primary-light);color:var(--brand-primary-dark);border-radius:var(--brand-radius);font-weight:800;margin-bottom:14px}.stat-grid strong{display:block;color:var(--brand-text);font-size:1.1rem}.stat-grid p{margin:8px 0 0}.trust-light{background:var(--brand-bg-alt);border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);padding:28px 0}.trust-strip{display:flex;gap:20px}.trust-strip article{flex:1;padding-right:18px;border-right:1px solid var(--brand-border)}.trust-strip article:last-child{border-right:0}.trust-strip span{display:block;color:var(--brand-primary);font-weight:800;margin-bottom:6px}.trust-strip strong{display:block;color:var(--brand-text)}.trust-strip p{margin:6px 0 0}.product-tile-grid{display:grid;grid-gap:20px;gap:20px}.product-tile-grid.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.product-tile-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg)}.product-tile-grid img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-tile-grid h3,.product-tile-grid p{margin-left:16px;margin-right:16px}.product-tile-grid h3{margin-top:18px}.product-tile-grid p{margin-bottom:18px}.faq-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.faq-two article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px;background:var(--brand-bg)}@media (max-width:991px){.faq-two,.product-tile-grid.four-col,.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-strip{flex-wrap:wrap}.trust-strip article{flex:0 0 calc(50% - 10px);border-right:0}}@media (max-width:575px){.faq-two,.product-tile-grid.four-col,.stat-grid{grid-template-columns:1fr}.hero-actions{display:grid}.trust-strip article{flex:0 0 100%}}