:root {
  color-scheme: light;
  --ink: #07110f;
  --ink-soft: #223b36;
  --muted: #63746f;
  --paper: #f8fbfa;
  --mist: #e7f3f1;
  --sky: #dceafe;
  --gold: #f2a91b;
  --green: #0b8f72;
  --blue: #2f7df6;
  --line: rgba(7, 17, 15, 0.13);
  --line-strong: rgba(7, 17, 15, 0.22);
  --surface: rgba(255, 255, 255, 0.76);
  --shadow: 0 28px 90px rgba(7, 17, 15, 0.13);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(
      180deg,
      #f8fcff 0%,
      #d6ebff 18%,
      #c2f3ea 40%,
      #b6f0d7 58%,
      #c6eaf7 78%,
      #f2fbf4 100%
    );
  color: var(--ink);
  font-family: Heebo, "Noto Sans Hebrew", "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(7, 17, 15, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 15, 0.032) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

main {
  position: relative;
  isolation: isolate;
}

main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(218, 242, 255, 0.15) 22%,
    rgba(194, 238, 226, 0.12) 48%,
    rgba(197, 236, 245, 0.12) 76%,
    rgba(247, 253, 247, 0.16) 100%
  );
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(47, 125, 246, 0.55);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  transform: translateY(-140%);
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  width: min(calc(100% - 32px), var(--max));
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 8px 8px 10px;
  border: 1px solid rgba(7, 17, 15, 0.12);
  border-radius: 8px;
  background: rgba(248, 251, 250, 0.74);
  box-shadow: 0 22px 60px rgba(7, 17, 15, 0.1);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.site-nav a,
.button,
.text-link {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-height: 48px;
  padding-inline: 4px 12px;
  color: var(--ink);
  font-family: Rubik, Heebo, sans-serif;
  font-weight: 900;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0;
}

.brand-name {
  font-size: 1.04rem;
}

.site-nav {
  gap: 2px;
  justify-content: flex-end;
  font-weight: 900;
}

.site-nav a {
  min-height: 44px;
  padding: 0 13px;
  border-radius: 6px;
  color: var(--muted);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(7, 17, 15, 0.07);
  color: var(--ink);
  transform: translateY(-1px);
}

.site-nav .nav-cta {
  margin-inline-start: 6px;
  background: var(--ink);
  color: #fff;
}

.stage {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: visible;
  padding: 112px 0 76px;
  background: var(--stage-bg, transparent);
}

.hero-stage {
  --stage-bg:
    radial-gradient(56% 50% at 14% 52%, rgba(219, 244, 255, 0.34), transparent 76%),
    radial-gradient(48% 44% at 86% 36%, rgba(204, 243, 234, 0.28), transparent 76%),
    linear-gradient(
      180deg,
      rgba(226, 241, 255, 0) 0%,
      rgba(226, 241, 255, 0.42) 14%,
      rgba(191, 229, 246, 0.34) 86%,
      rgba(191, 229, 246, 0) 100%
    );
}

#bot.stage {
  --stage-bg:
    radial-gradient(54% 50% at 22% 54%, rgba(190, 248, 229, 0.32), transparent 76%),
    radial-gradient(45% 42% at 78% 38%, rgba(195, 236, 255, 0.24), transparent 76%),
    linear-gradient(
      180deg,
      rgba(214, 245, 237, 0) 0%,
      rgba(214, 245, 237, 0.36) 14%,
      rgba(171, 229, 210, 0.3) 86%,
      rgba(171, 229, 210, 0) 100%
    );
}

.video-stage {
  --stage-bg:
    radial-gradient(52% 50% at 78% 42%, rgba(196, 244, 234, 0.3), transparent 76%),
    radial-gradient(45% 42% at 18% 64%, rgba(193, 233, 249, 0.26), transparent 76%),
    linear-gradient(
      180deg,
      rgba(205, 240, 235, 0) 0%,
      rgba(205, 240, 235, 0.33) 14%,
      rgba(167, 220, 208, 0.28) 86%,
      rgba(167, 220, 208, 0) 100%
    );
}

