@font-face {
  font-family: "DIN 2014";
  src: url("https://kincromecdnstorage.blob.core.windows.net/kincromecdnblob/website/fonts/din2014/DINPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014";
  src: url("https://kincromecdnstorage.blob.core.windows.net/kincromecdnblob/website/fonts/din2014/DINPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --bb: #0047bb;
  --bb-dark: #001c92;
  --ink: #0a0a0a;
  --grey: #eeeeee;
  --off: #f7f7f7;
  --white: #ffffff;
  --red: #a8281f;
  --red-deep: #7a1a14;
  --red-bg: #f2c3be;
  --amber: #b35a00;
  --amber-bg: #fde4c1;
  --green: #1f7a3a;
  --green-deep: #0f5224;
  --green-bg: #d6ecd9;
  --green-bg-strong: #9bd0a3;
  --neutral-bg: #ececec;
  --neutral-ink: #4a4a4a;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  font-family: "DIN 2014", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--off);
  font-size: 16px;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; }
.page {
  max-width: 780px;
  margin: 0 auto;
  background: var(--white);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.cover {
  background: var(--bb);
  color: var(--white);
  padding: 32px 36px 30px;
}
.wordmark {
  font-weight: 800;
  letter-spacing: 0.22em;
  font-size: 13px;
  margin: 0 0 14px;
}
.cover h1 {
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 8px;
  font-weight: 800;
}
.cover-sub {
  margin: 0;
  font-size: 15px;
  opacity: 0.95;
  max-width: 620px;
}
.opening {
  padding: 28px 36px 4px;
}
.opening h2 {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bb);
  margin: 0 0 10px;
  font-weight: 800;
}
.opening p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
}
.opening .signoff {
  margin-top: 18px;
  font-size: 14px;
  color: var(--neutral-ink);
}
.opening .signoff b { color: var(--ink); }
.section {
  padding: 28px 36px;
  border-top: 1px solid var(--grey);
}
.section h3 {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bb);
  margin: 0 0 6px;
  font-weight: 800;
}
.section h3 .num {
  color: var(--neutral-ink);
  margin-right: 8px;
}
.section .qtitle {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 6px;
  letter-spacing: -0.005em;
}
.section .qhelp {
  margin: 0 0 16px;
  color: var(--neutral-ink);
  font-size: 14px;
}
.likert {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 0 0 14px;
}
.likert label {
  display: block;
  position: relative;
  cursor: pointer;
}
.likert input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.likert .opt {
  display: block;
  border: 2px solid var(--grey);
  background: var(--white);
  padding: 12px 8px 10px;
  text-align: center;
  border-radius: 6px;
  transition: all 0.15s;
  min-height: 72px;
}
.likert .opt .num {
  font-size: 22px;
  font-weight: 800;
  display: block;
  color: var(--neutral-ink);
  line-height: 1;
  margin-bottom: 4px;
}
.likert .opt .lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--neutral-ink);
  text-transform: uppercase;
}
.likert label:hover .opt { border-color: var(--bb); }
.likert input:checked + .opt { color: var(--white); }
.likert input:checked + .opt .num,
.likert input:checked + .opt .lbl { color: var(--white); }
.likert input[value="1"]:checked + .opt { background: var(--red-deep); border-color: var(--red-deep); }
.likert input[value="2"]:checked + .opt { background: var(--red); border-color: var(--red); }
.likert input[value="3"]:checked + .opt { background: var(--neutral-ink); border-color: var(--neutral-ink); }
.likert input[value="4"]:checked + .opt { background: var(--green); border-color: var(--green); }
.likert input[value="5"]:checked + .opt { background: var(--green-deep); border-color: var(--green-deep); }
.reveal { display: none; }
.reveal.show {
  display: block;
  margin: 0 0 14px;
  padding: 14px 16px;
  background: var(--off);
  border-left: 4px solid var(--bb);
  border-radius: 0 6px 6px 0;
}
.reveal .comment { margin-top: 0; }
.reveal input[type="text"] {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1.5px solid var(--grey);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
}
.reveal input[type="text"]:focus { outline: none; border-color: var(--bb); }
.comment {
  margin-top: 10px;
}
.comment label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neutral-ink);
  margin-bottom: 6px;
}
.comment textarea {
  width: 100%;
  min-height: 80px;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1.5px solid var(--grey);
  border-radius: 6px;
  resize: vertical;
  line-height: 1.5;
  background: var(--white);
  color: var(--ink);
}
.comment textarea:focus { outline: none; border-color: var(--bb); }
.field {
  margin-bottom: 16px;
}
.field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neutral-ink);
  margin-bottom: 6px;
}
.field input[type="text"],
.field input[type="email"] {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1.5px solid var(--grey);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
}
.field input:focus { outline: none; border-color: var(--bb); }
.field-msg {
  display: none;
  margin-top: 6px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--red);
}
.field-msg.show { display: block; }
.field select {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1.5px solid var(--grey);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  min-height: 48px;
  cursor: pointer;
}
.field select:focus { outline: none; border-color: var(--bb); }
.nps {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 6px;
  margin: 0 0 6px;
}
.nps label { display: block; position: relative; cursor: pointer; }
.nps input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.nps .opt {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--grey);
  background: var(--white);
  min-height: 46px;
  text-align: center;
  border-radius: 6px;
  font-weight: 800;
  font-size: 16px;
  color: var(--neutral-ink);
  transition: all 0.15s;
}
.nps label:hover .opt { border-color: var(--bb); }
.nps input:checked + .opt { background: var(--bb); border-color: var(--bb); color: var(--white); }
.nps-anchors {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neutral-ink);
  margin: 0 0 14px;
}
.checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
  margin: 0 0 4px;
}
.checklist label { display: block; position: relative; cursor: pointer; }
.checklist input[type="checkbox"] { position: absolute; opacity: 0; pointer-events: none; }
.checklist .opt {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--grey);
  background: var(--white);
  min-height: 48px;
  padding: 10px 12px;
  text-align: center;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  color: var(--neutral-ink);
  transition: all 0.15s;
}
.checklist label:hover .opt { border-color: var(--bb); }
.checklist input:checked + .opt { background: var(--bb); border-color: var(--bb); color: var(--white); }
.progress-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  border-bottom: 1px solid var(--grey);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.progress-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 10px 36px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.progress-track {
  flex: 1;
  height: 8px;
  background: var(--grey);
  border-radius: 4px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  width: 0%;
  background: var(--bb);
  border-radius: 4px;
  transition: width 0.25s ease;
}
.progress-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bb);
  white-space: nowrap;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.respondent {
  background: var(--off);
  padding: 24px 36px 6px;
}
.respondent h2 {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bb);
  margin: 0 0 10px;
  font-weight: 800;
}
.respondent p {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--neutral-ink);
}
.submit {
  padding: 32px 36px;
  background: var(--ink);
  color: var(--white);
  border-top: 4px solid var(--bb);
}
.submit h2 {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin: 0 0 10px;
  font-weight: 800;
}
.submit h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--white);
}
.submit p {
  margin: 0 0 18px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
}
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 4px;
  font-family: inherit;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: filter 0.15s;
}
.btn-primary {
  background: var(--bb);
  color: var(--white);
}
.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.4);
}
.btn:hover { filter: brightness(1.1); }
.btn:disabled { opacity: 0.5; cursor: not-allowed; filter: none; }
.status {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 13px;
  display: none;
}
.status.ok {
  background: rgba(31,122,58,0.2);
  border-left: 4px solid var(--green);
  display: block;
}
.status.warn {
  background: rgba(179,90,0,0.2);
  border-left: 4px solid var(--amber);
  display: block;
}
.status.err {
  background: rgba(168,40,31,0.25);
  border-left: 4px solid var(--red);
  display: block;
}
footer {
  padding: 18px 36px 24px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neutral-ink);
  background: var(--white);
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .cover { padding: 24px 20px; }
  .cover h1 { font-size: 24px; }
  .opening, .section, .respondent, .submit, footer { padding-left: 20px; padding-right: 20px; }
  .section .qtitle { font-size: 17px; }
  .likert { grid-template-columns: repeat(5, 1fr); gap: 4px; }
  .likert .opt { padding: 10px 4px 8px; min-height: 64px; }
  .likert .opt .num { font-size: 18px; }
  .likert .opt .lbl { font-size: 9px; }
  .nps { gap: 3px; }
  .nps .opt { min-height: 42px; font-size: 13px; }
  .nps-anchors { font-size: 9.5px; }
  .checklist { grid-template-columns: 1fr 1fr; gap: 6px; }
  .checklist .opt { min-height: 44px; font-size: 13px; padding: 8px 8px; }
  .progress-inner { padding: 8px 20px; gap: 10px; }
  .progress-label { font-size: 10px; letter-spacing: 0.06em; }
  .field-grid { grid-template-columns: 1fr; }
}
@media print {
  body { background: var(--white); }
  .submit, .btn-row { display: none; }
}

