/* Дикий Люкс — QR-блок на Telegram в правом нижнем углу футера.
   Размещается внутри .footer-cta под формой подписки (или после неё). */
.footer-tg-qr {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(11, 11, 14, 0.08);
}
.footer-tg-qr-img {
    flex-shrink: 0;
    width: 92px;
    height: 92px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 6px;
    border: 1px solid rgba(11, 11, 14, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-tg-qr-img img { width: 100%; height: 100%; display: block; }
.footer-tg-qr-text {
    color: rgba(11, 11, 14, 0.55);
    font-size: 12px;
    line-height: 1.45;
    text-decoration: none;
}
.footer-tg-qr-text strong {
    display: block;
    color: #0B0B0E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
    text-decoration: none;
}
.footer-tg-qr-text:hover strong { color: #29457C; }

@media (max-width: 760px) {
    .footer-tg-qr { gap: 12px; margin-top: 18px; padding-top: 18px; }
    .footer-tg-qr-img { width: 76px; height: 76px; }
}
