:root{--process-bg:#f3f7ff;--card-bg:#fff;--accent-blue:#554bff;--text-main:#1d2026;--text-sub:#697386;--shadow-card:0 12px 24px rgba(0,0,0,.04)}.process-section{padding:80px 20px}.process-container{align-items:stretch;display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin:0 auto}.process-step{align-items:stretch;display:flex;height:auto;margin-bottom:40px}.step-card{border-radius:12px;box-shadow:var(--shadow-card);box-sizing:border-box;flex-grow:1;height:auto;padding:40px 25px;position:relative;text-align:center;width:280px}.card-number{align-items:center;border-radius:50%;color:#fff;font-size:14px;font-weight:700;height:32px;left:-16px;position:absolute;top:-16px;width:32px}.card-icon,.card-number{display:flex;justify-content:center}.card-icon{margin-bottom:20px}.card-icon img,.icon-placeholder{height:48px;width:48px}.card-title{color:var(--text-main);font-size:2rem;font-weight:700;line-height:1.3;margin:0 0 10px}.card-description{color:var(--text-sub);font-size:.95rem;line-height:1.5;margin:0}.step-arrow{align-items:center;display:flex;justify-content:center;position:relative;width:60px}.step-arrow:after{content:"";height:2px;opacity:.6;position:relative;width:30px}.step-arrow:before{content:"";height:8px;opacity:.6;position:absolute;right:10px;transform:rotate(45deg);width:8px}@media (max-width:1024px){.process-container{justify-content:space-around}}@media (max-width:767px){.process-container{flex-direction:column;gap:0}.process-step{flex-direction:column;margin-bottom:0}.step-card{margin-bottom:0;width:100%}.step-arrow{height:60px;width:100%}.step-arrow:after{height:30px;left:0;width:2px}.step-arrow:before{bottom:10px;left:50%;right:auto;transform:translateX(-50%) rotate(135deg)}}