body { font-family: system-ui, sans-serif; background: #f8f9fa; margin: 0; padding: 20px 0; display: flex; justify-content: center; }
.card { background: #fff; padding: 45px 35px; border-radius: 16px; box-shadow: 0 10px 35px rgba(0,0,0,.1); max-width: 540px; width: 100%; }
.top-logo { text-align: center; margin-bottom: 30px; }
.top-logo img { max-height: 120px; width: auto; }
h2 { text-align: center; margin: 20px 0 30px; color: #1f4a7a; }
input[type=email] { width: 100%; padding: 16px; border: 2px solid #ddd; border-radius: 10px; font-size: 17px; margin: 15px 0; box-sizing: border-box; }
button { width: 100%; padding: 18px; background: #1f4a7a; color: #fff; border: none; border-radius: 10px; font-size: 18px; font-weight: bold; cursor: pointer; }
button:hover { background: #163d66; }
.message { padding: 16px; border-radius: 10px; margin: 20px 0; font-weight: 600; text-align: center; }
.success { background: #d4edda; color: #155724; }
.error { background: #f8d7da; color: #721c24; }
.hidden { display: none; }
.honeypot { position: absolute; left: -10000px; top: -10000px; width: 1px; height: 1px; overflow: hidden; }
.captcha-wrap { margin: 30px 0; text-align: center; display: flex; justify-content: center; }
.footer { margin-top: 50px; padding-top: 30px; border-top: 1px solid #eee; text-align: center; font-size: 14px; color: #555; line-height: 1.6; }
.footer .org-name { font-weight: 600; color: #1f4a7a; margin-bottom: 8px; }
.social-icons { margin-top: 15px; }
.social-icons a { margin: 0 12px; display: inline-block; }
.social-icons img { height: 32px; width: auto; vertical-align: middle; }
