.trusted-clients-section{background-color:#fff;padding:80px 20px;min-height:100vh;display:flex;align-items:center;justify-content:center}.trusted-clients-container{max-width:1400px;width:100%;margin:0 auto}.trusted-clients-title{font-size:48px;font-weight:700;color:#1a202c;text-align:center;margin-bottom:60px;line-height:1.2}.trusted-clients-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.trusted-client-card{background-color:#f5f5f5;border-radius:8px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;transition:transform .3s ease,box-shadow .3s ease}.trusted-client-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.client-logo-container{width:100%;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.client-logo{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.client-info{text-align:center;width:100%}.client-name{font-size:14px;font-weight:600;color:#1a202c;margin:0 0 4px;line-height:1.3}.client-location{font-size:12px;color:#718096;margin:0;line-height:1.4}.trusted-clients-loading{min-height:400px}@media (max-width:1400px){.trusted-clients-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.trusted-clients-section{padding:60px 16px}.trusted-clients-title{font-size:36px;margin-bottom:40px}.trusted-clients-grid{grid-template-columns:repeat(3,1fr);gap:16px}.trusted-client-card{padding:24px 16px;min-height:160px}.client-logo-container{height:70px;margin-bottom:12px}}@media (max-width:768px){.trusted-clients-section{padding:40px 16px}.trusted-clients-title{font-size:28px;margin-bottom:30px}.trusted-clients-grid{grid-template-columns:repeat(2,1fr);gap:12px}.trusted-client-card{padding:20px 12px;min-height:140px}.client-logo-container{height:60px;margin-bottom:10px}.client-name{font-size:12px}.client-location{font-size:11px}}@media (max-width:480px){.trusted-clients-grid{grid-template-columns:1fr}}