@font-face {
  font-family: "ES Klarheit";
  src: url("https://salure.nl/wp-content/uploads/2024/03/ESKlarheitKurrent-Bd.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --navy: #112d62;
  --navy-deep: #071a2d;
  --blue: #006aad;
  --teal: #13686d;
  --orange: #ffb444;
  --cream: #fefbf5;
  --sand: #f5efe1;
  --ink: #10284e;
  --muted: #697a92;
  --danger: #b53d32;
  --heading: "ES Klarheit", "Exo 2", "Avenir Next", sans-serif;
  --body: "Karma", Georgia, serif;
  --ui: "Exo 2", "Avenir Next", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
[hidden] { display: none !important; }

.site-head,
.site-foot,
main > section {
  width: min(100% - 2rem, 76rem);
  margin-inline: auto;
}

.site-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6.5rem;
}

.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 8.4rem; max-height: 2.7rem; }
.brand span { display: none; color: var(--navy); font: italic 700 1.5rem/1 var(--heading); }
.head-note { color: var(--muted); font: 700 .72rem/1 var(--ui); letter-spacing: .14em; text-transform: uppercase; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  min-height: 42rem;
  padding: clamp(4rem, 10vw, 8.5rem) clamp(1.5rem, 6vw, 5rem);
  overflow: hidden;
  background:
    repeating-radial-gradient(ellipse at 105% 118%, transparent 0 5.4%, rgba(255,255,255,.052) 5.5% 5.7%, transparent 5.8% 8.1%),
    var(--navy-deep);
  color: white;
}

.hero::after { content: ""; position: absolute; top: 0; left: 0; width: 9rem; height: .6rem; background: var(--orange); }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font: 700 .75rem/1 var(--ui); letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--orange); }
h1, h2, h3 { font-family: var(--heading); letter-spacing: -.04em; }
h1 { max-width: 8ch; margin: 0; font-size: clamp(4.2rem, 9vw, 8rem); line-height: .87; }
h2 { margin: 0; color: var(--navy); font-size: clamp(2.6rem, 5.3vw, 5.3rem); line-height: .95; }
h3 { margin: 0; color: var(--navy); font-size: 1.7rem; line-height: 1; }
.hero-lead { max-width: 37rem; margin: 2rem 0; color: rgba(255,255,255,.76); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }
.expert-proofs { display: grid; gap: .65rem; max-width: 42rem; margin: 0 0 2rem; }
.expert-proofs p { display: grid; grid-template-columns: 7.3rem 1fr; gap: 1rem; margin: 0; padding-top: .75rem; border-top: 1px solid rgba(255,255,255,.18); }
.expert-proofs strong { color: var(--orange); font: 700 .78rem/1.25 var(--ui); letter-spacing: .1em; text-transform: uppercase; }
.expert-proofs span { color: white; font: 600 1rem/1.35 var(--ui); }
.hero-action { display: inline-flex; gap: 2rem; justify-content: space-between; min-width: min(100%, 20rem); padding: 1.1rem 1.3rem; background: var(--orange); color: var(--navy-deep); font: 700 .95rem/1 var(--ui); text-decoration: none; }

.hero-note { padding: 2rem; border-top: .4rem solid var(--orange); background: rgba(255,255,255,.08); }
.note-number { color: var(--orange); font: 700 .78rem/1 var(--ui); letter-spacing: .14em; }
.hero-note p { margin: 2rem 0 .75rem; color: rgba(255,255,255,.7); font-size: 1.15rem; }
.hero-note p em { text-decoration: line-through; text-decoration-color: var(--orange); text-decoration-thickness: 2px; }
.hero-note strong { display: block; font: 700 clamp(1.75rem, 3vw, 2.8rem)/1.04 var(--heading); }

