.fd24-registration{max-width:820px;margin:30px auto;padding:38px 42px;border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(18,43,88,.12);font-family:inherit;color:#152a57}
.fd24-reg-header{text-align:center;margin-bottom:30px}.fd24-brand{font-size:27px;font-weight:800;color:#17366d}.fd24-brand span{color:#0aa59c}
.fd24-reg-header h1{font-size:38px;line-height:1.15;margin:20px 0 8px}.fd24-reg-header h1 span{color:#10a39a}.fd24-reg-header p{font-size:17px;color:#697895;margin:0}
.fd24-type-section{border:0;padding:0;margin:0 0 22px}.fd24-type-section legend{font-size:22px;font-weight:700;margin-bottom:15px}
.fd24-account-types{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.fd24-type-card{position:relative;min-height:150px;border:1.5px solid #dbe4f0;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:.2s;background:#fff}.fd24-type-card input{position:absolute;opacity:0}.fd24-type-card.is-selected{border-color:#1686ff;box-shadow:0 0 0 1px #1686ff;background:#f8fbff}.fd24-type-icon{font-size:38px}.fd24-type-card strong{font-size:19px}.fd24-selected-badge{display:none;font-size:11px;font-weight:700;color:#0877eb;background:#e7f1ff;padding:5px 10px;border-radius:20px}.fd24-type-card.is-selected .fd24-selected-badge{display:inline-block}
.fd24-institution-types{padding:16px 18px;border:1px solid #dbe4f0;border-radius:14px;margin-bottom:20px;background:#fbfcfe}.fd24-subtitle{font-weight:700;margin-bottom:12px}.fd24-radio-row{display:flex;gap:22px;flex-wrap:wrap}.fd24-radio-row label{font-size:15px}.fd24-radio-row input{margin-right:6px}
.fd24-field{display:block;margin-bottom:15px}.fd24-field>span{display:block;font-size:14px;font-weight:600;margin-bottom:7px}.fd24-field em{font-style:normal;color:#7d8ba5;font-weight:400}.fd24-field input{width:100%;box-sizing:border-box;border:1px solid #dbe4f0;border-radius:12px;padding:15px 16px;font-size:16px;outline:none}.fd24-field input:focus{border-color:#1686ff;box-shadow:0 0 0 3px rgba(22,134,255,.08)}
.fd24-mobile-wrap{display:flex}.fd24-country{display:flex;align-items:center;padding:0 15px;border:1px solid #dbe4f0;border-right:0;border-radius:12px 0 0 12px;background:#fafcff;font-weight:600}.fd24-mobile-wrap input{border-radius:0 12px 12px 0}
.fd24-password-wrap{position:relative}.fd24-password-wrap input{padding-right:52px}.fd24-toggle-password{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:none;cursor:pointer;font-size:18px}
.fd24-strength{display:flex;align-items:center;gap:5px;margin-top:7px;font-size:12px;color:#7d8ba5}.fd24-strength b{font-weight:700}.fd24-strength i{display:block;width:30px;height:5px;background:#dbe2ea;border-radius:5px}.fd24-strength.weak i:nth-of-type(1),.fd24-strength.medium i:nth-of-type(-n+2),.fd24-strength.strong i:nth-of-type(-n+3),.fd24-strength.very-strong i:nth-of-type(-n+4){background:#1686ff}
.fd24-terms{display:flex;gap:10px;align-items:flex-start;margin:20px 0;font-size:14px}.fd24-terms input{margin-top:3px}.fd24-terms a,.fd24-login-prompt a{color:#087df2;text-decoration:none}
.fd24-submit{width:100%;border:0;border-radius:12px;padding:15px 20px;background:linear-gradient(90deg,#087df2,#0aa59c);color:#fff;font-size:19px;font-weight:700;cursor:pointer}.fd24-submit span{margin-left:8px}
.fd24-login-prompt{text-align:center;margin:22px 0;font-size:15px}.fd24-security{border-top:1px solid #e5eaf1;padding-top:18px;display:flex;justify-content:center;gap:12px;align-items:center}.fd24-security-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e4f7f4;color:#0a9f93;font-weight:800}.fd24-security strong,.fd24-security small{display:block}.fd24-security small{color:#7a879f;margin-top:3px}
.fd24-alert{padding:13px 15px;border-radius:10px;margin-bottom:18px}.fd24-alert-error{background:#fff1f1;color:#a32929}.fd24-alert-info{background:#eef5ff;color:#234d83}.fd24-alert ul{margin:0;padding-left:20px}
.fd24-success-wrap{text-align:center;padding:50px 20px}.fd24-success-icon{margin:0 auto 16px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e4f7f4;color:#0a9f93;font-size:30px;font-weight:800}.fd24-success-wrap h2{margin:0 0 8px}.fd24-success-meta{display:inline-block;text-align:left;background:#f7f9fc;border-radius:10px;padding:15px 20px;margin:15px 0}.fd24-success-note{color:#68758c}
@media(max-width:650px){.fd24-registration{padding:25px 18px;border-radius:18px}.fd24-reg-header h1{font-size:30px}.fd24-account-types{grid-template-columns:1fr}.fd24-type-card{min-height:120px}.fd24-radio-row{flex-direction:column;gap:10px}}

/* Required-field marker */
.fd24-reg-form .fd24-required-label::after {
  content: " *";
  color: #d93025 !important;
  font-weight: 700;
  font-style: normal;
  display: inline;
}
