.usage-items{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.usage-item{background:#fff;border-radius:16px;padding:26px 20px;text-align:center;border:2px solid #F3E2FFE5;box-shadow:0 16px 16px -8px #0C0C0D0A;transition:transform 0.3s ease,box-shadow 0.3s ease}.usage-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.usage-icon{margin-bottom:20px;display:flex;justify-content:center;align-items:center;height:90px}.usage-icon img{max-width:90px;max-height:90px;object-fit:contain}.usage-title{font-size:20px;color:#1C1C1C;margin:0;line-height:1.4}@media (max-width:1024px){.usage-items{grid-template-columns:repeat(3,1fr);gap:25px}}@media (max-width:768px){.section-header{margin-bottom:40px}.usage-items{grid-template-columns:repeat(2,1fr);gap:20px}.usage-item{padding:25px 15px}.usage-title{font-size:15px}}@media (max-width:480px){.usage-item{padding:20px 10px}}