:root { --mct-red:#c90000; --ink:#202124; --muted:#5f6368; --line:#c7c9cc; --paper:#fff; --soft:#f5f6f7; --focus:#0b57d0; }
* { box-sizing:border-box; }
body { margin:0; background:#eceff1; color:var(--ink); font-family:Arial,Helvetica,sans-serif; line-height:1.5; }
a { color:#084f9e; }
.page-shell { width:min(1040px,calc(100% - 24px)); margin:24px auto; padding:clamp(18px,4vw,48px); background:var(--paper); border-radius:10px; box-shadow:0 3px 18px rgba(0,0,0,.12); }
.masthead { text-align:center; margin-bottom:32px; }
.brand-bar { padding:10px; border:3px solid #111; background:#e8e8e8; color:red; font-family:Georgia,serif; font-size:clamp(1.45rem,4vw,2.25rem); font-weight:700; }
.masthead p { margin:.35rem 0; }
h1 { margin:1.4rem 0 0; font-family:Georgia,serif; text-transform:uppercase; letter-spacing:.025em; font-size:clamp(1.45rem,3vw,2rem); }
fieldset { margin:0 0 24px; padding:clamp(16px,3vw,28px); border:1px solid var(--line); border-radius:8px; }
legend { padding:0 8px; font-size:1.2rem; font-weight:700; }
label { display:block; margin-bottom:16px; font-weight:700; }
input,select,textarea { display:block; width:100%; margin-top:6px; padding:11px 12px; border:1px solid #8d9297; border-radius:5px; background:#fff; color:#111; font:inherit; }
textarea { resize:vertical; }
input:focus,select:focus,textarea:focus,button:focus { outline:3px solid color-mix(in srgb,var(--focus) 35%,transparent); outline-offset:2px; border-color:var(--focus); }
.form-grid { display:grid; gap:0 24px; }
.two-col { grid-template-columns:repeat(2,minmax(0,1fr)); }
.full { grid-column:1/-1; }
.qualification-list { display:grid; gap:16px; }
.qualification-row { display:grid; grid-template-columns:2fr 2fr 1fr 1fr; gap:12px; padding:15px; background:var(--soft); border-radius:7px; }
.qualification-row h3 { grid-column:1/-1; margin:0; font-size:1rem; }
.qualification-row label { margin:0; }
.field-help,.required-note { color:var(--muted); font-size:.92rem; }
.terms { padding:15px; border-left:4px solid var(--mct-red); background:#faf4f4; }
.checkbox-label { display:flex; align-items:flex-start; gap:10px; font-weight:400; }
.checkbox-label input { width:auto; flex:0 0 auto; margin-top:.25rem; }
.required { color:#a40000; }
.submit-button { width:100%; border:0; border-radius:6px; padding:14px 20px; background:var(--mct-red); color:#fff; font-size:1.08rem; font-weight:700; cursor:pointer; }
.submit-button:hover { background:#a80000; }
.notice { margin:0 0 24px; padding:16px 20px; border-radius:7px; }
.notice h2 { margin:0 0 5px; }
.notice p { margin:0; }
.success { border:1px solid #2e7d32; background:#edf7ee; }
.error { border:1px solid #b3261e; background:#fceeee; }
.trap { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
@media (max-width:760px) { .two-col,.qualification-row { grid-template-columns:1fr; } .qualification-row h3 { grid-column:auto; } .page-shell { margin:0 auto; width:100%; border-radius:0; } }
@media print { body { background:#fff; } .page-shell { width:100%; margin:0; padding:0; box-shadow:none; } .submit-button,.required-note { display:none; } }
