:root {
  --ink: #211e1a;
  --muted: #716a60;
  --line: #e5ddcf;
  --paper: #fffdf7;
  --canvas: #f7f2e6;
  --red: #f04436;
  --red-dark: #cf3128;
  --teal: #20aaa4;
  --yellow: #f4c542;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--canvas); }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
button, select, input[type="file"] { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(240,68,54,.22); outline-offset: 2px; }
.site-header { min-height: 70px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e7decc; background: rgba(255,253,247,.96); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 40px; height: 40px; display: block; border-radius: 11px; }
.brand > span { width: 1px; height: 24px; background: var(--line); }
.brand strong { font-size: 14px; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-switcher { display: flex; align-items: center; gap: 8px; color: #6f675d; font-size: 11px; font-weight: 750; }
.language-switcher select { min-width: 142px; height: 38px; padding: 0 32px 0 11px; border: 1px solid #dcd2c2; border-radius: 9px; color: var(--ink); background: #fffdfa; font-size: 12px; font-weight: 720; }
.quiet-link { color: #6f675d; font-size: 12px; font-weight: 700; text-decoration: none; }
.quiet-link:hover { color: var(--red); }
main { max-width: 1380px; margin: 0 auto; padding: 48px clamp(20px, 5vw, 72px) 70px; display: grid; grid-template-columns: minmax(320px, .8fr) minmax(520px, 1.2fr); gap: clamp(36px, 6vw, 92px); align-items: start; }
.intro-panel { position: sticky; top: 40px; min-height: calc(100vh - 150px); display: flex; flex-direction: column; }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: 11px; font-weight: 820; letter-spacing: .13em; }
h1 { max-width: 590px; margin: 0; font-size: clamp(38px, 4vw, 60px); line-height: 1.02; letter-spacing: -.055em; }
.lead { max-width: 590px; margin: 21px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.process-card { margin-top: 34px; padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.process-card > strong { font-size: 12px; }
.process-card ol { margin: 17px 0 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.process-card li { display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: start; }
.process-card li > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--teal); font-size: 10px; font-weight: 800; }
.process-card li:nth-child(2) > span { color: #6d510c; background: var(--yellow); }
.process-card li:nth-child(3) > span { background: var(--red); }
.process-card div { display: flex; flex-direction: column; gap: 3px; }
.process-card b { font-size: 11px; }
.process-card small { color: #7e766c; font-size: 10px; line-height: 1.45; }
.privacy-note { margin: auto 0 0; padding-top: 26px; color: #877f74; font-size: 10px; line-height: 1.55; }
.form-panel { overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--red); border-radius: 22px; background: var(--paper); box-shadow: 0 20px 55px rgba(72,52,33,.06); }
.form-heading { padding: 28px 32px 23px; border-bottom: 1px solid var(--line); }
.form-heading h2, .confirmation h2 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.form-heading > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
form { padding: 0 32px 32px; }
fieldset { margin: 0; padding: 27px 0 29px; border: 0; border-bottom: 1px solid var(--line); }
legend { width: 100%; margin-bottom: 18px; display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
legend span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--red); font-size: 9px; }
legend b { font-size: inherit; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: #5e574f; font-size: 11px; font-weight: 720; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #ddd3c2; border-radius: 10px; color: var(--ink); background: #fffdfa; }
.field input, .field select { height: 45px; padding: 0 12px; }
.field textarea { padding: 12px; resize: vertical; line-height: 1.55; }
.field input::placeholder, .field textarea::placeholder { color: #9c948a; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); }
.field-help { align-self: flex-end; color: #8b8379; font-size: 9px; }
.file-upload-group { display: grid; gap: 10px; }
.file-drop { min-height: 104px; padding: 19px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px dashed #cfc3b1; border-radius: 13px; background: #fbf6ec; cursor: pointer; transition: .18s ease; }
.file-drop:hover { border-color: var(--red); background: #fff4f1; }
.file-drop-secondary { min-height: 82px; background: #fffdfa; }
.file-drop-secondary .file-icon { color: #147f7a; background: #dff4f2; }
.file-drop input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.file-icon { width: 41px; height: 41px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: var(--red); background: #fee7e2; font-size: 22px; }
.file-drop > span:last-child { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.file-drop strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.file-drop small { color: #847b70; font-size: 9px; }
.file-list { display: grid; gap: 7px; }
.file-list:empty { display: none; }
.file-list-row { padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid #e2dacd; border-radius: 10px; background: #fffaf1; }
.file-list-row > div { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 9px; }
.file-list-row strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.file-list-row small { color: #847b70; font-size: 9px; }
.file-role { padding: 4px 6px; border-radius: 6px; color: #147f7a !important; background: #dff4f2; font-weight: 760; white-space: nowrap; }
.file-remove { padding: 5px 7px; border: 0; color: #a73528; background: transparent; font-size: 9px; font-weight: 760; }
.file-remove:hover { text-decoration: underline; }
.check-row { margin-top: 14px; padding: 13px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid #e1d8c9; border-radius: 10px; background: #fffaf1; cursor: pointer; }
.check-row input { margin-top: 2px; accent-color: var(--teal); }
.check-row span { color: #625b52; font-size: 10px; line-height: 1.55; }
.form-error { margin-top: 22px; padding: 13px 14px; border: 1px solid #efb5ac; border-radius: 10px; color: #a83227; background: #fff0ed; font-size: 11px; line-height: 1.5; }
.submit-row { padding-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.submit-row p { max-width: 280px; margin: 0; color: #857c71; font-size: 9px; line-height: 1.45; }
.submit-row button, .confirmation button { min-height: 46px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 10px; color: #fff; background: var(--red); font-size: 12px; font-weight: 800; }
.submit-row button:hover, .confirmation button:hover { background: var(--red-dark); }
.submit-row button:disabled { opacity: .55; cursor: wait; }
.honeypot { position: absolute !important; left: -9999px !important; }
.confirmation { min-height: 560px; padding: 52px 34px; display: grid; place-items: center; align-content: center; text-align: center; }
.confirmation[hidden], form[hidden] { display: none; }
.confirmation-icon { width: 62px; height: 62px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: var(--teal); font-size: 28px; font-weight: 900; }
.confirmation > p:not(.eyebrow) { max-width: 500px; margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.confirmation > strong { margin: 23px 0; padding: 12px 17px; border: 1px solid #e1d6c5; border-radius: 10px; background: #f8f2e7; font-size: 16px; letter-spacing: .06em; }
footer { min-height: 62px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #e7decc; color: #827a70; background: var(--paper); font-size: 10px; }
footer a { color: var(--red); text-decoration: none; }

@media (max-width: 920px) {
  main { grid-template-columns: 1fr; gap: 34px; padding-top: 35px; }
  .intro-panel { position: static; min-height: 0; }
  .process-card { max-width: 680px; }
  .privacy-note { margin-top: 0; }
}

@media (max-width: 620px) {
  .site-header { min-height: 64px; padding-left: 14px; padding-right: 14px; gap: 10px; }
  .brand img { width: 36px; height: 36px; }
  .brand strong { font-size: 12px; }
  .header-actions { gap: 8px; }
  .language-switcher > span { display: none; }
  .language-switcher select { min-width: 118px; height: 36px; padding-left: 9px; font-size: 11px; }
  .quiet-link { font-size: 0; }
  .quiet-link::after { content: "↗"; font-size: 17px; }
  main { padding-left: 12px; padding-right: 12px; padding-bottom: 38px; }
  h1 { font-size: 39px; }
  .lead { font-size: 14px; }
  .form-panel { border-radius: 17px; }
  .form-heading { padding: 23px 19px 19px; }
  form { padding: 0 19px 24px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .submit-row { align-items: stretch; flex-direction: column; }
  .submit-row button { width: 100%; }
  .file-list-row > div { grid-template-columns: auto minmax(0, 1fr); }
  .file-list-row > div > small:last-child { grid-column: 2; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

@media (max-width: 450px) {
  .brand > span, .brand strong { display: none; }
}
