.process-container-d28c91aa {
    font-family: 'Montserrat', 'Segoe UI', Roboto, sans-serif;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-header-d28c91aa {
    margin-bottom: 50px;
    position: relative;
}

.badge-wrapper-d28c91aa {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.badge-num-d28c91aa {
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    color: #E6BF70;
}

.badge-txt-d28c91aa {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #bfa36b;
    text-transform: uppercase;
}

.title-d28c91aa {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 300;
    margin: 10px 0 40px 0;
    color: #1e2d42;
}

.highlight-d28c91aa {
    color: #E6BF70;
    font-weight: 600;
}

.subtitle-d28c91aa {
    display: none; /* Hide the old lower text subtitles since header elements are consolidated */
}

.steps-grid-d28c91aa {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.step-card-d28c91aa {
    opacity: 0;
    transform: translateX(100px);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
}

.step-card-d28c91aa.animated-d28c91aa {
    opacity: 1;
    transform: translateX(0);
    transition-delay: var(--animation-delay, 0s);
}

.step-num-d28c91aa {
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
    color: #E6BF70;
}

.step-title-d28c91aa {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.step-items-d28c91aa {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-item-d28c91aa {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 12px;
    position: relative;
}

.bullet-arrow-d28c91aa {
    font-weight: bold;
    margin-right: 5px;
    color: #E6BF70;
}

@media (max-width: 1024px) {
    .steps-grid-d28c91aa {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .title-d28c91aa {
        font-size: 32px;
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .steps-grid-d28c91aa {
        grid-template-columns: 1fr;
    }
}
