:root{--adt-blue:#00599c;--adt-red:#24bcff;--text-dark:#111827;--text-muted:#4b5563}.smart-home{background-color:#f8fafc}.smart-home .smart-home-grid{align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1240px}.smart-home .smart-home-media{position:relative}.smart-home .feature-image{border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);display:block}.smart-home .sh-eyebrow{color:var(--adt-blue);margin-bottom:12px}.smart-home .sh-title{color:var(--text-dark);line-height:1.1;margin:0}.smart-home .sh-divider{background-color:var(--adt-red);border-radius:4px;height:4px;margin:24px 0;width:60px}.smart-home .sh-description{color:var(--text-muted);line-height:1.6;margin-bottom:40px}.smart-home .sh-feature-list{list-style:none;margin:0 0 40px;padding:0}.smart-home .sh-feature-item{align-items:flex-start;display:flex;gap:15px;margin-bottom:15px}.smart-home .sh-icon-circle{align-items:center;background-color:var(--adt-blue);border-radius:50%;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-top:2px;padding:5px;width:24px}.smart-home .sh-check{filter:brightness(0) invert(1);height:auto;width:100%}.smart-home .sh-feature-text{color:var(--text-dark)}.smart-home .sh-btn{align-items:center;display:inline-flex;gap:12px}.smart-home .sh-btn-icon{height:auto;width:18px}@media (max-width:991px){.smart-home .smart-home-grid{gap:40px;grid-template-columns:1fr;text-align:center}.smart-home .sh-feature-list{justify-self:center}.smart-home .sh-divider{margin:24px auto}.smart-home .sh-feature-item{margin-left:auto;margin-right:auto;max-width:450px;text-align:left}}