/* Full-stack helper styles and WhatsApp launcher */
.form-honeypot { position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important; }
button:disabled { cursor:not-allowed;opacity:.66; }
.acad-whatsapp-launcher { position:fixed;left:22px;bottom:22px;z-index:1095;display:grid;place-items:center;width:56px;height:56px;border:4px solid #fff;border-radius:18px;background:#25d366;color:#fff;box-shadow:0 16px 38px rgba(12,105,55,.3);transition:transform .2s,box-shadow .2s; }
.acad-whatsapp-launcher:hover { transform:translateY(-4px) rotate(-2deg);box-shadow:0 20px 44px rgba(12,105,55,.38); }
.acad-whatsapp-launcher svg { width:29px;height:29px;fill:currentColor; }
@media(max-width:600px){.acad-whatsapp-launcher{left:14px;bottom:14px;width:52px;height:52px;border-radius:16px;}}
