:root {
  color-scheme: light;
  --bg: #f3f6fb;
  --ink: #0b1720;
  --muted: #405166;
  --line: #cbd6e2;
  --panel: #ffffff;
  --night: #071219;
  --blue: #1c64f2;
  --green: #a3e635;
  --cyan: #05a8aa;
  --red: #ef4444;
  --amber: #f59e0b;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
}

.actual-site-demo {
  overflow: hidden;
  background: #0b1720;
}

.actual-site-stage {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.actual-site-stage iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #f5f0e7;
}

.overlay-slot {
  position: absolute;
  inset: 0;
  z-index: 30;
  pointer-events: none;
}

.overlay-slot .ysjb-widget,
.ysjb-auto-host .ysjb-widget {
  pointer-events: auto;
}

.ysjb-auto-host {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.workspace-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 22px;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.brand span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--green);
  color: var(--night);
  font-size: 12px;
}

.report-page .brand {
  gap: 0;
  font-size: 17px;
}

.mode-controls {
  display: flex;
  gap: 6px;
  padding: 4px;
  background: #e9eef6;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.mode-controls button {
  min-height: 34px;
  border: 0;
  border-radius: 7px;
  padding: 0 12px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.mode-controls button[aria-pressed="true"] {
  background: var(--panel);
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(8, 18, 28, 0.12);
}

.demo-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  width: min(1280px, calc(100% - 32px));
  margin: 24px auto 56px;
  align-items: start;
}

.client-frame,
.notes-panel,
.report-card,
.report-section {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(12, 22, 34, 0.08);
}

.client-frame {
  overflow: hidden;
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 12px;
  background: #e8edf4;
  border-bottom: 1px solid var(--line);
}

.browser-bar i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #b7c2d0;
}

.browser-bar span {
  flex: 1;
  margin-left: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--muted);
  font-size: 12px;
}

.client-page {
  position: relative;
  min-height: 680px;
  padding: 26px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(17, 24, 39, 0.03) 1px, transparent 1px),
    #fbf7ef;
  background-size: 36px 36px;
}

.client-page nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.client-page nav strong {
  font-family: Georgia, serif;
  font-size: 24px;
}

.client-page nav div {
  display: flex;
  gap: 18px;
  color: #7a6b5b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.client-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 1fr);
  gap: 28px;
  margin-top: 70px;
  align-items: center;
}

.client-hero p,
.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.client-hero h1 {
  margin: 0;
  max-width: 560px;
  font-family: Georgia, serif;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
}

.fake-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 26px;
  padding: 0 18px;
  border-radius: 999px;
  background: #1f3b2f;
  color: #fff7ea;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.image-placeholder,
.client-grid article {
  min-height: 260px;
  border: 1px solid rgba(30, 42, 56, 0.18);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, rgba(16, 24, 40, 0.08) 0 1px, transparent 1px 10px),
    #e7dfd1;
  display: grid;
  place-items: center;
  color: #6d6255;
  font-weight: 900;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.client-grid article {
  min-height: 118px;
}

.notes-panel {
  padding: 28px;
}

.notes-panel h1 {
  margin: 0;
  font-size: 40px;
  line-height: 0.98;
  letter-spacing: 0;
}

.notes-panel p,
.notes-panel li {
  color: var(--muted);
  line-height: 1.55;
}

.notes-panel ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding-left: 20px;
}

.report-link,
.ysjb-panel a,
.report-actions a,
.report-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--night);
  color: #ffffff;
  border: 0;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.notes-actions,
.ysjb-panel-actions,
.report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.report-link-secondary,
.ysjb-panel-actions a + a,
.report-actions button {
  background: #ffffff;
  color: var(--night);
  border: 1px solid var(--line);
}

.ysjb-widget {
  position: absolute;
  z-index: 20;
  color: var(--ink);
}

.ysjb-trigger {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.ysjb-pulse {
  display: none;
}

.ysjb-panel {
  width: min(390px, calc(100vw - 36px));
  padding: 16px;
  background: #ffffff;
  border: 1px solid #111827;
  border-radius: var(--radius);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.26);
  transform-origin: top center;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  transition: opacity 180ms ease, max-height 240ms ease, transform 240ms ease;
}

.ysjb-widget[data-open="true"] .ysjb-panel {
  opacity: 1;
  pointer-events: auto;
  max-height: calc(100vh - var(--ysjb-smart-top, 82px) - 24px);
  overflow: auto;
}

