.smart-hero{padding:170px 0 96px;background:linear-gradient(135deg,var(--brand-primary-dark),#21143a);color:#fff}.smart-hero .container{display:grid;grid-template-columns:1fr 460px;grid-gap:48px;gap:48px;align-items:center}.smart-hero h1{font-size:52px;color:#fff}.smart-hero p{font-size:19px;color:rgba(255,255,255,.9)}.smart-hero img{width:100%;border-radius:var(--radius);box-shadow:0 24px 70px rgba(0,0,0,.3)}.smart-grid{padding:88px 0;background:#fff}.smart-grid .container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.smart-grid article{border:1px solid var(--brand-border);border-radius:var(--radius);padding:28px;box-shadow:0 8px 28px rgba(23,51,68,.06)}.smart-story{padding:86px 0;background:var(--brand-bg-alt)}.smart-story .container{max-width:900px}@media (max-width:991px){.smart-grid .container,.smart-hero .container{grid-template-columns:1fr}.smart-hero h1{font-size:38px}}