.home-hero{position:relative;min-height:760px;padding:170px 0 120px;overflow:hidden;display:grid;align-items:center;background:var(--brand-secondary)}.home-hero .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.home-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(20,32,16,.92),rgba(20,32,16,.62));z-index:1}.home-hero .hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.82fr);grid-gap:44px;gap:44px;align-items:center}.home-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08;margin:0 0 20px;max-width:780px}.home-hero p{color:var(--brand-text-inverse);max-width:670px;font-size:1.12rem}.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero-panel{border:1px solid rgba(255,255,255,.22);border-radius:var(--brand-radius);background:rgba(255,255,255,.12);backdrop-filter:blur(8px);padding:22px}.series-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin:0;padding:0;list-style:none}.series-tiles li{min-height:136px;border:1px solid rgba(255,255,255,.22);border-radius:var(--brand-radius);background:rgba(20,32,16,.72);padding:18px}.series-tiles h3,.series-tiles p{color:var(--brand-text-inverse)}.trust-bar{padding:28px 0;background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.trust-row{display:flex;flex-wrap:nowrap;gap:20px}.trust-item{flex:1 1 0;min-width:0;border-right:1px solid var(--brand-border);padding-right:20px}.trust-item:last-child{border-right:0}.trust-item strong{display:block;color:var(--brand-text);font-size:1.35rem}.trust-item span{color:var(--brand-text)}.key-features-section,.product-grid-section,.testimonial-section{padding:80px 0}.product-family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-family-card{overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:0 12px 28px rgba(26,31,42,.08)}.product-family-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-family-card div{padding:24px}.product-family-card h3{color:var(--brand-text);margin-bottom:10px}.testimonial-section{background:var(--brand-bg-alt)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.testimonial-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:28px}.testimonial-grid p{font-style:italic}.testimonial-grid span,.testimonial-grid strong{display:block;color:var(--brand-text)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.feature-grid article{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:28px;background:var(--brand-bg)}.feature-grid span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:50%;background:var(--brand-primary-light);color:var(--brand-secondary);font-weight:850}@media (max-width:991.98px){.feature-grid,.home-hero .hero-grid,.product-family-grid,.testimonial-grid{grid-template-columns:1fr}.trust-row{flex-wrap:wrap}.trust-item{flex:0 0 calc(50% - 10px);border-right:0}}@media (max-width:575.98px){.home-hero{min-height:auto;padding:150px 0 88px}.series-tiles,.trust-row{grid-template-columns:1fr}.trust-item{flex:0 0 100%}}