.home-hero{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;background:var(--brand-primary-dark);color:var(--text-on-dark);text-align:center}.home-hero .hero-content{max-width:840px}.home-hero h1,.home-hero p{color:var(--text-on-dark)}.hero-lede{margin:18px auto 0;max-width:740px;font-size:19px}.cta-actions,.hero-actions{margin-top:32px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.featured-product{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);grid-gap:34px;gap:34px;align-items:center;padding:34px;background:var(--brand-bg-alt);border-radius:var(--radius-brand)}.featured-product img{width:100%;aspect-ratio:3/2;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-card)}.category-label{display:inline-flex;margin-bottom:12px;padding:5px 12px;border-radius:999px;background:rgba(58,174,107,.14);color:var(--brand-secondary);font-weight:800}.industry-icon-grid,.small-product-grid,.testimonial-grid{margin-top:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.industry-card,.product-card,.testimonial-card{height:100%;padding:24px;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-card);margin-bottom:18px}.trust-light{background:var(--brand-bg-alt);border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}.industry-card{text-align:center}.industry-card .icon-dot{margin-bottom:16px}.testimonial-person{display:flex;align-items:center;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--brand-border)}.testimonial-person span{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--brand-primary);color:var(--text-on-dark);font-weight:900}.testimonial-person small{display:block;color:var(--brand-text-secondary)}@media (max-width:767px){.home-hero{min-height:520px;padding:72px 0}.featured-product{grid-template-columns:1fr;padding:24px}}