body{ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}.how-it-works{background:#fff;padding:60px 20px;color:#0f172a;display:flex;justify-content:center}.hiw-inner{max-width:1100px;width:100%;text-align:center}.hiw-header h2{font-size:1.8rem;font-weight:700;margin-bottom:10px}.hiw-header p{color:#64748b;font-size:1rem;margin-bottom:40px}.hiw-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hiw-step{background:#f9fafb;border-radius:12px;padding:28px 20px;box-shadow:0 6px 20px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease}.hiw-step:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.hiw-icon{font-size:32px;background:linear-gradient(180deg,rgba(255,87,34,.12),rgba(255,87,34,.06));color:#ff5722;width:64px;height:64px;display:flex;justify-content:center;align-items:center;border-radius:12px;margin:0 auto 14px}.hiw-step h3{font-size:1.1rem;font-weight:600;margin-bottom:8px}.hiw-step p{color:#475569;font-size:.95rem;line-height:1.5}@media (max-width:980px){.hiw-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.hiw-steps{grid-template-columns:1fr}}
