@font-face {
  font-family: "Raleway";
  src: url("/assets/raleway-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/assets/raleway-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/assets/raleway-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/assets/raleway-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #10141a;
  --ink-soft: #536473;
  --paper: #ffffff;
  --canvas: #f5f6ee;
  --line: #dce3df;
  --line-strong: #bdcbc5;
  --blue: #6787ae;
  --blue-dark: #536f92;
  --blue-soft: #eef3f8;
  --teal: #5e927c;
  --teal-soft: #e9f5ef;
  --mint: #a7dfc8;
  --coral: #dc7799;
  --coral-soft: #fff0f5;
  --yellow-soft: #fff8d9;
  --danger: #b42318;
  --shadow: 0 16px 42px rgba(51, 70, 62, 0.1);
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--canvas);
  letter-spacing: 0;
}

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

button,
select,
label,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.28);
  outline-offset: 2px;
}

[hidden] {
  display: none !important;
}

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 116px;
  height: 40px;
  flex: 0 0 auto;
}

.brand-context strong,
.brand-context small {
  display: block;
}

.brand-context {
  padding-left: 12px;
  border-left: 1px solid var(--line-strong);
}

.brand-context strong {
  font-size: 15px;
}

.brand-context small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 12px;
}

.privacy-badge {
  padding: 8px 11px;
  border: 1px solid #b9e5d8;
  border-radius: 999px;
  background: var(--teal-soft);
  color: #086750;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.page-shell {
  width: min(1080px, calc(100% - 40px));
  margin: 12px auto 56px;
}

.intro,
.survey-panel,
.complete-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.survey-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 50px 52px;
  background-color: #6787ae;
  background-image: url("/assets/bit-swush.svg");
  background-position: 92% 50%;
  background-repeat: no-repeat;
  background-size: 600px auto;
}

.survey-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 590px;
}

.survey-hero .eyebrow,
.program-hero .eyebrow {
  color: #c9f1df;
}

.survey-hero h1 {
  max-width: 600px;
  margin-bottom: 18px;
  color: white;
  font-size: 48px;
  line-height: 1.08;
}

.survey-hero .lead {
  max-width: 560px;
  margin-bottom: 0;
  color: white;
}

.brand-student {
  position: absolute;
  z-index: 1;
  right: 62px;
  bottom: -5px;
  display: block;
  width: auto;
  height: 390px;
}

.intro-copy-compact {
  max-width: none;
  padding-top: 28px;
}

.intro-summary {
  max-width: 860px;
  margin-bottom: 10px;
}

.intro-copy {
  max-width: 840px;
  padding: 38px 44px 44px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--teal);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.14;
}

h2 {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.2;
}

.lead {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.55;
}

.intro-facts {
  margin: 26px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-facts span {
  padding: 17px 18px;
  color: var(--ink-soft);
  line-height: 1.4;
}

.intro-facts span + span {
  border-left: 1px solid var(--line);
}

.intro-facts b {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

.notice,
.privacy-note {
  display: block;
  border-left: 3px solid var(--coral);
  background: var(--coral-soft);
  color: #7a3324;
  line-height: 1.5;
}

.notice {
  max-width: 760px;
  margin: 22px 0 0;
  padding: 12px 14px;
}

.button {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 800;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--blue-dark);
  color: white;
}

.button-primary:hover {
  background: #435d7d;
}

.button-secondary {
  border-color: var(--line-strong);
  background: white;
  color: var(--ink);
}

.button-secondary:hover {
  background: #f5f8fb;
}

.button:disabled {
  cursor: not-allowed;
  transform: none;
  background: #c6d3df;
  color: #526c82;
}

.survey-panel {
  overflow: visible;
}

.progress-wrap {
  position: sticky;
  z-index: 10;
  top: 0;
  padding: 18px 30px 14px;
  border-bottom: 1px solid var(--line);
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
}

.progress-meta {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.progress-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5edf5;
}

.progress-track span {
  display: block;
  width: 17%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
  transition: width 240ms ease;
}

.step-dots {
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  list-style: none;
  color: #829ab1;
  font-size: 12px;
  text-align: center;
}

.step-dots li {
  position: relative;
  padding-top: 9px;
}

.step-dots li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bcccdc;
  transform: translateX(-50%);
}

