/* ============================================================
   WHATSAPP — Faza 5.5d
   Float button (sağ alt küncdə) + Footer WhatsApp Channel CTA
   ============================================================ */

/* ─── FLOAT BUTTON ──────────────────────────────────────────
   .wa-float CSS-i style.css-də mövcuddur (Faza 3.0) — bu fayl
   yalnız yeni .whatsapp-float utility class əlavə edir.
   Mövcud elementdə hər iki class olduğu üçün stillər birləşir.
   ────────────────────────────────────────────────────────── */

.whatsapp-float {
    z-index: 9999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 16px;
        right: 16px;
        width: 52px;
        height: 52px;
    }
    .whatsapp-float svg {
        width: 24px;
        height: 24px;
    }
}

@media print {
    .whatsapp-float,
    .wa-float {
        display: none !important;
    }
}

/* ─── FOOTER WHATSAPP CHANNEL CTA ───────────────────────── */
.footer-whatsapp-cta {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    padding: 28px 24px;
    border-radius: 14px;
    text-align: center;
    margin-bottom: 18px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.18);
}

.footer-whatsapp-cta__title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #fff;
}

.footer-whatsapp-cta__text {
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0 0 18px;
    opacity: 0.95;
    color: #fff;
}

.btn--whatsapp {
    background: #fff;
    color: #128C7E !important;
    font-weight: 700;
    padding: 11px 24px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 0;
    cursor: pointer;
}

.btn--whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    color: #128C7E !important;
}

.btn--whatsapp .btn__icon {
    flex-shrink: 0;
}

/* Footer about_short paragrafının səssiz override-i (uzun mətn üçün line-height) */
.footer-about {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 12px 0 16px;
    opacity: 0.9;
}

@media (max-width: 540px) {
    .footer-whatsapp-cta {
        padding: 24px 20px;
    }
}
