@import url('fonts.css');
* { box-sizing: border-box; }
body { margin: 0; color: #272727; background: #fff; font: 14px/1.7 Roboto, Arial, sans-serif; }
a { color: inherit; }
.topbar { background: #fff; border-bottom: 1px solid #eee; }
.header-inner { max-width: 1170px; min-height: 94px; padding: 20px 24px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: block; line-height: 0; }
.brand img { width: 150px; height: 46px; }
nav { display: flex; gap: 32px; flex-wrap: wrap; }
nav a { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-decoration: none; }
nav a:hover, nav a[aria-current] { color: #d10000; }
.page-banner { background: #181b24 url('header-background.png') center 44% / cover no-repeat; }
.banner-inner { max-width: 1170px; margin: auto; padding: 60px 24px 66px; color: #fff; }
.banner-inner p, h1, h2, legend { font-family: Oswald, 'Arial Narrow', Arial, sans-serif; font-weight: 400; }
.banner-inner p { font-size: 22px; letter-spacing: 4px; margin: 0 0 12px; }
h1 { font-size: 44px; line-height: 1.3; letter-spacing: 4px; margin: 0; }
h1 span { color: #fc0; }
.layout { max-width: 1170px; margin: auto; padding: 50px 24px 70px; }
h2 { font-size: 30px; line-height: 1.4; letter-spacing: 2px; margin: 0 0 18px; }
.card > h2::after { content: ''; display: block; width: 35px; height: 2px; background: #fc0; margin-top: 18px; }
.lead { color: #666; margin: 0 0 30px; }
fieldset { min-width: 0; border: 0; border-top: 1px solid #e5e5e5; padding: 26px 0 4px; margin: 24px 0 0; }
legend { float: left; width: 100%; padding: 0; margin-bottom: 18px; font-size: 22px; letter-spacing: .5px; }
.section-hint { clear: both; font-size: 12px; color: #666; margin: 0 0 18px; }
.field { clear: both; min-width: 0; margin-bottom: 20px; }
.field label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 500; }
.field input { width: 100%; min-width: 0; min-height: 46px; padding: 10px 12px; border: 1px solid #d5d5d5; border-radius: 0; background: #fff; color: #222; font: inherit; }
input::placeholder { color: #888; }
input:focus { border-color: #777; outline: 2px solid #fc0; outline-offset: 1px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; clear: both; }
.address-locality { grid-template-columns: 1fr 2fr; }
.document-link { clear: both; display: flex; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid #ddd; text-decoration: none; }
.document-link:hover { border-color: #777; }
.document-link strong { display: block; font-size: 13px; font-weight: 500; }
.document-link small { display: block; color: #666; font-size: 11px; }
.document-link > span:last-child { margin-left: auto; }
.pdf-icon { color: #c32238; font-size: 11px; font-weight: 700; border: 1px solid #ddd; padding: 10px 6px; }
.checkbox { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; margin-top: 22px; cursor: pointer; }
.checkbox input { width: 18px; height: 18px; margin: 3px 0 0; flex-shrink: 0; accent-color: #222; }
.fine { font-size: 11px; color: #666; margin: 16px 0; }
.actions { display: flex; gap: 16px; margin-top: 26px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 48px; padding: 12px 24px; border: 1px solid #222; border-radius: 0; font: 500 12px/1.6 Roboto, Arial, sans-serif; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.primary { background: #fc0; border-color: #fc0; color: #171717; }
.primary:hover { background: #eabb00; border-color: #eabb00; }
.secondary { background: #fff; color: #222; }
.secondary:hover { background: #222; color: #fff; }
.button:focus-visible, a:focus-visible { outline: 3px solid #c22; outline-offset: 3px; }
.button[aria-disabled=true] { opacity: .6; cursor: wait; }
.footnote { color: #666; font-size: 11px; margin-top: 16px; }
.error-summary { border-left: 3px solid #c22; background: #fff3f3; padding: 16px; margin-bottom: 24px; color: #9c1823; }
.field-error { display: block; color: #a31925; font-size: 12px; margin-top: 5px; }
input[aria-invalid=true] { border-color: #b22; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.success-icon { font-size: 30px; color: #34714b; }
.eyebrow { display: block; font-size: 11px; letter-spacing: 2px; margin-bottom: 12px; }
.info { padding: 20px; background: #f6f6f6; border-left: 3px solid #fc0; margin: 24px 0; }
footer { border-top: 1px solid #eee; background: #f8f8f8; text-align: center; color: #666; padding: 32px 24px; font-size: 10px; letter-spacing: 1px; }
@media (max-width: 650px) {
  .header-inner { flex-direction: column; gap: 18px; padding: 18px 20px; }
  nav { gap: 18px; justify-content: center; }
  nav a { font-size: 10px; letter-spacing: 1px; }
  .banner-inner { padding: 36px 20px 40px; background: #0004; }
  .banner-inner p { font-size: 16px; }
  h1 { font-size: 29px; letter-spacing: 2px; }
  .layout { padding: 34px 20px 45px; }
  h2 { font-size: 26px; }
  .row { gap: 15px; }
  .address-locality { grid-template-columns: 1fr; gap: 0; }
  input { font-size: 16px !important; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
}
@media (max-width: 360px) { .row { grid-template-columns: 1fr; gap: 0; } }