.ysjb-widget[data-open="true"] .ysjb-caret {
  transform: rotate(180deg);
}

.ysjb-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.ysjb-panel-head p {
  margin: 0;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ysjb-panel-head h2 {
  margin: 5px 0 0;
  font-size: 21px;
  line-height: 1.12;
}

.ysjb-panel-head strong {
  border-radius: 999px;
  padding: 5px 8px;
  background: #eaf6ff;
  color: var(--blue);
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ysjb-panel-summary {
  margin: 10px 0 0;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}

.ysjb-report-score {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 13px;
  border-radius: var(--radius);
  background: #f3f7fb;
}

.ysjb-report-score div {
  display: grid;
  gap: 4px;
  text-align: center;
}

.ysjb-report-score span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ysjb-report-score b {
  font-size: 38px;
  line-height: 0.9;
}

.ysjb-report-score .is-before {
  color: #7a8491;
  text-decoration: line-through;
}

.ysjb-report-score .is-after {
  color: #14813c;
}

.ysjb-report-score i {
  height: 2px;
  background: linear-gradient(90deg, #94a3b8, var(--green));
}

.ysjb-findings {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.ysjb-findings p {
  margin: 0;
  padding: 10px 11px;
  border-left: 3px solid #b99c55;
  background: #fffaf0;
  color: #253343;
  font-size: 12px;
  line-height: 1.42;
}

.ysjb-findings b {
  color: #111827;
}

.ysjb-panel ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ysjb-panel-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ysjb-panel-actions a,
.ysjb-unlock-form button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111827;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.ysjb-panel-actions a + a {
  background: #ffffff;
  color: #111827;
}

.ysjb-unlock-form {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #d7dee8;
  border-radius: var(--radius);
  background: #f8fafc;
}

.ysjb-unlock-form label {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.ysjb-unlock-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.ysjb-unlock-form input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  box-sizing: border-box;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 0 13px;
  color: #111827;
  font: inherit;
  font-size: 13px;
  background: #ffffff;
}

.ysjb-unlock-form button {
  cursor: pointer;
  padding: 0 13px;
}

.ysjb-unlock-form button:disabled {
  cursor: progress;
  opacity: 0.62;
}

.ysjb-unlock-form small {
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
}

.ysjb-widget[data-unlocked="true"] .ysjb-unlock-form {
  border-color: rgba(20, 129, 60, 0.28);
  background: #f1fbf5;
}

.ysjb-widget:not([data-unlocked="true"]) .ysjb-unlocked-actions {
  display: none;
}

.ysjb-panel li {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  background: #fbfdff;
  font-size: 12px;
}

.ysjb-panel li span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.ysjb-panel li strong {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 14px;
}

.ysjb-panel li b {
  font-variant-numeric: tabular-nums;
}

.ysjb-panel li i {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}

.ysjb-panel .before {
  color: #7a8491;
  text-decoration: line-through;
}

.ysjb-panel .after {
  color: #14813c;
}

.ysjb-pill {
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.ysjb-pill .ysjb-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid #111827;
  box-shadow: 3px 3px 0 #111827;
  font-weight: 900;
}

.ysjb-score {
  color: var(--blue);
  font-size: 12px;
}

.ysjb-label {
  font-size: 13px;
  text-transform: uppercase;
}

.ysjb-caret {
  display: inline-block;
  font-weight: 900;
  transition: transform 180ms ease;
}

.ysjb-corner {
  right: 18px;
  bottom: 18px;
  display: grid;
  justify-items: end;
}

.ysjb-corner .ysjb-trigger {
  display: grid;
  grid-template-columns: 8px auto auto 14px;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(8, 18, 28, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(8, 18, 28, 0.16);
  backdrop-filter: blur(14px);
  font-weight: 900;
}

.ysjb-corner .ysjb-pulse {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

.ysjb-corner .ysjb-pulse::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid var(--green);
  animation: ysjb-ping 1.7s ease-out infinite;
}

.ysjb-corner .ysjb-score {
  color: var(--blue);
  font-size: 12px;
}

.ysjb-corner .ysjb-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ysjb-corner .ysjb-panel {
  margin-bottom: 10px;
  transform: translateY(8px) scale(0.98);
  transform-origin: bottom right;
}

.ysjb-corner[data-open="true"] .ysjb-panel {
  transform: translateY(0) scale(1);
}

@keyframes ysjb-ping {
  0% {
    opacity: 0.7;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

.ysjb-pill .ysjb-panel {
  margin-top: 10px;
}

.ysjb-handle {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.ysjb-handle .ysjb-trigger {
  min-height: 28px;
  padding: 0 14px;
  border-radius: 0 0 16px 16px;
  background: #ffffff;
  border: 1px solid #111827;
  border-top: 0;
  font-weight: 900;
}

.ysjb-handle .ysjb-panel {
  border-radius: 0 0 var(--radius) var(--radius);
  border-top: 0;
  box-shadow: 0 20px 42px rgba(12, 22, 34, 0.18);
}

.ysjb-ribbon {
  top: var(--ysjb-smart-top, 82px);
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ysjb-ribbon .ysjb-trigger {
  width: 54px;
  min-height: 66px;
  padding: 7px 5px 19px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-top-color: rgba(255, 255, 255, 0.2);
  background: rgba(11, 23, 32, 0.9);
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.ysjb-ribbon .ysjb-label {
  display: block;
  margin-top: 2px;
  font-size: 7px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.ysjb-ribbon .ysjb-score {
  color: #ffffff;
  font-size: 19px;
  line-height: 1;
}

.ysjb-ribbon .ysjb-caret,
.ysjb-ribbon .ysjb-pulse {
  display: none;
}

.ysjb-ribbon .ysjb-panel {
  margin-top: 8px;
  transform: translateX(calc(-100% + 54px)) translateY(-8px) scale(0.98);
  transform-origin: top right;
}

.ysjb-ribbon[data-open="true"] .ysjb-panel {
  transform: translateX(calc(-100% + 54px)) translateY(0) scale(1);
}

.ysjb-pageflip {
  top: 0;
  left: 0;
  display: grid;
  justify-items: start;
}

.ysjb-pageflip .ysjb-trigger {
  position: relative;
  width: 116px;
  height: 116px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(135deg, #ffffff 0 49%, #d9c994 50%, #b99c55 58%, #ffffff 59% 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  color: #1a1208;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
}

.ysjb-pageflip .ysjb-trigger::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 78px;
  background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(255,255,255,0.22));
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}

.ysjb-pageflip .ysjb-label {
  position: absolute;
  top: 28px;
  left: -24px;
  width: 128px;
  display: block;
  color: #16110a;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-align: center;
  text-transform: none;
  transform: rotate(-45deg);
  transform-origin: center;
  z-index: 1;
}

.ysjb-pageflip .ysjb-score,
.ysjb-pageflip .ysjb-caret,
.ysjb-pageflip .ysjb-pulse {
  display: none;
}

.ysjb-pageflip .ysjb-panel {
  margin: 12px 0 0 12px;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top left;
}

.ysjb-pageflip[data-open="true"] .ysjb-panel {
  transform: translateY(0) scale(1);
}

.ysjb-shade {
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  justify-items: center;
}

.ysjb-shade .ysjb-trigger {
  position: relative;
  width: 34px;
  height: 76px;
  padding: 42px 0 0;
  background: transparent;
  color: #ffffff;
}

.ysjb-shade .ysjb-trigger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 46px;
  background: #111827;
  transform: translateX(-50%);
}

.ysjb-shade .ysjb-trigger::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--blue);
  border: 1px solid #111827;
  box-shadow: 2px 2px 0 #111827;
  transform: translateX(-50%);
}

.ysjb-shade .ysjb-trigger span {
  display: none;
}

.ysjb-shade .ysjb-panel {
  width: min(760px, calc(100vw - 42px));
  border-radius: 0 0 var(--radius) var(--radius);
  border-top: 0;
  box-shadow: 0 20px 42px rgba(12, 22, 34, 0.2);
}

.ysjb-badge {
  top: 16px;
  left: 16px;
}

.ysjb-badge .ysjb-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #111827;
  box-shadow: 3px 3px 0 #111827;
  font-weight: 900;
}

.ysjb-badge .ysjb-label {
  display: none;
}

.ysjb-badge .ysjb-panel {
  margin-top: 10px;
}

.report-page {
  width: min(980px, calc(100% - 32px));
  margin: 28px auto 72px;
  padding: 0 42px 44px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.report-cover {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 34px;
  align-items: start;
  padding: 40px 0 30px;
  background: #ffffff;
  color: var(--ink);
  border: 0;
  border-top: 8px solid var(--night);
  border-radius: 0;
  box-shadow: none;
}

.report-cover h1 {
  margin: 12px 0 0;
  max-width: 820px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

.report-cover > div > p:not(.eyebrow) {
  max-width: 680px;
  color: #334155;
  font-size: 17px;
  line-height: 1.6;
}

.report-meta-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 24px 0 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.report-meta-strip div {
  padding: 12px 14px;
  border-right: 1px solid var(--line);
  background: #f8fafc;
}

.report-meta-strip div:last-child {
  border-right: 0;
}

.report-meta-strip dt {
  color: #164ed8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.report-meta-strip dd {
  margin: 5px 0 0;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.25;
}

.report-actions {
  margin-top: 24px;
}

.report-actions a {
  background: var(--green);
  color: var(--night);
}

.report-card {
  padding: 18px 20px;
  color: var(--ink);
  background: #f8fafc;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  border-radius: var(--radius);
  box-shadow: none;
}

.report-card strong {
  display: block;
  color: #164ed8;
  margin-top: 8px;
  font-size: 27px;
  line-height: 1.08;
}

.report-card p {
  color: #334155;
  font-size: 16px;
  line-height: 1.45;
}

.report-section {
  margin-top: 0;
  padding: 30px 0;
  background: #ffffff;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.report-section h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.12;
  letter-spacing: 0;
}

.executive-summary > p:not(.eyebrow) {
  max-width: 860px;
  color: #334155;
  font-size: 18px;
  line-height: 1.6;
}

.director-grid,
.benefit-grid,
.funnel,
.impact-table {
  display: grid;
  gap: 14px;
}

.director-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
}

.director-grid article,
.benefit-grid article,
.funnel article,
.impact-table div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: none;
}

.director-grid span,
.benefit-grid span,
.funnel span,
.impact-table span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.director-grid strong,
.funnel strong,
.impact-table strong {
  display: block;
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.15;
}

.director-grid p,
.benefit-grid p,
.funnel p,
.impact-table p {
  margin: 10px 0 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.6;
}

.benefit-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
}

.benefit-grid h3 {
  margin: 10px 0 0;
  font-size: 23px;
  line-height: 1.15;
}

.funnel {
  grid-template-columns: repeat(3, 1fr);
}

.impact-table {
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.impact-table div {
  display: grid;
  grid-template-columns: 150px 170px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.impact-table div:last-child {
  border-bottom: 0;
}

.impact-table strong {
  margin-top: 0;
  font-size: 18px;
}

.impact-table p {
  margin-top: 0;
}

.bar-grid {
  display: grid;
  gap: 16px;
}

.bar-row {
  display: grid;
  grid-template-columns: 170px 1fr 72px;
  gap: 14px;
  align-items: center;
}

.bar-row span,
.bar-row b {
  font-weight: 900;
}

.bar-track {
  height: 16px;
  border-radius: 999px;
  background: #e8edf4;
  overflow: hidden;
}

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

.finding-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.finding-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7fafe;
}

.finding-grid span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.finding-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.checklist {
  margin: 0;
  padding: 0;
  color: #334155;
  line-height: 1.6;
  list-style: none;
  counter-reset: checklist;
}

.checklist li {
  counter-increment: checklist;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.checklist li::before {
  content: counter(checklist);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #eaf6ff;
  color: var(--blue);
  font-weight: 900;
  line-height: 1;
}

.checklist li + li {
  margin-top: 8px;
}

@page {
  size: Letter;
  margin: 0.45in;
}

@media print {
  :root {
    --bg: #ffffff;
  }

  body {
    background: #ffffff;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .report-page {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .report-cover,
  .report-section {
    break-inside: avoid;
    box-shadow: none;
  }

  .report-actions {
    display: none;
  }
}

@media (max-width: 900px) {
  .workspace-header,
  .demo-shell,
  .client-hero,
  .report-cover,
  .finding-grid,
  .director-grid,
  .benefit-grid,
  .funnel,
  .report-meta-strip {
    grid-template-columns: 1fr;
  }

  .report-page {
    padding: 0 20px 32px;
  }

  .report-cover {
    gap: 20px;
  }

  .report-meta-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .report-meta-strip div:last-child {
    border-bottom: 0;
  }

  .impact-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .workspace-header {
    display: grid;
  }

  .mode-controls {
    overflow-x: auto;
  }

  .demo-shell {
    width: min(100% - 20px, 1280px);
  }

  .client-page {
    min-height: 760px;
    padding: 18px;
  }

  .client-page nav {
    align-items: flex-start;
    display: grid;
  }

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

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

  .ysjb-panel ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
