section#drop-lng,
  footer.footer { display: none !important; }
  body { background: #1e0024 !important; }

  .fc-register-page {
    min-height: calc(100vh - 68px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    background: linear-gradient(160deg, #2d0035 0%, #1a0020 100%);
  }

  .fc-register-wrap {
    width: 100%;
    max-width: 480px;
  }

  .fc-register-logo {
    text-align: center;
    margin-bottom: 32px;
  }
  .fc-register-logo img {
    height: 48px;
    width: auto;
  }

  .fc-register-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.35);
  }

  .fc-register-card h1 {
    font-size: 22px;
    font-weight: 800;
    color: #1a001f;
    margin: 0 0 6px;
    font-family: "Inter", sans-serif;
  }
  .fc-register-card p {
    font-size: 14.5px;
    color: #6b7280;
    margin: 0 0 28px;
    font-family: "Inter", sans-serif;
  }

  .fc-field {
    margin-bottom: 18px;
  }
  .fc-label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
    font-family: "Inter", sans-serif;
  }
  .fc-label i { color: #7c3aed; margin-right: 6px; }

  .fc-input-wrap { position: relative; }
  .fc-input {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #111;
    background: #fafafa;
    box-sizing: border-box;
    transition: border-color 0.15s, box-shadow 0.15s;
    outline: none;
  }
  .fc-input:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
    background: #fff;
  }
  .fc-toggle-pw {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #9ca3af;
    font-size: 14px;
  }
  .fc-toggle-pw:hover { color: #374151; }

  .fc-feedback {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
    font-size: 12.5px;
    color: #6b7280;
    font-family: "Inter", sans-serif;
  }

  .fc-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 20px 0;
  }

  .fc-register-btn {
    width: 100%;
    padding: 13px;
    background: #FBD713;
    color: #2d0035;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    transition: filter 0.15s;
    margin-top: 4px;
  }
  .fc-register-btn:hover { filter: brightness(1.08); }

  .fc-login-hint {
    text-align: center;
    margin-top: 20px;
    font-size: 13.5px;
    color: #6b7280;
    font-family: "Inter", sans-serif;
  }
  .fc-login-hint a {
    color: #7c3aed;
    font-weight: 700;
    text-decoration: none;
  }
  .fc-login-hint a:hover { text-decoration: underline; }

  input[type="checkbox"] { all: revert !important; }

  [dir="rtl"] .fc-register-card { text-align: right; }
  [dir="rtl"] .fc-label { text-align: right; }
  [dir="rtl"] .fc-label i { margin-right: 0; margin-left: 6px; }
  [dir="rtl"] .fc-toggle-pw { right: auto; left: 12px; }
  [dir="rtl"] .fc-input { padding-right: 14px; padding-left: 36px; }
