:root {
  color-scheme: light;
  --bg: #f6f8fb;
  --paper: #ffffff;
  --ink: #09111f;
  --muted: #637083;
  --soft: #edf3fa;
  --line: rgba(12, 24, 44, 0.12);
  --line-strong: rgba(12, 24, 44, 0.18);
  --brand-dark: #050609;
  --brand-blue: #3bb7ff;
  --brand-blue-2: #0c74ff;
  --brand-orange: #ff7a2d;
  --success: #17a66a;
  --warning: #d98505;
  --danger: #d63a2f;
  --glass-bg: linear-gradient(145deg, rgba(14, 46, 76, 0.64), rgba(7, 18, 34, 0.46));
  --glass-bg-strong: linear-gradient(145deg, rgba(18, 61, 98, 0.74), rgba(6, 17, 32, 0.58));
  --glass-line: rgba(139, 216, 255, 0.24);
  --glass-line-strong: rgba(139, 216, 255, 0.36);
  --glass-text: #f8fbff;
  --glass-muted: rgba(213, 229, 245, 0.74);
  --glass-soft: rgba(255, 255, 255, 0.08);
  --glass-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --radius: 8px;
  --shadow: 0 18px 60px rgba(10, 25, 45, 0.12);
  --tight-shadow: 0 10px 34px rgba(10, 25, 45, 0.10);
  --font-display: "Fraunces", "Iowan Old Style", "New York", Georgia, serif;
  --font-body: "Geist", "Helvetica Neue", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-brand: "Orbitron", "Sora", "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Geist Mono", "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  background: #020305;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(60% 48% at 82% 16%, rgba(0, 166, 255, 0.16), transparent 62%),
    radial-gradient(48% 38% at 16% 76%, rgba(255, 90, 19, 0.10), transparent 66%),
    linear-gradient(180deg, #020305 0%, #040c1a 38%, #050609 100%);
  color: var(--ink);
  font-family: var(--font-body);
  font-feature-settings: "ss01", "ss02";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
  overflow-x: hidden;
  position: relative;
  isolation: isolate;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  opacity: 0.82;
  background:
    radial-gradient(circle at 25% 30%, rgba(0, 140, 255, 0.12), transparent 35%),
    radial-gradient(circle at 75% 65%, rgba(0, 100, 200, 0.08), transparent 42%),
    radial-gradient(circle at 50% 95%, rgba(255, 90, 19, 0.07), transparent 35%);
  filter: blur(46px);
  animation: nebulaDrift 32s ease-in-out infinite alternate;
}

body::after {
  opacity: 0.72;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.86), transparent 60%),
    radial-gradient(1px 1px at 80% 10%, rgba(186, 230, 253, 0.84), transparent 60%),
    radial-gradient(1.5px 1.5px at 45% 80%, rgba(255, 255, 255, 0.70), transparent 60%),
    radial-gradient(1px 1px at 70% 50%, rgba(255, 255, 255, 0.58), transparent 60%),
    radial-gradient(1px 1px at 10% 70%, rgba(186, 230, 253, 0.66), transparent 60%),
    radial-gradient(1px 1px at 90% 90%, rgba(255, 255, 255, 0.70), transparent 60%),
    radial-gradient(1.5px 1.5px at 30% 50%, rgba(255, 255, 255, 0.54), transparent 60%),
    radial-gradient(1px 1px at 60% 20%, rgba(186, 230, 253, 0.78), transparent 60%);
  background-size: 220px 220px, 260px 260px, 200px 200px, 280px 280px, 240px 240px, 200px 200px, 320px 320px, 260px 260px;
  background-position: 0 0, 40px 60px, 120px 20px, 80px 140px, 30px 100px, 160px 70px, 50px 30px, 100px 110px;
  animation: starsTwinkle 5.5s ease-in-out infinite alternate;
}

a {
  color: inherit;
  overflow-wrap: anywhere;
}

p,
dd,
li,
h1,
h2,
h3,
.brand,
.score-row,
.finding-meta,
.table-row,
.action-item {
  overflow-wrap: anywhere;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.print-masthead,
.print-copy,
.print-impact-section,
.print-execution-section,
.print-decision-section,
.print-measurement-section,
.print-owner-section {
  display: none;
}

.report-hero,
main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.report-hero {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  color: #f8fbff;
  position: relative;
  isolation: isolate;
}

.report-hero::before,
.report-hero::after {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  pointer-events: none;
  z-index: -2;
}

.report-hero::before {
  background:
    radial-gradient(60% 48% at 82% 18%, rgba(0, 166, 255, 0.18), transparent 62%),
    radial-gradient(48% 38% at 16% 78%, rgba(255, 90, 19, 0.12), transparent 66%),
    radial-gradient(circle at 28% 32%, rgba(0, 140, 255, 0.16), transparent 36%),
    radial-gradient(circle at 72% 62%, rgba(0, 100, 200, 0.10), transparent 42%),
    linear-gradient(180deg, #020305 0%, #040c1a 42%, #050609 100%);
  filter: saturate(118%);
  opacity: 0.48;
  animation: nebulaDrift 32s ease-in-out infinite alternate;
}

.report-hero::after {
  z-index: -1;
  opacity: 0.56;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.88), transparent 60%),
    radial-gradient(1px 1px at 80% 10%, rgba(186, 230, 253, 0.84), transparent 60%),
    radial-gradient(1.5px 1.5px at 45% 80%, rgba(255, 255, 255, 0.72), transparent 60%),
    radial-gradient(1px 1px at 70% 50%, rgba(255, 255, 255, 0.58), transparent 60%),
    radial-gradient(1px 1px at 10% 70%, rgba(186, 230, 253, 0.66), transparent 60%),
    radial-gradient(1px 1px at 90% 90%, rgba(255, 255, 255, 0.72), transparent 60%),
    radial-gradient(1.5px 1.5px at 30% 50%, rgba(255, 255, 255, 0.54), transparent 60%),
    radial-gradient(1px 1px at 60% 20%, rgba(186, 230, 253, 0.78), transparent 60%);
  background-size: 220px 220px, 260px 260px, 200px 200px, 280px 280px, 240px 240px, 200px 200px, 320px 320px, 260px 260px;
  background-position: 0 0, 40px 60px, 120px 20px, 80px 140px, 30px 100px, 160px 70px, 50px 30px, 100px 110px;
  animation: starsTwinkle 5.5s ease-in-out infinite alternate;
}

