.modern-partner-section{padding:80px 0;background:#fff}.modern-section-header h2{font-size:32px;font-weight:700;margin-bottom:50px}.modern-partner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:30px;align-items:center}.partner-logo-item{background:#f8f9fb;padding:30px;border-radius:16px;text-align:center;transition:.3s}.partner-logo-item:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.06)}.partner-logo-item img{max-width:120px;height:auto;object-fit:contain}.modern-trusted-section{padding:100px 0;background:#f8f9fb}.modern-trusted-grid{display:grid;grid-template-columns:1fr;gap:50px}.modern-trusted-card{display:flex;align-items:center;gap:50px;background:#fff;padding:50px;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.05);transition:.4s}.modern-trusted-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px rgba(0,0,0,.1)}.trusted-image{flex:0 0 180px;display:flex;align-items:center;justify-content:center}.trusted-image img{max-width:160px;max-height:120px;width:auto;height:auto;object-fit:contain;background:#fff;padding:15px;border-radius:12px}.trusted-content h3{font-size:24px;font-weight:700;margin-bottom:15px}.trusted-content p{font-size:16px;color:#666;line-height:1.7}.rtl .modern-trusted-card{flex-direction:row-reverse;text-align:right}@media (max-width:768px){.modern-trusted-card,.rtl .modern-trusted-card{flex-direction:column;text-align:center}}