.kf-container-28dd50cd {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    padding: 30px 0;
}

.kf-header-28dd50cd {
    margin-bottom: 35px;
}

.subtitle-28dd50cd {
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #3a7bd5;
    margin-bottom: 12px;
}

.title-28dd50cd {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    color: #0F2C59;
    margin: 0 0 15px 0;
    letter-spacing: -0.01em;
}

.desc-28dd50cd {
    font-size: 18px;
    line-height: 1.5;
    color: #7A8B9E;
    max-width: 900px;
}

.desc-28dd50cd p {
    margin: 0;
}

.kf-grid-28dd50cd {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.kf-card-28dd50cd {
    background: #ffffff;
    border: 1px solid rgba(15, 44, 89, 0.08);
    border-radius: 14px;
    padding: 24px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transform: translateY(25px);
}

.kf-card-28dd50cd.active-28dd50cd {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--stagger-delay, 0s);
}

.kf-card-28dd50cd:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(15, 44, 89, 0.06);
    border-color: rgba(15, 44, 89, 0.15);
}

.card-label-28dd50cd {
    font-size: 13px;
    color: #7A8B9E;
    margin-bottom: 8px;
}

.card-value-28dd50cd {
    font-size: 22px;
    font-weight: 800;
    color: #0F2C59;
    letter-spacing: -0.01em;
}

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

@media (max-width: 600px) {
    .kf-grid-28dd50cd {
        grid-template-columns: 1fr;
    }
    .title-28dd50cd {
        font-size: 32px;
    }
    .desc-28dd50cd {
        font-size: 16px;
    }
}
