.leader-check-page {
  background: #f3f7f5;
}

.leader-check-page .brand-mark {
  background-image: url("amiq-brandmark-160.webp");
}

.leader-check-page.leader-check-active {
  background: #fff;
}

.leader-check-page.leader-check-active .site-header,
.leader-check-page.leader-check-active .leader-check-hero,
.leader-check-page.leader-check-active .hms-study-panel,
.leader-check-page.leader-check-active .site-footer {
  display: none;
}

.leader-check-page.leader-check-active .leader-check-main {
  width: min(760px, 100%);
  padding: 0 0 24px;
}

.leader-check-page.leader-check-active .leader-check-shell,
.leader-check-page.leader-check-active .leader-result {
  margin: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: none;
}

.leader-check-page.leader-check-active .leader-check-shell {
  border-top: 0;
}

.leader-check-page.leader-check-active .leader-source-panel {
  margin: 12px 10px 0;
}

.leader-check-main {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(24px, 5vw, 60px) 0 60px;
}

.leader-check-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(22px, 5vw, 56px);
  align-items: center;
  margin-bottom: 22px;
}

.leader-check-hero h1,
.leader-result h2,
.dashboard-preview-hero h1 {
  max-width: 790px;
  margin: 8px 0 18px;
  color: #153f38;
  font-size: clamp(2.15rem, 6vw, 4.35rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.leader-check-hero .lead {
  max-width: 740px;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.48;
}

.leader-check-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

.leader-share-action {
  color: #0f6c5b;
  font-weight: 850;
  white-space: nowrap;
}

.leader-share-action:hover {
  color: #0a5548;
  border-color: #67978b;
  background: #f4faf7;
}

.leader-share-action:focus-visible {
  border-radius: 4px;
  outline: 3px solid #8c5a0a;
  outline-offset: 3px;
}

.leader-check-free-note {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 9px 0 0;
  color: #526a63;
  font-size: .84rem;
  font-weight: 800;
}

.leader-check-free-note::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #dff2eb;
  color: #0f6c5b;
  font-size: .72rem;
  font-weight: 950;
}

.leader-check-facts {
  display: grid;
  gap: 10px;
  margin: 0;
}

.leader-check-facts div {
  padding: 14px 16px;
  border: 1px solid #cbdad5;
  border-radius: 12px;
  background: #fff;
}

.leader-check-facts dt {
  color: #5c706a;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.leader-check-facts dd {
  margin: 6px 0 0;
  color: #153f38;
  font-size: 1.06rem;
  font-weight: 850;
}

.hms-study-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  margin: clamp(24px, 5vw, 54px) 0;
  padding: clamp(20px, 4vw, 40px);
  border: 1px solid #b9d5cc;
  border-radius: 16px;
  background: linear-gradient(135deg, #173f38 0%, #20594e 100%);
  color: #fff;
  box-shadow: 0 18px 54px rgba(18, 63, 58, .12);
}

.hms-study-panel--compact {
  margin-top: 0;
}

.hms-study-copy h2 {
  max-width: 760px;
  margin: 7px 0 16px;
  color: #fff;
  font-size: clamp(1.65rem, 3.6vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.hms-study-copy .eyebrow {
  color: #a8ddce;
}

.hms-study-copy blockquote {
  max-width: 760px;
  margin: 18px 0 8px;
  color: #f4faf7;
  font-size: clamp(1.1rem, 2.2vw, 1.38rem);
  font-weight: 800;
  line-height: 1.48;
}

.hms-study-copy p {
  max-width: 760px;
  margin: 9px 0;
  color: #d9ebe5;
  line-height: 1.58;
}

.hms-study-copy a {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-weight: 850;
  text-underline-offset: 3px;
}

.hms-study-copy small {
  display: block;
  max-width: 760px;
  margin-top: 12px;
  color: #bdd7cf;
  font-size: .82rem;
  line-height: 1.48;
}

.hms-study-stats {
  display: grid;
  gap: 10px;
  margin: 0;
}

.hms-study-stats div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 11px;
  background: rgba(255, 255, 255, .09);
}

.hms-study-stats dt {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 950;
  letter-spacing: -.025em;
}

.hms-study-stats dd {
  margin: 0;
  color: #e1efe9;
  font-size: .9rem;
  line-height: 1.42;
}

.leader-check-shell,
.leader-result,
.leader-source-panel,
.dashboard-preview-shell {
  border: 1px solid #cbdad5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(18, 63, 58, .08);
}

.leader-check-shell {
  scroll-margin-top: 24px;
  overflow: hidden;
}

.leader-check-progress {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px clamp(16px, 3vw, 30px) 10px;
  color: #526762;
  font-size: .84rem;
  font-weight: 800;
}

.leader-check-meter {
  height: 6px;
  background: #e3ece9;
}

.leader-check-meter span {
  display: block;
  width: 0;
  height: 100%;
  background: #167c68;
  transition: width .22s ease;
}

.leader-question-wrap {
  min-height: 0;
  padding: clamp(18px, 3.5vw, 34px);
}

.leader-question-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.leader-question-fieldset legend {
  max-width: 850px;
  color: #172d28;
  font-size: clamp(1.25rem, 2.7vw, 1.85rem);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -.025em;
}

.leader-question-help {
  max-width: 820px;
  margin: 9px 0 14px;
  color: #5a6d68;
  font-size: .94rem;
  line-height: 1.42;
}

.leader-question-evidence {
  max-width: 820px;
  margin: 14px 0 0;
  padding: 0;
  border-left: 3px solid #27836d;
  background: #edf5f2;
  color: #49615a;
  font-size: .84rem;
  line-height: 1.42;
}

.leader-question-evidence summary {
  padding: 9px 12px;
  color: #173f38;
  font-weight: 850;
  cursor: pointer;
}

.leader-question-evidence summary span {
  margin-left: 5px;
  color: #58716a;
  font-weight: 700;
}

.leader-question-evidence p {
  margin: 0;
  padding: 0 12px 6px;
}

.leader-question-evidence a {
  display: inline-block;
  margin: 0 12px 11px;
  color: #0f6c5b;
  font-weight: 800;
  text-underline-offset: 3px;
}

.leader-question-fieldset--commercial {
  padding: 0;
  border: 0;
  background: transparent;
}

.leader-question-wrap.is-commercial {
  background: linear-gradient(145deg, #f0f8f5, #fff);
}

.leader-question-fieldset--commercial::before {
  content: "SEPARAT PRISVURDERING · IKKE DEL AV HMS-SKÅREN";
  display: block;
  margin-bottom: 9px;
  color: #167c68;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.leader-answer-list {
  display: grid;
  gap: 7px;
}

.leader-answer {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid #cbdad5;
  border-radius: 10px;
  background: #fff;
  color: #233b35;
  font-weight: 750;
  font-size: .94rem;
  line-height: 1.34;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.leader-answer:hover {
  border-color: #67978b;
  transform: translateY(-1px);
}

.leader-answer.is-selected {
  border-color: #167c68;
  background: #edf8f4;
  box-shadow: inset 0 0 0 1px #167c68;
}

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

.leader-answer-control {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 2px solid #78908a;
  border-radius: 50%;
  background: #fff;
}

.leader-answer.is-selected .leader-answer-control {
  border: 6px solid #167c68;
}

.leader-answer:has(input:focus-visible) {
  outline: 3px solid #8c5a0a;
  outline-offset: 2px;
}

.leader-check-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 11px clamp(14px, 3vw, 28px);
  border-top: 1px solid #d8e3df;
  background: #f8faf9;
}

.leader-check-actions [data-check-reset] {
  margin-left: auto;
}

.leader-load-message {
  margin: 0;
  color: #596c67;
}

.leader-load-message.is-error {
  color: #a4362d;
  font-weight: 800;
}

.leader-result {
  padding: clamp(28px, 5vw, 56px);
  scroll-margin-top: 24px;
}

.leader-result-clear_need {
  border-top: 8px solid #bd4a3f;
}

.leader-result-relevant {
  border-top: 8px solid #d49a2b;
}

.leader-result-formal_first {
  border-top: 8px solid #a66a1e;
}

.leader-result-no_clear_need {
  border-top: 8px solid #27836d;
}

.leader-result h2 {
  max-width: 850px;
  font-size: clamp(2rem, 4.4vw, 3.45rem);
}

.leader-result-heading > p:last-child {
  max-width: 780px;
  color: #50645e;
  font-size: 1.08rem;
  line-height: 1.6;
}

.leader-result-signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 18px;
}

.leader-result-signals div {
  padding: 18px;
  border-radius: 10px;
  background: #edf5f2;
}

.leader-result-signals span,
.leader-result-signals strong {
  display: block;
}

.leader-result-signals span {
  margin-bottom: 6px;
  color: #5d706a;
  font-size: .82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.leader-result-signals strong {
  color: #153f38;
  font-size: 1.18rem;
}

.leader-next-actions h3 {
  margin-bottom: 12px;
  color: #172d28;
  font-size: 1.35rem;
}

.leader-priority-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leader-priority-list li {
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border-left: 4px solid #d49a2b;
  background: #f8faf9;
}

.leader-priority-list.is-positive li {
  border-left-color: #27836d;
}

.leader-priority-list span {
  color: #5a6d68;
  line-height: 1.5;
}

.leader-fit-note {
  margin: 28px 0 22px;
  padding: 18px;
  border: 1px solid #cbdad5;
  border-radius: 10px;
  background: #f1f7f5;
}

.leader-fit-note p {
  margin: 7px 0 0;
  color: #4f645e;
  line-height: 1.55;
}

.leader-report-evidence {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid #b9d5cc;
  border-radius: 10px;
  background: #f3f8f6;
}

.leader-report-evidence h3 {
  margin: 4px 0 12px;
  color: #173f38;
}

.leader-report-evidence ul {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
  padding-left: 20px;
  color: #3f5750;
  line-height: 1.48;
}

.leader-report-evidence > p:not(.eyebrow) {
  margin: 0 0 10px;
  color: #60736d;
  font-size: .87rem;
  line-height: 1.5;
}

.leader-report-evidence a {
  color: #0f6c5b;
  font-weight: 800;
  text-underline-offset: 3px;
}

.leader-commercial-feedback {
  margin: 0 0 24px;
  padding: 20px;
  border: 1px solid #d7c69f;
  border-radius: 10px;
  background: #fff9ec;
}

.leader-commercial-feedback h3 {
  margin: 4px 0 9px;
  color: #46391f;
}

.leader-commercial-feedback > p:not(.eyebrow) {
  margin: 0;
  color: #62563c;
  line-height: 1.52;
}

.leader-commercial-feedback small {
  display: block;
  margin-top: 10px;
  color: #766a50;
  font-weight: 750;
}

.leader-result-cta,
.dashboard-preview-actions,
.dashboard-preview-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.leader-result-cta {
  margin: 0 0 30px;
}

.leader-result-action-panel {
  margin: 0 0 28px;
  padding: clamp(18px, 3.5vw, 26px);
  border: 1px solid #9fcdbf;
  border-radius: 12px;
  background: linear-gradient(135deg, #e7f6f0 0%, #f7fbf9 100%);
  box-shadow: 0 14px 34px rgba(18, 63, 58, .08);
}

.leader-result-action-panel .eyebrow {
  margin-bottom: 6px;
  color: #167c68;
}

.leader-result-action-panel h3 {
  margin: 0;
  color: #153f38;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -.02em;
}

.leader-result-action-panel > p:not(.eyebrow) {
  margin: 8px 0 0;
  color: #4f675f;
  line-height: 1.5;
}

.leader-result-action-panel .leader-result-cta {
  margin: 17px 0 18px;
}

.leader-result-action-panel.is-comparison {
  border-color: #84baaa;
  background: linear-gradient(135deg, #e4f4ef 0%, #fbfdfc 100%);
}

.leader-quick-comparison {
  display: grid;
  margin: 16px 0 0;
  overflow: hidden;
  border: 1px solid #b7d8ce;
  border-radius: 10px;
  background: #fff;
}

.leader-quick-comparison div {
  display: grid;
  grid-template-columns: minmax(145px, .65fr) minmax(0, 1.35fr);
  gap: 16px;
  padding: 12px 14px;
}

.leader-quick-comparison div + div {
  border-top: 1px solid #dce9e5;
}

.leader-quick-comparison dt,
.leader-quick-comparison dd {
  margin: 0;
}

.leader-quick-comparison dt {
  color: #5b7069;
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.leader-quick-comparison dd {
  color: #173f38;
  font-weight: 850;
  line-height: 1.38;
}

.leader-comparison-note {
  margin-top: 10px !important;
  color: #526a63 !important;
  font-size: .88rem;
}

.leader-result-share {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #bdd9d0;
}

.leader-result-share-copy {
  display: grid;
  gap: 3px;
  color: #4f675f;
  font-size: .9rem;
  line-height: 1.4;
}

.leader-result-share-copy strong {
  color: #173f38;
  font-size: .96rem;
}

.leader-result-limit {
  margin: 18px 0;
  color: #667771;
  font-size: .88rem;
  line-height: 1.5;
}

.leader-source-panel {
  margin-top: 22px;
  padding: 0;
  box-shadow: none;
}

.leader-source-panel summary {
  padding: 18px 20px;
  color: #23463e;
  font-weight: 850;
  cursor: pointer;
}

.leader-source-content {
  padding: 0 20px 22px;
}

.leader-source-content p,
.leader-source-content li {
  color: #566a64;
  line-height: 1.55;
}

.leader-source-content a {
  color: #0f6c5b;
  font-weight: 750;
}

.leader-check-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 4px 0 18px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid #b7d5cc;
  border-radius: 12px;
  background: linear-gradient(135deg, #eaf7f2, #f8fbfa);
  color: #173e36;
  text-decoration: none;
}

.leader-check-banner small,
.leader-check-banner strong,
.leader-check-banner span {
  display: block;
}

.leader-check-banner small {
  margin-bottom: 6px;
  color: #167c68;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.leader-check-banner strong {
  margin-bottom: 7px;
  font-size: clamp(1.25rem, 2.6vw, 1.8rem);
}

.leader-check-banner span {
  color: #50655f;
  line-height: 1.48;
}

.leader-check-banner b {
  color: #0f6c5b;
  white-space: nowrap;
}

.dashboard-preview-option .button-row {
  align-items: stretch;
}

.dashboard-preview-option .button-row a {
  flex: 1 1 180px;
  text-align: center;
}

.dashboard-preview-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 60px) 0 72px;
}

.dashboard-preview-notice {
  display: flex;
  justify-content: center;
  padding: 10px 16px;
  background: #173f38;
  color: #fff;
  font-size: .86rem;
  font-weight: 850;
  text-align: center;
}

.dashboard-preview-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.dashboard-preview-hero h1 {
  font-size: clamp(2rem, 5vw, 3.7rem);
}

.dashboard-preview-hero p {
  max-width: 720px;
  color: #566a64;
  line-height: 1.58;
}

.dashboard-preview-switch a[aria-current="page"] {
  background: #173f38;
  color: #fff;
}

.dashboard-preview-shell {
  padding: clamp(20px, 4vw, 38px);
}

.preview-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.preview-metric,
.preview-panel {
  padding: 18px;
  border: 1px solid #d3dfdb;
  border-radius: 10px;
  background: #fff;
}

.preview-metric span,
.preview-metric strong {
  display: block;
}

.preview-metric span {
  color: #63746f;
  font-size: .82rem;
  font-weight: 800;
}

.preview-metric strong {
  margin: 8px 0 4px;
  color: #153f38;
  font-size: 1.85rem;
}

.preview-metric small {
  color: #71807b;
}

.preview-dashboard-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 14px;
}

.preview-panel h2,
.preview-panel h3 {
  margin: 4px 0 14px;
  color: #173f38;
}

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

.preview-bar-row {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(120px, 2fr) 38px;
  gap: 10px;
  align-items: center;
  color: #445a54;
  font-size: .9rem;
  font-weight: 750;
}

.preview-bar-track {
  height: 10px;
  overflow: hidden;
  border-radius: 99px;
  background: #e3ece9;
}

.preview-bar-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #27836d;
}

.preview-action-list,
.preview-empty-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.preview-action-list li,
.preview-empty-steps li {
  padding: 13px 14px;
  border-radius: 8px;
  background: #f2f7f5;
  color: #536861;
  line-height: 1.45;
}

.preview-action-list strong,
.preview-empty-steps strong {
  display: block;
  margin-bottom: 4px;
  color: #173f38;
}

.preview-empty-state {
  padding: clamp(34px, 7vw, 76px) 20px;
  text-align: center;
}

.preview-empty-state h2 {
  margin: 8px auto 12px;
  color: #173f38;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.preview-empty-state > p {
  max-width: 650px;
  margin: 0 auto 28px;
  color: #5b6f69;
  line-height: 1.55;
}

.preview-empty-steps {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  counter-reset: preview-step;
}

.preview-empty-steps li {
  position: relative;
  padding-left: 58px;
  counter-increment: preview-step;
}

.preview-empty-steps li::before {
  content: counter(preview-step);
  position: absolute;
  left: 15px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #173f38;
  color: #fff;
  font-weight: 900;
}

.dashboard-preview-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 760px) {
  .leader-check-hero,
  .dashboard-preview-hero,
  .leader-check-banner,
  .hms-study-panel,
  .preview-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .leader-check-banner b {
    justify-self: start;
  }

  .leader-result-signals,
  .preview-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .leader-question-wrap {
    min-height: 0;
  }

  .leader-check-actions [data-check-reset] {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .leader-check-page:not(.leader-check-active) .site-header {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 10px;
  }

  .leader-check-page:not(.leader-check-active) .brand {
    gap: 7px;
  }

  .leader-check-page:not(.leader-check-active) .brand-mark {
    width: 40px;
    height: 40px;
  }

  .leader-check-page:not(.leader-check-active) .brand strong {
    font-size: .9rem;
  }

  .leader-check-page:not(.leader-check-active) .brand small {
    margin-top: 1px;
    font-size: .75rem;
  }

  .leader-check-page:not(.leader-check-active) .top-nav {
    width: 100%;
    gap: 6px;
  }

  .leader-check-page:not(.leader-check-active) .nav-link {
    min-height: 34px;
    padding: 0 8px;
    font-size: .78rem;
  }

  .leader-check-main,
  .dashboard-preview-main {
    width: min(100% - 20px, 1180px);
  }

  .leader-check-main {
    padding-top: 14px;
    padding-bottom: 32px;
  }

  .leader-check-page.leader-check-active .leader-check-main {
    width: 100%;
    padding: 0 0 16px;
  }

  .leader-check-page.leader-check-active .leader-check-shell,
  .leader-check-page.leader-check-active .leader-result {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .preview-metric-grid {
    grid-template-columns: 1fr;
  }

  .leader-result-signals {
    gap: 7px;
    margin: 20px 0 14px;
  }

  .leader-result-no_clear_need .leader-result-signals {
    grid-template-columns: 1fr;
  }

  .leader-result-signals div {
    padding: 12px 10px;
  }

  .leader-result-signals span {
    font-size: .7rem;
    letter-spacing: .04em;
  }

  .leader-result-signals strong {
    font-size: 1rem;
    line-height: 1.25;
  }

  .leader-check-progress {
    padding: 10px 14px 8px;
  }

  .leader-check-progress span:last-child {
    display: none;
  }

  .leader-check-hero {
    gap: 10px;
    margin-bottom: 12px;
  }

  .leader-check-hero h1 {
    margin: 5px 0 9px;
    font-size: clamp(2rem, 9.7vw, 2.4rem);
    line-height: .96;
  }

  .leader-check-hero .lead {
    margin: 0 0 12px;
    font-size: .92rem;
    line-height: 1.38;
  }

  .leader-check-hero .eyebrow {
    margin-bottom: 5px;
    font-size: .75rem;
  }

  .leader-check-hero .primary-action {
    min-height: 42px;
    padding: 0 14px;
  }

  .leader-check-hero .secondary-action {
    min-height: 42px;
    padding: 0 13px;
  }

  .leader-check-hero-actions {
    gap: 7px 12px;
  }

  .leader-share-action {
    font-size: .86rem;
  }

  .leader-check-free-note {
    margin-top: 7px;
    font-size: .8rem;
  }

  .leader-check-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .leader-check-facts div {
    padding: 8px;
    border-radius: 9px;
  }

  .leader-check-facts dt {
    font-size: .75rem;
  }

  .leader-check-facts dd {
    margin-top: 4px;
    font-size: .875rem;
    line-height: 1.25;
  }

  .hms-study-panel {
    gap: 16px;
    padding: 18px 15px;
  }

  .hms-study-copy h2 {
    margin-bottom: 10px;
    font-size: 1.42rem;
  }

  .hms-study-copy p,
  .hms-study-copy small {
    line-height: 1.42;
  }

  .hms-study-stats {
    gap: 6px;
  }

  .hms-study-stats div {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
  }

  .hms-study-stats dt {
    font-size: 1.3rem;
  }

  .hms-study-stats dd {
    font-size: .8rem;
  }

  .leader-question-wrap {
    padding: 16px 14px;
  }

  .leader-answer {
    padding: 11px 12px;
    font-size: .9rem;
  }

  .leader-check-actions {
    padding: 9px 12px;
  }

  .leader-check-actions button {
    min-height: 40px;
    padding: 9px 12px;
  }

  .leader-result-cta > *,
  .dashboard-preview-actions > *,
  .dashboard-preview-switch > *,
  .dashboard-preview-footer-actions > * {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .leader-result-action-panel {
    margin-bottom: 22px;
    padding: 18px 14px;
  }

  .leader-quick-comparison div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 10px 12px;
  }

  .leader-result-share {
    display: grid;
    gap: 12px;
  }

  .leader-result-share .leader-share-action {
    width: 100%;
    justify-content: center;
  }

  .preview-bar-row {
    grid-template-columns: 1fr 34px;
  }

  .preview-bar-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .leader-check-meter span,
  .leader-answer {
    transition: none;
  }
}
