:root {
  --tr-ink: #05091a;
  --tr-ink-2: #0b1130;
  --tr-ink-3: #101941;
  --tr-white: #f7f8ff;
  --tr-muted: #aab3cf;
  --tr-yellow: #f7da45;
  --tr-violet: #8b5cf6;
  --tr-violet-soft: #b79cff;
  --tr-teal: #39e6c1;
  --tr-danger: #ff668a;
  --tr-line: rgba(255, 255, 255, 0.12);
  --tr-panel: rgba(13, 21, 55, 0.74);
  color: var(--tr-white);
  background: var(--tr-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--tr-ink);
}

button,
a {
  color: inherit;
  font: inherit;
}

a:focus-visible,
button:focus-visible,
.table-shell:focus-visible {
  outline: 2px solid var(--tr-yellow);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 9px 13px;
  transform: translateY(-160%);
  border-radius: 8px;
  color: var(--tr-ink);
  background: var(--tr-yellow);
  font-size: 0.82rem;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.deck {
  position: relative;
  width: 100vw;
  height: 100dvh;
  min-height: 570px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(139, 92, 246, 0.18), transparent 26%),
    radial-gradient(circle at 10% 76%, rgba(57, 230, 193, 0.08), transparent 24%),
    linear-gradient(138deg, #080b21 0%, #060a1c 50%, #030611 100%);
}

.atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.7) 0 0.7px, transparent 0.9px),
    radial-gradient(circle, rgba(183, 156, 255, 0.6) 0 0.7px, transparent 0.9px);
  background-position: 0 0, 33px 31px;
  background-size: 71px 71px, 97px 97px;
}

.deck-header {
  position: absolute;
  z-index: 20;
  top: 24px;
  right: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.brand-link,
.header-meta a {
  pointer-events: auto;
}

.brand-link img {
  display: block;
  width: 132px;
  height: auto;
  opacity: 0.82;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--tr-muted);
  font-size: clamp(0.65rem, 0.75vw, 0.76rem);
}

.header-meta a {
  padding: 8px 11px;
  border: 1px solid var(--tr-line);
  border-radius: 999px;
  text-decoration: none;
}

.header-meta a:hover {
  border-color: rgba(247, 218, 69, 0.55);
  color: var(--tr-white);
}

.sync-status::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--tr-teal);
  content: "";
}

.slides,
.slide {
  position: absolute;
  inset: 0;
}

.slide {
  display: none;
  padding: clamp(72px, 9vh, 96px) clamp(40px, 6vw, 100px) clamp(84px, 10vh, 108px);
}

.slide.is-active {
  display: block;
  animation: slide-in 360ms cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

.slide-frame {
  display: flex;
  width: min(100%, 1440px);
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.kicker {
  margin: 0 0 13px;
  color: var(--tr-teal);
  font-size: clamp(0.62rem, 0.78vw, 0.76rem);
  font-weight: 820;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.slide-title {
  max-width: 1080px;
  margin-bottom: clamp(26px, 4.5vh, 46px);
}

.slide-title h2,
.cover-copy h1 {
  margin: 0;
  color: var(--tr-white);
  font-size: clamp(2.35rem, 5.2vw, 5.25rem);
  font-weight: 850;
  line-height: 0.94;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.slide-title > p:last-child,
.lead {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--tr-muted);
  font-size: clamp(0.86rem, 1.12vw, 1.08rem);
  line-height: 1.55;
}

.compact-title {
  margin-bottom: clamp(19px, 3.2vh, 32px);
}

.compact-title h2 {
  font-size: clamp(2.1rem, 4.35vw, 4.45rem);
}

.cover-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: clamp(32px, 7vw, 110px);
}

.cover-copy h1 {
  font-size: clamp(3.35rem, 7.1vw, 7.4rem);
  line-height: 0.87;
}

.cover-copy h1 span {
  color: var(--tr-yellow);
}

.cover-proof {
  position: relative;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid var(--tr-line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(18, 28, 70, 0.9), rgba(10, 16, 43, 0.72));
}

.cover-proof::before {
  position: absolute;
  top: -1px;
  left: 28px;
  width: 74px;
  height: 3px;
  background: var(--tr-violet);
  content: "";
}

.cover-proof div + div {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--tr-line);
}

.cover-proof strong,
.cover-proof span {
  display: block;
}

.cover-proof strong {
  color: var(--tr-yellow);
  font-size: clamp(2.7rem, 5.4vw, 5.2rem);
  line-height: 0.85;
  letter-spacing: -0.07em;
}

.cover-proof span {
  margin-top: 10px;
  color: var(--tr-muted);
  font-size: clamp(0.72rem, 0.88vw, 0.88rem);
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.cover-proof p {
  margin: 28px 0 0;
  color: var(--tr-muted);
  font-size: 0.72rem;
}

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

.metric-card {
  position: relative;
  min-height: clamp(190px, 27vh, 260px);
  padding: clamp(22px, 2.3vw, 34px);
  overflow: hidden;
  border: 1px solid var(--tr-line);
  border-radius: 18px;
  background: var(--tr-panel);
}

.metric-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--accent);
  content: "";
}

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

