.wf-split{border-radius:24px;display:grid;font-family:Inter,sans-serif;grid-template-columns:1fr 1fr;margin:40px auto 0;max-width:1000px;overflow:hidden}.wf-left{background:#f6f9ff;display:flex;flex-direction:column;justify-content:center;padding:48px 44px}.wf-heading{color:#2b2b2b;font-size:34px;font-weight:700;line-height:1.15;margin:0 0 18px}.wf-intro{color:#5f5e5a;font-size:15px;line-height:1.65;margin:0 0 28px;max-width:380px}.wf-detail-box{background:#fff;border:1px solid #fe3838;border-radius:12px;margin-bottom:28px;padding:20px 22px}.wf-detail-row{border-bottom:1px solid #eee;display:flex;font-size:13px;gap:16px;justify-content:space-between;padding:8px 0}.wf-detail-row:last-child{border-bottom:none}.wf-detail-label{color:#888;font-weight:500}.wf-detail-value{color:#2b2b2b;font-weight:600;text-align:right}.wf-support-line{color:#888;font-size:13px}.wf-support-line a{color:#21ad7e;font-weight:600;text-decoration:none}.wf-right{background:#2b2b2b;display:flex;flex-direction:column;justify-content:center;padding:48px 44px}.wf-form-heading{color:#fff;font-family:Inter,sans-serif;font-size:40px;font-weight:900;margin-bottom:24px;text-align:center}.wf-row{display:grid;gap:12px;grid-template-columns:1fr 1fr}.wf-field{margin-bottom:16px}.wf-field label{color:#fff;display:block;font-size:13px;font-weight:600;margin-bottom:8px}.wf-field input{background:#f6f9ff;border:none;border-radius:999px;box-sizing:border-box;color:#2b2b2b;font-family:Inter,sans-serif;font-size:14px;height:48px;padding:0 18px;width:100%}.wf-field input::placeholder{color:#9aa3b5}.wf-field input:focus{outline:2px solid #fe3838}#wf-submit-btn{background-color:#fe3838;border:none;border-radius:999px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:15px;font-weight:700;height:48px;margin-top:6px;padding:0 16px;width:100%}#wf-submit-btn:hover{background-color:#e32b2b}#wf-submit-btn:disabled{cursor:not-allowed;opacity:.6}.wf-legal{color:#bbb;font-size:12px;line-height:1.6;margin-top:16px}.wf-legal a{color:#21ad7e;font-weight:600;text-decoration:underline}#wf-status{border-radius:12px;font-size:14px;margin-bottom:16px;padding:14px}#wf-status.wf-success{background:#eaf3de;color:#27500a}#wf-status.wf-error{background:#fcebeb;color:#791f1f}@media (max-width:720px){.wf-split{grid-template-columns:1fr}.wf-left,.wf-right{padding:32px 24px}}