.final-stage {
  --stage-bg:
    radial-gradient(56% 52% at 20% 54%, rgba(221, 248, 233, 0.28), transparent 76%),
    radial-gradient(42% 40% at 84% 38%, rgba(201, 235, 252, 0.2), transparent 76%),
    linear-gradient(
      180deg,
      rgba(220, 243, 231, 0) 0%,
      rgba(220, 243, 231, 0.28) 14%,
      rgba(185, 225, 210, 0.24) 86%,
      rgba(185, 225, 210, 0) 100%
    );
}

.stage::after {
  content: none;
  position: absolute;
  inset-inline-start: max(22px, calc((100vw - var(--max)) / 2));
  bottom: 28px;
  color: rgba(7, 17, 15, 0.22);
  font-family: Rubik, Heebo, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
}

.scroll-hint {
  position: fixed;
  z-index: 45;
  left: 50%;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(7, 17, 15, 0.42);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(7, 17, 15, 0.22);
  transform: translateX(-50%);
  transition: opacity 220ms ease, transform 220ms ease, box-shadow 180ms ease;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
}

.scroll-hint:hover,
.scroll-hint:focus-visible {
  box-shadow: 0 16px 34px rgba(7, 17, 15, 0.28);
}

.scroll-hint-arrow {
  color: #ecfffa;
  font-size: 1.1rem;
  line-height: 1;
  animation: hint-bob 1300ms ease-in-out infinite;
}

.scroll-hint-text {
  font-family: Rubik, Heebo, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(105deg, #d5fff4 20%, #ffffff 50%, #d5fff4 80%);
  background-size: 230% 100%;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(200, 255, 241, 0.2);
  animation: hint-shimmer 2200ms linear infinite;
}

.scroll-hint.is-hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(14px);
  pointer-events: none;
}

.stage-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
}

.motion-ready .stage:not(.hero-stage) .stage-inner {
  opacity: var(--reveal-opacity, 0);
  transform: translateY(var(--reveal-y, -100px));
  will-change: transform, opacity;
}

.hero-stage {
  min-height: 80svh;
  padding-bottom: 0;
}

.dark-stage {
  color: var(--ink);
}

#bot {
  color: var(--ink);
}

#bot .bot-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  justify-items: stretch;
}

#bot .stage-inner {
  width: 100%;
  margin: 0;
}

#bot .bot-layout > div {
  width: min(1060px, 100%);
  margin-left: auto;
  margin-right: 200px;
  text-align: right;
}

#bot .eyebrow {
  margin-bottom: 14px;
  color: #075f52;
  font-size: 1.4rem;
}

#bot h2 {
  color: #063127;
}

#bot .body-copy {
  max-width: 44ch;
  color: rgba(7, 35, 29, 0.88);
}

.video-stage {
  min-height: 86svh;
  align-items: start;
}

.video-stage .eyebrow {
  color: #0b7868;
}

.video-stage h2 {
  color: #062c24;
}

.video-stage .body-copy {
  color: rgba(11, 48, 39, 0.86);
}

.video-stage .text-link {
  color: #0b8f72;
}

.final-stage {
  min-height: 82svh;
  align-items: start;
}

.hero-layout,
.bot-layout,
.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(390px, 1fr);
  gap: 66px;
  align-items: center;
}

.final-layout {
  max-width: 930px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-family: Rubik, Heebo, sans-serif;
  font-size: 1.18rem;
  font-weight: 900;
}

.dark-stage .eyebrow {
  color: #0b7868;
}

h1,
h2,
p {
  letter-spacing: 0;
}

h1,
h2 {
  margin: 0;
  color: var(--ink);
  font-family: Rubik, Heebo, sans-serif;
  font-weight: 900;
  line-height: 0.94;
}

h1 {
  max-width: 8.6ch;
  font-size: 6.5rem;
}

h2 {
  max-width: 860px;
  font-size: 4.75rem;
}

.dark-stage h2 {
  color: var(--ink);
}

.hero-line,
.body-copy {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 1.24rem;
  line-height: 1.72;
}

.dark-stage .body-copy {
  color: var(--ink-soft);
}

.bot-layout .button-primary {
  margin-top: 44px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button::after {
  content: "←";
  font-weight: 900;
}

.text-link::after {
  content: "";
}

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

.button-primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(242, 169, 27, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 22px 42px rgba(242, 169, 27, 0.32);
}

.button-ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink);
}

.dark-stage .button-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.signal-visual {
  position: relative;
  min-height: 0;
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 28px;
  border: 1px solid rgba(7, 17, 15, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.3)),
    linear-gradient(180deg, rgba(47, 125, 246, 0.11), rgba(11, 143, 114, 0.08));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.signal-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(7, 17, 15, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 15, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.42;
}