.promise { padding: clamp(6rem, 12vw, 10rem) 0; }
.section-intro { display: grid; grid-template-columns: .45fr 1.55fr; gap: 3rem; align-items: start; }
.section-intro h2 { max-width: 15ch; }
.artifact-list { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 5rem; border-top: 1px solid rgba(17,45,98,.18); }
.artifact-list article { min-height: 18rem; padding: 2rem 1.5rem 1.5rem; border-right: 1px solid rgba(17,45,98,.18); }
.artifact-list article:first-child { border-left: 1px solid rgba(17,45,98,.18); }
.artifact-list article > span { color: var(--orange); font: 700 .8rem/1 var(--ui); letter-spacing: .15em; }
.artifact-list h3 { margin-top: 4rem; }
.artifact-list p { color: var(--muted); font-size: 1.06rem; line-height: 1.45; }

.decision-preview { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); padding: clamp(4rem, 9vw, 7rem); background: var(--sand); }
.decision-heading h2 { max-width: 9ch; }
.decision-lines { border-top: .5rem solid var(--orange); background: white; }
.decision-lines > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.5rem; padding: 1.35rem 1.5rem; border-bottom: 1px solid rgba(17,45,98,.14); }
.decision-lines strong { color: var(--navy); font: 700 1.05rem/1.15 var(--heading); }
.decision-lines span { color: var(--muted); line-height: 1.35; }
.legal-nuance { grid-column: 2; margin: 0; padding-left: 1.2rem; border-left: .3rem solid var(--orange); color: var(--muted); font-size: .98rem; line-height: 1.45; }

.retention-service {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(3rem, 7vw, 7rem);
  padding: clamp(4rem, 9vw, 7rem);
  background:
    repeating-radial-gradient(ellipse at 105% 118%, transparent 0 6%, rgba(255,255,255,.05) 6.1% 6.3%, transparent 6.4% 9%),
    var(--navy-deep);
  color: white;
}
.retention-copy .eyebrow { color: var(--orange); }
.retention-copy h2 { max-width: 10ch; color: white; }
.retention-copy > p:not(.eyebrow) { max-width: 35rem; color: rgba(255,255,255,.72); font-size: 1.12rem; line-height: 1.5; }
.retention-copy > a { display: inline-flex; justify-content: space-between; gap: 2rem; margin-top: 1.2rem; padding: 1rem 1.2rem; background: var(--orange); color: var(--navy-deep); font: 700 .95rem/1 var(--ui); text-decoration: none; }
.retention-steps { margin: 0; padding: 0; list-style: none; border-top: .5rem solid var(--orange); }
.retention-steps li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.retention-steps li > span { color: var(--orange); font: 700 1rem/1 var(--ui); letter-spacing: .08em; }
.retention-steps strong { display: block; color: white; font: 700 1.55rem/1 var(--heading); }
.retention-steps p { margin: .45rem 0 0; color: rgba(255,255,255,.67); font-size: 1.02rem; line-height: 1.4; }
.retention-boundary { grid-column: 2; margin: 0; padding-left: 1.2rem; border-left: .3rem solid var(--orange); color: rgba(255,255,255,.62); font-size: .95rem; line-height: 1.45; }

.download-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(6rem, 12vw, 10rem) 0; }
.download-copy h2 { max-width: 11ch; }
.download-copy > p:not(.eyebrow) { max-width: 33rem; color: var(--muted); font-size: 1.12rem; line-height: 1.5; }
.download-copy .privacy-note { padding-left: 1rem; border-left: .25rem solid var(--orange); font-size: .94rem; }
.privacy-note strong { color: var(--navy); font-family: var(--ui); }
.privacy-note a { color: var(--blue); font-weight: 700; text-underline-offset: .2rem; }
.download-copy ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.download-copy li { padding: .8rem 0; border-bottom: 1px solid rgba(17,45,98,.15); }
.download-copy li::before { content: "✓"; margin-right: .75rem; color: var(--teal); font-weight: 700; }

