.rc-28243dab-box {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #142544;
    border-radius: 24px;
    padding: 56px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    box-shadow: 0 10px 30px rgba(20, 37, 68, 0.08);
}

.rc-28243dab-left {
    flex: 1;
    max-width: 60%;
}

.rc-28243dab-kicker {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #4c84ff;
    display: block;
    margin-bottom: 16px;
}

.rc-28243dab-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
}

.rc-28243dab-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #93a3b8;
    margin: 0;
}

.rc-28243dab-right {
    flex-shrink: 0;
    width: 38%;
    display: flex;
    justify-content: flex-end;
}

.rc-28243dab-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    width: 100%;
    max-width: 380px;
    backdrop-filter: blur(10px);
}

.rc-28243dab-value-wrapper {
    margin-bottom: 12px;
}

.rc-28243dab-value {
    font-size: 64px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    letter-spacing: -0.03em;
}

.rc-28243dab-caption {
    font-size: 13px;
    font-weight: 500;
    color: #93a3b8;
    display: block;
}

/* Fallback visible by default in editor */
.elementor-editor-active .rc-28243dab-value {
    opacity: 1 !important;
}

/* Responsive adjust */
@media (max-width: 1024px) {
    .rc-28243dab-box {
        flex-direction: column;
        align-items: stretch;
        padding: 40px;
        gap: 32px;
    }
    
    .rc-28243dab-left {
        max-width: 100%;
    }
    
    .rc-28243dab-right {
        width: 100%;
        justify-content: center;
    }
    
    .rc-28243dab-card {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .rc-28243dab-title {
        font-size: 28px;
    }
    
    .rc-28243dab-value {
        font-size: 48px;
    }
}