.step-dots li.active {
  color: var(--blue);
  font-weight: 800;
}

.step-dots li.active::before {
  background: var(--blue);
}

#surveyForm {
  padding: 32px;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: reveal 180ms ease-out;
}

@keyframes reveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.step-heading {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.step-heading p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  line-height: 1.5;
}

.question {
  min-width: 0;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.question legend,
.text-field,
.select-field {
  color: var(--ink);
  font-weight: 750;
  line-height: 1.4;
}

.required,
.limit {
  display: inline-flex;
  margin-left: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  vertical-align: 2px;
}

.required {
  color: #8f3928;
  background: var(--coral-soft);
}

.limit {
  color: #285078;
  background: var(--blue-soft);
}

.hint {
  display: block;
  margin: 5px 0 10px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 450;
  line-height: 1.45;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.choice-grid.tasks {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice,
.consent {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 45px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  color: #334e68;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: border-color 120ms ease, background 120ms ease;
}

.choice:hover {
  border-color: #9fb3c8;
  background: #f8fbfe;
}

.choice:has(input:checked) {
  border-color: #86aefb;
  background: var(--blue-soft);
  color: #163f79;
}

.choice:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.48;
}

.choice input,
.consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--blue);
}

.optional-inline {
  max-width: 440px;
  margin-top: 12px;
}

.conditional-detail {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 3px solid #86aefb;
  border-radius: 0 7px 7px 0;
  background: #f7faff;
}

.text-field,
.select-field {
  display: block;
}

.text-field input,
.text-field textarea,
.select-field select {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: white;
  color: var(--ink);
  font-weight: 450;
}

.text-field input,
.select-field select {
  min-height: 48px;
  padding: 10px 13px;
}

.text-field textarea {
  min-height: 112px;
  padding: 13px;
  resize: vertical;
  line-height: 1.5;
}

.text-field input:hover,
.text-field textarea:hover,
.select-field select:hover {
  border-color: #829ab1;
}

.radio-list {
  display: grid;
  gap: 8px;
}

.scale-question {
  max-width: 700px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fbfe;
}

.scale-caption {
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 500;
}

.scale {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.scale label {
  min-width: 0;
}

.scale input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.scale span {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: white;
  color: var(--ink-soft);
  font-weight: 800;
}

.scale input:checked + span {
  border-color: var(--blue);
  background: var(--blue);
  color: white;
}

.privacy-note {
  margin-top: 10px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 500;
}

.conditional-block {
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid #b8e5d8;
  border-radius: 7px;
  background: #f2fbf8;
}

.review-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.review-item {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fbfe;
}

.review-item span,
.review-item strong {
  display: block;
}

.review-item span {
  margin-bottom: 5px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.review-item strong {
  line-height: 1.45;
}

.consent {
  align-items: flex-start;
  padding: 16px;
  border-color: #f1c2b8;
  background: var(--coral-soft);
  color: #6f3326;
}

.submit-note {
  margin-top: 16px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  border-left: 3px solid var(--teal);
  background: var(--teal-soft);
  line-height: 1.45;
}

.submit-note span {
  color: #376b5f;
}

.form-error {
  margin: 18px 0 0;
  padding: 12px 14px;
  border: 1px solid #f0b7aa;
  border-radius: 7px;
  background: var(--coral-soft);
  color: var(--danger);
  font-weight: 700;
}

.invalid-question {
  margin-left: -12px;
  padding-left: 12px;
  border-left: 3px solid var(--coral);
}

.form-actions {
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
}

.form-actions .button-primary {
  margin-left: auto;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
}

.complete-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px;
  text-align: center;
}

.success-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 34px;
  font-weight: 900;
}

.complete-panel > p:not(.eyebrow, .muted) {
  color: var(--ink-soft);
  font-size: 17px;
}

.route-result {
  max-width: 500px;
  margin: 28px auto 18px;
  padding: 20px;
  border: 1px solid #9fdccc;
  border-radius: 7px;
  background: var(--teal-soft);
}