@keyframes nebulaDrift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-1.2%, 0.8%) scale(1.04);
  }
}

@keyframes starsTwinkle {
  0% {
    opacity: 0.48;
  }
  100% {
    opacity: 0.92;
  }
}

.report-nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f8fbff;
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(59, 183, 255, 0.36));
}

.nav-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
  max-width: 100%;
}

.nav-actions a,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 0 15px;
  color: #f8fbff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  max-width: 100%;
}

.nav-actions a > *,
.button > * {
  position: relative;
  z-index: 1;
}

.nav-actions a::after,
.button::after {
  content: "";
  position: absolute;
  top: -55%;
  left: -70%;
  z-index: 0;
  width: 62%;
  height: 210%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.48) 50%, rgba(255, 255, 255, 0) 70%, transparent 100%);
  transform: translateX(0) skewX(-18deg);
  animation: btnShine 5.8s ease-in-out infinite;
  opacity: 0;
}

.nav-actions a:nth-child(2)::after,
.button.secondary::after {
  animation-delay: 1.4s;
}

@keyframes btnShine {
  0% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  18% {
    transform: translateX(360%) skewX(-18deg);
    opacity: 1;
  }
  22%,
  100% {
    transform: translateX(360%) skewX(-18deg);
    opacity: 0;
  }
}

.nav-actions a:hover,
.button:hover {
  transform: translateY(-1px);
}

.nav-actions .nav-cta,
.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand-orange), var(--brand-blue));
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(59, 183, 255, 0.22);
  animation: emberBreath 4.4s ease-in-out infinite;
}

.nav-actions .nav-cta:hover,
.button.primary:hover {
  animation: none;
}

@keyframes emberBreath {
  0%,
  100% {
    box-shadow: 0 18px 40px rgba(59, 183, 255, 0.22), 0 0 0 0 rgba(255, 122, 45, 0);
  }
  50% {
    box-shadow: 0 20px 48px rgba(59, 183, 255, 0.26), 0 0 30px 2px rgba(255, 122, 45, 0.28);
  }
}

.button.secondary {
  border-color: rgba(9, 17, 31, 0.16);
  background: #ffffff;
  color: var(--ink);
}

.report-hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #f8fbff;
}

.nav-actions .nav-cta {
  max-width: min(360px, 44vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: center;
  gap: 52px;
  padding: 42px 0 74px;
  position: relative;
  z-index: 1;
}

.hero-grid::before {
  content: "";
  position: absolute;
  inset: 24px -120px auto auto;
  width: 360px;
  height: 220px;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 183, 255, 0.34), transparent 62%),
    radial-gradient(circle at 80% 65%, rgba(255, 122, 45, 0.24), transparent 58%);
  filter: blur(20px);
  opacity: 0.9;
}

