/* Isolated Process Section Styles */
.process-title {
    text-align: center;
    margin-bottom: 4rem;
}

.process-step {
    border: 1px solid var(--color-border-subtle);
    padding: 3rem 2rem;
    background: var(--color-bg-card);
    position: relative;
}

.process-number {
    font-family: var(--font-header);
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
}

.process-step-title {
    position: relative;
    z-index: 1;
}

.process-step-desc {
    position: relative;
    z-index: 1;
}
