.stae-hero{background:var(--brand-bg-alt);padding:168px 0 88px;min-height:600px;display:flex;align-items:center}.stae-hero h1{font-size:52px}.stae-hero-sub{font-size:18px;max-width:620px}.stae-hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}.stae-hero-media{background:var(--brand-bg);border:1px solid var(--brand-border);padding:18px;margin:0;box-shadow:var(--shadow-soft)}.stae-hero-media img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;background:#e9edf3}.stae-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px}.stae-product-card{border:1px solid var(--brand-border);background:var(--brand-bg);transition:transform 180ms,box-shadow 180ms}.stae-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.stae-product-card figure{margin:0;background:var(--brand-bg-alt);aspect-ratio:4/3}.stae-product-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stae-product-card div{padding:24px}.stae-product-card span{display:block;color:var(--brand-secondary);font-size:13px;font-weight:700;margin-bottom:10px}.stae-product-card a{font-weight:700}.stae-trust-bar{background:var(--brand-bg);border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);padding:24px 0}.stae-trust-items{display:flex;align-items:stretch;gap:0}.stae-trust-items>div{flex:1;padding:10px 24px;border-right:1px solid var(--brand-border)}.stae-trust-items>div:last-child{border-right:0}.stae-trust-items strong{display:block;color:var(--brand-primary);font-size:28px;line-height:1}.stae-trust-items span{display:block;color:var(--brand-text-secondary);margin-top:8px}.stae-milestones{background:var(--brand-bg-alt)}.stae-milestone-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.stae-milestone-grid article{background:var(--brand-bg);border:1px solid var(--brand-border);padding:30px}.stae-milestone-grid span{display:block;color:var(--brand-secondary);font-size:42px;font-weight:700;line-height:1;margin-bottom:20px}.stae-industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.stae-industry-grid article{border:1px solid var(--brand-border);background:var(--brand-bg);padding:28px;text-align:center}.stae-industry-grid span{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--brand-secondary);color:var(--brand-secondary);font-weight:700;margin-bottom:20px}@media (max-width:991.98px){.stae-hero h1{font-size:40px}.stae-trust-items{flex-wrap:wrap}.stae-trust-items>div{flex:0 0 50%;border-bottom:1px solid var(--brand-border)}}@media (max-width:575.98px){.stae-hero{padding-top:128px}.stae-hero-actions{flex-direction:column}.stae-hero-actions .btn{width:100%}.stae-trust-items>div{flex-basis:100%;border-right:0}}