/* Wisewell App Features */
.s-smart{background:var(--c-black);padding:var(--sp-2xl) 0;overflow:hidden;}
.smart-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,5vw,88px);}
.smart-copy .t-label{color:var(--c-blue);opacity:0.85;margin-bottom:24px;display:block;}
.smart-copy .t-h2{color:var(--c-white);margin-bottom:28px;}
.smart-copy > p{color:var(--c-text-dim-dark);font-size:var(--t-body-lg);font-weight:300;line-height:1.7;max-width:400px;margin-bottom:48px;}
.smart-features{display:flex;flex-direction:column;gap:0;}
.smart-feature{display:flex;align-items:flex-start;gap:20px;padding:20px 0;border-bottom:1px solid var(--c-border-dark);}
.smart-feature:first-child{border-top:1px solid var(--c-border-dark);}
.smart-feature-icon{width:36px;height:36px;flex-shrink:0;color:var(--c-blue);margin-top:2px;}
.smart-feature h4{font-size:15px;font-weight:500;color:var(--c-text-on-dark);margin-bottom:4px;letter-spacing:-0.01em;}
.smart-feature p{font-size:var(--t-xs);color:var(--c-text-dim-dark);line-height:1.55;}
.smart-media{position:relative;display:flex;justify-content:center;max-height: 650px;}
.smart-media-img{width:100%;max-width:480px;border-radius:var(--r-lg);object-fit:cover;object-position:center top;display:block;box-shadow:0 40px 100px rgba(0,0,0,0.7),0 0 60px var(--c-blue-dim);}
@media (max-width:768px){.smart-inner{grid-template-columns:1fr;gap:56px;}.smart-media{order:-1;}}