/* Desktop */
.floating-whatsapp-btn{
    position:fixed;
    left:32px;
    bottom:87px;
    height:53px;
    padding:0 20px;
    border-radius:50px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:14px;
    font-size:16px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    z-index:9999;
    transition:.3s;
}

.floating-whatsapp-btn i{
    font-size:36px;
}

.floating-whatsapp-btn span{
    white-space:nowrap;
}

.floating-whatsapp-btn:hover{
    color:#fff;
    background:#20c55a;
    transform:translateY(-2px);
}

/* Mobile - Icon Only */
@media (max-width:768px){

    .floating-whatsapp-btn{
        left:15px;
        bottom:118px;
        width:55px;
        height:55px;
        padding:0;
        border-radius:50%;
        justify-content:center;
        gap:0;
    }

    .floating-whatsapp-btn span{
        display:none;
    }

    .floating-whatsapp-btn i{
        font-size:30px;
    }
}

/* Footer Disclaimer */
.footer-disclaimer-section{border-top:1px solid #e2e8f0;padding-top:1rem;margin-top:1rem}
.footer-disclaimer-title{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b;margin-bottom:.6rem}
.footer-disclaimer-text{font-size:.75rem;color:#6b7280;line-height:1.7;margin-bottom:.4rem}
.footer-disclaimer-text strong{color:#4b5563}
.footer-disclaimer-text a{color:#2563eb;text-decoration:none}
.footer-disclaimer-text a:hover{text-decoration:underline}
