.process-steps-section{color:var(--text-body);padding:100px 0}.process-header .section-label.centered{align-items:center;display:inline-flex;gap:15px;justify-content:center;margin-bottom:20px}.process-header .section-label.centered:after{background:var(--aci-teal);content:"";display:block;height:1px;width:32px}.process-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:60px}.process-step{background:#fff;border-bottom:4px solid transparent;border-radius:6px;box-shadow:0 10px 30px rgba(0,0,0,.05);display:flex;flex-direction:column;padding:40px 30px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.process-step:hover{border-bottom-color:var(--aci-teal);box-shadow:0 20px 40px rgba(0,0,0,.1);transform:translateY(-8px)}.step-num{color:var(--aci-teal);font-size:3rem;font-weight:800;line-height:1;opacity:.15;position:absolute;right:30px;top:20px}.step-title{color:var(--aci-dark);font-size:1.25rem;font-weight:700;hyphens:none;margin-bottom:15px;overflow-wrap:normal;padding-right:60px;word-break:normal}.step-desc,.step-title{position:relative;z-index:2}.step-desc{color:var(--text-body);font-size:.95rem;line-height:1.6}