* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background: #fff;
  line-height: 1.5;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.gov-banner {
  background: #f0f0f0;
  font-size: 12px;
  color: #1b1b1b;
  padding: 6px 0;
  border-bottom: 1px solid #e1e1e1;
}
.gov-banner__inner { display: flex; align-items: center; gap: 8px; }
.gov-banner a { color: #005ea2; text-decoration: underline; }
.flag { font-size: 14px; }

.masthead {
  background: #14559b;
  padding: 18px 0;
}
.masthead__logo { display: flex; align-items: center; gap: 12px; color: #fff; }
.masthead__seal {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: #fff; color: #14559b; font-weight: 700;
}
.masthead__wordmark { font-size: 28px; font-weight: 700; letter-spacing: 1px; }

.main { padding: 40px 24px 60px; }
.title {
  font-size: 40px;
  font-weight: 800;
  margin: 8px 0 6px;
  letter-spacing: -0.5px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #5c5c5c;
  font-size: 12px;
  margin: 0 0 28px;
}

.notice {
  display: flex;
  gap: 16px;
  background: #e7f3f7;
  border-left: 4px solid #14559b;
  padding: 18px 22px;
  margin-bottom: 28px;
}
.notice__icon {
  flex: 0 0 24px;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: #1b1b1b;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-style: italic;
  font-weight: 700;
  font-family: Georgia, serif;
  font-size: 14px;
  margin-top: 2px;
}
.notice__title { font-weight: 700; margin: 0 0 6px; }
.notice p { margin: 0 0 6px; font-size: 14px; }

.panel {
  border: 1px solid #dcdcdc;
  padding: 28px 32px;
  border-radius: 2px;
}
.panel p { font-size: 14px; margin: 0 0 14px; }
.muted { color: #6b6b6b; font-size: 13px; }
.step-title { font-size: 22px; font-weight: 700; margin: 24px 0 4px; }

.form { margin-top: 18px; display: grid; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-weight: 700; font-size: 14px; }
.field input {
  font: inherit;
  padding: 10px 12px;
  border: 1px solid #565c65;
  border-radius: 2px;
  background: #fff;
  max-width: 480px;
}
.field input:focus { outline: 3px solid #2491ff; outline-offset: 0; border-color: #14559b; }

.actions { margin-top: 8px; }
.btn {
  background: #14559b;
  color: #fff;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 22px;
  border-radius: 2px;
  cursor: pointer;
}
.btn:hover { background: #0f4477; }

.footer {
  margin-top: 40px;
  background: #14559b;
  color: #fff;
  padding: 18px 0;
  font-size: 13px;
}
.footer p { margin: 0; }

@media (max-width: 640px) {
  .title { font-size: 28px; }
  .panel { padding: 20px; }
}
