.bpg-section-2527552f {
    background-color: #f0ede6;
    padding: 80px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    box-sizing: border-box;
}

.bpg-container-2527552f {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

/* Left Column */
.bpg-left-2527552f {
    flex: 1;
    min-width: 0;
}

.bpg-label-2527552f {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #8a7a52;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.bpg-title-2527552f {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.25;
    color: #2c2c2c;
    margin: 0 0 28px 0;
}

.bpg-divider-2527552f {
    width: 50px;
    height: 3px;
    background-color: #8a7a52;
    margin-bottom: 28px;
}

.bpg-desc-2527552f {
    font-size: 15px;
    line-height: 1.7;
    color: #5a5a5a;
    margin: 0 0 32px 0;
    max-width: 480px;
}

.bpg-btn-2527552f {
    display: inline-block;
    background-color: #8a7a52;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 16px 36px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    margin-bottom: 24px;
}

.bpg-btn-2527552f:hover {
    background-color: #6e6240;
    color: #ffffff;
    text-decoration: none;
}

.bpg-credit-2527552f {
    font-size: 13px;
    color: #a0a0a0;
    margin: 0;
}

/* Right Column */
.bpg-right-2527552f {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.bpg-steps-card-2527552f {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 16px 36px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.bpg-step-2527552f {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 0;
}

.bpg-step-2527552f:not(:last-child) {
    border-bottom: 1px solid #f0ede6;
}

.bpg-step-number-2527552f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #8a7a52;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
}

.bpg-step-content-2527552f {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bpg-step-title-2527552f {
    font-size: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.bpg-step-desc-2527552f {
    font-size: 13px;
    color: #999999;
}

/* Responsive */
@media (max-width: 768px) {
    .bpg-container-2527552f {
        flex-direction: column;
        gap: 40px;
    }

    .bpg-title-2527552f {
        font-size: 30px;
    }

    .bpg-right-2527552f {
        justify-content: flex-start;
    }

    .bpg-steps-card-2527552f {
        max-width: 100%;
    }
}
