* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif; background: #f4f6f9; color: #1f2937; line-height: 1.6; }
header { background: #0f4c81; color: #fff; padding: 22px 20px; }
header .wrap { max-width: 900px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
header h1 { font-size: 22px; }
header nav a { color: #cfe3ff; text-decoration: none; margin-left: 16px; font-size: 14px; }
.wrap { max-width: 900px; margin: 0 auto; padding: 24px 20px; }
.hero { background: #fff; border-radius: 12px; padding: 28px; margin-bottom: 24px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.hero h2 { font-size: 24px; margin-bottom: 8px; color: #0f4c81; }
.hero p { color: #4b5563; }
.job { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 18px 20px; margin-bottom: 14px; box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.job h3 { color: #0f4c81; font-size: 18px; }
.badges { margin: 8px 0; }
.badge { display: inline-block; background: #eef4fb; color: #0f4c81; font-size: 12px; padding: 3px 10px; border-radius: 20px; margin-right: 6px; }
.job p { color: #4b5563; font-size: 14px; margin-bottom: 12px; }
.btn { display: inline-block; background: #0f4c81; color: #fff; text-decoration: none; padding: 10px 20px; border-radius: 8px; font-size: 14px; border: none; cursor: pointer; }
.btn:hover { background: #0c3e6b; }
form { background: #fff; border-radius: 12px; padding: 26px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
label { display: block; font-weight: 600; font-size: 14px; margin: 14px 0 6px; }
input, select, textarea { width: 100%; padding: 11px 12px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 14px; font-family: inherit; }
textarea { resize: vertical; min-height: 90px; }
.consent { background: #f0f7ff; border: 1px solid #bcd9ff; border-radius: 8px; padding: 14px; margin: 18px 0; display: flex; align-items: flex-start; gap: 10px; }
.consent input { width: auto; margin-top: 4px; }
.consent label { margin: 0; font-weight: 500; font-size: 14px; }
.error { background: #fde8e8; color: #9b1c1c; padding: 12px 14px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; }
.success { background: #e7f6ec; color: #1c7a3f; padding: 18px; border-radius: 10px; margin-bottom: 16px; font-size: 15px; }
table { width: 100%; border-collapse: collapse; background: #fff; font-size: 13px; }
th, td { border: 1px solid #e5e7eb; padding: 8px 10px; text-align: left; }
th { background: #0f4c81; color: #fff; }
footer { text-align: center; color: #9ca3af; font-size: 13px; padding: 24px; }