/* ---------------------------------------------------------------------
   Thank-you page (thank-you.html) — shown after a successful submit.
   Everything here is scoped under body.thankyou so it can't affect the
   survey form, which shares this stylesheet.
   --------------------------------------------------------------------- */
body.thankyou {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 28px 18px;
}
.thankyou .card {
  width: 100%;
  max-width: 560px;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}
.thankyou .top {
  background: var(--bb);
  color: var(--white);
  padding: 22px 32px;
  text-align: center;
}
.thankyou .logo {
  display: block;
  width: 192px;
  max-width: 72%;
  height: auto;
  margin: 0 auto;
}
.thankyou .body {
  padding: 40px 36px 36px;
  text-align: center;
}
.thankyou .tick {
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankyou .tick svg { width: 38px; height: 38px; display: block; }
.thankyou h1 {
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.thankyou .lead {
  font-size: 16px;
  margin: 0 0 12px;
  color: var(--ink);
}
.thankyou .sub {
  font-size: 14.5px;
  margin: 0 0 28px;
  color: var(--neutral-ink);
}
.thankyou .signoff {
  font-size: 14px;
  color: var(--neutral-ink);
  margin: 0 0 28px;
}
.thankyou .signoff b { color: var(--ink); }
.thankyou .note {
  margin: 18px 0 0;
  font-size: 12.5px;
  color: var(--neutral-ink);
}
.thankyou footer {
  padding: 16px 36px 26px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--neutral-ink);
  background: var(--white);
  border-top: 1px solid var(--grey);
}
@media (max-width: 480px) {
  .thankyou .body { padding: 32px 22px 28px; }
  .thankyou h1 { font-size: 28px; }
}
