:root { --ff-blue: #1E6FE5; }
html body .ffband .fluentform { color: #C7D6EA; }
html body .ffband .ff-el-form-control { background: rgba(255,255,255,0.03) !important; border: 1px solid #33507E !important; border-radius: 0.8rem !important; color:#fff !important; font-family:"Poppins",system-ui,sans-serif !important; font-size:1rem !important; min-height:48px; padding:0.7rem 1rem !important; }
html body .ffband .ff-el-form-control:focus { border-color:#5E93EC !important; box-shadow:none !important; background:rgba(255,255,255,0.07) !important; }
html body .ffband .ff-el-form-control::placeholder { color:#8FA5C4; }
html body .ffband textarea.ff-el-form-control { min-height:120px; }
html body .ffband .ff-el-input--label label { color:#C7D6EA !important; font-size:0.78rem !important; font-weight:600 !important; letter-spacing:0.05em; }
html body .ffband .ff-el-is-required.asterisk-right label:after, html body .ffband .ff-el-is-required label:after { color:#7FB0F5 !important; }
html body .ffband .ff-el-group { margin-bottom:1.1rem !important; }
html body .ffband .ff-btn-submit { background:#fff !important; color:#0D2C4F !important; border:0 !important; border-radius:999px !important; padding:1rem 2.1rem !important; min-height:50px; font-family:"Poppins",system-ui,sans-serif !important; font-size:0.85rem !important; font-weight:700 !important; letter-spacing:0.08em; text-transform:uppercase; cursor:pointer; transition:transform .25s ease, background .25s ease; }
html body .ffband .ff-btn-submit:hover { background:#E8F1FD !important; transform:translateY(-3px); }
html body .ffband .ff-message-success { background:rgba(34,197,94,.12); border:1px solid rgba(34,197,94,.35); color:#86EFAC; border-radius:.8rem; padding:.9rem 1.1rem; }
html body .ffband .ff-el-is-error .ff-el-form-control { border-color:#F87171 !important; }
html body .ffband .error, html body .ffband .ff-el-is-error .text-danger, html body .ffband .ff-el-error-message { color:#FCA5A5 !important; font-size:.8rem; }
html body .ffband .ff-el-group .ff-el-form-check-label, html body .ffband .ff_t_c label { color:#C7D6EA !important; }
@media (max-width:767px){ html body .ffband .ff-btn-submit{ width:100%; } }