.comparison-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.comparison-chip {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(7, 17, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #4e5f5b;
  font-family: Rubik, Heebo, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
}

.comparison-chip-strong {
  border-color: rgba(11, 143, 114, 0.3);
  background: rgba(221, 247, 239, 0.84);
  color: #0a7360;
}

.comparison-table-wrap {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(7, 17, 15, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  overflow: hidden;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.comparison-table thead th {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(7, 17, 15, 0.12);
  background: rgba(247, 251, 251, 0.78);
  color: #50615d;
  font-family: Rubik, Heebo, sans-serif;
  font-size: 0.84rem;
  font-weight: 900;
  text-align: right;
}

.comparison-table tbody th,
.comparison-table tbody td {
  padding: 16px;
  border-bottom: 1px solid rgba(7, 17, 15, 0.1);
  text-align: right;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody th {
  color: #5b6c68;
  font-size: 0.92rem;
  font-weight: 800;
}

.comparison-table tbody td {
  color: #334642;
  font-family: Rubik, Heebo, sans-serif;
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.08;
}

.comparison-table td.value-strong {
  color: #0b6f5d;
  font-size: 1.62rem;
  font-weight: 800;
}

.num-ltr {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

.mini-chart-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 10px 12px 8px;
  border: 1px solid rgba(7, 17, 15, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.42);
}

.mini-legend {
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.legend-dot-strategy {
  background: linear-gradient(105deg, #2f7df6, #0b8f72 62%, #f2a91b);
}

.legend-dot-index {
  background: rgba(111, 133, 128, 0.9);
}

.chart-grid path {
  fill: none;
  stroke: rgba(7, 17, 15, 0.11);
  stroke-width: 1;
}

.chart-fill {
  fill: url("#fillGradient");
}

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

.chart-line-base {
  stroke: url("#lineGradient");
  stroke-width: 11;
}

.chart-line-index {
  stroke: rgba(111, 133, 128, 0.72);
  stroke-width: 8;
}

.chart-line-strategy {
  stroke: url("#lineGradient");
  stroke-width: 9;
}

.motion-ready .chart-line {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: draw-line 1400ms cubic-bezier(0.2, 0.8, 0.2, 1) 240ms forwards;
}

.motion-ready .chart-fill {
  opacity: 0;
  animation: fade-chart 900ms ease 900ms forwards;
}

.chat-demo {
  display: grid;
  gap: 14px;
  padding: 6px;
}

.check-preview {
  display: grid;
  gap: 12px;
  width: min(100%, 460px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.16);
}

.check-preview-row {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.check-preview-row strong {
  color: #fff;
  font-family: Rubik, Heebo, sans-serif;
  font-size: 1.06rem;
}

.check-preview-button {
  margin-top: 2px;
}

.bubble {
  width: min(88%, 420px);
  padding: 16px 18px;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  line-height: 1.55;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.2);
}

.bubble-user {
  justify-self: start;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.bubble-bot {
  justify-self: end;
  background: var(--green);
}

.bubble-report {
  width: min(92%, 470px);
  padding: 0;
  background: var(--green);
  border: 0;
  overflow: hidden;
}

.report-card {
  display: grid;
  gap: 10px;
  padding: 16px 16px 14px;
}

.report-caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: Rubik, Heebo, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
}

.report-card svg {
  width: 100%;
  aspect-ratio: 420 / 220;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(7, 17, 15, 0.11), rgba(7, 17, 15, 0.05));
}

.report-grid path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1;
}

.report-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8;
}

.report-line-strategy {
  stroke: url("#reportGreen");
}

.report-line-index {
  stroke: url("#reportGray");
}

.video-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(390px, 1fr);
}

.text-link {
  gap: 8px;
  margin-top: 28px;
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: transform 180ms ease;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.video-frame img,
.video-frame iframe,
.video-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-frame img {
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 260ms ease, filter 260ms ease;
}

.video-frame:hover img,
.video-frame:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.05);
}

.video-frame iframe {
  border: 0;
}

.video-mask {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  background: linear-gradient(180deg, rgba(7, 17, 15, 0.14), rgba(7, 17, 15, 0.66));
  color: #fff;
  font-family: Rubik, Heebo, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
}

.play-button {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.play-button::before {
  content: "";
  width: 0;
  height: 0;
  margin-inline-start: -4px;
  border-block: 13px solid transparent;
  border-inline-start: 21px solid var(--ink);
}

.final-layout .body-copy {
  max-width: 620px;
}

.final-stage .eyebrow {
  color: #0b7868;
}

.final-stage h2 {
  color: #062c24;
}

.final-stage .body-copy {
  color: rgba(11, 48, 39, 0.86);
}

.final-stage::after {
  color: rgba(232, 244, 240, 0.6);
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 28px max(22px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer p {
  max-width: 980px;
  margin: 0 0 10px;
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fade-chart {
  to {
    opacity: 1;
  }
}

@keyframes hint-shimmer {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: -100% 50%;
  }
}

@keyframes hint-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

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

  .motion-ready .stage .stage-inner {
    opacity: 1;
    transform: none;
  }

  .motion-ready .chart-line,
  .motion-ready .chart-fill {
    animation: none;
    opacity: 1;
    stroke-dashoffset: 0;
  }

  .button,
  .site-nav a,
  .text-link,
  .video-frame img {
    transition: none;
  }

  .scroll-hint-arrow,
  .scroll-hint-text {
    animation: none;
  }
}

@media (max-width: 1020px) {
  .site-header {
    position: absolute;
  }

  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .stage {
    min-height: auto;
    padding: 118px 0 84px;
  }

  .hero-layout,
  .bot-layout,
  .video-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-stage {
    min-height: auto;
    padding-bottom: 18px;
  }

  #bot .stage-inner {
    width: min(calc(100% - 44px), var(--max));
    margin: 0 auto;
  }

  #bot .bot-layout > div {
    width: 100%;
    margin: 0;
  }

  #bot .body-copy {
    max-width: 100%;
  }

  h1 {
    font-size: 4.85rem;
  }

  h2 {
    font-size: 3.4rem;
  }

  .signal-visual {
    min-height: auto;
  }

  .comparison-table tbody td {
    font-size: 1.24rem;
  }

  .comparison-table td.value-strong {
    font-size: 1.42rem;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  body::before {
    background-size: 48px 48px;
  }

  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), var(--max));
    min-height: 58px;
  }

  .brand {
    padding-inline: 2px 8px;
  }

  .brand-name {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .site-nav .nav-cta {
    min-height: 40px;
    padding: 0 11px;
  }

  .stage-inner {
    width: min(calc(100% - 24px), var(--max));
  }

  #bot .stage-inner {
    width: min(calc(100% - 24px), var(--max));
    margin: 0 auto;
  }

  #bot .bot-layout > div {
    width: 100%;
    margin: 0;
  }

  h1 {
    max-width: 8.4ch;
    font-size: 3.85rem;
  }

  h2 {
    font-size: 2.62rem;
  }

  .hero-line,
  .body-copy {
    font-size: 1.06rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-layout {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy .eyebrow {
    order: 1;
  }

  .hero-copy h1 {
    order: 2;
  }

  .hero-copy .hero-line {
    order: 3;
  }

  .signal-visual {
    order: 4;
  }

  .hero-copy .hero-actions {
    order: 5;
    margin-top: 14px;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .signal-visual {
    min-height: auto;
    padding: 16px;
    gap: 10px;
  }

  .mini-chart-wrap {
    display: none;
  }

  .comparison-table thead th {
    padding: 11px 10px;
    font-size: 0.73rem;
  }

  .comparison-table tbody th,
  .comparison-table tbody td {
    padding: 12px 10px;
  }

  .comparison-table tbody th {
    font-size: 0.8rem;
  }

  .comparison-table tbody td {
    font-size: 1.03rem;
  }

  .comparison-table td.value-strong {
    font-size: 1.14rem;
  }

  .bubble {
    width: 94%;
    font-size: 0.98rem;
  }

  .bubble-report {
    width: 100%;
  }

  .report-card {
    padding: 14px 14px 12px;
  }

  .video-mask {
    font-size: 0.98rem;
  }

  .scroll-hint {
    bottom: 14px;
    padding: 8px 12px;
    gap: 8px;
  }

  .scroll-hint-text {
    font-size: 0.86rem;
  }

  .play-button {
    width: 62px;
    height: 62px;
  }
}
