.wcu-outer-9667ea12 {
    width: 100%;
    box-sizing: border-box;
}

.wcu-container-9667ea12 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.wcu-col-9667ea12 {
    flex: 1 1 350px;
    min-width: 0;
}

.wcu-img-wrapper-9667ea12 {
    position: relative;
    width: 100%;
    overflow: visible;
}

/* Image Hover Zoom Animation */
.wcu-img-wrapper-9667ea12 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.wcu-img-wrapper-9667ea12:hover img {
    transform: scale(1.02) translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Stats Badge Animation & Effects */
.wcu-stats-badge-9667ea12 {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-color: #3b82f6;
    color: #ffffff;
    padding: 24px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 140px;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    animation: wcuFloat-9667ea12 6s ease-in-out infinite;
}

.wcu-img-wrapper-9667ea12:hover .wcu-stats-badge-9667ea12 {
    transform: scale(1.08) translateY(-10px);
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.3);
}

@keyframes wcuFloat-9667ea12 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.wcu-badge-num-9667ea12 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.wcu-badge-lbl-9667ea12 {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Content Side styling */
.wcu-content-side-9667ea12 {
    display: flex;
    flex-direction: column;
}

.wcu-subtitle-9667ea12 {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #3b82f6;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.wcu-title-9667ea12 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1f2937;
    margin: 0 0 20px 0;
}

.wcu-desc-9667ea12 {
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 30px;
}

/* Feature bullet items style */
.wcu-features-list-9667ea12 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Interactive Motion on Features list items */
.wcu-feature-item-9667ea12 {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 12px;
    border-radius: 8px;
    background: transparent;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.wcu-feature-item-9667ea12:hover {
    transform: translateX(8px);
    background-color: rgba(59, 130, 246, 0.03);
}

.wcu-feature-icon-9667ea12 {
    flex-shrink: 0;
    font-size: 24px;
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wcu-feature-item-9667ea12:hover .wcu-feature-icon-9667ea12 {
    transform: scale(1.2) rotate(10deg);
}

.wcu-feature-icon-9667ea12 svg {
    width: 24px;
    height: 24px;
    fill: #10b981;
}

.wcu-feature-content-9667ea12 {
    flex-grow: 1;
}

.wcu-feature-title-9667ea12 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 4px 0;
}

.wcu-feature-desc-9667ea12 {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

/* Responsiveness overrides */
@media screen and (max-width: 768px) {
    .wcu-container-9667ea12 {
        flex-direction: column !important;
        gap: 40px;
    }
    
    .wcu-stats-badge-9667ea12 {
        position: static;
        margin-top: 15px;
        width: 100%;
        box-sizing: border-box;
        animation: none;
    }

    .wcu-feature-item-9667ea12:hover {
        transform: none;
    }
}
