#td-btn{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:#25D366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:9999;}
#td-chat{position:fixed;bottom:80px;right:20px;width:260px;background:#fff;border-radius:12px;display:none;}
#td-chat.open{display:block;}
.td-head{background:#16a34a;color:#fff;padding:12px;}
.td-body{padding:10px;display:flex;flex-direction:column;gap:8px;}
.td-body button{padding:10px;border:none;border-radius:8px;color:#fff;}
.td-body button:nth-child(1){background:#22c55e;}
.td-body button:nth-child(2){background:#3b82f6;}
.td-body button:nth-child(3){background:#f97316;}
.td-body button:nth-child(4){background:#10b981;}
.td-body button:nth-child(5){background:#6366f1;}
.td-wa-btn{display:block;width:100%;margin-top:12px;background:#25D366;color:#fff;padding:12px;text-align:center;border-radius:8px;}
