@font-face {
  font-family: "Benton Sans";
  src: local("BentonSans Regular"), local("BentonSans-Regular"), url("assets/fonts/BentonSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #111314;
  --muted: #4f565b;
  --green: #306fa8;
  --green-dark: #245885;
  --green-soft: #cfdbe3;
  --cream: #eeeff1;
  --white: #fff;
  --line: #cfd4d8;
  --error: #b42318;
  --focus: #111314;
  --shadow: 0 16px 42px rgba(17, 19, 20, .14);
  --radius: 8px;
  --container: 1160px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Benton Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
button, input { font: inherit; }
a { color: var(--green-dark); }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.service-disclosure { padding: 10px 0; border-bottom: 1px solid #33383c; background: var(--ink); color: white; font-size: 14px; letter-spacing: .01em; }
.service-disclosure strong { color: #b3d0e8; }

.site-header { border-bottom: 1px solid rgba(21,38,31,.1); background: rgba(255,255,255,.96); }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand-logo { display: block; width: 200px; height: 80px; object-fit: contain; object-position: left center; }
.private-badge { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.private-badge svg { width: 21px; fill: none; stroke: var(--green); stroke-width: 1.8; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 730px;
  display: grid;
  align-items: center;
  padding: 76px 0 88px;
  border-top: 6px solid var(--green);
  background: var(--cream);
}
.hero::before { content: ""; position: absolute; right: 0; top: 0; width: 34%; height: 100%; background: var(--green-soft); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 84px; align-items: center; }
.hero-copy, .form-card { min-width: 0; }
.hero-copy { color: var(--ink); text-shadow: none; }
.flag-chip { width: max-content; display: flex; align-items: center; gap: 10px; margin-bottom: 28px; padding: 8px 12px 8px 9px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .035em; }
.de-flag { width: 29px; height: 18px; display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.42); box-shadow: 0 1px 4px rgba(0,0,0,.25); }
.de-flag i:nth-child(1) { background: #111; }
.de-flag i:nth-child(2) { background: #d00; }
.de-flag i:nth-child(3) { background: #ffce00; }
.eyebrow { margin: 0 0 14px; color: var(--green-dark); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-copy .eyebrow { color: var(--green); }
h1, h2, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 22px; font-size: clamp(44px, 5.4vw, 70px); line-height: 1.02; letter-spacing: -.035em; }
.lead { max-width: 570px; margin-bottom: 34px; color: var(--muted); font-size: clamp(19px, 2vw, 23px); line-height: 1.45; }
.hero-copy .lead { color: var(--muted); }
.benefits { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 0; padding: 0; list-style: none; color: var(--ink); font-weight: 650; }
.hero-copy .benefits { color: var(--ink); }
.benefits li { display: flex; align-items: center; gap: 8px; }
.benefits svg { width: 20px; height: 20px; fill: none; stroke: var(--green); stroke-width: 2.5; }

.form-card { padding: 32px; border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: 5px; background: var(--white); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 26px; }
.step-label { color: var(--green); font-size: 13px; font-weight: 800; }
.progress { height: 4px; margin: 9px 0 24px; overflow: hidden; border-radius: 99px; background: var(--green-soft); }
.progress span { display: block; width: 50%; height: 100%; border-radius: inherit; background: var(--green); transition: width .25s ease; }
.form-heading h2 { margin-bottom: 5px; font-size: clamp(27px, 3vw, 34px); line-height: 1.15; letter-spacing: -.02em; }
.form-heading p { margin: 0; color: var(--muted); }
fieldset { margin: 0 0 22px; padding: 0; border: 0; }
legend, .field > label { display: block; margin-bottom: 10px; color: var(--ink); font-weight: 750; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice:last-child { grid-column: 1 / -1; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { min-height: 50px; display: flex; align-items: center; justify-content: center; padding: 11px 12px; border: 1.5px solid var(--line); border-radius: 4px; background: var(--white); cursor: pointer; font-weight: 650; transition: border-color .18s, background-color .18s, color .18s; }
.choice input:checked + span { border-color: var(--green); background: #e8eef3; color: var(--green-dark); box-shadow: inset 0 0 0 1px var(--green); }
.choice input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.field { margin-bottom: 20px; }
.field input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 4px; color: var(--ink); background: var(--white); outline: none; transition: border-color .18s, box-shadow .18s; }
.field input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(48,111,168,.17); }
.field input[aria-invalid="true"] { border-color: var(--error); }
.field small { display: block; margin-top: 6px; color: var(--muted); }
.field-error { min-height: 0; margin: 6px 0 0; color: var(--error); font-size: 13px; font-weight: 650; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; white-space: nowrap !important; }
.submit-error { min-height: 20px; margin: 12px 0 0; color: var(--error); font-size: 14px; font-weight: 700; text-align: center; }
.name-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; padding: 12px 22px; cursor: pointer; font-weight: 800; transition: background-color .18s, box-shadow .18s; }
.button:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.button-primary { width: 100%; border: 1px solid var(--green); background: var(--green); color: white; box-shadow: 0 8px 20px rgba(48,111,168,.2); }
.button-primary:hover { background: var(--green-dark); }
.button:disabled { cursor: wait; opacity: .68; }
.button-secondary { border: 1px solid var(--line); background: white; color: var(--ink); }
.button-secondary:hover { background: var(--cream); }
.button-row { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin-top: 22px; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 13px; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); }
.official-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; text-align: center; }
.success { padding: 34px 14px 20px; text-align: center; }
.success-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--green-soft); }
.success-icon svg { width: 30px; fill: none; stroke: var(--green); stroke-width: 2.4; }
.success h2 { margin-bottom: 8px; font-size: 34px; }
.success p { max-width: 360px; margin-inline: auto; color: var(--muted); }

.thank-you-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--cream); }
.thank-you-main { flex: 1; display: grid; place-items: center; padding: 72px 0 88px; border-top: 6px solid var(--green); }
.thank-you-card { width: min(100%, 720px); padding: clamp(34px, 7vw, 72px); border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: 5px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.thank-you-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: var(--green-soft); }
.thank-you-icon svg { width: 36px; fill: none; stroke: var(--green); stroke-width: 2.4; }
.thank-you-card h1 { margin: 0 0 16px; font-size: clamp(42px, 7vw, 66px); }
.thank-you-card > p { max-width: 520px; margin: 0 auto 28px; color: var(--muted); font-size: 19px; }
.thank-you-card .button { width: auto; min-width: 210px; text-decoration: none; }

.emotion-strip { border-bottom: 1px solid var(--line); background: white; }
.emotion-strip .container { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.emotion-strip p { margin: 0; font-size: 19px; }
.emotion-strip ul { display: flex; gap: 0; margin: 0; padding: 0; list-style: none; color: var(--muted); }
.emotion-strip li { padding: 0 20px; border-left: 1px solid var(--line); font-weight: 700; }
.emotion-strip li:last-child { padding-right: 0; }

.how-it-works { padding: 92px 0; }
.how-it-works h2, .trust-card h2 { margin-bottom: 40px; font-size: clamp(34px, 4vw, 48px); line-height: 1.1; letter-spacing: -.045em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; padding-top: 23px; border-top: 1px solid var(--line); }
.steps li > span { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-weight: 800; }
.steps strong { display: block; margin: 4px 0 5px; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); }
.trust-section { padding: 0 0 92px; }
.trust-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; padding: 52px 58px; border-left: 7px solid var(--green); border-radius: 2px; background: var(--ink); color: white; }
.trust-card .eyebrow { color: #b3d0e8; }
.trust-card h2 { margin: 0; }
.trust-card > p { margin: 0; color: #d6e1dc; font-size: 18px; }

.site-footer { padding: 52px 0 38px; border-top: 1px solid var(--line); background: var(--white); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; }
.footer-inner p { margin: 7px 0 0; color: var(--muted); }
.footer-inner nav { display: flex; gap: 22px; }
.footer-inner a { color: var(--muted); }
.legal-placeholder { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.legal-placeholder p { margin: 0; }

@media (max-width: 900px) {
  .hero { padding-top: 58px; }
  .hero::before { top: auto; bottom: 0; width: 100%; height: 48%; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .hero-copy { text-align: center; }
  .flag-chip { margin-inline: auto; }
  .hero-copy h1, .hero-copy .lead { margin-inline: auto; }
  .benefits { justify-content: center; }
  .form-card { width: min(100%, 620px); margin-inline: auto; }
  .emotion-strip .container { padding-block: 24px; flex-direction: column; text-align: center; }
  .trust-card { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { min-height: 84px; }
  .brand-logo { width: 170px; height: 68px; }
  .private-badge { display: none; }
  .hero { min-height: 0; padding: 48px 0 58px; background: var(--cream); }
  .hero::before { display: none; }
  h1 { font-size: 40px; }
  .hero-copy .lead { max-width: 330px; margin-inline: auto; }
  .lead { font-size: 18px; }
  .benefits { display: grid; justify-content: start; width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .emotion-strip ul { flex-wrap: wrap; justify-content: center; row-gap: 8px; }
  .emotion-strip li { padding-inline: 12px; }
  .service-disclosure { font-size: 12px; }
  .form-card { padding: 23px 18px; border-radius: 4px; }
  .choice-grid, .name-grid { grid-template-columns: 1fr; }
  .choice:last-child { grid-column: auto; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .how-it-works { padding: 68px 0; }
  .trust-section { padding-bottom: 68px; }
  .trust-card { padding: 34px 25px; }
  .trust-card > p { font-size: 16px; }
  .footer-inner { flex-direction: column; }
  .footer-inner nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
