﻿#tpFooter .tp-contactCard__newsletter {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

#tpFooter .tp-contactCard__newsletterTitle {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.01em;
}

#tpFooter .tp-contactCard__newsletterText {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

#tpFooter .tp-contactCard__newsletterForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#tpFooter .tp-contactCard__newsletterRow {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#tpFooter .tp-contactCard__newsletterInput {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

    #tpFooter .tp-contactCard__newsletterInput::placeholder {
        color: rgba(255, 255, 255, 0.48);
    }

    #tpFooter .tp-contactCard__newsletterInput:focus {
        border-color: rgba(255, 255, 255, 0.28);
        background: rgba(255, 255, 255, 0.09);
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
    }

#tpFooter .tp-contactCard__newsletterBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, opacity .18s ease;
}

    #tpFooter .tp-contactCard__newsletterBtn:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
        filter: brightness(1.02);
    }

    #tpFooter .tp-contactCard__newsletterBtn:active {
        transform: translateY(0);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
    }

    #tpFooter .tp-contactCard__newsletterBtn:disabled {
        opacity: .7;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

#tpFooter .tp-contactCard__newsletterResult {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 1.55;
}

    #tpFooter .tp-contactCard__newsletterResult.is-success {
        color: #d1fae5;
        background: rgba(16, 185, 129, 0.12);
        border-color: rgba(16, 185, 129, 0.32);
    }

    #tpFooter .tp-contactCard__newsletterResult.is-error {
        color: #fecaca;
        background: rgba(239, 68, 68, 0.12);
        border-color: rgba(239, 68, 68, 0.30);
    }

@media (max-width: 991.98px) {
    #tpFooter .tp-contactCard__newsletterBtn {
        width: 100%;
    }
}
