.process-section{background-color:#f8f9fa;padding:5rem 1.5rem}.process-container{margin:0 auto;max-width:1280px}.process-header{margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:48rem;text-align:center}.process-title{color:#1c244b;font-size:1.875rem;font-weight:700;margin-bottom:1rem}.process-subtitle{color:#64748b;font-size:1.125rem;line-height:1.75}.process-grid{display:grid;gap:2rem;grid-template-columns:1fr}.process-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05);overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.process-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transform:translateY(-.25rem)}.card-number{color:#f8fafc;font-size:5rem;font-weight:900;pointer-events:none;position:absolute;right:-1rem;top:-1rem;transition:color .3s ease;user-select:none;z-index:0}.process-card:hover .card-number{color:rgba(224,221,255,.3)}.card-content{position:relative;z-index:10}.card-icon-wrapper{align-items:center;background-color:#e0ddff;border-radius:1rem;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#5b44ff;display:flex;height:3.5rem;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:3.5rem}.process-card:hover .card-icon-wrapper{background-color:#5b44ff;color:#fff;transform:scale(1.1)}.card-icon{height:1.75rem;width:1.75rem}.card-title{color:#1c244b;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.card-description{color:#64748b;font-size:.875rem;line-height:1.5}@media (min-width:768px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr)}.process-title{font-size:2.25rem}}