/* Скрываем родную кнопку формы */
.t-form__submit {
    display: none !important;
}

/* Скрываем родной popup Tilda — точный класс */
.t-form-success-popup__window,
.t-form-success-popup,
[class*="form-success-popup"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Курсор на кнопку */
[data-id="custom-submit-btn"],
[data-id="custom-submit-btn"] * {
    cursor: pointer !important;
}