.bega-showcase-container_1104b59a {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding: 80px 60px;
    background-color: #f2d480;
    overflow: hidden;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.bega-bg-logo_1104b59a {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 480px;
    height: 480px;
    pointer-events: none;
    z-index: 1;
}

.bega-bg-logo_1104b59a svg {
    width: 100%;
    height: 100%;
}

.bega-grid_1104b59a {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}

/* Left Column */
.bega-badge_1104b59a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 24px;
}

.bega-heading_1104b59a {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    letter-spacing: -0.5px;
}

.bega-desc_1104b59a {
    font-size: 17px;
    line-height: 1.6;
    color: #1a1a1a;
    opacity: 0.85;
    margin: 0 0 35px 0;
}

.bega-btn_1104b59a {
    display: inline-block;
    padding: 14px 32px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    background-color: transparent;
    transition: all 0.3s ease;
}

.bega-btn_1104b59a:hover {
    background-color: #1a1a1a;
    color: #f2d480;
}

/* Right Column & Card */
.bega-card_1104b59a {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.bega-list_1104b59a {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bega-list-item_1104b59a {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
    opacity: 0;
    transform: translateY(20px);
}

.bega-list-item_1104b59a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bega-list-item_1104b59a:first-child {
    padding-top: 0;
}

.bega-list-num-col_1104b59a {
    flex-shrink: 0;
}

.bega-list-num_1104b59a {
    font-size: 28px;
    font-weight: 700;
    color: #f0bf54;
    line-height: 1;
}

.bega-list-title_1104b59a {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px 0;
}

.bega-list-desc_1104b59a {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

/* Sequential Entry Animation */
.bega-list-item_1104b59a.animate-reveal_1104b59a {
    animation: slideUpFade_1104b59a 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation-delay: calc(var(--anim-order) * 0.15s);
}

@keyframes slideUpFade_1104b59a {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .bega-grid_1104b59a {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .bega-showcase-container_1104b59a {
        padding: 60px 30px;
    }
    .bega-bg-logo_1104b59a {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 480px) {
    .bega-heading_1104b59a {
        font-size: 32px;
    }
    .bega-card_1104b59a {
        padding: 24px;
    }
}
