/* Features Widget */
.applex-ai-features{padding:6rem 0}
.applex-ai-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}
.applex-ai-features__card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem;transition:box-shadow .3s,border-color .3s}
.applex-ai-features__card:hover{box-shadow:0 10px 30px rgba(0,0,0,.06);border-color:var(--color-primary)}
.applex-ai-features__icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(var(--color-primary-rgb,99,91,255),.08);display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:1rem}
.applex-ai-features__card h3{font-size:1.125rem;margin-bottom:.5rem;color:var(--color-secondary)}
.applex-ai-features__card p{font-size:.875rem;color:#64748b;line-height:1.7}

[data-theme="dark"] .applex-ai-features__card{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.06)}
[data-theme="dark"] .applex-ai-features__card:hover{border-color:var(--color-primary);background:rgba(255,255,255,.05)}
[data-theme="dark"] .applex-ai-features__card h3{color:#f1f5f9}
[data-theme="dark"] .applex-ai-features__card p{color:#94a3b8}
