body { font-family: Arial, sans-serif; background:#f4f4f4; margin:0; }
.wrap { max-width: 520px; margin: 40px auto; text-align:center; }
.logo { max-width: 420px; width: 90%; height:auto; margin-bottom:20px; }
.card { background:#fff; padding:24px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,.08); text-align:left; }
label { display:block; margin: 12px 0 6px; }
input { width:100%; padding:10px; border:1px solid #ccc; border-radius:4px; }
input[type="checkbox"] { width:auto; padding:0; margin-right:8px; }
.human-check { margin-top:12px; }
.human-check label { display:flex; align-items:center; margin:0; font-weight:600; }
.hp { display:none; }
button { margin-top:14px; width:100%; background:#d8262c; color:#fff; border:0; padding:12px; border-radius:4px; font-weight:bold; cursor:pointer; }
button:hover { background:#b91f24; }
