.other-services { max-width: 1200px; margin: 0 auto; padding: 100px 40px; }
.other-title { text-align: center; margin-bottom: 48px; }
.other-title h2 { font-size: 32px; font-weight: 800; color: #fff; }
.other-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.other-card { background: #161616; border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 24px; text-align: center; transition: border-color 0.3s, transform 0.3s; display: block; }
.other-card:hover { border-color: #d946ef; transform: translateY(-3px); }
.other-card .o-icon { font-size: 28px; margin-bottom: 12px; }
.other-card .o-icon img { width: 52px; height: 52px; object-fit: contain; display: block; margin: 0 auto; }
.other-card h4 { font-size: 13px; font-weight: 700; color: #fff; }
