/* ft-forms.css — native FlourishTalk forms (replaced the JotForm embeds). */
.ft-form{max-width:620px;margin:0 auto;text-align:left}
.ft-form .ff-row{margin-bottom:14px}
.ft-form label{display:block;font-weight:600;margin-bottom:5px;color:#2C2C2C}
.ft-form input[type=text],.ft-form input[type=email],.ft-form textarea,.ft-form select{
  width:100%;padding:11px;border:1px solid #d8cfc0;border-radius:8px;font:inherit;box-sizing:border-box;background:#fff;color:#2C2C2C}
.ft-form textarea{min-height:130px;resize:vertical}
.ft-form input:focus,.ft-form textarea:focus,.ft-form select:focus{outline:none;border-color:#8B1538}
.ft-form .ff-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.ft-form .ff-consent{font-weight:400;display:flex;gap:8px;align-items:flex-start;font-size:.95rem}
.ft-form .ff-consent input{width:auto;margin-top:3px}
.ft-form button{background:#8B1538;color:#fff;border:0;padding:13px 30px;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer}
.ft-form button:hover{background:#731029}
.ft-form button:disabled{background:#c9b3ba;cursor:not-allowed}
.ft-form .ff-err{color:#c0392b;margin-top:10px;min-height:1em}
.ft-form-done{max-width:620px;margin:0 auto;background:#eafaf0;border:1px solid #b7e3c6;border-radius:12px;padding:26px;text-align:center}
.ft-form-done h3{color:#155724;margin:0 0 8px}
.ft-form-done p{color:#2C2C2C;margin:0}
