.ffgw-box{--ffgw-accent:#ff8a00;margin:28px 0;padding:22px;border-radius:16px;background:linear-gradient(160deg,#12141c,#1d2230);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.25);font-family:inherit}
.ffgw-badge{display:inline-block;background:var(--ffgw-accent);color:#101010;font-weight:800;font-size:11px;letter-spacing:.12em;padding:4px 10px;border-radius:99px}
.ffgw-title{margin:10px 0 4px;font-size:22px;line-height:1.25;color:#fff}
.ffgw-sub{margin:0 0 14px;font-size:14px;opacity:.8;color:#dfe3ee}
.ffgw-progress{height:8px;border-radius:99px;background:rgba(255,255,255,.12);overflow:hidden}
.ffgw-progress span{display:block;height:100%;background:var(--ffgw-accent);transition:width .4s ease}
.ffgw-steptext{margin:8px 0 16px;font-size:12px;opacity:.75}
.ffgw-form{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}
.ffgw-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600}
.ffgw-form input,.ffgw-form select{padding:11px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;font-size:15px;outline:none}
.ffgw-form input:focus,.ffgw-form select:focus{border-color:var(--ffgw-accent)}
.ffgw-form select option{color:#111}
.ffgw-btn{grid-column:1/-1;display:inline-block;text-align:center;padding:14px 18px;border:0;border-radius:12px;background:var(--ffgw-accent);color:#111;font-weight:800;font-size:16px;cursor:pointer;text-decoration:none}
.ffgw-btn:disabled{opacity:.6;cursor:progress}
.ffgw-msg{grid-column:1/-1;margin:0;font-size:14px;min-height:18px}
.ffgw-msg.err{color:#ff6b6b}
.ffgw-msg.ok{color:#5ddc8a}
.ffgw-done p{font-size:16px;margin:6px 0 14px}
@media(max-width:600px){.ffgw-form{grid-template-columns:1fr}.ffgw-title{font-size:19px}}
