.phd-form-wrap{max-width:460px;margin:20px auto}
.phd-form{background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:26px;box-shadow:0 6px 24px rgba(0,0,0,.06)}
.phd-form-title{margin:0 0 18px;font-size:22px;text-align:center;color:#222}
.phd-field{margin-bottom:14px}
.phd-field label{display:block;font-size:13px;font-weight:600;margin-bottom:5px;color:#444}
.phd-field input{width:100%;padding:11px 13px;border:1px solid #ccc;border-radius:8px;font-size:15px;box-sizing:border-box}
.phd-consent{display:flex;gap:9px;align-items:flex-start;font-size:13px;color:#555;margin:8px 0 18px}
.phd-submit{width:100%;padding:13px;background:#6610f2;color:#fff;border:0;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;letter-spacing:.4px}
.phd-submit:hover{background:#530dc4}
.phd-submit:disabled{opacity:.6;cursor:not-allowed}
.phd-form-msg{margin-top:14px;text-align:center;font-weight:600}
.phd-form-msg.ok{color:#0a8f4d}
.phd-form-msg.err{color:#d33}