.kicker,
.section-head p {
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kicker {
  color: var(--brand-blue);
}

.client-identity {
  width: fit-content;
  max-width: min(100%, 650px);
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 16px;
  border: 1px solid rgba(139, 216, 255, 0.25);
  border-radius: var(--radius);
  padding: 10px 12px;
  background:
    radial-gradient(160px circle at 0% 0%, rgba(59, 183, 255, 0.20), transparent 68%),
    linear-gradient(145deg, rgba(16, 51, 84, 0.68), rgba(6, 18, 34, 0.50));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
}

.client-logo,
.client-logo-fallback {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: var(--radius);
}

.client-logo {
  object-fit: contain;
  background: rgba(255, 255, 255, 0.94);
  padding: 7px;
}

.client-logo-fallback {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(59, 183, 255, 0.28), rgba(255, 122, 45, 0.16));
  color: #ffffff;
  font-family: var(--font-brand);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.client-logo-copy {
  min-width: 0;
}

.client-logo-copy span,
.client-logo-copy small {
  display: block;
  color: rgba(213, 229, 245, 0.76);
}

.client-logo-copy span {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.client-logo-copy strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 860;
  line-height: 1.18;
}

.client-logo-copy small {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.25;
}

.section-head p {
  color: rgba(248, 251, 255, 0.62);
}

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

h1 {
  max-width: 800px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 420;
  font-variation-settings: "SOFT" 38, "WONK" 0, "opsz" 144;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 37px;
  font-weight: 420;
  font-variation-settings: "SOFT" 32, "WONK" 0, "opsz" 96;
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 820;
  line-height: 1.18;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 22px;
  color: #c6d1de;
  font-size: 18px;
}

.keyword {
  font-weight: 860;
  white-space: normal;
}

.keyword-orange {
  color: #ff7a2d;
  text-shadow: 0 0 12px rgba(255, 122, 45, 0.38);
  animation: neonKeyword 3.9s ease-in-out infinite;
}

.keyword-blue {
  color: #3bb7ff;
  text-shadow: 0 0 12px rgba(59, 183, 255, 0.26);
}

h1 .keyword-orange,
.final-cta .keyword-orange {
  color: #ff8c3f;
  text-shadow: 0 0 16px rgba(255, 122, 45, 0.48), 0 0 34px rgba(255, 122, 45, 0.18);
}

@keyframes neonKeyword {
  0%,
  100% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(255, 122, 45, 0.34), 0 0 26px rgba(255, 122, 45, 0.12);
  }
  46% {
    opacity: 1;
    text-shadow: 0 0 16px rgba(255, 122, 45, 0.54), 0 0 34px rgba(255, 122, 45, 0.20);
  }
  50% {
    opacity: 0.72;
    text-shadow: 0 0 4px rgba(255, 122, 45, 0.24);
  }
  54% {
    opacity: 1;
    text-shadow: 0 0 18px rgba(255, 122, 45, 0.56), 0 0 38px rgba(255, 122, 45, 0.22);
  }
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}

.hero-proof span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  padding: 0 12px;
  color: #c6d1de;
  background: rgba(255, 255, 255, 0.06);
}

.hero-proof strong {
  color: #ffffff;
}

.score-panel {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045)),
    rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.score-panel::after {
  content: "";
  position: absolute;
  inset: auto -70px -90px auto;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(255, 122, 45, 0.22), transparent 68%);
}

.score-panel span {
  margin-top: 16px;
  color: #c6d1de;
  font-weight: 800;
}

.score-panel p {
  margin: 8px 0 0;
  color: #ffffff;
  text-align: center;
}

.score-orbit {
  --score: 0;
  width: 156px;
  height: 156px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #10131a 0 58%, transparent 59%),
    conic-gradient(var(--score-color, var(--brand-blue)) calc(var(--score) * 1%), rgba(255, 255, 255, 0.14) 0);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14), 0 0 36px rgba(59,183,255,0.20);
  position: relative;
  isolation: isolate;
}

.score-orbit strong {
  font-family: var(--font-brand);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.score-orbit::after {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top-color: rgba(255, 122, 45, 0.76);
  border-right-color: rgba(59, 183, 255, 0.54);
  filter: drop-shadow(0 0 12px rgba(59, 183, 255, 0.18));
  animation: scoreOrbitSpin 7.5s linear infinite;
}

@keyframes scoreOrbitSpin {
  to {
    transform: rotate(360deg);
  }
}

.score-panel.warning,
.score-panel.critical {
  --score-color: var(--brand-orange);
}

.score-panel.decent {
  --score-color: var(--brand-blue);
}

.score-panel.strong {
  --score-color: var(--success);
}

main {
  margin-top: -54px;
  position: relative;
  z-index: 2;
  color: #f8fbff;
}

.section {
  padding: 46px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.overview-section {
  border-top: 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

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

.metric-card,
.score-list,
.money-leak,
.finding-card,
.action-item,
.impact-card,
.execution-card,
.decision-card,
.owner-card,
.proof-card,
.final-cta,
.competitor-table,
figure {
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  background: var(--glass-bg);
  color: var(--glass-text);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}

[data-spotlight] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

[data-spotlight]::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(210px circle at var(--mx, 50%) var(--my, 20%), rgba(59, 183, 255, 0.16), transparent 62%),
    radial-gradient(160px circle at var(--mx, 50%) var(--my, 20%), rgba(255, 122, 45, 0.11), transparent 70%);
  transition: opacity 220ms ease;
}

[data-spotlight].is-active::before,
[data-spotlight]:focus::before,
[data-spotlight]:focus-within::before {
  opacity: 1;
}

[data-spotlight] > * {
  position: relative;
  z-index: 1;
}

.metric-card {
  min-height: 182px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(180px circle at 20% 8%, rgba(59, 183, 255, 0.16), transparent 64%),
    var(--glass-bg);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.metric-card:hover,
.metric-card:focus {
  transform: translateY(-2px);
  border-color: var(--glass-line-strong);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.40), 0 0 34px rgba(59, 183, 255, 0.15);
  outline: none;
}

.metric-icon,
.rank .icon,
.action-item > b {
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(59, 183, 255, 0.18), rgba(255, 122, 45, 0.10));
  color: var(--brand-blue);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 0 22px rgba(59, 183, 255, 0.14);
}

.metric-icon {
  width: 42px;
  height: 42px;
}

.metric-copy span,
.score-row span,
.muted {
  display: block;
  color: var(--glass-muted);
  font-size: 13px;
}

.metric-copy strong {
  display: block;
  margin: 4px 0 7px;
  font-family: var(--font-brand);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.metric-copy p {
  margin: 10px 0 0;
  color: var(--glass-muted);
  font-size: 14px;
}

.metric-bar,
.bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.metric-bar i,
.bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand-blue-2), var(--brand-orange));
  transform-origin: left center;
  animation: growBar 900ms cubic-bezier(.2,.7,.2,1) both;
}

