.modules-erp-container{padding:4rem 0;background-color:#f8fafc}.modules-erp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.module-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e2e8f0}.module-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.module-icon{width:48px;height:48px;color:#3b82f6;margin-bottom:1.5rem}.module-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.module-description{color:#64748b;line-height:1.6}