:root {
  color-scheme: light;
  --ink: #17202a;
  --ink-strong: #09111d;
  --muted: #667085;
  --line: #d9e0e8;
  --surface: #ffffff;
  --surface-soft: #f5f7fa;
  --surface-tint: #eef7f5;
  --teal: #078f85;
  --teal-dark: #06645f;
  --green: #138a59;
  --amber: #b7791f;
  --red: #d64545;
  --blue: #2563a8;
  --shadow: 0 18px 60px rgba(17, 24, 39, 0.13);
  --radius: 8px;
  --max-width: 1180px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC",
    "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

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

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  color: #fff;
  transition:
    opacity 650ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.light {
  position: sticky;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  max-width: none;
  padding-left: max(1.5rem, calc((100% - var(--max-width)) / 2 + 1.5rem));
  padding-right: max(1.5rem, calc((100% - var(--max-width)) / 2 + 1.5rem));
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.15;
}

.brand small {
  display: block;
  color: currentColor;
  opacity: 0.72;
  font-size: 0.74rem;
  margin-top: 0.1rem;
}

.brand-mark {
  display: block;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(9, 17, 29, 0.16);
  flex: 0 0 auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.05rem;
  font-size: 0.92rem;
}

.nav-links a {
  opacity: 0.82;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  opacity: 1;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0 1rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 0.9rem;
  font-weight: 700;
}

.light .header-cta {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.28rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: transparent;
  color: inherit;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 86svh;
  max-height: 840px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(5, 13, 23, 0.88) 0%, rgba(5, 13, 23, 0.7) 34%, rgba(5, 13, 23, 0.16) 68%),
    url("hero-dashboard.png");
  background-size: cover;
  background-position: center right;
  color: #fff;
  isolation: isolate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 13, 23, 0.24), rgba(5, 13, 23, 0.05) 50%, rgba(5, 13, 23, 0.24)),
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.16), transparent 30%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 8.5rem 1.5rem 4rem;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #57d0c8;
}

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