.metric-card strong {
  margin-top: clamp(24px, 4vh, 42px);
  color: var(--accent);
  font-size: clamp(2.35rem, 4.65vw, 4.9rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  font-variant-numeric: tabular-nums;
}

.metric-card span {
  max-width: 190px;
  margin-top: 18px;
  color: var(--tr-muted);
  font-size: clamp(0.76rem, 0.95vw, 0.92rem);
  line-height: 1.45;
}

.metric-card.violet { --accent: var(--tr-violet-soft); }
.metric-card.yellow { --accent: var(--tr-yellow); }
.metric-card.teal { --accent: var(--tr-teal); }
.metric-card.coral { --accent: var(--tr-danger); }

.comparison-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 16px;
}

.comparison-card {
  padding: clamp(20px, 2vw, 30px);
  border: 1px solid var(--tr-line);
  border-radius: 18px;
  background: var(--tr-panel);
}

.focus-comparison {
  border-color: rgba(255, 102, 138, 0.38);
}

.ontrack-comparison {
  border-color: rgba(57, 230, 193, 0.3);
}

.comparison-heading,
.comparison-measure > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.comparison-heading {
  margin-bottom: clamp(22px, 3.5vh, 34px);
}

.comparison-heading span {
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  font-weight: 780;
}

.comparison-heading b {
  color: var(--tr-muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.comparison-measure + .comparison-measure {
  margin-top: 24px;
}

.comparison-measure span {
  color: var(--tr-muted);
  font-size: clamp(0.7rem, 0.85vw, 0.82rem);
}

.comparison-measure strong {
  color: var(--tr-white);
  font-size: clamp(1.5rem, 2.5vw, 2.45rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.bar-track {
  height: 13px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.bar-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tr-violet), var(--tr-violet-soft));
  transition: width 520ms ease;
}

.result-measure .bar-track i {
  background: linear-gradient(90deg, var(--tr-yellow), #fff0a3);
}

.versus {
  display: grid;
  width: 42px;
  height: 42px;
  align-self: center;
  place-items: center;
  border: 1px solid var(--tr-line);
  border-radius: 50%;
  color: var(--tr-muted);
  background: var(--tr-ink-2);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.slide-callout {
  margin: 16px 0 0;
  padding: 13px 17px;
  border-left: 3px solid var(--tr-teal);
  color: var(--tr-white);
  background: rgba(57, 230, 193, 0.07);
  font-size: clamp(0.76rem, 0.92vw, 0.9rem);
  line-height: 1.45;
}

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

.flow-row {
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid var(--tr-line);
  border-radius: 18px;
  background: var(--tr-panel);
}

.focus-flow {
  border-color: rgba(255, 102, 138, 0.38);
}

.ontrack-flow {
  border-color: rgba(57, 230, 193, 0.3);
}

.flow-row > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.flow-row > header strong {
  font-size: clamp(0.95rem, 1.25vw, 1.18rem);
}

.flow-row > header span {
  color: var(--tr-muted);
  font-size: 0.7rem;
}

.flow-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.flow-steps div {
  min-width: 0;
}

.flow-steps strong,
.flow-steps span {
  display: block;
}

.flow-steps strong {
  color: var(--tr-violet-soft);
  font-size: clamp(1.3rem, 2.25vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.flow-steps span {
  margin-top: 8px;
  color: var(--tr-muted);
  font-size: clamp(0.58rem, 0.7vw, 0.68rem);
  line-height: 1.35;
}

.flow-steps > i {
  color: #6f7999;
  font-style: normal;
}

.flow-steps .flow-result strong {
  color: var(--tr-yellow);
}

.calculation-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(247, 218, 69, 0.25);
  border-radius: 14px;
  background: rgba(247, 218, 69, 0.07);
}

.calculation-note strong {
  color: var(--tr-yellow);
  font-size: clamp(1.75rem, 3.2vw, 3.1rem);
  line-height: 1;
}

.calculation-note span {
  color: var(--tr-white);
  font-size: clamp(0.75rem, 0.9vw, 0.88rem);
}

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

.takeaway-list li {
  min-height: clamp(170px, 24vh, 230px);
  padding: clamp(20px, 2.2vw, 30px);
  border: 1px solid var(--tr-line);
  border-radius: 18px;
  background: var(--tr-panel);
}

.takeaway-list li > span {
  color: var(--tr-teal);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
}

.takeaway-list li p {
  margin: clamp(24px, 3.5vh, 34px) 0 0;
  color: var(--tr-muted);
  font-size: clamp(0.78rem, 1.02vw, 0.98rem);
  line-height: 1.55;
}

.takeaway-list li strong {
  color: var(--tr-white);
}

.recommendation {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-top: 14px;
  padding: 14px 19px;
  border-left: 3px solid var(--tr-yellow);
  background: rgba(247, 218, 69, 0.06);
}

.recommendation span {
  flex: 0 0 auto;
  color: var(--tr-yellow);
  font-size: 0.65rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.recommendation strong {
  font-size: clamp(0.86rem, 1.12vw, 1.05rem);
}

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

.methods-grid article {
  min-height: clamp(180px, 25vh, 238px);
  padding: clamp(21px, 2.3vw, 32px);
  border: 1px solid var(--tr-line);
  border-radius: 18px;
  background: var(--tr-panel);
}

.methods-grid article:nth-child(2n) {
  transform: translateY(18px);
}

.methods-grid span {
  color: var(--tr-violet-soft);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.15em;
}

.methods-grid strong {
  display: block;
  margin-top: clamp(28px, 4.5vh, 46px);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.methods-grid p {
  margin: 12px 0 0;
  color: var(--tr-muted);
  font-size: clamp(0.7rem, 0.85vw, 0.82rem);
  line-height: 1.5;
}

.methods-conclusion {
  margin: 31px 0 0;
  color: var(--tr-yellow);
  font-size: clamp(0.82rem, 1.05vw, 1rem);
  font-weight: 720;
}

.table-frame {
  justify-content: flex-start;
}

.table-title {
  display: flex;
  width: 100%;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

.table-title h2 {
  font-size: clamp(2rem, 3.6vw, 3.7rem);
}

.table-title > p {
  margin: 0;
  color: var(--tr-muted);
  font-size: 0.76rem;
}

.table-shell {
  min-height: 0;
  flex: 1;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--tr-line);
  border-radius: 14px;
  background: rgba(7, 12, 33, 0.82);
  scrollbar-color: var(--tr-violet) rgba(255, 255, 255, 0.06);
}

table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  font-size: clamp(0.66rem, 0.78vw, 0.76rem);
}

th,
td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  text-align: left;
  vertical-align: middle;
}

th {
  position: sticky;
  z-index: 2;
  top: 0;
  color: var(--tr-muted);
  background: #0c1230;
  font-size: 0.61rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

tbody tr:hover td {
  background: rgba(139, 92, 246, 0.08);
}

.product-cell {
  max-width: 340px;
  color: var(--tr-white);
  font-weight: 680;
}

.numeric {
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.pacing-pill {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.61rem;
  font-weight: 760;
  white-space: nowrap;
}

.pacing-pill.behind-schedule {
  color: #ff9bb2;
  background: rgba(255, 102, 138, 0.12);
}

.pacing-pill.at-risk {
  color: var(--tr-yellow);
  background: rgba(247, 218, 69, 0.1);
}

.coverage.complete {
  color: var(--tr-teal);
  font-weight: 760;
}

.table-hint {
  margin: 8px 2px 0;
  color: var(--tr-muted);
  font-size: 0.66rem;
}

.volume-frame {
  justify-content: flex-start;
}

.volume-title {
  display: flex;
  width: 100%;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

.volume-title h2 {
  font-size: clamp(2rem, 3.7vw, 3.8rem);
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  color: var(--tr-muted);
  font-size: 0.68rem;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.chart-legend i {
  width: 16px;
  height: 3px;
  border-radius: 999px;
}

.callcenter-swatch {
  background: var(--tr-violet-soft);
}

.peeranalyst-swatch {
  background: var(--tr-teal);
}

.unpublished-swatch {
  background: var(--tr-yellow);
}

.volume-summary {
  display: grid;
  grid-template-columns: repeat(3, auto) 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
  padding: 11px 16px;
  border: 1px solid var(--tr-line);
  border-radius: 13px;
  background: rgba(13, 21, 55, 0.58);
}

.volume-summary div {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.volume-summary strong {
  color: var(--tr-white);
  font-size: clamp(1.05rem, 1.6vw, 1.55rem);
  font-variant-numeric: tabular-nums;
}

.volume-summary span,
.volume-summary p {
  color: var(--tr-muted);
  font-size: 0.65rem;
}

.volume-summary p {
  margin: 0;
  text-align: right;
}

.deck-chart-card {
  min-width: 0;
  padding: 14px 16px 10px;
  border: 1px solid var(--tr-line);
  border-radius: 16px;
  background: rgba(7, 12, 33, 0.78);
}

.large-chart-card {
  min-height: 0;
  flex: 1;
  padding: 12px 18px 6px;
}

.large-deck-chart {
  height: 100%;
}

.deck-chart-card > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

.deck-chart-card h3,
.deck-chart-card p {
  margin: 0;
}

.deck-chart-card h3 {
  color: var(--tr-white);
  font-size: clamp(0.86rem, 1.15vw, 1.08rem);
}

.deck-chart-card p {
  color: var(--tr-muted);
  font-size: 0.65rem;
}

.deck-chart {
  position: relative;
  min-height: 0;
  outline: none;
  touch-action: pan-y;
}

.deck-chart svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.deck-chart.large-deck-chart svg {
  height: 100%;
}

.chart-grid-line {
  stroke: rgba(255, 255, 255, 0.09);
  stroke-width: 1;
}

.chart-axis-label {
  fill: #7f89a7;
  font-family: inherit;
  font-size: 11px;
}

.chart-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.chart-guide {
  stroke: rgba(247, 248, 255, 0.34);
  stroke-dasharray: 4 4;
  stroke-width: 1;
}

.chart-point {
  stroke: var(--tr-ink);
  stroke-width: 2;
}

.rate-area {
  fill: rgba(247, 218, 69, 0.1);
}

.deck-chart-tooltip {
  position: absolute;
  z-index: 4;
  top: 12px;
  width: max-content;
  max-width: 180px;
  padding: 9px 11px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 9px;
  color: var(--tr-white);
  background: #111936;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  pointer-events: none;
  font-size: 0.66rem;
}

.deck-chart-tooltip strong,
.deck-chart-tooltip span {
  display: block;
}

.deck-chart-tooltip strong {
  margin-bottom: 5px;
}

.deck-chart-tooltip span {
  color: var(--tr-muted);
  line-height: 1.45;
}

.chart-source-note {
  margin: 9px 1px 0;
  color: var(--tr-muted);
  font-size: 0.61rem;
  line-height: 1.35;
}

.question-frame {
  position: relative;
  max-width: 1180px;
  align-items: flex-start;
}

.question-frame::before {
  width: clamp(72px, 9vw, 138px);
  height: 4px;
  margin-bottom: clamp(24px, 4vh, 42px);
  border-radius: 999px;
  background: var(--question-accent);
  content: "";
}

.question-frame .kicker {
  color: var(--question-accent);
}

.question-frame h2 {
  max-width: 1100px;
  margin: 0;
  color: var(--tr-white);
  font-size: clamp(4rem, 9.4vw, 9.5rem);
  font-weight: 850;
  line-height: 0.88;
  letter-spacing: -0.068em;
  text-wrap: balance;
}

.next-steps-slide {
  --question-accent: var(--tr-yellow);
}

.peerspot-help-slide {
  --question-accent: var(--tr-teal);
}

.deck-nav {
  position: absolute;
  z-index: 30;
  right: 30px;
  bottom: 20px;
  left: 30px;
  display: grid;
  grid-template-columns: 42px auto minmax(150px, 340px) 42px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.deck-nav button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--tr-line);
  border-radius: 50%;
  color: var(--tr-white);
  background: rgba(10, 16, 43, 0.86);
  cursor: pointer;
}

.deck-nav button:disabled {
  cursor: default;
  opacity: 0.28;
}

.slide-index {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--tr-muted);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.slide-index i {
  width: 18px;
  height: 1px;
  background: #6f7999;
}

.progress-track {
  width: min(32vw, 340px);
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.progress-track i {
  display: block;
  width: 9.091%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tr-violet), var(--tr-teal), var(--tr-yellow));
  transition: width 260ms ease;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(22px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

  .metric-card,
  .methods-grid article {
    min-height: 150px;
  }

  .methods-grid article:nth-child(2n) {
    transform: none;
  }
}

@media (max-width: 720px), (max-height: 610px) {
  html,
  body {
    overflow: auto;
  }

  .deck {
    height: auto;
    min-height: 100dvh;
    overflow-y: auto;
  }

  .deck-header {
    position: fixed;
    top: 14px;
    right: 16px;
    left: 16px;
  }

  .brand-link img {
    width: 98px;
  }

  .sync-status {
    display: none;
  }

  .slide {
    position: relative;
    min-height: 100dvh;
    padding: 82px 18px 100px;
  }

  .slide-frame {
    min-height: calc(100dvh - 182px);
    height: auto;
  }

  .question-frame {
    justify-content: center;
  }

  .question-frame h2 {
    font-size: clamp(3.45rem, 14vw, 6rem);
  }

  .cover-frame,
  .comparison-grid,
  .flow-comparison,
  .takeaway-list {
    grid-template-columns: 1fr;
  }

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

  .cover-proof div + div {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .cover-proof p {
    grid-column: 1 / -1;
    margin-top: 4px;
  }

  .versus {
    margin: -5px auto;
  }

  .recommendation {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .table-frame {
    min-height: calc(100dvh - 182px);
  }

  .table-shell {
    min-height: 55vh;
  }

  .volume-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .chart-legend {
    justify-content: flex-start;
  }

  .volume-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .volume-summary div {
    align-items: flex-start;
    flex-direction: column;
  }

  .volume-summary p {
    grid-column: 1 / -1;
    text-align: left;
  }

  .deck-chart-card {
    min-height: 270px;
  }

  .large-chart-card {
    min-height: 56vh;
  }

  .deck-nav {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 40px auto 1fr 40px;
  }
}

@media (max-width: 520px) {
  .header-meta a {
    padding: 7px 9px;
    font-size: 0.68rem;
  }

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

  .flow-steps {
    grid-template-columns: 1fr;
  }

  .flow-steps > i {
    transform: rotate(90deg);
  }

  .table-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .volume-summary {
    grid-template-columns: 1fr;
  }

  .volume-summary p {
    grid-column: auto;
  }

}

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