/* ============================================================================
   Process Home Compact CSS
   Compact styling for home page process section
   ============================================================================ */

.process-home .process-timeline {
    max-width: 800px;
}

.process-home .process-step {
    margin-bottom: 2rem;
}

.process-home .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
}

.process-home .step-content {
    max-width: 500px;
}

@media (max-width: 768px) {
    .process-home .process-step {
        margin-bottom: 1.5rem;
    }

    .process-home .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .process-home .step-content h3 {
        font-size: 1.125rem;
    }

    .process-home .step-content p {
        font-size: 0.875rem;
    }
}