.route-result span,
.route-result strong,
.route-result small {
  display: block;
}

.route-result span {
  color: #376b5f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.route-result strong {
  margin: 7px 0 4px;
  color: #086750;
  font-size: 23px;
}

.route-result small,
.muted {
  color: var(--ink-soft);
}

.site-footer {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto 34px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--ink-soft);
  white-space: nowrap;
}

.site-footer .organizer-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: white;
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: none;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Admin */
.admin-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 18px auto 50px;
}

.admin-head,
.dashboard-band,
.admin-section,
.login-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.admin-head {
  margin-bottom: 16px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.admin-head h1 {
  margin: 0 0 4px;
  font-size: 28px;
}

.admin-head p {
  margin: 0;
  color: var(--ink-soft);
}

.admin-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-updated {
  display: block;
  margin-top: 8px;
  color: var(--ink-soft);
}

.login-panel {
  max-width: 460px;
  margin: 80px auto;
  padding: 30px;
}

.login-panel .text-field {
  margin-bottom: 16px;
}

.login-panel .button {
  width: 100%;
}

.dashboard-band {
  margin-bottom: 16px;
  padding: 22px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.metric {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fbfe;
}

.metric span,
.metric strong,
.metric small {
  display: block;
}

.metric span {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.metric strong {
  margin: 6px 0 3px;
  font-size: 26px;
}

.metric small {
  color: var(--ink-soft);
}

.target-progress {
  margin-top: 15px;
}

.target-progress .progress-track {
  height: 9px;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-section {
  min-width: 0;
  padding: 22px;
}

.admin-section.full {
  grid-column: 1 / -1;
}

.section-title {
  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.section-title h2 {
  margin: 0;
  font-size: 20px;
}

.section-title small {
  color: var(--ink-soft);
}

.bar-list {
  display: grid;
  gap: 11px;
}

.bar-row {
  display: grid;
  grid-template-columns: minmax(135px, 1fr) minmax(100px, 1.7fr) 38px;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.bar-label {
  overflow: hidden;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bar-bg {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eef5;
}

.bar-bg span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

.bar-row:nth-child(3n + 2) .bar-bg span {
  background: var(--teal);
}

.bar-row:nth-child(3n + 3) .bar-bg span {
  background: var(--coral);
}

.bar-count {
  color: var(--ink-soft);
  font-weight: 800;
  text-align: right;
}

.group-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.group-item {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fbfe;
}

.group-item strong,
.group-item span {
  display: block;
}

.group-item strong {
  margin-bottom: 4px;
}

.group-item span {
  color: var(--teal);
  font-size: 21px;
  font-weight: 850;
}

.response-table-wrap {
  overflow-x: auto;
}

.response-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.response-table th,
.response-table td {
  padding: 11px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.response-table th {
  color: var(--ink-soft);
  font-size: 11px;
  text-transform: uppercase;
}

.response-table td {
  line-height: 1.4;
}

.response-table .long-cell {
  min-width: 260px;
  max-width: 420px;
}

.response-open {
  min-height: 36px;
  padding: 7px 11px;
  font-size: 13px;
  white-space: nowrap;
}

.response-dialog {
  width: min(980px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: white;
  box-shadow: 0 24px 70px rgba(22, 36, 50, 0.24);
}

.response-dialog::backdrop {
  background: rgba(16, 28, 40, 0.58);
}

.response-dialog-shell {
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.response-dialog-head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px 18px;
  border-bottom: 1px solid var(--line);
  background: white;
}

.response-dialog-head h2,
.response-dialog-head p {
  margin: 0;
}

.response-dialog-head h2 {
  margin-top: 4px;
  font-size: 26px;
}

.response-dialog-head .muted {
  margin-top: 4px;
}

.dialog-close {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.response-detail {
  padding: 8px 26px 28px;
}

.response-detail-section {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.response-detail-section:last-child {
  border-bottom: 0;
}

.response-detail-section h3 {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 18px;
}

.response-detail-section dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
}

.response-detail-section dl div {
  min-width: 0;
  padding: 10px 0;
}

.response-detail-section dt {
  margin-bottom: 4px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.response-detail-section dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}

.intro-actions,
.program-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-compact {
  min-height: 40px;
  padding: 9px 15px;
  white-space: nowrap;
}

.program-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.program-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 44px 56px;
  background-color: #6787ae;
  background-image: url("/assets/bit-swush.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 660px auto;
}

.program-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.program-hero h1 {
  max-width: 520px;
  margin-bottom: 18px;
  color: white;
  font-size: clamp(38px, 4.6vw, 54px);
  line-height: 1.04;
}

.program-hero-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin: 0 0 20px;
  color: white;
  font-size: 17px;
  line-height: 1.5;
}

.program-hero-student {
  position: absolute;
  z-index: 1;
  right: 78px;
  bottom: -4px;
  display: block;
  width: auto;
  height: 455px;
}

.program-hero .button-primary {
  background: var(--mint);
  color: var(--ink);
}

.program-hero .button-primary:hover {
  background: #bcebd8;
}

.program-hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.program-hero .button-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
}

.program-change-note {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.4fr);
  gap: 28px;
  align-items: center;
  padding: 24px 48px;
  border-top: 1px solid #b8e2d5;
  border-bottom: 1px solid #b8e2d5;
  background: var(--teal-soft);
}

.program-change-note strong {
  color: #086b59;
  font-size: 18px;
}

.program-change-note p {
  margin: 0;
  color: #295c53;
  line-height: 1.55;
}

.program-section {
  padding: 58px 48px;
  border-bottom: 1px solid var(--line);
  background: white;
}

.program-section-heading {
  max-width: 780px;
  margin-bottom: 32px;
}

.program-section-heading h2,
.program-result h2,
.program-cta h2,
.safety-band h2 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.16;
}

.program-section-heading > p:last-child,
.program-result p,
.program-cta p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: 48px;
  align-items: end;
}

.purpose-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.purpose-flow span {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 10px;
  padding: 18px;
  color: #334e68;
  font-weight: 700;
  line-height: 1.35;
}

.purpose-flow span + span {
  border-left: 1px solid var(--line);
}

.purpose-flow b {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
}

.agenda-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.agenda-list li {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 28px;
  padding: 24px 4px;
  border-bottom: 1px solid var(--line);
}

.agenda-list time {
  color: var(--blue);
  font-size: 16px;
  font-weight: 850;
}

.agenda-list h3 {
  margin: 3px 0 7px;
  font-size: 20px;
}

.agenda-list p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.agenda-kicker {
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.agenda-list .agenda-break {
  background: var(--yellow-soft);
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tool-item {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fbfe;
}

.tool-item.primary-tool {
  border-color: #a7d6c2;
  background: var(--teal-soft);
}

.tool-item.foreign-tool {
  grid-column: 1 / -1;
  min-height: 150px;
  border-color: #b9c8dc;
  background: var(--blue-soft);
}

.tool-item span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.tool-item h3 {
  margin: 8px 0;
  font-size: 22px;
}

.tool-item p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.use-case-list {
  border-top: 1px solid var(--line);
}

.use-case {
  border-bottom: 1px solid var(--line);
}

.use-case summary {
  position: relative;
  padding: 20px 40px 20px 2px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.use-case summary::-webkit-details-marker {
  display: none;
}

.use-case summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 4px;
  color: var(--blue);
  font-size: 26px;
}

.use-case[open] summary::after {
  content: "−";
}

.use-case div {
  max-width: 820px;
  padding: 0 40px 22px 2px;
}

.use-case p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.program-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 48px;
  background: #102a43;
  color: white;
}

.program-result .eyebrow {
  color: #71dbc0;
}

.program-result p {
  color: #c9d8e6;
}

.program-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-result li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 650;
  line-height: 1.4;
}

.program-result li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 12px;
  height: 2px;
  background: var(--teal);
  transform: translateY(-50%);
}

.safety-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 48px;
  background: var(--yellow-soft);
}

.preparation-list p {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #eadca4;
  color: #5f4b16;
  line-height: 1.5;
}

.preparation-list b {
  color: #956b00;
}

.program-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 46px 48px;
  background: white;
}

.program-cta > div {
  max-width: 720px;
}

.program-cta .button {
  flex: 0 0 auto;
}

.empty-state {
  padding: 28px 12px;
  color: var(--ink-soft);
  text-align: center;
}

@media (max-width: 860px) {
  .choice-grid.tasks,
  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-section.full {
    grid-column: auto;
  }

  .group-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .purpose-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .purpose-flow span + span {
    border-left: 0;
  }

  .purpose-flow span:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .purpose-flow span:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .site-header,
  .page-shell,
  .site-footer,
  .admin-shell,
  .program-shell {
    width: min(100% - 24px, 100%);
  }

  .site-header {
    min-height: 68px;
  }

  .brand-logo {
    width: 100px;
    height: auto;
  }

  .brand-context {
    display: none;
  }

  .site-header .button-compact {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 14px;
  }

  .privacy-badge {
    padding: 7px 9px;
    font-size: 11px;
  }

  .survey-hero {
    min-height: 500px;
    align-items: flex-start;
    padding: 38px 24px;
    background-position: 80% 80%;
    background-size: 500px auto;
  }

  .survey-hero h1 {
    font-size: 38px;
  }

  .survey-hero .lead {
    max-width: 310px;
    font-size: 16px;
  }

  .brand-student {
    right: -62px;
    height: 315px;
    opacity: 0.42;
  }

  .intro-copy,
  .complete-panel {
    padding: 26px 20px 30px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  .lead {
    font-size: 16px;
  }

  .intro-facts {
    grid-template-columns: 1fr;
  }

  .intro-actions,
  .program-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .intro-actions .button,
  .program-hero-actions .button {
    width: 100%;
  }

  .intro-facts span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .progress-wrap {
    padding: 14px 16px 11px;
  }

  .step-dots {
    display: none;
  }

  #surveyForm {
    padding: 22px 16px;
  }

  .choice-grid,
  .choice-grid.tasks,
  .review-summary,
  .metric-grid,
  .group-list {
    grid-template-columns: 1fr;
  }

  .scale-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-actions {
    position: sticky;
    bottom: 0;
    z-index: 8;
    margin: 28px -16px -22px;
    padding: 12px 16px;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.97);
  }

  .form-actions .button {
    flex: 1;
  }

  .submit-note,
  .site-footer,
  .admin-head {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-actions {
    width: 100%;
  }

  .admin-actions .button {
    flex: 1;
  }

  .response-dialog {
    width: calc(100% - 16px);
    max-height: calc(100vh - 16px);
  }

  .response-dialog-shell {
    max-height: calc(100vh - 16px);
  }

  .response-dialog-head {
    padding: 18px;
  }

  .response-detail {
    padding: 4px 18px 20px;
  }

  .response-detail-section dl {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .bar-row {
    grid-template-columns: minmax(110px, 1.2fr) 1fr 28px;
  }

  .program-hero {
    min-height: 520px;
    padding: 34px 24px;
    background-position: 70% center;
    background-size: 520px auto;
  }

  .program-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(72, 98, 132, 0.28);
  }

  .program-hero-student {
    right: -70px;
    height: 400px;
    opacity: 0.38;
  }

  .program-hero h1 {
    font-size: 38px;
  }

  .program-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .program-change-note,
  .split-heading,
  .program-result,
  .safety-band {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .program-change-note,
  .program-section,
  .program-cta {
    padding: 34px 22px;
  }

  .program-section-heading h2,
  .program-result h2,
  .program-cta h2,
  .safety-band h2 {
    font-size: 27px;
  }

  .purpose-flow,
  .tool-grid {
    grid-template-columns: 1fr;
  }

  .tool-item.foreign-tool {
    grid-column: auto;
  }

  .purpose-flow span,
  .purpose-flow span:nth-child(even),
  .purpose-flow span:nth-child(n + 3) {
    min-height: auto;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .agenda-list li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 21px 2px;
  }

  .agenda-list time {
    font-size: 14px;
  }

  .program-result {
    gap: 28px;
  }

  .program-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

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