.healthy .metric-bar i,
.healthy .bar i {
  background: linear-gradient(90deg, var(--success), var(--brand-blue));
}

.urgent .metric-bar i,
.urgent .bar i,
.leaking .metric-bar i,
.leaking .bar i {
  background: linear-gradient(90deg, var(--danger), var(--brand-orange));
}

.score-list {
  overflow: hidden;
}

.score-row {
  display: grid;
  grid-template-columns: minmax(170px, 240px) minmax(120px, 1fr) 42px;
  align-items: center;
  gap: 16px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.score-row:last-child {
  border-bottom: 0;
}

.score-row b {
  text-align: right;
}

.score-copy strong {
  display: block;
}

.money-list,
.finding-grid,
.action-list,
.screenshot-grid {
  display: grid;
  gap: 16px;
}

.money-leak {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 20px;
  padding: 22px;
  background:
    radial-gradient(220px circle at 0% 0%, rgba(255, 122, 45, 0.13), transparent 64%),
    var(--glass-bg-strong);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.money-leak:hover,
.money-leak:focus {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 45, 0.42);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.40), 0 0 34px rgba(255, 122, 45, 0.12);
  outline: none;
}

.rank {
  display: grid;
  align-content: start;
  gap: 10px;
  color: rgba(248, 251, 255, 0.42);
  font-family: var(--font-brand);
  font-size: 34px;
  font-weight: 900;
}

.rank .icon {
  width: 44px;
  height: 44px;
  padding: 11px;
}

.severity,
.finding-meta b {
  width: fit-content;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.high,
.critical {
  color: #ff9b8d;
}

.medium {
  color: #ffd38a;
}

.low {
  color: #83d7ff;
}

dl {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 8px 14px;
  margin: 14px 0;
}

dt {
  color: rgba(213, 229, 245, 0.64);
  font-size: 13px;
  font-weight: 800;
}

dd {
  margin: 0;
}

.evidence-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  color: var(--glass-muted);
  font-size: 14px;
  list-style: none;
}

.evidence-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.evidence-list .icon {
  color: var(--brand-blue);
}

.evidence-list a {
  color: var(--glass-muted);
  word-break: break-word;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.finding-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.finding-card {
  overflow: hidden;
  background:
    radial-gradient(220px circle at 90% 0%, rgba(59, 183, 255, 0.14), transparent 66%),
    var(--glass-bg);
}

.finding-meta {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 16px 0;
  color: var(--glass-muted);
  font-size: 12px;
  font-weight: 800;
}

.finding-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.finding-toggle {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  border: 0;
  background: transparent;
  color: var(--glass-text);
  cursor: pointer;
  padding: 8px 16px 16px;
  text-align: left;
  font: inherit;
  font-weight: 850;
}

.finding-toggle span {
  font-size: 20px;
  line-height: 1.16;
}

.finding-toggle .icon {
  transition: transform 180ms ease;
}

.finding-card[data-panel="open"] .finding-toggle .icon {
  transform: rotate(90deg);
}

.finding-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: max-height 240ms ease, padding-bottom 240ms ease;
}

.finding-card[data-panel="open"] .finding-body {
  max-height: 620px;
  padding-bottom: 18px;
}

.finding-body p {
  color: var(--glass-muted);
  font-size: 14px;
}

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

.action-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
  background:
    radial-gradient(190px circle at 0% 15%, rgba(59, 183, 255, 0.13), transparent 66%),
    var(--glass-bg);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.action-item:hover {
  transform: translateY(-2px);
  border-color: var(--glass-line-strong);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.40), 0 0 34px rgba(59, 183, 255, 0.13);
}

.action-item > b {
  width: 46px;
  height: 46px;
  color: #ffffff;
  font-family: var(--font-brand);
  font-weight: 900;
}

.action-item span {
  color: var(--glass-muted);
  font-weight: 850;
}

.impact-card {
  padding: 16px;
  background:
    radial-gradient(190px circle at 100% 0%, rgba(59, 183, 255, 0.12), transparent 66%),
    var(--glass-bg);
}

.impact-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--glass-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: capitalize;
}

.impact-card h3 {
  margin-bottom: 8px;
}

.impact-card p {
  color: var(--glass-muted);
  font-size: 14px;
}

.execution-card {
  padding: 16px;
  background:
    radial-gradient(190px circle at 0% 12%, rgba(255, 122, 45, 0.11), transparent 66%),
    var(--glass-bg);
}

.execution-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--glass-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: capitalize;
}

.execution-card h3 {
  margin-bottom: 8px;
}

.execution-card p {
  color: var(--glass-muted);
  font-size: 14px;
}

.decision-card {
  padding: 16px;
  background:
    radial-gradient(170px circle at 100% 0%, rgba(59, 183, 255, 0.12), transparent 66%),
    var(--glass-bg);
}

.decision-card strong {
  display: block;
  margin-bottom: 6px;
}

.decision-card p {
  margin: 0;
  color: var(--glass-muted);
  font-size: 14px;
}