h1,
h2,
h3 {
  color: var(--ink-strong);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero h1 {
  max-width: 14ch;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: 4.4rem;
  line-height: 1.02;
}

.hero h1 span {
  display: block;
}

.hero-statement {
  max-width: 16ch;
}

.hero-rotator {
  position: relative;
  min-height: 1.65rem;
  margin: -0.35rem 0 1.1rem;
  color: #72d7d1;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-rotator span {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-rotator span.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .site-header,
.motion-ready .hero .eyebrow,
.motion-ready .hero h1 span,
.motion-ready .hero-rotator,
.motion-ready .hero-copy,
.motion-ready .hero-actions,
.motion-ready .hero-proof div,
.motion-ready .signal-strip span {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.motion-ready .site-header {
  transform: translate3d(0, -14px, 0);
}

.motion-ready body.is-loaded .site-header,
.motion-ready body.is-loaded .hero .eyebrow,
.motion-ready body.is-loaded .hero h1 span,
.motion-ready body.is-loaded .hero-rotator,
.motion-ready body.is-loaded .hero-copy,
.motion-ready body.is-loaded .hero-actions,
.motion-ready body.is-loaded .hero-proof div,
.motion-ready body.is-loaded .signal-strip span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .hero .eyebrow,
.motion-ready .hero h1 span,
.motion-ready .hero-rotator,
.motion-ready .hero-copy,
.motion-ready .hero-actions,
.motion-ready .hero-proof div,
.motion-ready .signal-strip span {
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-ready body.is-loaded .hero .eyebrow {
  transition-delay: 110ms;
}

.motion-ready body.is-loaded .hero h1 span:first-child {
  transition-delay: 190ms;
}

.motion-ready body.is-loaded .hero h1 span:last-child {
  transition-delay: 270ms;
}

.motion-ready body.is-loaded .hero-copy {
  transition-delay: 360ms;
}

.motion-ready body.is-loaded .hero-actions {
  transition-delay: 500ms;
}

.motion-ready body.is-loaded .hero-proof div:nth-child(1) {
  transition-delay: 610ms;
}

.motion-ready body.is-loaded .hero-proof div:nth-child(2) {
  transition-delay: 680ms;
}

.motion-ready body.is-loaded .hero-proof div:nth-child(3) {
  transition-delay: 750ms;
}

.motion-ready body.is-loaded .hero-rotator {
  transition-delay: 350ms;
}

.motion-ready body.is-loaded .signal-strip span {
  transition-delay: calc(760ms + var(--strip-delay, 0ms));
}

.hero-copy {
  max-width: 42rem;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.2rem;
  line-height: 1.65;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.15rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 800;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  box-shadow: 0 12px 32px rgba(7, 143, 133, 0.2);
}

.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 44rem;
  margin: 2.5rem 0 0;
}

.hero-proof div {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  padding-left: 1rem;
}

.hero-proof dt {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
}

.hero-proof dd {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.signal-strip {
  background: var(--ink);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.section-inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.signal-strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.signal-strip span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  white-space: nowrap;
}

.radar-ticker {
  overflow: hidden;
  border-top: 1px solid rgba(9, 17, 29, 0.08);
  border-bottom: 1px solid rgba(9, 17, 29, 0.08);
  background: #fbfcfd;
}

.ticker-track {
  display: flex;
  gap: 0.65rem;
  width: max-content;
  padding: 0.85rem 0;
  animation: tickerMove 38s linear infinite;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.7rem;
  border: 1px solid #d7e1e8;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 0.9rem;
  white-space: nowrap;
}

.ticker-track strong {
  color: var(--ink-strong);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.section {
  padding: 6rem 0;
}

.section-muted {
  background: var(--surface-soft);
}

.usecase-section {
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 1), rgba(255, 255, 255, 1)),
    var(--surface-soft);
}

.market-proof-section {
  background:
    linear-gradient(180deg, #fff 0%, rgba(238, 247, 245, 0.42) 100%),
    var(--surface);
}

.market-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 2rem;
}

.market-proof-heading h2 {
  max-width: 14ch;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.market-proof-heading .section-copy {
  max-width: 50rem;
}

.why-now-stack {
  align-self: center;
  min-width: 0;
}

.radar-intelligence-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 1.2rem;
  border: 1px solid rgba(7, 143, 133, 0.22);
  border-radius: calc(var(--radius) + 8px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 250, 249, 0.94)),
    linear-gradient(rgba(7, 143, 133, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 143, 133, 0.055) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
  box-shadow: 0 34px 86px rgba(17, 24, 39, 0.13);
}

.radar-intelligence-panel::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(125deg, rgba(7, 143, 133, 0.1), transparent 34%, rgba(224, 179, 92, 0.12));
  content: "";
}

.radar-panel-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.radar-panel-topline span,
.radar-panel-topline strong {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
}

.radar-panel-topline i {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 0 rgba(7, 143, 133, 0.38);
  animation: radarPing 2200ms ease-out infinite;
}

.radar-panel-topline strong {
  color: var(--ink-strong);
}

.radar-panel-body {
  display: grid;
  grid-template-columns: minmax(16rem, 0.92fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.radar-stage {
  position: relative;
  display: grid;
  min-height: 18rem;
  place-items: center;
}

.radar-scope-large {
  width: 15.75rem;
  max-width: 100%;
  border-color: rgba(7, 143, 133, 0.28);
  background:
    radial-gradient(circle, rgba(7, 143, 133, 0.1) 0 17%, rgba(7, 143, 133, 0.18) 17.5% 18.5%, transparent 19% 37%, rgba(7, 143, 133, 0.14) 37.5% 38.5%, transparent 39% 58%, rgba(7, 143, 133, 0.12) 58.5% 59.5%, transparent 60%),
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(7, 143, 133, 0.2) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(50% - 0.5px), rgba(7, 143, 133, 0.2) 50%, transparent calc(50% + 0.5px)),
    #eef9f7;
  box-shadow:
    inset 0 0 0 10px rgba(255, 255, 255, 0.62),
    0 24px 58px rgba(7, 143, 133, 0.18);
}

.radar-chip {
  position: absolute;
  display: grid;
  gap: 0.15rem;
  width: min(12rem, 52%);
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(7, 143, 133, 0.18);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.1);
}

.radar-chip span {
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.radar-chip strong {
  color: var(--ink-strong);
  font-size: 0.82rem;
  line-height: 1.35;
}

.chip-risk {
  top: 0.25rem;
  left: 0.1rem;
}

.chip-context {
  top: 43%;
  right: 0;
}

.chip-briefing {
  bottom: 0.3rem;
  left: 1rem;
}

.radar-panel-copy span {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.radar-panel-copy h3 {
  margin: 0 0 0.7rem;
  color: var(--ink-strong);
  font-size: 1.55rem;
  line-height: 1.25;
}

.radar-panel-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.radar-signal-stack {
  display: grid;
  gap: 0.62rem;
  margin-top: 1rem;
}

.radar-signal-row {
  display: grid;
  grid-template-columns: 2.45rem minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.78rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.radar-signal-row > span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(7, 143, 133, 0.1);
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 900;
}

.radar-signal-row strong,
.radar-signal-row p {
  display: block;
}

.radar-signal-row strong {
  color: var(--ink-strong);
}

.radar-signal-row p {
  margin: 0.18rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.radar-signal-row em {
  justify-self: end;
  padding: 0.28rem 0.46rem;
  border: 1px solid rgba(7, 143, 133, 0.16);
  border-radius: 999px;
  background: rgba(7, 143, 133, 0.08);
  color: var(--teal);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.radar-console {
  display: grid;
  grid-template-columns: 7.8rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(7, 143, 133, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
}

.radar-scope {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(7, 143, 133, 0.32);
  border-radius: 999px;
  background:
    radial-gradient(circle, transparent 0 18%, rgba(7, 143, 133, 0.14) 18.5% 19.5%, transparent 20% 38%, rgba(7, 143, 133, 0.12) 38.5% 39.5%, transparent 40% 60%, rgba(7, 143, 133, 0.1) 60.5% 61.5%, transparent 62%),
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(7, 143, 133, 0.18) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(50% - 0.5px), rgba(7, 143, 133, 0.18) 50%, transparent calc(50% + 0.5px)),
    #f4fbfa;
}

.radar-sweep {
  position: absolute;
  inset: 50% 50% auto auto;
  width: 50%;
  height: 50%;
  transform-origin: 100% 100%;
  background: conic-gradient(from 270deg, rgba(7, 143, 133, 0.36), rgba(7, 143, 133, 0));
  animation: radarSweep 4200ms linear infinite;
}

.radar-ping {
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 0 rgba(7, 143, 133, 0.4);
  animation: radarPing 2200ms ease-out infinite;
}

.ping-one {
  left: 58%;
  top: 30%;
}

.ping-two {
  left: 28%;
  top: 56%;
  animation-delay: 500ms;
}

.ping-three {
  left: 68%;
  top: 68%;
  animation-delay: 1000ms;
}

.radar-readout strong,
.radar-readout span {
  display: block;
}

.radar-readout strong {
  color: var(--ink-strong);
  font-size: 1rem;
}

.radar-readout span {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.market-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18rem;
  gap: 1.25rem;
  align-items: start;
}

.chart-embed-shell {
  display: flex;
  justify-content: center;
  min-width: 0;
  padding: 0;
}

.growth-chart-frame {
  display: block;
  width: 100%;
  max-width: 920px;
  min-width: 0;
  border: 0;
  border-radius: var(--radius);
}

.radar-signal-cards {
  display: grid;
  gap: 0.75rem;
}

.radar-signal-cards article {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
}

.radar-signal-cards span {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
}

.radar-signal-cards strong {
  display: block;
  color: var(--ink-strong);
}

.radar-signal-cards p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 2.35rem;
}

.section-heading.compact {
  max-width: 38rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.split-layout h2,
.report-layout h2,
.contact-layout h2,
.about-hero h1,
.about-cta h2 {
  margin-bottom: 1rem;
  font-size: 2.6rem;
}

.section-heading p,
.section-copy,
.about-hero p,
.about-cta p,
.long-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 4rem;
  align-items: start;
}

.usecase-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 4rem;
  align-items: center;
}

.usecase-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.7rem;
}

.usecase-button {
  min-height: 3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 0 0.9rem;
  font-weight: 900;
  text-align: left;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.usecase-button:hover,
.usecase-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(7, 143, 133, 0.35);
}

.usecase-button.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.usecase-preview {
  position: relative;
  overflow: hidden;
  min-height: 28rem;
  padding: 1.35rem;
  border: 1px solid rgba(7, 143, 133, 0.25);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(238, 247, 245, 0.96), rgba(255, 255, 255, 1) 62%),
    #fff;
  box-shadow: var(--shadow);
}

.usecase-preview::before {
  content: "";
  position: absolute;
  inset: 1rem 1rem auto auto;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(7, 143, 133, 0.18);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(7, 143, 133, 0.2), transparent 62%);
}

.preview-status {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.preview-status span,
.preview-status strong {
  position: relative;
  z-index: 1;
}

.preview-status span {
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-status strong {
  padding: 0.36rem 0.65rem;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.usecase-preview[data-tone="opportunity"] .preview-status strong {
  background: var(--green);
}

.usecase-preview[data-tone="category"] .preview-status strong {
  background: var(--blue);
}

.usecase-preview[data-tone="delivery"] .preview-status strong {
  background: var(--teal);
}

.usecase-preview h3 {
  position: relative;
  z-index: 1;
  max-width: 24rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.usecase-preview p {
  position: relative;
  z-index: 1;
  max-width: 30rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.usecase-preview.is-swapping {
  animation: previewSwap 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mini-report {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
}

.mini-report div {
  min-height: 6.75rem;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.mini-report span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mini-report strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--ink-strong);
  font-size: 1.05rem;
}

.problem-list,
.governance-list {
  display: grid;
  gap: 0.85rem;
}

.problem-list div,
.governance-list div {
  display: grid;
  gap: 0.3rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.problem-list strong,
.governance-list strong {
  color: var(--ink-strong);
}

.problem-list span,
.governance-list span {
  color: var(--muted);
}

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

.feature-card,
.case-card,
.price-card,
.trust-grid article,
.values-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.feature-card:hover,
.case-card:hover,
.price-card:hover,
.trust-grid article:hover,
.values-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 143, 133, 0.35);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
}

.feature-card {
  padding: 1.25rem;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  font-weight: 900;
}

.feature-icon.risk {
  color: #fff;
  background: var(--red);
}

.feature-icon.positive {
  color: #fff;
  background: var(--green);
}

.feature-icon.trend {
  color: #fff;
  background: var(--amber);
}

.feature-icon.data {
  color: #fff;
  background: var(--blue);
}

.feature-icon.review {
  color: var(--teal-dark);
  background: var(--surface-tint);
}

.feature-icon.report {
  color: var(--ink);
  background: #eceff3;
}

.feature-card h3,
.case-card h3,
.trust-grid h3,
.price-card h3,
.process-grid h3,
.industry-panel h3 {
  margin-bottom: 0.6rem;
  font-size: 1.15rem;
}

.feature-card p,
.case-card p,
.trust-grid p,
.price-card li,
.process-grid p,
.industry-panel p {
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-grid li {
  min-height: 15rem;
  padding: 1.2rem;
  border-top: 2px solid var(--teal);
  background: var(--surface-soft);
  border-radius: var(--radius);
}

.process-grid span {
  display: inline-block;
  margin-bottom: 1.8rem;
  color: var(--teal);
  font-weight: 900;
}

.story-section {
  background: #fbfcfd;
}

.story-stack {
  display: grid;
  gap: 0.6rem;
}

.story-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2rem;
  align-items: center;
  min-height: 18rem;
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.story-step {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.story-panel h3 {
  margin-bottom: 0.8rem;
  font-size: 2rem;
}

.story-panel p {
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.story-ui {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
  border: 1px solid #cfdbe4;
  border-radius: var(--radius);
  background: var(--surface-soft);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
}

.story-arrow {
  display: grid;
  place-items: center;
  min-height: 2.4rem;
  color: var(--teal);
}

.story-arrow span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(7, 143, 133, 0.34);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  font-weight: 900;
}

.risk-ui strong {
  color: var(--red);
  font-size: 2rem;
}

.risk-ui small,
.report-ui small {
  color: var(--muted);
}

.sentiment-ui span,
.queue-ui div,
.report-ui span {
  padding: 0.8rem;
  border-radius: var(--radius);
  background: #fff;
}

.queue-ui div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.queue-ui strong {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
}

.queue-ui span,
.report-ui span {
  color: var(--muted);
}

.report-ui strong {
  font-size: 1.2rem;
}

.industry-tabs {
  display: grid;
  gap: 1rem;
}

.tab-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  width: fit-content;
}

.tab-button {
  min-height: 2.55rem;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  padding: 0 0.9rem;
  font-weight: 800;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.tab-button:hover,
.tab-button:focus-visible {
  transform: translateY(-1px);
}

.tab-button.is-active {
  color: #fff;
  background: var(--ink);
}

.industry-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  animation: panelIn 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0;
  margin: 0;
  list-style: none;
  align-content: start;
}

.tag-list li {
  padding: 0.5rem 0.7rem;
  border: 1px solid #cbdce0;
  border-radius: var(--radius);
  background: var(--surface-tint);
  color: var(--teal-dark);
  font-weight: 800;
  font-size: 0.92rem;
}

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

.case-card {
  padding: 1.4rem;
  min-height: 17rem;
}

.case-label {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-section {
  background: var(--ink);
  color: #fff;
}

.report-section h2 {
  color: #fff;
}

.report-section .eyebrow {
  color: #72d7d1;
}

.report-section .section-copy,
.report-section .check-list {
  color: rgba(255, 255, 255, 0.76);
}

.report-layout,
.contact-layout,
.governance-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 4rem;
  align-items: center;
}

.check-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.4rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 99px;
  background: var(--teal);
}

.report-preview {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.report-topbar,
.metric-row,
.preview-row,
.preview-action {
  border-radius: var(--radius);
}

.report-topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  color: #fff;
  background: var(--ink);
  font-size: 0.9rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0.8rem 0;
}

.metric-row div {
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.metric-row span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.metric-row strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.8rem;
}

.risk-text {
  color: var(--red);
}

.preview-table {
  display: grid;
  gap: 0.35rem;
}

.preview-row {
  display: grid;
  grid-template-columns: 1fr 1.25fr 5rem;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem;
  background: var(--surface-soft);
  font-size: 0.9rem;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.preview-row:not(.header):hover {
  background: #eef7f5;
  transform: translateX(4px);
}

.preview-row.header {
  color: var(--muted);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pill {
  display: inline-flex;
  justify-content: center;
  min-width: 4.5rem;
  padding: 0.28rem 0.45rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.pill.high {
  color: #fff;
  background: var(--red);
}

.pill.medium {
  color: #fff;
  background: var(--amber);
}

.pill.low {
  color: #fff;
  background: var(--green);
}

.preview-action {
  margin-top: 0.8rem;
  padding: 1rem;
  background: var(--surface-tint);
}

.preview-action p {
  margin: 0.3rem 0 0;
  color: var(--muted);
}

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

.price-card {
  padding: 1.35rem;
}

.price-card.highlighted {
  border-color: var(--teal);
  box-shadow: 0 16px 44px rgba(7, 143, 133, 0.13);
}

.price-label {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin: 1.15rem 0;
  color: var(--ink-strong);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
}

.price span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.price-card ul {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.15rem;
  margin: 0;
}

.trust-section {
  background: #fbfcfd;
}

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

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.proof-band div {
  padding: 1rem;
  border: 1px solid #cfe0dd;
  border-radius: var(--radius);
  background: var(--surface-tint);
}

.proof-band strong {
  display: block;
  color: var(--teal-dark);
  font-size: 1.1rem;
}

.proof-band span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-grid article {
  padding: 1.15rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr);
  gap: 4rem;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

details[open] {
  border-color: rgba(7, 143, 133, 0.42);
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
}

summary {
  min-height: 3.5rem;
  padding: 1rem;
  color: var(--ink-strong);
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(238, 247, 245, 0.75), rgba(255, 255, 255, 1)),
    var(--surface);
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

label {
  display: grid;
  gap: 0.4rem;
  color: var(--ink-strong);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #c9d3df;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 0.75rem 0.85rem;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(7, 143, 133, 0.13);
}

.motion-ready .reveal {
  --reveal-x: 0px;
  --reveal-y: 24px;
  --reveal-scale: 1;
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  backface-visibility: hidden;
}

.motion-ready .reveal-left {
  --reveal-x: -24px;
}

.motion-ready .reveal-right {
  --reveal-x: 24px;
}

.motion-ready .reveal-scale {
  --reveal-scale: 0.96;
}

.motion-ready .reveal.is-visible {
  --reveal-x: 0px;
  --reveal-y: 0px;
  --reveal-scale: 1;
  opacity: 1;
}

.motion-ready .reveal.is-visible:hover {
  transform: translate3d(var(--reveal-x), -4px, 0) scale(var(--reveal-scale));
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tickerMove {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes previewSwap {
  from {
    opacity: 0.45;
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes radarSweep {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes radarPing {
  0% {
    box-shadow: 0 0 0 0 rgba(7, 143, 133, 0.45);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(7, 143, 133, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(7, 143, 133, 0);
  }
}

.form-submit {
  width: fit-content;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-note[data-state="success"] {
  color: var(--teal-dark);
  font-weight: 800;
}

.form-note[data-state="error"] {
  color: var(--red);
  font-weight: 800;
}

.form-note[data-state="loading"] {
  color: var(--ink-strong);
}

.site-footer {
  background: var(--ink);
  color: #fff;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.about-hero {
  padding: 7rem 0 5rem;
  background:
    linear-gradient(180deg, rgba(238, 247, 245, 0.9), rgba(255, 255, 255, 1)),
    var(--surface);
}

.about-hero-inner {
  max-width: 900px;
}

.about-hero h1 {
  max-width: 13ch;
  font-size: 4rem;
}

.about-hero p {
  max-width: 46rem;
}

.long-copy {
  display: grid;
  gap: 1rem;
}

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

.values-grid article {
  padding: 1.35rem;
}

.values-grid span {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: var(--teal);
  font-weight: 900;
}

.values-grid h2 {
  font-size: 1.45rem;
}

.values-grid p {
  color: var(--muted);
}

.about-cta {
  background: var(--ink);
  color: #fff;
}

.about-cta h2 {
  color: #fff;
}

.about-cta .eyebrow {
  color: #72d7d1;
}

.about-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.about-cta-inner {
  max-width: 820px;
}

@media (max-width: 980px) {
  .site-header {
    padding: 1rem;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: flex;
    margin-left: auto;
  }

  .nav-links {
    position: fixed;
    inset: 4.8rem 1rem auto 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    padding: 0.6rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  body.nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 0.9rem;
    border-radius: 6px;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: var(--surface-soft);
  }

  .hero {
    min-height: auto;
    max-height: none;
    background-position: center right 18%;
  }

  .hero-content {
    padding-top: 7rem;
  }

  .hero h1,
  .about-hero h1 {
    font-size: 3.15rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .split-layout,
  .market-proof-heading,
  .market-proof-grid,
  .usecase-layout,
  .report-layout,
  .contact-layout,
  .governance-layout,
  .faq-layout,
  .industry-panel,
  .story-panel {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .feature-grid,
  .case-grid,
  .pricing-grid,
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid,
  .trust-grid,
  .proof-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .usecase-preview {
    min-height: auto;
  }

  .radar-console {
    max-width: 28rem;
  }

  .radar-intelligence-panel {
    max-width: 46rem;
  }

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

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

  .ticker-track {
    animation: none;
  }

  .motion-ready .site-header,
  .motion-ready .hero .eyebrow,
  .motion-ready .hero h1 span,
  .motion-ready .hero-rotator,
  .motion-ready .hero-copy,
  .motion-ready .hero-actions,
  .motion-ready .hero-proof div,
  .motion-ready .signal-strip span,
  .motion-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 680px) {
  .section {
    padding: 4.25rem 0;
  }

  .section-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header.light {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand small {
    display: none;
  }

  .hero {
    background-image:
      linear-gradient(180deg, rgba(5, 13, 23, 0.92) 0%, rgba(5, 13, 23, 0.82) 54%, rgba(5, 13, 23, 0.5) 100%),
      url("hero-dashboard.png");
    background-position: center top;
  }

  .hero-content {
    padding: 6.8rem 1rem 3.2rem;
  }

  .hero h1,
  .about-hero h1 {
    max-width: 100%;
    font-size: 2.55rem;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero-rotator {
    min-height: 1.45rem;
    font-size: 0.88rem;
  }

  .section-heading h2,
  .split-layout h2,
  .market-proof-heading h2,
  .usecase-preview h3,
  .story-panel h3,
  .report-layout h2,
  .contact-layout h2,
  .about-cta h2 {
    font-size: 2.1rem;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-proof div {
    padding-left: 0.8rem;
  }

  .hero-actions,
  .section-actions {
    align-items: stretch;
  }

  .hero-actions .button,
  .section-actions .button {
    width: 100%;
  }

  .feature-grid,
  .case-grid,
  .pricing-grid,
  .process-grid,
  .trust-grid,
  .proof-band,
  .radar-signal-cards,
  .values-grid,
  .form-grid,
  .metric-row,
  .usecase-buttons,
  .mini-report {
    grid-template-columns: 1fr;
  }

  .usecase-preview,
  .story-panel {
    padding: 1rem;
  }

  .radar-intelligence-panel {
    padding: 1rem;
  }

  .radar-panel-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .radar-panel-body {
    grid-template-columns: 1fr;
  }

  .radar-stage {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    justify-items: stretch;
  }

  .radar-scope-large {
    width: 13.5rem;
    justify-self: center;
  }

  .radar-chip {
    position: static;
    width: 100%;
  }

  .radar-panel-copy h3 {
    font-size: 1.28rem;
  }

  .radar-signal-row {
    grid-template-columns: 2.35rem minmax(0, 1fr);
  }

  .radar-signal-row em {
    grid-column: 2;
    justify-self: start;
  }

  .radar-console {
    grid-template-columns: 5.8rem minmax(0, 1fr);
  }

  .growth-chart-frame {
    height: 620px !important;
  }

  .story-ui {
    box-shadow: none;
  }

  .tab-list {
    width: 100%;
  }

  .tab-button {
    flex: 1 1 100%;
  }

  .report-preview {
    padding: 0.75rem;
  }

  .report-topbar,
  .preview-row {
    grid-template-columns: 1fr;
  }

  .report-topbar {
    flex-direction: column;
  }

  .preview-row.header {
    display: none;
  }

  .form-submit {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .motion-ready .reveal-left,
  .motion-ready .reveal-right {
    --reveal-x: 0px;
  }
}
