.w-webflow-badge {
    display: none !important
}

.send-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#toast {
    position: fixed;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    padding: 12px 20px;
    border-radius: 8px;
    font: 600 14px/1.3 sans-serif;
    color: #fff;
    opacity: 0;
    transition: opacity .3s, transform .3s
}