/* Shared Final CTA section styles */
.home-final-cta {
    padding: 150px 0 133px;
    position: relative;
    z-index: 1;
    background-image: url('/skin/ukexpes_skin/frontend/img/home-page/images/final_cta_cut_bg.png?v=1');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.home-final-cta__inner h2 {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #001F48;
}

.home-final-cta__inner p {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #1E17E0;
    margin-bottom: 48px;
}

.home-final-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.home-final-cta__trust {
    margin-top: 24px;
}

.home-final-btn {
    max-width: 368px;
    width: 100%;
    padding: 15px 18px;
    border-radius: 57px;
    border: 1px solid #1E17E0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-final-btn--primary {
    background: linear-gradient(90.64deg, #0B1FA1 1.52%, #1E17E0 98.31%);
    color: #FFFFFF;
}

.home-final-btn--ghost {
    background: rgba(255, 255, 255, 0.16);
    color: #1E17E0;
    backdrop-filter: blur(12px);
}

@media (hover: hover) {
    .home-final-cta .home-final-btn--primary:hover {
        background: linear-gradient(90.64deg, #0B1FA1 1.52%, #1E17E0 98.31%);
        color: #FFFFFF;
        text-decoration: none;
    }

    .home-final-btn--primary:hover {
        background: transparent;
        color: #1E17E0;
        text-decoration: none;
    }

    .home-final-btn--ghost:hover {
        background: #1E17E0;
        color: #FFFFFF;
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    .home-final-cta {
        background-position: right bottom;
    }

    .home-final-cta__inner h2 {
        font-size: 32px;
        line-height: 120%;
    }

    .home-final-cta__inner p {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 32px;
    }
}
