.kkw-test-widget {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(15, 23, 42, 0.08);
    max-width: 100%;
}

.kkw-test-widget__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981, #0ea5e9);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    border-radius: 999px;
    padding: 7px 13px;
    margin-bottom: 14px;
}

.kkw-test-widget__title {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.kkw-test-widget__description {
    margin: 0 0 20px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
}

.kkw-test-widget__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f172a;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.25s ease;
}

.kkw-test-widget__button:hover {
    background: #2563eb;
    color: #ffffff;
}
.okaz-team-section {
    width: 100%;
    font-family: "Inter", "Segoe UI", sans-serif;
    color: #223248;
}

.okaz-team-section * {
    box-sizing: border-box;
}

.okaz-team-heading {
    text-align: center;
    margin-bottom: 54px;
}

.okaz-team-heading h2 {
    margin: 0 0 10px;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 500;
    color: #1f2d3d;
}

.okaz-team-heading p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #6a7a92;
}

.okaz-leaders-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 500px));
    justify-content: center;
    gap: 38px;
    margin-bottom: 92px;
}

.okaz-leader-card {
    background: #ffffff;
    border: 2px solid #d6efe5;
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    padding: 38px 28px 30px;
    text-align: center;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.okaz-leader-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, #13c087 0%, #1599ef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.okaz-leader-avatar svg {
    width: 44px;
    height: 44px;
    stroke: #ffffff;
}

.okaz-leader-name {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    color: #223248;
}

.okaz-leader-role {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    color: #18b77b;
}

.okaz-leader-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #6a7a92;
}

.okaz-experts-heading {
    text-align: center;
    margin-bottom: 46px;
}

.okaz-experts-heading h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    color: #1f2d3d;
}

.okaz-experts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.okaz-expert-card {
    background: #ffffff;
    border: 1px solid #dbe3ea;
    border-radius: 18px;
    padding: 26px 28px;
    min-height: 136px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.okaz-expert-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    background: #edf7f4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.okaz-expert-icon svg {
    width: 22px;
    height: 22px;
    stroke: #18b77b;
}

.okaz-expert-content {
    flex: 1;
}

.okaz-expert-name {
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #223248;
}

.okaz-expert-role {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #6a7a92;
}

@media (max-width: 1100px) {
    .okaz-experts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .okaz-leaders-grid {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }
}

@media (max-width: 767px) {
    .okaz-team-heading h2 {
        font-size: 32px;
    }

    .okaz-team-heading p {
        font-size: 17px;
    }

    .okaz-experts-heading h2 {
        font-size: 30px;
    }

    .okaz-experts-grid {
        grid-template-columns: 1fr;
    }

    .okaz-leader-card {
        min-height: auto;
        padding: 30px 20px 24px;
    }

    .okaz-leader-avatar {
        width: 82px;
        height: 82px;
    }

    .okaz-leader-avatar svg {
        width: 38px;
        height: 38px;
    }

    .okaz-leader-name {
        font-size: 21px;
    }

    .okaz-leader-role {
        font-size: 16px;
    }

    .okaz-expert-card {
        padding: 22px 20px;
        min-height: auto;
    }
}