:root {
  color-scheme: light;
  --navy-950: #071a2c;
  --navy-900: #0d263f;
  --navy-800: #174260;
  --blue-700: #155bb8;
  --blue-600: #1c6ddd;
  --blue-100: #eaf3ff;
  --teal-700: #08766c;
  --teal-100: #e8f7f3;
  --green-700: #18764e;
  --green-100: #e9f7ef;
  --red-700: #b93443;
  --red-100: #fff0f1;
  --amber-700: #a4610a;
  --amber-100: #fff5e1;
  --purple-700: #7652b8;
  --purple-100: #f2edff;
  --ink: #182432;
  --muted: #637383;
  --line: #dbe4eb;
  --soft: #f3f6f8;
  --paper: #fff;
  --shadow: 0 16px 42px rgba(7, 26, 44, .08);
  font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #eef2f5;
  word-break: keep-all;
}

button,
input,
select,
textarea { font: inherit; }

button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .45; }
button:focus-visible { outline: 3px solid rgba(28, 109, 221, .32); outline-offset: 3px; }

svg {
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.app-shell {
  min-height: 100vh;
  padding-bottom: 118px;
  background:
    radial-gradient(circle at 12% -8%, rgba(28, 109, 221, .08), transparent 28%),
    #f3f6f8;
}

.prototype-ribbon {
  padding: 7px 20px;
  color: #d9f7ed;
  background: #0f302a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  text-align: center;
}

.product-header {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 82px;
  padding: 12px max(28px, calc((100vw - 1380px) / 2));
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.brand,
.role-map,
.header-actions,
.progress-strip,
.step-button,
.stage-heading,
.action-card,
.panel-title,
.traceability-banner,
.campaign-actions,
.framework-row,
.evidence-overview,
.department-row,
.completion-banner,
.coverage-row,
.reuse-proof,
.benefit-comparison,
.event-dock,
.event-message,
.dock-progress {
  display: flex;
  align-items: center;
}

.brand { gap: 11px; }
.brand > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: white; background: var(--teal-700); }
.brand > span svg { width: 24px; height: 24px; }
.brand > div { display: grid; gap: 2px; }
.brand strong { color: var(--navy-900); font-size: 14px; letter-spacing: .04em; }
.brand small { color: var(--muted); font-size: 10px; }

.role-map {
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid #cad8e4;
  border-radius: 14px;
  background: #f8fbff;
}

.role-map > div { display: grid; gap: 2px; min-width: 82px; }
.role-map span { color: var(--muted); font-size: 8px; font-weight: 700; }
.role-map strong { color: var(--navy-900); font-size: 10px; }
.role-map i { color: #94a6b5; font-size: 11px; font-style: normal; }

.header-actions { justify-content: flex-end; gap: 8px; }

.primary-button,
.secondary-button,
.completed-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
}

.primary-button { border: 1px solid var(--blue-600); color: white; background: var(--blue-600); }
.primary-button:hover { border-color: var(--blue-700); background: var(--blue-700); }
.secondary-button { border: 1px solid #c8d5df; color: var(--navy-900); background: white; }
.secondary-button:hover { border-color: #91aec7; background: #f7fbff; }
.completed-button { border: 1px solid #a7d6bd; color: var(--green-700); background: var(--green-100); }
.primary-button.large,
.secondary-button.large { min-height: 48px; padding-inline: 18px; }
.secondary-button.full { width: 100%; }

.progress-strip {
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  padding: 6px 24px;
  color: var(--muted);
  background: #e8eef3;
  font-size: 9px;
}

.progress-strip > span { color: var(--navy-900); font-weight: 800; }
.progress-strip > div { width: min(340px, 35vw); height: 7px; overflow: hidden; border-radius: 100px; background: #d3dde5; }
.progress-strip i,
.wide-progress i,
.mini-progress i,
.coverage-row i,
.dock-progress i { display: block; width: var(--value); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue-600), #46bfa0); transition: width .25s ease; }
.progress-strip strong { color: var(--blue-700); font-size: 11px; }

.product-main {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 22px;
}

.step-rail {
  display: grid;
  grid-template-columns: 1fr 22px 1fr 22px 1fr 22px 1fr 22px 1fr;
  align-items: center;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 7px 22px rgba(7,26,44,.04);
}

.step-button {
  gap: 10px;
  min-height: 64px;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: inherit;
  background: transparent;
  text-align: left;
}

.step-button:hover { background: var(--soft); }
.step-button.is-active { border-color: #91bce9; background: var(--blue-100); }
.step-button.is-done:not(.is-active) { background: var(--green-100); }
.step-button > span { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; color: var(--muted); background: var(--soft); font-size: 10px; font-weight: 850; }
.step-button.is-active > span { color: white; background: var(--blue-600); }
.step-button.is-done > span { color: white; background: var(--green-700); }
.step-button > div { display: grid; min-width: 0; gap: 2px; }
.step-button b { color: var(--blue-600); font-size: 8px; letter-spacing: .08em; }
.step-button strong { overflow: hidden; color: var(--navy-900); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.step-button small { overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.step-arrow { color: #9aa9b5; font-size: 18px; font-style: normal; text-align: center; }

.stage-content { animation: stage-in .22s ease-out; }
@keyframes stage-in { from { opacity: .25; transform: translateY(5px); } to { opacity: 1; transform: none; } }

.stage-heading {
  align-items: stretch;
  gap: 18px;
  margin-bottom: 14px;
  padding: 24px 26px;
  border-radius: 20px;
  color: white;
  background: linear-gradient(120deg, var(--navy-900), #16506f 66%, #08766c);
  box-shadow: var(--shadow);
}

.stage-number { display: grid; place-items: center; flex: 0 0 56px; height: 56px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; color: #79dfc9; font-size: 18px; font-weight: 900; }
.stage-heading > div:nth-child(2) { flex: 1; }
.stage-heading > div > span { display: block; margin-bottom: 6px; color: #79dfc9; font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.stage-heading h1 { margin-bottom: 7px; color: white; font-size: clamp(24px, 2.5vw, 34px); line-height: 1.25; letter-spacing: -.04em; }
.stage-heading p { max-width: 840px; margin: 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; }
.stage-heading aside { display: grid; align-content: center; flex: 0 0 270px; gap: 5px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.09); }
.stage-heading aside small { color: #83dfcd; font-size: 8px; font-weight: 800; }
.stage-heading aside strong { font-size: 12px; line-height: 1.45; }

.metric-grid { display: grid; gap: 10px; margin-bottom: 14px; }
.metric-grid.four { grid-template-columns: repeat(4, 1fr); }
.metric-grid.five { grid-template-columns: repeat(5, 1fr); }

.metric-card {
  min-height: 102px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--blue-600);
  border-radius: 14px;
  background: white;
}

.metric-card.is-teal { border-top-color: var(--teal-700); }
.metric-card.is-green { border-top-color: var(--green-700); }
.metric-card.is-red { border-top-color: var(--red-700); }
.metric-card.is-amber { border-top-color: var(--amber-700); }
.metric-card.is-purple { border-top-color: var(--purple-700); }
.metric-card > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 750; }
.metric-card strong { display: block; color: var(--navy-900); font-size: 25px; letter-spacing: -.04em; }
.metric-card strong small { margin-left: 2px; font-size: 10px; }
.metric-card p { margin: 5px 0 0; color: var(--muted); font-size: 8px; line-height: 1.4; }

.action-card {
  gap: 13px;
  margin-bottom: 14px;
  padding: 15px 17px;
  border: 1px solid #b9d2ec;
  border-radius: 15px;
  background: #f4f9ff;
}

.action-card.is-completed { border-color: #aad8bf; background: var(--green-100); }
.action-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; color: var(--blue-600); background: white; }
.action-card.is-completed .action-icon { color: white; background: var(--green-700); }
.action-icon svg { width: 22px; height: 22px; }
.action-card > div { flex: 1; }
.action-card strong { display: block; margin-bottom: 4px; color: var(--navy-900); font-size: 13px; }
.action-card p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }

.dual-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dual-actions .action-card { align-items: flex-start; min-height: 112px; }
.dual-actions .action-card button { align-self: center; }

.workspace-panel {
  margin-bottom: 14px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: white;
  box-shadow: 0 7px 20px rgba(7,26,44,.035);
}

.panel-title { align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.panel-title > div > span { display: block; margin-bottom: 4px; color: var(--teal-700); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.panel-title h2 { margin: 0; color: var(--navy-900); font-size: 18px; letter-spacing: -.03em; }
.panel-title > p { max-width: 350px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.4; text-align: right; }

.source-type-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 13px; }
.source-type-row > div { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 10px; background: var(--soft); }
.source-type-row span { color: var(--muted); font-size: 8px; }
.source-type-row strong { color: var(--navy-900); font-size: 13px; }

.data-table { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.table-head,
.table-row { display: grid; align-items: center; min-height: 43px; border-bottom: 1px solid var(--line); }
.table-head { min-height: 34px; color: var(--muted); background: var(--soft); font-size: 8px; font-weight: 800; }
.table-row:last-child { border-bottom: 0; }
.table-row > * { padding: 7px 11px; }
.source-table .table-head,
.source-table .table-row { grid-template-columns: 105px minmax(300px, 1fr) 115px 110px; }
.diagnosis-table .table-head,
.diagnosis-table .table-row { grid-template-columns: 120px minmax(250px, 1.2fr) minmax(210px, 1fr) 80px 85px; }
.table-row strong { color: var(--navy-900); font-size: 9px; }
.table-row > span { color: var(--muted); font-size: 8px; }
.table-row.is-preview { filter: grayscale(.8); opacity: .4; }

.status-pill { display: inline-flex; align-items: center; justify-content: center; width: fit-content; padding: 5px 8px; border-radius: 100px; font-size: 8px; font-weight: 850; white-space: nowrap; }
.status-pill.is-neutral { color: #5d6b78; background: #edf1f4; }
.status-pill.is-blue { color: var(--blue-700); background: var(--blue-100); }
.status-pill.is-green { color: var(--green-700); background: var(--green-100); }
.status-pill.is-red { color: var(--red-700); background: var(--red-100); }
.status-pill.is-amber { color: var(--amber-700); background: var(--amber-100); }

.diagnosis-flow { display: grid; grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr; align-items: center; margin-bottom: 13px; }
.diagnosis-flow span { padding: 10px; border-radius: 10px; color: var(--navy-900); background: var(--soft); font-size: 9px; font-weight: 800; text-align: center; }
.diagnosis-flow span.accent { color: var(--red-700); background: var(--red-100); }
.diagnosis-flow i { color: #99a9b6; font-style: normal; text-align: center; }

.traceability-banner {
  gap: 12px;
  margin-bottom: 13px;
  padding: 13px 15px;
  border: 1px solid #b5d8c4;
  border-radius: 12px;
  background: var(--green-100);
}
.traceability-banner > span { display: grid; color: var(--green-700); }
.traceability-banner > div { flex: 1; }
.traceability-banner strong { display: block; color: var(--navy-900); font-size: 11px; }
.traceability-banner p { margin: 3px 0 0; color: var(--muted); font-size: 8px; }
.traceability-banner > b { color: var(--green-700); font-size: 11px; }

.policy-list { display: grid; gap: 8px; }
.policy-item { display: grid; grid-template-columns: 1.1fr 1fr 24px 1.2fr 72px; align-items: center; gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 11px; }
.policy-item.is-preview { filter: grayscale(.7); opacity: .42; }
.policy-name { display: grid; gap: 3px; }
.policy-name > span,
.policy-before > span,
.policy-after > span { color: var(--muted); font-size: 7px; font-weight: 850; letter-spacing: .08em; }
.policy-name strong { color: var(--navy-900); font-size: 10px; }
.policy-name small { color: var(--muted); font-size: 7px; }
.policy-before,
.policy-after { min-height: 54px; padding: 9px; border-radius: 9px; }
.policy-before { background: var(--red-100); }
.policy-after { background: var(--green-100); }
.policy-before p,
.policy-after p { margin: 4px 0 0; color: var(--navy-900); font-size: 8px; line-height: 1.4; }
.policy-item > i { color: #9aa9b5; font-style: normal; text-align: center; }
.policy-item > b { padding: 6px; border-radius: 8px; color: var(--blue-700); background: var(--blue-100); font-size: 8px; text-align: center; }

.campaign-actions { gap: 9px; margin-bottom: 14px; }

.framework-row { flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
.framework-row > span { display: inline-flex; align-items: center; gap: 5px; padding: 7px 10px; border-radius: 100px; color: var(--green-700); background: var(--green-100); font-size: 8px; font-weight: 800; }

.evidence-overview { gap: 12px; margin-bottom: 13px; padding: 12px 14px; border-radius: 11px; background: var(--soft); }
.evidence-overview > div:first-child { display: grid; flex: 0 0 100px; gap: 2px; }
.evidence-overview span { color: var(--muted); font-size: 8px; }
.evidence-overview strong { color: var(--navy-900); font-size: 19px; }
.wide-progress { flex: 1; height: 9px; overflow: hidden; border-radius: 100px; background: #dce5eb; }
.evidence-overview > b { color: var(--navy-900); font-size: 10px; }

.department-table { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.department-head,
.department-row { display: grid; grid-template-columns: 1.2fr 70px 1fr 90px; align-items: center; gap: 10px; min-height: 42px; padding: 6px 12px; border-bottom: 1px solid var(--line); }
.department-head { min-height: 32px; color: var(--muted); background: var(--soft); font-size: 8px; font-weight: 800; }
.department-row:last-child { border-bottom: 0; }
.department-row > div:first-child { display: flex; align-items: center; gap: 8px; }
.department-avatar { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: var(--blue-700); background: var(--blue-100); font-size: 8px; font-weight: 900; }
.department-row strong { color: var(--navy-900); font-size: 9px; }
.department-row > span { color: var(--muted); font-size: 8px; }
.mini-progress { height: 7px; overflow: hidden; border-radius: 100px; background: #e4ebf0; }

.completion-banner {
  gap: 14px;
  margin-bottom: 14px;
  padding: 18px 20px;
  border: 1px solid #b6cfeb;
  border-radius: 15px;
  background: #f1f7ff;
}
.completion-banner.is-ready { border-color: #9fd1b6; background: var(--green-100); }
.completion-banner > span:first-child { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 13px; color: white; background: var(--blue-600); }
.completion-banner.is-ready > span:first-child { background: var(--green-700); }
.completion-banner > span:first-child svg { width: 24px; height: 24px; }
.completion-banner > div { flex: 1; }
.completion-banner small { display: block; margin-bottom: 4px; color: var(--blue-700); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.completion-banner.is-ready small { color: var(--green-700); }
.completion-banner strong { display: block; color: var(--navy-900); font-size: 15px; }
.completion-banner p { margin: 5px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }

.control-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; }
.coverage-bars { display: grid; gap: 12px; }
.coverage-row { display: grid; grid-template-columns: minmax(160px, 1fr) 1.3fr 40px; gap: 11px; }
.coverage-row > span { color: var(--navy-900); font-size: 9px; }
.coverage-row > div { height: 8px; overflow: hidden; border-radius: 100px; background: #e4ebf0; }
.coverage-row strong { color: var(--navy-900); font-size: 9px; text-align: right; }
.reuse-proof { gap: 10px; margin-top: 16px; padding: 12px; border-radius: 11px; color: var(--teal-700); background: var(--teal-100); }
.reuse-proof > span { display: grid; }
.reuse-proof strong { display: block; color: var(--navy-900); font-size: 10px; }
.reuse-proof p { margin: 3px 0 0; color: var(--muted); font-size: 8px; }

.schedule-list { display: grid; gap: 7px; margin-bottom: 12px; }
.schedule-list article { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 9px; padding: 8px; border: 1px solid var(--line); border-radius: 10px; }
.due { display: grid; place-items: center; min-height: 32px; border-radius: 8px; color: var(--muted); background: var(--soft); font-size: 8px; font-weight: 850; }
.due.is-today { color: var(--red-700); background: var(--red-100); }
.schedule-list article > div { display: grid; gap: 2px; }
.schedule-list strong { color: var(--navy-900); font-size: 9px; }
.schedule-list small { color: var(--muted); font-size: 7px; }

.benefit-panel { margin-bottom: 14px; padding: 22px; border-radius: 17px; color: white; background: var(--navy-900); }
.benefit-heading > span { display: block; margin-bottom: 4px; color: #75d9c5; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.benefit-heading h2 { margin-bottom: 14px; color: white; font-size: 18px; }
.benefit-comparison { align-items: stretch; gap: 12px; }
.benefit-comparison article { flex: 1; padding: 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; background: rgba(255,255,255,.06); }
.benefit-comparison article.after { background: rgba(52, 185, 139, .14); }
.benefit-comparison article > span { color: #9eb0bf; font-size: 8px; font-weight: 850; }
.benefit-comparison article.after > span { color: #75d9c5; }
.benefit-comparison strong { display: block; margin: 5px 0 9px; font-size: 11px; }
.benefit-comparison ul { display: grid; gap: 5px; margin: 0; padding-left: 17px; color: rgba(255,255,255,.72); font-size: 8px; line-height: 1.4; }
.benefit-comparison > i { align-self: center; display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; color: var(--navy-900); background: white; }

.event-dock {
  position: fixed;
  left: 50%;
  bottom: 15px;
  z-index: 50;
  width: min(920px, calc(100% - 30px));
  min-height: 66px;
  gap: 14px;
  padding: 9px 10px 9px 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  color: white;
  background: rgba(12, 30, 44, .96);
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}
.event-message { flex: 1; gap: 10px; min-width: 0; }
.event-message > span { display: grid; flex: 0 0 28px; color: #75d9c5; }
.event-message > div { min-width: 0; }
.event-message small { display: block; margin-bottom: 3px; color: #91a5b4; font-size: 7px; font-weight: 800; }
.event-message strong { display: block; overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.dock-progress { gap: 8px; flex: 0 0 160px; }
.dock-progress > span { font-size: 9px; font-weight: 800; }
.dock-progress > div { flex: 1; height: 6px; overflow: hidden; border-radius: 100px; background: rgba(255,255,255,.16); }
.event-dock > button { display: grid; grid-template-columns: 1fr auto; align-items: center; min-width: 116px; padding: 9px 11px; border: 0; border-radius: 11px; color: var(--navy-900); background: white; text-align: left; }
.event-dock > button span { grid-column: 1; color: var(--muted); font-size: 7px; }
.event-dock > button strong { grid-column: 1; font-size: 10px; }
.event-dock > button svg { grid-row: 1 / 3; grid-column: 2; }

@media (max-width: 1140px) {
  .product-header { grid-template-columns: 1fr auto; }
  .role-map { grid-row: 2; grid-column: 1 / -1; justify-self: center; }
  .step-rail { grid-template-columns: repeat(5, 1fr); }
  .step-arrow { display: none; }
  .step-button { align-items: flex-start; }
  .step-button small { display: none; }
  .stage-heading aside { flex-basis: 220px; }
  .metric-grid.five { grid-template-columns: repeat(3, 1fr); }
  .control-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .product-main { width: min(100% - 24px, 1380px); }
  .product-header { display: flex; flex-wrap: wrap; gap: 10px; padding: 11px 14px; }
  .brand { flex: 1; }
  .header-actions { margin-left: auto; }
  .role-map { order: 3; width: 100%; justify-content: center; overflow-x: auto; }
  .progress-strip > div { width: 180px; }
  .step-rail { grid-template-columns: 1fr; gap: 5px; }
  .step-button { min-height: 52px; }
  .step-button small { display: block; }
  .stage-heading { align-items: flex-start; flex-wrap: wrap; padding: 20px; }
  .stage-heading aside { flex: 1 1 100%; }
  .metric-grid.four,
  .metric-grid.five { grid-template-columns: repeat(2, 1fr); }
  .dual-actions { grid-template-columns: 1fr; }
  .source-type-row { grid-template-columns: repeat(2, 1fr); }
  .data-table { overflow-x: auto; }
  .table-head,
  .table-row { min-width: 760px; }
  .policy-item { grid-template-columns: 1fr; }
  .policy-item > i { transform: rotate(90deg); }
  .campaign-actions { align-items: stretch; flex-direction: column; }
  .department-table { overflow-x: auto; }
  .department-head,
  .department-row { min-width: 680px; }
  .benefit-comparison { align-items: stretch; flex-direction: column; }
  .benefit-comparison > i { align-self: center; transform: rotate(90deg); }
  .event-message strong { max-width: 360px; }
  .dock-progress { display: none; }
}

@media (max-width: 560px) {
  .prototype-ribbon { font-size: 9px; }
  .brand small { display: none; }
  .header-actions .secondary-button { display: none; }
  .role-map { justify-content: flex-start; }
  .progress-strip small { display: none; }
  .stage-number { flex-basis: 44px; height: 44px; }
  .stage-heading h1 { font-size: 24px; }
  .metric-grid.four,
  .metric-grid.five { grid-template-columns: 1fr 1fr; }
  .metric-card { min-height: 94px; padding: 13px; }
  .action-card { align-items: flex-start; flex-wrap: wrap; }
  .action-card > div { min-width: calc(100% - 58px); }
  .action-card > button { width: 100%; }
  .diagnosis-flow { grid-template-columns: 1fr; gap: 5px; }
  .diagnosis-flow i { transform: rotate(90deg); }
  .coverage-row { grid-template-columns: 1fr 70px 35px; }
  .event-dock { gap: 7px; padding-left: 10px; }
  .event-message > span { display: none; }
  .event-message strong { max-width: 180px; }
  .event-dock > button { min-width: 90px; }
}

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