form { align-self: start; display: grid; gap: 1.2rem; padding: clamp(2rem, 5vw, 4rem); border-top: .6rem solid var(--orange); background: var(--navy); color: white; box-shadow: 2rem 2rem 0 var(--sand); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .5rem; font: 700 .75rem/1 var(--ui); letter-spacing: .08em; text-transform: uppercase; }
input:not([type="checkbox"]) { width: 100%; min-height: 3.6rem; border: 1px solid rgba(255,255,255,.3); border-radius: 0; padding: 0 .9rem; background: rgba(255,255,255,.08); color: white; }
.honeypot { position: absolute; left: -10000px; }
form button { display: flex; justify-content: space-between; align-items: center; min-height: 4rem; border: 0; padding: 0 1.2rem; background: var(--orange); color: var(--navy-deep); cursor: pointer; font: 700 1rem/1 var(--ui); }
form button[disabled] { cursor: wait; opacity: .7; }
.form-status { min-height: 1.4rem; margin: 0; color: #ffd4cd; font: 600 .92rem/1.35 var(--ui); }
.download-ready { padding: 1rem; background: rgba(255,255,255,.1); }
.download-ready strong { display: block; color: white; font: 700 1.1rem/1.2 var(--heading); }
.download-ready a { display: inline-block; margin-top: .65rem; color: var(--orange); font: 700 .9rem/1 var(--ui); }

.sources { padding: clamp(4rem, 8vw, 7rem); background: var(--teal); color: white; }
.sources h2 { color: white; }
.sources > p:not(.eyebrow) { max-width: 47rem; color: rgba(255,255,255,.75); font-size: 1.15rem; line-height: 1.5; }
.sources .eyebrow { color: var(--orange); }
.source-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.25); }
.source-links a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.25); color: white; font: 600 .95rem/1.3 var(--ui); text-decoration-color: var(--orange); text-underline-offset: .25rem; }

.site-foot { display: flex; justify-content: space-between; gap: 2rem; padding: 3rem 0 4rem; color: var(--muted); }
.site-foot strong { color: var(--navy); font: 700 1.3rem/1 var(--heading); }

@media (max-width: 800px) {
  .site-head,
  .site-foot,
  main > section { width: min(100% - 1.25rem, 76rem); }
  .head-note { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 5rem 1.5rem 2rem; }
  h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .hero-note { margin-top: 2rem; }
  .section-intro,
  .decision-preview,
  .retention-service,
  .download-panel { grid-template-columns: 1fr; }
  .artifact-list { grid-template-columns: 1fr 1fr; }
  .artifact-list article:nth-child(3) { border-left: 1px solid rgba(17,45,98,.18); }
  .legal-nuance { grid-column: 1; }
  .retention-boundary { grid-column: 1; }
  .field-row { grid-template-columns: 1fr; }
  .expert-proofs p { grid-template-columns: 1fr; gap: .25rem; }
  .source-links { grid-template-columns: 1fr; }
  form { box-shadow: 1rem 1rem 0 var(--sand); }
}

@media (max-width: 520px) {
  .site-head { min-height: 5.5rem; }
  .brand img { width: 7.2rem; }
  .promise { padding-block: 5rem; }
  .artifact-list { grid-template-columns: 1fr; margin-top: 3rem; }
  .artifact-list article { min-height: auto; border-left: 1px solid rgba(17,45,98,.18); }
  .artifact-list h3 { margin-top: 2.5rem; }
  .decision-preview { padding: 4rem 1.3rem; }
  .retention-service { padding: 4rem 1.3rem; }
  .decision-lines > div { grid-template-columns: 1fr; gap: .4rem; }
  .download-panel { padding-block: 5rem; }
  .site-foot { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
select, textarea { width:100%; border:1px solid #bcc9d9; border-radius:6px; padding:13px; background:white; color:#10284e; font:inherit; }
.download-ready a { display:block; margin:12px 0; }
.download-ready button { margin-top:12px; }
#promptText { min-height:260px; font-size:15px; line-height:1.5; }
.local-notice { font-size:13px; line-height:1.4; }
