.xd-apply-cta {
    width: 100%;
    border-radius: 56px;
    overflow: hidden;
    min-height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
    background: radial-gradient(ellipse at 50% 40%, #3e1a72, #2a1058 55%, #190840);
    background-size: cover;
    background-repeat: no-repeat;
}

.xd-apply-cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.06));
    mix-blend-mode: screen;
    z-index: 0;
}

.xd-apply-cta__content {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding: 56px 68px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.xd-apply-cta__heading {
    font-size: 60px;
    font-weight: 700;
    color: white !important;
    margin: 0;
    letter-spacing: -0.02em;
}

.xd-apply-cta__copy {
    margin: 0 auto;
    max-width: 660px;
    color: white !important;
    font-size: 18px;
    line-height: 1.3;
}

.xd-apply-cta__button {
    align-self: center;
    padding: 14px 30px !important;
    border-radius: 8px;
    background: #efbb47 !important;
    color: #111 !important;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none !important;
    letter-spacing: 0.01em;
    box-shadow: none;
    transition: background 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.xd-apply-cta__button:hover,
.xd-apply-cta__button:focus-visible {
    background: #ffd55a !important;
    color: #111 !important;
}

@media (max-width: 768px) {
    .xd-apply-cta {
        border-radius: 0;
    }

    .xd-apply-cta__content {
        padding: 48px;
    }

    .xd-apply-cta__heading {
        font-size: 35px;
    }

    .xd-apply-cta__copy {
        font-size: 18px;
    }

    .xd-apply-cta__button {
        width: auto;
        justify-content: center;
    }
}
