/* Блок «Ещё больше полётов» — ссылки на Telegram и YouTube в конце каждой страницы */

#main .social-cta, .social-cta {
    max-width: 720px;
    margin: 2.5rem auto 3rem;
    padding: 2rem 1.6rem;
    border-radius: 16px;
    background: #f2f5f8;
    border: 1px solid #e1e7ed;
    text-align: center;
    font-family: 'Onest', 'Source Sans Pro', Helvetica, sans-serif;
}

#main .social-cta .social-cta__title, .social-cta__title {
    margin: 0 0 0.35rem;
    color: #1a252f;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
}

#main .social-cta .social-cta__sub, .social-cta__sub {
    margin: 0 0 1.3rem;
    color: #7f8c8d;
    font-size: 0.88rem;
    line-height: 1.5;
}

#main .social-cta .social-cta__links, .social-cta__links {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

#main .social-cta .social-cta__btn, .social-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 22px;
    border-radius: 30px;
    background: #1a252f;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    border-bottom: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

#main .social-cta .social-cta__btn:hover, .social-cta__btn:hover {
    background: #2c3e50;
    color: #ffffff;
    transform: translateY(-2px);
    text-decoration: none;
    border-bottom: none !important;
}

.social-cta__icon {
    flex: 0 0 auto;
}

@media (max-width: 600px) {
    #main .social-cta, .social-cta {
        margin: 2rem 1rem 2.5rem;
        padding: 1.6rem 1.1rem;
    }

    #main .social-cta .social-cta__btn, .social-cta__btn {
        padding: 11px 18px;
    }
}