.owner-card {
  padding: 16px;
  background:
    radial-gradient(160px circle at 100% 0%, rgba(255, 122, 45, 0.10), transparent 66%),
    var(--glass-bg);
}

.owner-card strong {
  display: block;
  margin-bottom: 6px;
}

.owner-card p {
  margin: 0;
  color: var(--glass-muted);
  font-size: 14px;
}

.measurement-table {
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  background: var(--glass-bg);
  color: var(--glass-text);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}

.measurement-head,
.measurement-row {
  display: grid;
  grid-template-columns: 0.85fr 0.45fr minmax(0, 1.75fr) minmax(0, 1.45fr);
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
}

.measurement-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(248, 251, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.measurement-row {
  color: var(--glass-muted);
}

.measurement-row + .measurement-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.measurement-row span:first-child,
.measurement-row strong {
  color: var(--glass-text);
  font-weight: 850;
}

.competitor-table {
  overflow: hidden;
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 1.15fr 0.45fr 0.55fr minmax(0, 1.85fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
}

.table-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(248, 251, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-row {
  color: var(--glass-muted);
}

.table-row + .table-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.table-row span:first-child {
  color: var(--glass-text);
  font-weight: 850;
}

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

.proof-card {
  min-height: 150px;
  padding: 16px;
  background:
    radial-gradient(180px circle at 100% 0%, rgba(59, 183, 255, 0.12), transparent 66%),
    var(--glass-bg);
}

.proof-card > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--glass-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: capitalize;
}

.proof-card h3 {
  margin: 10px 0 6px;
  font-size: 17px;
}

.proof-card p,
.proof-card a {
  color: var(--glass-muted);
  font-size: 13px;
}

.proof-card a {
  display: block;
  margin-top: 8px;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.final-cta {
  margin: 42px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  color: #ffffff;
  border-color: transparent;
  background:
    linear-gradient(135deg, rgba(12, 116, 255, 0.90), rgba(255, 122, 45, 0.88)),
    var(--brand-dark);
  padding: 30px;
  box-shadow: 0 24px 80px rgba(12, 116, 255, 0.18);
}

.final-cta p {
  max-width: 760px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.final-cta .button.primary {
  background: #ffffff;
  color: var(--ink);
  box-shadow: none;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

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

figure {
  margin: 0;
  overflow: hidden;
}

.shot-placeholder {
  min-height: 250px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(59, 183, 255, 0.14), rgba(255, 122, 45, 0.10)),
    var(--soft);
  color: var(--muted);
  font-weight: 800;
}

figcaption {
  padding: 14px 16px;
  color: var(--muted);
}

.report-js .reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

.report-js .reveal.is-visible {
  animation: revealLift 520ms ease both;
}

@keyframes revealLift {
  from {
    opacity: 0.72;
    transform: translateY(14px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes growBar {
  from {
    transform: scaleX(0.18);
  }
  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 940px) {
  body {
    background:
      radial-gradient(80% 48% at 82% 10%, rgba(0, 166, 255, 0.16), transparent 62%),
      radial-gradient(58% 42% at 10% 74%, rgba(255, 90, 19, 0.10), transparent 68%),
      linear-gradient(180deg, #020305 0%, #040c1a 38%, #050609 100%);
  }

  .report-hero,
  main {
    padding: 0 16px;
  }

  main {
    margin-top: 0;
    color: #f8fbff;
  }

  .report-nav {
    align-items: flex-start;
    height: auto;
    flex-wrap: wrap;
    padding: 18px 0;
  }

  .brand {
    max-width: 100%;
  }

  .nav-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .nav-actions .nav-cta {
    max-width: 100%;
  }

  .hero-grid,
  .split-section,
  .metric-grid,
  .finding-grid,
  .screenshot-grid,
  .proof-grid,
  .action-list {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 28px;
    padding: 34px 0 82px;
  }

  .client-identity {
    width: 100%;
  }

  h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .score-panel {
    min-height: auto;
  }

  .money-leak {
    grid-template-columns: 1fr;
  }

  .score-row {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 10px;
  }

  .score-row .bar {
    grid-column: 1 / -1;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 27px;
  }

  .hero-copy {
    font-size: 16px;
  }
}

@media print {
  @page {
    size: Letter;
    margin: 0.30in;
  }

  :root {
    color-scheme: light;
    --print-blue: #0c74ff;
    --print-blue-soft: #eaf5ff;
    --print-orange: #ff7a2d;
    --print-orange-soft: #fff1e8;
    --print-red: #d63a2f;
    --print-red-soft: #fff0ef;
    --print-green: #17a66a;
    --print-green-soft: #eaf8f1;
    --print-ink: #0a1424;
  }

  html,
  body {
    background: #fff;
  }

  body {
    color: #111;
    font-size: 8.8px;
    font-family: var(--font-body);
    line-height: 1.24;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    text-shadow: none !important;
    filter: none !important;
  }

  .report-js .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .report-hero,
  main {
    max-width: none;
    padding: 0;
  }

  .report-nav,
  .hero-actions,
  .final-cta .button,
  .hero-grid::before,
  body::before,
  body::after,
  .report-hero::before,
  .report-hero::after,
  .button::after,
  .nav-actions a::after,
  .score-orbit::after,
  [data-spotlight]::before {
    display: none;
  }

  .print-masthead {
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-radius: 7px;
    background:
      linear-gradient(135deg, #050609 0%, #0b2038 58%, #263144 100%);
    color: #fff;
    margin: 0 0 7px;
    padding: 8px 11px;
    break-inside: avoid;
  }

  .print-brand {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .print-brand img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }

  .print-brand strong,
  .print-meta strong {
    display: block;
    font-size: 9.5px;
    letter-spacing: 0.14em;
  }

  .print-brand span,
  .print-meta span {
    display: block;
    color: #c8d5e4;
    font-size: 7.2px;
  }

  .print-meta {
    text-align: right;
  }

  .screen-copy {
    display: none;
  }

  .print-copy {
    display: inline;
  }

  .keyword,
  .keyword-orange,
  .keyword-blue {
    animation: none;
    text-shadow: none;
  }

  .keyword-orange {
    color: #d85f20;
  }

  .keyword-blue {
    color: #0c74ff;
  }

  h1,
  h2,
  h3,
  .finding-toggle span,
  .final-cta h2 {
    font-family: "Sora", "Geist", "Helvetica Neue", Arial, sans-serif;
    font-variation-settings: normal;
    letter-spacing: 0;
  }

  .report-hero {
    min-height: auto;
    color: #111;
  }

  main {
    margin-top: 0;
    color: #111;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 128px;
    gap: 12px;
    padding: 0 0 7px;
    border-bottom: 1px solid #0c74ff;
  }

  .client-identity {
    max-width: 100%;
    gap: 7px;
    margin: 0 0 5px;
    padding: 5px 6px;
    color: #111;
    border-color: #cfd8e5;
    background: #fff;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    break-inside: avoid;
  }

  .client-logo,
  .client-logo-fallback {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 6px;
  }

  .client-logo {
    border: 1px solid #d6dfeb;
    padding: 3px;
  }

  .client-logo-fallback {
    color: #fff;
    background: #0c74ff;
    font-size: 9px;
  }

  .client-logo-copy span,
  .client-logo-copy small {
    color: #4b5565;
  }

  .client-logo-copy span {
    font-size: 6px;
  }

  .client-logo-copy strong {
    color: #111;
    font-size: 9.6px;
    line-height: 1.08;
  }

  .client-logo-copy small {
    margin-top: 1px;
    font-size: 6.7px;
    line-height: 1.1;
  }

  .hero-proof {
    margin: 6px 0 0;
    gap: 6px;
  }

  .hero-proof span {
    min-height: 22px;
    border-color: rgba(0,0,0,0.16);
    color: #333;
    background: #fff;
    padding: 0 8px;
    font-size: 7.8px;
  }

  .hero-proof strong {
    color: #111;
  }

  h1 {
    max-width: none;
    margin-bottom: 4px;
    color: var(--print-ink);
    font-size: 22px;
    font-weight: 760;
    line-height: 1;
  }

  h2 {
    color: var(--print-ink);
    font-size: 12.6px;
    font-weight: 720;
    line-height: 1.08;
  }

  h3,
  .finding-toggle span {
    margin-bottom: 2px;
    font-size: 9.6px;
    font-weight: 740;
    line-height: 1.16;
  }

  p,
  dd,
  .evidence-list,
  .score-row span,
    .metric-copy p,
    .muted,
    figcaption {
    font-size: 8.1px;
  }

  .hero-copy,
  .final-cta p {
    margin-bottom: 0;
    color: #333;
    font-size: 8.1px;
  }

  .kicker,
  .section-head p {
    margin-bottom: 3px;
    font-size: 7px;
  }

  .score-panel {
    --score-color: var(--print-orange);
    min-height: 101px;
    padding: 8px;
    box-shadow: none;
    color: #111;
    background:
      linear-gradient(145deg, #ffffff 0%, var(--print-orange-soft) 100%);
    border-color: rgba(255, 122, 45, 0.36);
    border-width: 1.2px;
  }

  .score-panel.critical {
    --score-color: var(--print-red);
    background:
      linear-gradient(145deg, #ffffff 0%, var(--print-red-soft) 100%);
    border-color: rgba(214, 58, 47, 0.42);
  }

  .score-panel.warning,
  .score-panel.decent {
    --score-color: var(--print-orange);
    background:
      linear-gradient(145deg, #ffffff 0%, var(--print-orange-soft) 100%);
    border-color: rgba(255, 122, 45, 0.42);
  }

  .score-panel.strong {
    --score-color: var(--print-green);
    background:
      linear-gradient(145deg, #ffffff 0%, var(--print-green-soft) 100%);
    border-color: rgba(23, 166, 106, 0.42);
  }

  .score-panel span,
  .score-panel p {
    color: #333;
  }

  .score-orbit {
    width: 66px;
    height: 66px;
    box-shadow: none;
    background:
      radial-gradient(circle at center, #fff 0 58%, transparent 59%),
      conic-gradient(var(--score-color, #0c74ff) calc(var(--score) * 1%), #e3e7ee 0);
  }

  .score-orbit strong {
    color: var(--score-color);
    font-size: 25px;
  }

  .section {
    padding: 5px 0;
    --section-accent: var(--print-blue);
    --section-soft: var(--print-blue-soft);
  }

  .money-section,
  .action-section,
  .print-decision-section,
  .print-owner-section {
    --section-accent: var(--print-orange);
    --section-soft: var(--print-orange-soft);
  }

  .overview-section,
  #findings,
  .print-impact-section,
  .print-execution-section,
  .competitor-section,
  .proof-section,
  .print-measurement-section {
    --section-accent: var(--print-blue);
    --section-soft: var(--print-blue-soft);
  }

  .section-head {
    margin-bottom: 4px;
  }

  .section-head p {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    border: 1px solid color-mix(in srgb, var(--section-accent) 22%, transparent);
    border-left: 2px solid var(--section-accent);
    border-radius: 999px;
    padding: 1px 5px 1px 4px;
    color: var(--section-accent);
    background: var(--section-soft);
    font-weight: 900;
  }

  .money-section .section-head p,
  .print-execution-section .section-head p,
  .print-owner-section .section-head p {
    border-color: color-mix(in srgb, var(--section-accent) 24%, transparent);
    border-left-color: var(--section-accent);
    color: var(--section-accent);
    background: var(--section-soft);
  }

  .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 4px;
  }

  .metric-card {
    min-height: auto;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 6px;
    padding: 6px;
  }

  .metric-icon {
    width: 22px;
    height: 22px;
  }

  .metric-copy strong {
    margin: 1px 0 3px;
    font-size: 18px;
  }

  .metric-copy p {
    margin-top: 2px;
    font-size: 7.4px;
    line-height: 1.18;
  }

  .metric-bar,
  .bar {
    height: 4px;
  }

  .score-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 4px;
    overflow: hidden;
  }

  .score-row {
    grid-template-columns: minmax(0, 1fr) 64px 24px;
    gap: 5px;
    padding: 4px 6px;
    border-bottom: 1px solid #d6dfeb;
  }

  .score-row:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .score-copy strong {
    font-size: 7.8px;
  }

  .score-row span {
    font-size: 6.8px;
  }

  .score-row b {
    font-size: 7.8px;
    text-align: right;
  }

  .score-row.urgent b {
    color: var(--print-red);
  }

  .score-row.leaking b,
  .score-row.watch b {
    color: var(--print-orange);
  }

  .score-row.healthy b {
    color: var(--print-green);
  }

  .money-list,
  .finding-grid,
  .proof-grid,
  .action-list,
  .screenshot-grid {
    gap: 6px;
  }

  .money-leak {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 6px;
    padding: 6px;
    border-left: 3px solid var(--section-accent);
  }

  .rank {
    gap: 5px;
    font-size: 14px;
  }

  .rank .icon {
    width: 20px;
    height: 20px;
    padding: 5px;
  }

  .severity,
  .finding-meta b {
    margin-bottom: 3px;
    padding: 2px 5px;
    font-size: 6.4px;
  }

  .severity.high,
  .finding-meta b.high,
  .severity.medium,
  .finding-meta b.medium {
    color: #b94d13;
    background: var(--print-orange-soft);
    border-color: rgba(255, 122, 45, 0.34);
  }

  .severity.critical,
  .finding-meta b.critical {
    color: var(--print-red);
    background: var(--print-red-soft);
    border-color: rgba(214, 58, 47, 0.34);
  }

  .severity.low,
  .finding-meta b.low {
    color: var(--print-blue);
    background: var(--print-blue-soft);
    border-color: rgba(12, 116, 255, 0.26);
  }

  dl {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 3px 7px;
    margin: 4px 0;
  }

  dt {
    font-size: 7px;
  }

  .evidence-list {
    gap: 3px;
    margin: 4px 0 0;
    font-size: 7.2px;
  }

  .evidence-list li {
    grid-template-columns: 11px minmax(0, 1fr);
    gap: 4px;
  }

  .evidence-list .icon {
    width: 11px;
    height: 11px;
  }

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

  .finding-meta {
    min-height: auto;
    padding: 5px 6px 0;
    gap: 6px;
    font-size: 7px;
  }

  .finding-toggle {
    padding: 4px 6px 3px;
    pointer-events: none;
  }

  .finding-toggle .icon {
    display: none;
  }

  .finding-body,
  .finding-card[data-panel="closed"] .finding-body,
  .finding-card[data-panel="open"] .finding-body {
    max-height: none;
    overflow: visible;
    padding: 0 6px 5px;
  }

  .finding-body p {
    margin-bottom: 3px;
    font-size: 7.5px;
    line-height: 1.2;
  }

  .finding-rec {
    display: none;
  }

  .print-impact-section {
    display: block;
  }

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

  .impact-card {
    padding: 5px;
    border-top: 2px solid var(--section-accent);
  }

  .impact-card > span {
    margin-bottom: 4px;
    color: #4b5565;
    font-size: 6.4px;
  }

  .impact-card h3 {
    margin: 0 0 3px;
    font-size: 7.4px;
    line-height: 1.12;
  }

  .impact-card p {
    color: #4b5565;
    font-size: 6.4px;
    line-height: 1.15;
  }

  .action-section {
    break-before: page;
    page-break-before: always;
    padding-top: 0;
  }

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

  .action-item {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 7px;
    padding: 7px;
    border-left: 3px solid var(--section-accent);
  }

  .action-item > b {
    width: 24px;
    height: 24px;
  }

  .print-execution-section {
    display: block;
  }

  .print-decision-section {
    display: block;
  }

  .print-measurement-section {
    display: block;
  }

  .print-owner-section {
    display: block;
  }

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

  .execution-card {
    padding: 7px;
    border-left: 2px solid var(--section-accent);
  }

  .execution-card > span {
    margin-bottom: 4px;
    color: #4b5565;
    font-size: 6.8px;
  }

  .execution-card h3 {
    margin: 0 0 3px;
    font-size: 8.4px;
    line-height: 1.14;
  }

  .execution-card p {
    margin-bottom: 3px;
    color: #4b5565;
    font-size: 7.4px;
    line-height: 1.18;
  }

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

  .decision-card {
    padding: 6px;
    border-left: 2px solid var(--section-accent);
  }

  .decision-card strong {
    margin-bottom: 4px;
    font-size: 8.2px;
  }

  .decision-card p {
    color: #4b5565;
    font-size: 7.2px;
    line-height: 1.16;
  }

  .measurement-table {
    color: #111;
    border-color: #cfd8e5;
    background: #fff;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    break-inside: avoid;
  }

  .measurement-head,
  .measurement-row {
    grid-template-columns: 0.78fr 0.42fr minmax(0, 1.8fr) minmax(0, 1.35fr);
    gap: 6px;
    padding: 5px 7px;
    font-size: 7.2px;
  }

  .measurement-head {
    color: var(--print-ink);
    font-size: 6.4px;
    border-bottom: 1px solid #d6dfeb;
    background: var(--section-soft);
  }

  .measurement-row + .measurement-row {
    border-top: 1px solid #d6dfeb;
  }

  .measurement-row,
  .measurement-row span,
  .measurement-row strong {
    color: #4b5565;
  }

  .measurement-row span:first-child,
  .measurement-row strong {
    color: #111;
  }

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

  .owner-card {
    padding: 6px;
    border-top: 2px solid var(--section-accent);
  }

  .owner-card strong {
    margin-bottom: 4px;
    font-size: 8px;
  }

  .owner-card p {
    color: #4b5565;
    font-size: 6.8px;
    line-height: 1.15;
  }

  .competitor-section .section-head,
  .proof-section .section-head {
    margin-bottom: 3px;
  }

  .table-head,
  .table-row {
    grid-template-columns: 1fr 42px 48px minmax(0, 2fr);
    gap: 7px;
    padding: 5px 7px;
    font-size: 8px;
  }

  .table-head {
    font-size: 6.8px;
    color: var(--print-ink);
    border-bottom: 1px solid #d6dfeb;
    background: var(--section-soft);
  }

  .table-row span:first-child {
    color: #111;
  }

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

  .proof-card {
    min-height: auto;
    padding: 6px;
  }

  .proof-card > span {
    gap: 5px;
    font-size: 6.8px;
  }

  .proof-card h3 {
    margin: 4px 0 3px;
    font-size: 8.2px;
    line-height: 1.14;
  }

  .proof-card p,
  .proof-card a {
    margin: 0;
    font-size: 7px;
    line-height: 1.16;
  }

  .proof-card a {
    margin-top: 3px;
  }

  .final-cta {
    margin: 6px 0 0;
    grid-template-columns: 1fr;
    gap: 0;
    color: #111;
    background:
      linear-gradient(90deg, rgba(12,116,255,0.10), rgba(255,122,45,0.10)),
      #f6f8fb;
    border-color: #cfd8e5;
    box-shadow: none;
    padding: 7px;
  }

  .metric-card,
  .score-list,
  .money-leak,
  .finding-card,
  .action-item,
  .impact-card,
  .execution-card,
  .decision-card,
  .owner-card,
  .proof-card,
  .final-cta,
  .competitor-table {
    color: #111;
    border-color: #cfd8e5;
    background:
      linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: none;
    break-inside: avoid;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .metric-card,
  .proof-card {
    border-top: 2px solid var(--section-accent);
    background:
      linear-gradient(180deg, #ffffff 0%, var(--section-soft) 100%);
  }

  .finding-card,
  .impact-card,
  .execution-card,
  .decision-card,
  .action-item,
  .owner-card {
    border-color: #cfd8e5;
    border-top: 2px solid var(--section-accent);
    background:
      linear-gradient(180deg, #ffffff 0%, var(--section-soft) 100%);
  }

  .metric-icon,
  .rank .icon,
  .action-item > b {
    background:
      linear-gradient(135deg, var(--section-soft), #ffffff);
    color: var(--section-accent);
    box-shadow: none;
  }

  .metric-copy span,
  .score-row span,
  .metric-copy p,
  .finding-meta,
  .finding-body p,
  .action-item span,
  .impact-card > span,
  .impact-card p,
  .execution-card > span,
  .execution-card p,
  .decision-card p,
  .owner-card p,
  .table-row,
  .proof-card > span,
  .proof-card p,
  .proof-card a,
  dt,
  .evidence-list,
  .evidence-list a,
  .muted {
    color: #4b5565;
  }

  .rank {
    color: #8b96a8;
  }

  .finding-toggle {
    color: #111;
  }

  .metric-bar,
  .bar {
    background: #e3e8f0;
  }

  .measurement-row strong {
    color: var(--section-accent);
  }

  .final-cta {
    border-top: 2px solid var(--print-orange);
  }

  .evidence-section,
  .screenshot-grid {
    display: none;
  }
}
