.devs{padding:80px 0;background:#162033;color:var(--txt-light)}
.devs .sec-title{color:var(--txt-light)}
.devs .sec-sub{color:var(--txt-muted);max-width:580px;margin:0 auto}
.devs .heart{font-style:normal}
.dev-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px 28px;height:100%}
.dev-card h5{color:var(--txt-light);font-size:1.1rem;font-weight:700;margin:20px 0 12px}
.dev-card p{font-size:.88rem;color:var(--txt-muted);margin-bottom:0;line-height:1.65}
.dev-card-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}
.dev-card-icon--blue{background:#3b4fc8;color:#fff}
.dev-card-icon--purple{background:#7c3aed;color:#fff}
.dev-card-icon--olive{background:#7a6f1a;color:#f0d060}
