.homepage-examiners {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.homepage-examiners h2 {
    margin: 0;
    color: #0f263b;
    font-family: "Nunito Sans", "Segoe UI", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.homepage-examiners__card {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 24px;
    border: 1px solid #e1e8f0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(14px);
}

.homepage-examiners__copy {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(686px, 56.6942%);
    max-width: min(686px, 56.6942%);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    min-width: 0;
    min-height: 172px;
}

.homepage-examiners__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
}

.homepage-examiners__lead {
    margin: 0;
    color: #004488;
    font-family: "Nunito Sans", "Segoe UI", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.homepage-examiners__body {
    margin: 0;
    max-width: 100%;
    color: #0f263b;
    font-family: "Nunito Sans", "Segoe UI", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.homepage-examiners__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #004488;
    border-radius: 32px;
    background: #ffffff;
    color: #004488;
    font-family: "Nunito Sans", "Segoe UI", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
}

.homepage-examiners button.homepage-examiners__button:hover,
.homepage-examiners a.homepage-examiners__button:hover {
    background: #ffffff;
    border-color: #004488;
    color: #004488;
    text-decoration: none;
}

.homepage-examiners__button:focus-visible {
    outline: 2px solid #004488;
    outline-offset: 2px;
}

.homepage-examiners__button-icon {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.homepage-examiners__media {
    position: absolute;
    top: -15.07px;
    left: 54.737%;
    width: 45.416%;
    max-width: 549.531px;
    height: 309.275px;
}

.homepage-examiners__photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-examiners__overlay {
    position: absolute;
    top: 8.3816px;
    left: -10px;
    display: block;
    width: 139.651px;
    height: 249.686px;
}

@media (max-width: 1180px) {
    .homepage-examiners__media {
        left: 52%;
        width: 48%;
    }
}

@media (max-width: 1024px) {
    .homepage-examiners__card {
        min-height: 0;
        padding: 24px;
    }

    .homepage-examiners__copy {
        width: 100%;
        max-width: none;
        gap: 24px;
        min-height: 0;
    }

    .homepage-examiners__media {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: none;
        height: 280px;
        margin-top: 24px;
    }

    .homepage-examiners__overlay {
        top: 8px;
        left: 0;
    }
}

@media (max-width: 640px) {
    .homepage-examiners h2 {
        font-size: 28px;
    }

    .homepage-examiners__card {
        padding: 20px;
    }

    .homepage-examiners__media {
        height: 220px;
    }

    .homepage-examiners__button {
        width: 100%;
    }
}
