.roadmap-credit-section {
    background: #f8fafc;
}

.roadmap-credit-grid {
    align-items: start;
}

.roadmap-credit-section .process-card > h3 {
    margin: 0 0 12px;
    font-size: 1.5rem;
}

.roadmap-credit-section .process-list-description {
    margin: 0 0 8px;
    color: var(--muted);
    line-height: 1.65;
}

.roadmap-credit-section .process-step {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
    padding: 20px 0;
}

.roadmap-credit-section .process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eef3ff;
    color: var(--primary);
    font-weight: 800;
}

.roadmap-credit-section .process-step h4 {
    margin: 0 0 6px;
    font-size: 1rem;
}

.roadmap-credit-section .process-step p {
    margin: 0;
    line-height: 1.6;
}
