/* A plain consumer-social layout. The floating navigation keeps the glass material. */

.landing-page {
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.landing-page .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 5000;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--accent-fill);
  color: var(--accent-on-fill);
  font-weight: 700;
  transform: translateY(-160%);
}

.landing-page .skip-link:focus {
  outline: 2px solid var(--accent-brand);
  outline-offset: 3px;
  transform: translateY(0);
}

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

.landing-page .editorial-section,
.landing-page .editorial-section:nth-of-type(even),
.landing-page .calc-section {
  background: var(--bg-body);
}

.landing-page .editorial-section {
  padding: clamp(88px, 9vw, 132px) 0;
  border-bottom: 0;
}

.landing-page .editorial-section + .editorial-section {
  border-top: 1px solid var(--border-light);
}

.landing-page .section-index {
  display: none;
}

.landing-page .editorial-heading,
.landing-page .product-simple-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 76px);
}

.landing-page .editorial-heading h2,
.landing-page .product-simple-header h2,
.landing-page .transparency-header h2 {
  max-width: 820px;
  font-size: clamp(2.55rem, 5vw, 4.65rem);
  font-weight: 790;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.landing-page .editorial-heading > p,
.landing-page .product-simple-header > p,
.landing-page .transparency-lede {
  grid-column: auto;
  align-self: end;
  max-width: 42ch;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.55;
}

.landing-page .section-label,
.landing-page .comp-sub {
  margin-bottom: 18px;
  color: var(--text-secondary);
  font-family: "Figtree", sans-serif;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-transform: none;
}

/* The first explanation: one animated ownership comparison, with no card chrome. */
.landing-page .comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: visible;
  border: 0;
  border-block: 1px solid var(--border-focus);
  border-radius: 0;
  background: transparent;
}

.landing-page .comp-card {
  min-width: 0;
  padding: clamp(38px, 5vw, 64px);
  background: transparent;
}

.landing-page .comp-card:first-child {
  padding-left: 0;
  border-right: 1px solid var(--border-focus);
}

.landing-page .comp-card:last-child {
  padding-right: 0;
}

.landing-page .comp-header {
  min-height: 142px;
  margin-bottom: 34px;
}

.landing-page .comp-title {
  max-width: 15ch;
  font-size: clamp(1.8rem, 3.3vw, 3.25rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.landing-page .comp-card.kansensus .comp-sub,
.landing-page .comp-card.kansensus .comp-title {
  color: var(--text-primary);
}

.landing-page .ownership-bar {
  height: 84px;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: color-mix(in srgb, var(--text-primary) 7%, transparent);
}

.landing-page .own-segment {
  transition: width 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.landing-page .traditional .own-segment:nth-child(1) {
  width: 13%;
  background: color-mix(in srgb, var(--text-primary) 27%, transparent);
}

.landing-page .traditional .own-segment:nth-child(2) {
  width: 40%;
  background: color-mix(in srgb, var(--text-primary) 40%, transparent);
}

.landing-page .traditional .own-segment:nth-child(3) {
  width: 47%;
  background: color-mix(in srgb, var(--text-primary) 54%, transparent);
}

.landing-page .traditional .own-segment:nth-child(4) {
  display: none;
}

.landing-page .kansensus .own-segment {
  width: 100%;
  justify-content: flex-start;
  padding: 0 22px;
  background: var(--accent-fill);
  color: var(--accent-on-fill);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  overflow: hidden;
  white-space: nowrap;
}

.landing-page .ownership-legend {
  display: grid;
  grid-template-columns: 13fr 40fr 47fr;
  margin: 10px 0 34px;
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.2;
}

.landing-page .ownership-legend span {
  overflow: hidden;
  padding-right: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-page .ownership-legend--single {
  display: block;
}

.landing-page .ownership-score {
  margin: 0;
  border-top: 1px solid var(--border-light);
}

.landing-page .ownership-score > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--border-light);
}

.landing-page .ownership-score dt {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.landing-page .ownership-score dd {
  color: var(--text-primary);
  font-family: "Inter", sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 790;
  letter-spacing: -0.06em;
  line-height: 1;
}

.landing-page .ownership-score .text-danger {
  color: var(--text-tertiary);
}

/* Real product proof, shown early and uncropped. */
.landing-page .product-simple-header > div {
  min-width: 0;
}

.landing-page .product-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
}

.landing-page .product-media-grid:focus-visible {
  outline: 2px solid var(--accent-brand);
  outline-offset: 8px;
}

.landing-page .app-device video:focus-visible,
.landing-page .allocation-table-wrap:focus-visible {
  outline: 2px solid var(--accent-brand);
  outline-offset: 6px;
}

.landing-page .app-device {
  min-width: 0;
  margin: 0;
}

.landing-page .app-device video,
.landing-page .app-device img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 960 / 2080;
  object-fit: contain;
  overflow: hidden;
  border: 1px solid var(--border-focus);
  border-radius: clamp(24px, 3vw, 38px);
  background: #070809;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.landing-page .app-device--video video {
  aspect-ratio: 640 / 1388;
}

.landing-page .app-device figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 3px 0;
  color: var(--text-secondary);
  font-size: 0.82rem;
}

.landing-page .app-device figcaption strong {
  color: var(--text-primary);
  font-size: 0.92rem;
  font-weight: 650;
}

/* The solution starts with the network effect, then shows how contribution is recorded. */
.landing-page .network-story {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--border-focus);
}

.landing-page .network-stage {
  position: relative;
  display: grid;
  grid-template-rows: 112px auto 1fr;
  align-content: start;
  min-width: 0;
  min-height: 292px;
  padding: 34px clamp(18px, 2.4vw, 34px) 32px;
  border-inline-end: 1px solid var(--border-light);
}

.landing-page .network-stage:first-child {
  padding-inline-start: 0;
}

.landing-page .network-stage:last-child {
  padding-inline-end: 0;
  border-inline-end: 0;
}

.landing-page .network-stage:not(:last-child)::after {
  position: absolute;
  top: 80px;
  right: -15px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  background: var(--bg-body);
  color: var(--text-secondary);
  content: "→";
  font-size: 0.9rem;
}

.landing-page .network-symbol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(100%, 150px);
  height: 92px;
  color: var(--text-primary);
}

.landing-page .network-symbol svg {
  width: 120px;
  height: 80px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.landing-page .network-symbol--connections {
  color: var(--accent-brand);
}

.landing-page .network-symbol--connections circle {
  fill: var(--bg-body);
}

.landing-page .network-symbol--points {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  width: 100%;
  max-width: 172px;
  height: 58px;
}

.landing-page .network-symbol--points span,
.landing-page .network-symbol--points strong {
  display: grid;
  place-items: center;
  min-width: 0;
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
  font: 650 0.72rem/1 "Figtree", sans-serif;
}

.landing-page .network-symbol--points strong {
  grid-column: span 2;
  background: var(--accent-fill);
  color: var(--accent-on-fill);
  font-size: 1rem;
}

.landing-page .network-symbol--shares {
  width: auto;
  color: var(--accent-brand);
  font-family: "Inter", sans-serif;
  font-size: clamp(3.25rem, 5vw, 5.7rem);
  font-weight: 790;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.landing-page .network-stage > b {
  display: block;
  max-width: 16ch;
  margin-bottom: 11px;
  color: var(--text-primary);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.landing-page .network-stage > span:last-child {
  max-width: 24ch;
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.55;
}

.landing-page .network-conclusion {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid var(--border-focus);
  color: var(--text-primary);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
}

.landing-page .network-conclusion strong {
  font-weight: 720;
}

.landing-page .network-conclusion span {
  color: var(--accent-brand);
  font-weight: 720;
}

.landing-page .formula-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: end;
  margin: clamp(72px, 9vw, 124px) 0 32px;
}

.landing-page .formula-intro h3 {
  max-width: 15ch;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.landing-page .formula-intro p {
  max-width: 38ch;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.55;
}

/* Keep the remaining explanations visual, but remove the annual-report styling. */
.landing-page .formula-equation,
.landing-page .formula-segment strong,
.landing-page .allocation-table,
.landing-page .allocation-table th,
.landing-page .allocation-table td,
.landing-page .allocation-table tbody td,
.landing-page .allocation-table tfoot th,
.landing-page .allocation-table tfoot td,
.landing-page .model-disclaimer,
.landing-page .val-display,
.landing-page .stat-val,
.landing-page .stat-lbl,
.landing-page #out-tier-lbl {
  font-family: "Figtree", sans-serif;
}

.landing-page .formula-segment span,
.landing-page .allocation-table thead th,
.landing-page .balance-card > div:first-child,
.landing-page .stat-lbl,
.landing-page #out-tier-lbl {
  letter-spacing: -0.01em;
  text-transform: none;
}

.landing-page .formula-strip,
.landing-page .allocation-table-wrap,
.landing-page .allocation-milestones,
.landing-page .formula-note,
.landing-page .desktop-chart-area,
.landing-page .controls-panel,
.landing-page .ownership-path,
.landing-page .funding-facts,
.landing-page .formula-change-note,
.landing-page .next-steps {
  border-color: var(--border-light);
}

.landing-page .formula-segment--ref {
  background: var(--accent-fill);
  color: var(--accent-on-fill);
}

.landing-page .allocation-table tbody tr.is-early {
  background: color-mix(in srgb, var(--accent-brand) 7%, transparent);
}

.landing-page .allocation-table tbody td:first-child b {
  border-radius: 999px;
  font-family: "Figtree", sans-serif;
}

.landing-page .model-disclaimer {
  font-size: 0.82rem;
}

.landing-page .balance-card > div:first-child {
  text-transform: none !important;
}

.landing-page .chart-row,
.landing-page .t-label,
.landing-page .bar-val,
.landing-page .t-seats,
html[data-theme="light"] .landing-page .chart-row,
html[data-theme="light"] .landing-page .t-label,
html[data-theme="light"] .landing-page .bar-val,
html[data-theme="light"] .landing-page .t-seats {
  color: var(--text-secondary);
}

.landing-page .chart-row.active .bar-fill,
html[data-theme="light"] .landing-page .chart-row.active .bar-fill {
  background: var(--accent-fill);
}

.landing-page .chart-row.active .bar-val,
html[data-theme="light"] .landing-page .chart-row.active .bar-val {
  color: var(--accent-on-fill);
}

.landing-page .chart-row.active .t-label,
.landing-page .chart-row.active .t-seats,
html[data-theme="light"] .landing-page .chart-row.active .t-label,
html[data-theme="light"] .landing-page .chart-row.active .t-seats {
  color: var(--text-primary);
}

.landing-page .transparency-header {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  align-items: end;
}

/* The ownership promise is a pyramid: all shares at the base, each user's portion at the top. */
.landing-page .share-pyramid-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: center;
  padding: clamp(44px, 6vw, 74px) 0;
  border-block: 1px solid var(--border-focus);
}

.landing-page .share-pyramid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 0;
  margin: 0;
}

.landing-page .share-pyramid-band {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 18px clamp(22px, 3vw, 42px);
  clip-path: polygon(7% 0, 93% 0, 100% 100%, 0 100%);
  text-align: center;
}

.landing-page .share-pyramid-band--top {
  width: 49%;
  min-height: 108px;
  flex-direction: column;
  background: var(--accent-brand);
  color: var(--bg-body);
}

.landing-page .share-pyramid-band--points {
  width: 66%;
  flex-direction: column;
  border: 1px solid var(--border-focus);
  background: var(--bg-surface-hover);
  color: var(--text-primary);
}

.landing-page .share-pyramid-band--formula {
  width: 83%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--border-focus);
  background: var(--bg-surface);
  color: var(--text-primary);
}

.landing-page .share-pyramid-band--base {
  width: 100%;
  min-height: 112px;
  flex-direction: column;
  background: var(--accent-fill);
  color: var(--accent-on-fill);
}

.landing-page .share-pyramid-band > span,
.landing-page .share-pyramid-band > strong {
  display: block;
}

.landing-page .share-pyramid-band > span {
  font-size: 0.82rem;
}

.landing-page .share-pyramid-band > strong {
  margin-top: 4px;
  font-size: clamp(1rem, 1.9vw, 1.45rem);
  font-weight: 740;
  letter-spacing: -0.035em;
}

.landing-page .share-pyramid-band--formula > span {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding-inline: 8px;
  border-inline-end: 1px solid var(--border-light);
}

.landing-page .share-pyramid-band--formula > span:last-child {
  border-inline-end: 0;
}

.landing-page .share-pyramid-band--formula b {
  color: var(--text-primary);
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 760;
  letter-spacing: -0.045em;
}

.landing-page .share-pyramid-band--formula span:nth-child(2) b {
  color: var(--accent-brand);
}

.landing-page .share-pyramid-band--formula small {
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 0.69rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-page .pyramid-explainer {
  min-width: 0;
}

.landing-page .ownership-proof {
  border-top: 1px solid var(--border-focus);
}

.landing-page .ownership-proof > div {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: baseline;
  padding: 25px 0;
  border-bottom: 1px solid var(--border-focus);
}

.landing-page .ownership-proof dt {
  color: var(--text-primary);
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 790;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.landing-page .ownership-proof > div:first-child dt {
  color: var(--accent-brand);
}

.landing-page .ownership-proof dd {
  max-width: 21ch;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.45;
}

.landing-page .share-equation {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px 14px;
  max-width: none;
  margin: 32px 0 0;
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.4;
}

.landing-page .share-equation b {
  color: var(--text-tertiary);
  font-weight: 500;
}

.landing-page .share-equation strong {
  grid-column: 1 / -1;
  padding-top: 9px;
  border-top: 1px solid var(--border-light);
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 700;
}

.landing-page .pyramid-explainer .support-inline-link {
  margin-top: 28px;
}

.landing-page .faq-list {
  margin: 0;
  border-top: 1px solid var(--border-focus);
}

.landing-page .faq-row {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(280px, 1fr);
  gap: clamp(32px, 8vw, 120px);
  padding: clamp(25px, 3.5vw, 42px) 0;
  border-bottom: 1px solid var(--border-focus);
}

.landing-page .faq-row dt {
  color: var(--text-primary);
  font-size: clamp(1.15rem, 2.1vw, 1.75rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.landing-page .faq-row dd {
  max-width: 55ch;
  color: var(--text-secondary);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.6;
}

.landing-page .faq-section .final-cta {
  border-top: 0;
}

.landing-page .path-number,
.landing-page .next-steps li > span {
  font-family: "Figtree", sans-serif;
}

.landing-page .funding-metric {
  font-family: "Inter", sans-serif;
}

.landing-page .funding-metric--word {
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.055em;
}

.landing-page .ownership-question,
.landing-page .funding-fact,
.landing-page .path-step,
.landing-page .next-steps li {
  background: transparent;
}

.landing-page .final-cta .btn {
  border-radius: 999px;
}

.landing-page .footer-links {
  flex-wrap: wrap;
  row-gap: 12px;
}

@media (max-width: 900px) {
  .landing-page .editorial-heading,
  .landing-page .product-simple-header,
  .landing-page .transparency-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .landing-page .editorial-heading > p,
  .landing-page .product-simple-header > p,
  .landing-page .transparency-lede {
    max-width: 52ch;
  }

  .landing-page .product-media-grid {
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .landing-page .cycler-container,
  .landing-page .cycle-item {
    min-width: 0;
  }

  .landing-page .cycle-item {
    overflow-wrap: anywhere;
  }

  .landing-page .editorial-section {
    padding: 76px 0;
  }

  .landing-page .editorial-heading,
  .landing-page .product-simple-header {
    margin-bottom: 42px;
  }

  .landing-page .comparison-grid {
    grid-template-columns: 1fr;
  }

  .landing-page .comp-card,
  .landing-page .comp-card:first-child,
  .landing-page .comp-card:last-child {
    padding: 38px 0;
    border-right: 0;
  }

  .landing-page .comp-card:first-child {
    border-bottom: 1px solid var(--border-focus);
  }

  .landing-page .comp-header {
    min-height: 0;
    margin-bottom: 28px;
  }

  .landing-page .ownership-bar {
    height: 70px;
  }

  .landing-page .ownership-legend {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    font-size: 0.75rem;
  }

  .landing-page .ownership-legend span {
    overflow: visible;
    white-space: normal;
  }

  .landing-page .product-media-grid {
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 340px);
    grid-template-columns: none;
    gap: 18px;
    margin-inline: -22px;
    padding-inline: 22px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 22px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .landing-page .product-media-grid::-webkit-scrollbar {
    display: none;
  }

  .landing-page .app-device {
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page .own-segment {
    transition: none;
  }

  .landing-page .traditional .ownership-bar.preload .own-segment:nth-child(1) {
    width: 13% !important;
  }

  .landing-page .traditional .ownership-bar.preload .own-segment:nth-child(2) {
    width: 40% !important;
  }

  .landing-page .traditional .ownership-bar.preload .own-segment:nth-child(3) {
    width: 47% !important;
  }

  .landing-page .kansensus .ownership-bar.preload .own-segment {
    width: 100% !important;
  }
}

/* The official store artwork is already a button. Keep its wrapper invisible so
   the hero never shows a button inside another button. */
.landing-page .store-cta {
  width: max-content;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  justify-self: center;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.landing-page .store-cta--link:hover,
.landing-page .store-cta--link:active {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.landing-page .store-cta--coming {
  cursor: default;
}

.landing-page .store-artwork {
  height: 60px;
  max-width: 210px;
}

.landing-page .store-coming-status {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--text-secondary);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.landing-page .product-header-aside {
  align-self: end;
  min-width: 0;
}

.landing-page .product-header-aside > p {
  max-width: 42ch;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.55;
}

.landing-page .screen-rotation-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 9px 13px;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  background: var(--control-bg);
  color: var(--text-secondary);
  font: 650 0.76rem/1 "Figtree", sans-serif;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.landing-page .screen-rotation-toggle:focus-visible {
  outline: 2px solid var(--accent-brand);
  outline-offset: 3px;
}

.landing-page .rotation-glyph {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 12px;
  height: 12px;
}

.landing-page .rotation-glyph i {
  display: block;
  width: 2px;
  height: 9px;
  border-radius: 99px;
  background: currentColor;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-page .screen-rotation-toggle[data-paused="true"] .rotation-glyph {
  gap: 0;
}

.landing-page .screen-rotation-toggle[data-paused="true"] .rotation-glyph i:first-child {
  transform: translateX(1px) rotate(-31deg) scaleY(0.72);
}

.landing-page .screen-rotation-toggle[data-paused="true"] .rotation-glyph i:last-child {
  transform: translateX(-1px) rotate(31deg) scaleY(0.72);
}

.landing-page .rotation-label--play,
.landing-page .screen-rotation-toggle[data-paused="true"] .rotation-label--pause {
  display: none;
}

.landing-page .screen-rotation-toggle[data-paused="true"] .rotation-label--play {
  display: inline;
}

.landing-page .screen-rotator {
  position: relative;
  width: 100%;
  aspect-ratio: 960 / 2080;
  overflow: hidden;
  border: 1px solid var(--border-focus);
  border-radius: clamp(24px, 3vw, 38px);
  background: #070809;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  isolation: isolate;
}

.landing-page .screen-rotator .screen-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
  object-fit: contain;
  opacity: 0;
  transform: translateY(16px) scale(0.965);
  transition: opacity 560ms ease, transform 820ms cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-page .screen-rotator .screen-frame.is-current {
  z-index: 1;
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Ownership blocks assemble, then the user-owned result lands as one piece. */
.landing-page [data-motion-stage="ownership"] {
  perspective: 900px;
}

.landing-page [data-motion-stage="ownership"] .comp-header,
.landing-page [data-motion-stage="ownership"] .ownership-bar,
.landing-page [data-motion-stage="ownership"] .ownership-legend,
.landing-page [data-motion-stage="ownership"] .ownership-score > div,
.landing-page [data-motion-stage="ownership"] .own-segment {
  transition-property: opacity, transform;
  transition-duration: 620ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-page [data-motion-stage="ownership"][data-motion-state="idle"] .comp-header {
  opacity: 0;
  transform: translateY(24px);
}

.landing-page [data-motion-stage="ownership"][data-motion-state="idle"] .ownership-bar {
  opacity: 0;
  transform: translateY(24px) rotateX(13deg) scale(0.97);
}

.landing-page [data-motion-stage="ownership"][data-motion-state="idle"] .traditional .own-segment:nth-child(1) {
  transform: translateY(72%) rotate(-5deg) scaleY(0.7);
}

.landing-page [data-motion-stage="ownership"][data-motion-state="idle"] .traditional .own-segment:nth-child(2) {
  transform: translateY(-72%) rotate(4deg) scaleY(0.7);
}

.landing-page [data-motion-stage="ownership"][data-motion-state="idle"] .traditional .own-segment:nth-child(3) {
  transform: translateY(72%) rotate(-3deg) scaleY(0.7);
}

.landing-page [data-motion-stage="ownership"][data-motion-state="idle"] .kansensus .own-segment {
  opacity: 0.4;
  transform: scaleX(0.045);
  transform-origin: center;
}

.landing-page [data-motion-stage="ownership"][data-motion-state="idle"] .ownership-legend,
.landing-page [data-motion-stage="ownership"][data-motion-state="idle"] .ownership-score > div {
  opacity: 0;
  transform: translateY(16px);
}

.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .comp-card:first-child .comp-header { transition-delay: 20ms; }
.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .comp-card:last-child .comp-header { transition-delay: 100ms; }
.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .traditional .ownership-bar { transition-delay: 150ms; }
.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .traditional .own-segment:nth-child(1) { transition-delay: 170ms; }
.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .traditional .own-segment:nth-child(2) { transition-delay: 235ms; }
.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .traditional .own-segment:nth-child(3) { transition-delay: 300ms; }
.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .kansensus .ownership-bar { transition-delay: 290ms; }
.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .kansensus .own-segment { transition-delay: 350ms; }
.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .ownership-legend { transition-delay: 520ms; }
.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .ownership-score > div:first-child { transition-delay: 600ms; }
.landing-page [data-motion-stage="ownership"][data-motion-state="shown"] .ownership-score > div:last-child { transition-delay: 690ms; }

/* Product proof enters with slightly different trajectories, then screenshots rotate in place. */
.landing-page [data-motion-stage="product"] .app-device {
  transition: opacity 650ms ease, transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-page [data-motion-stage="product"][data-motion-state="idle"] .app-device {
  opacity: 0;
}

.landing-page [data-motion-stage="product"][data-motion-state="idle"] .app-device:nth-of-type(1) {
  transform: translateY(46px) rotate(-1.8deg) scale(0.975);
}

.landing-page [data-motion-stage="product"][data-motion-state="idle"] .app-device:nth-of-type(2) {
  transform: translateY(68px) rotate(1.8deg) scale(0.965);
}

.landing-page [data-motion-stage="product"][data-motion-state="idle"] .app-device:nth-of-type(3) {
  transform: translateY(54px) rotate(-1deg) scale(0.97);
}

.landing-page [data-motion-stage="product"][data-motion-state="shown"] .app-device:nth-of-type(1) { transition-delay: 20ms; }
.landing-page [data-motion-stage="product"][data-motion-state="shown"] .app-device:nth-of-type(2) { transition-delay: 120ms; }
.landing-page [data-motion-stage="product"][data-motion-state="shown"] .app-device:nth-of-type(3) { transition-delay: 220ms; }

/* Formula reveals in reading order: arithmetic, weighted blocks, then plain-language notes. */
.landing-page [data-motion-stage="formula"] .formula-equation > *,
.landing-page [data-motion-stage="formula"] .formula-segment,
.landing-page [data-motion-stage="formula"] .factor-notes p {
  transition: opacity 520ms ease, transform 720ms cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-page [data-motion-stage="formula"][data-motion-state="idle"] .formula-equation > * {
  opacity: 0;
  transform: translateY(18px) scale(0.88);
}

.landing-page [data-motion-stage="formula"][data-motion-state="idle"] .formula-segment {
  opacity: 0;
  transform: translateY(22px) scaleY(0.18);
  transform-origin: bottom;
}

.landing-page [data-motion-stage="formula"][data-motion-state="idle"] .factor-notes p {
  opacity: 0;
  transform: translateY(16px);
}

.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-equation > :nth-child(1) { transition-delay: 0ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-equation > :nth-child(2) { transition-delay: 45ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-equation > :nth-child(3) { transition-delay: 90ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-equation > :nth-child(4) { transition-delay: 135ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-equation > :nth-child(5) { transition-delay: 180ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-equation > :nth-child(6) { transition-delay: 225ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-equation > :nth-child(7) { transition-delay: 270ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-equation > :nth-child(8) { transition-delay: 315ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-equation > :nth-child(9) { transition-delay: 360ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-segment:nth-child(1) { transition-delay: 250ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-segment:nth-child(2) { transition-delay: 330ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-segment:nth-child(3) { transition-delay: 410ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .formula-segment:nth-child(4) { transition-delay: 490ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .factor-notes p:nth-child(1) { transition-delay: 510ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .factor-notes p:nth-child(2) { transition-delay: 570ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .factor-notes p:nth-child(3) { transition-delay: 630ms; }
.landing-page [data-motion-stage="formula"][data-motion-state="shown"] .factor-notes p:nth-child(4) { transition-delay: 690ms; }

/* Keep the native table; animate its cells as a clean top-to-bottom scan. */
.landing-page [data-motion-stage="allocation"] .allocation-table tr > *,
.landing-page [data-motion-stage="allocation"] .allocation-milestones p,
.landing-page [data-motion-stage="allocation"] .model-disclaimer {
  transition: opacity 420ms ease, transform 620ms cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-page [data-motion-stage="allocation"][data-motion-state="idle"] .allocation-table tr > *,
.landing-page [data-motion-stage="allocation"][data-motion-state="idle"] .allocation-milestones p,
.landing-page [data-motion-stage="allocation"][data-motion-state="idle"] .model-disclaimer {
  opacity: 0;
  transform: translateY(14px);
}

.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table thead tr > * { transition-delay: 20ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tbody tr:nth-child(1) > * { transition-delay: 90ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tbody tr:nth-child(2) > * { transition-delay: 135ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tbody tr:nth-child(3) > * { transition-delay: 180ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tbody tr:nth-child(4) > * { transition-delay: 225ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tbody tr:nth-child(5) > * { transition-delay: 270ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tbody tr:nth-child(6) > * { transition-delay: 315ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tbody tr:nth-child(7) > * { transition-delay: 360ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tbody tr:nth-child(8) > * { transition-delay: 405ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tbody tr:nth-child(9) > * { transition-delay: 450ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tbody tr:nth-child(10) > * { transition-delay: 495ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-table tfoot tr > * { transition-delay: 560ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-milestones p:nth-child(1) { transition-delay: 620ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-milestones p:nth-child(2) { transition-delay: 675ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-milestones p:nth-child(3) { transition-delay: 730ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .allocation-milestones p:nth-child(4) { transition-delay: 785ms; }
.landing-page [data-motion-stage="allocation"][data-motion-state="shown"] .model-disclaimer { transition-delay: 840ms; }

/* Calculator surfaces arrive in sequence; the sliders themselves are driven by JS while in view. */
.landing-page [data-motion-stage="calculator"] .phone-wrapper,
.landing-page [data-motion-stage="calculator"] .control-group,
.landing-page [data-motion-stage="calculator"] .toggle-box,
.landing-page [data-motion-stage="calculator"] .desktop-chart-area .chart-row {
  transition: opacity 520ms ease, transform 760ms cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-page [data-motion-stage="calculator"][data-motion-state="idle"] .phone-wrapper,
.landing-page [data-motion-stage="calculator"][data-motion-state="idle"] .control-group,
.landing-page [data-motion-stage="calculator"][data-motion-state="idle"] .toggle-box,
.landing-page [data-motion-stage="calculator"][data-motion-state="idle"] .desktop-chart-area .chart-row {
  opacity: 0;
  transform: translateY(24px);
}

.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .phone-wrapper { transition-delay: 20ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .control-group:nth-child(1) { transition-delay: 100ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .control-group:nth-child(2) { transition-delay: 175ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .control-group:nth-child(3) { transition-delay: 250ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .toggle-box { transition-delay: 325ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .desktop-chart-area .chart-row:nth-child(1) { transition-delay: 380ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .desktop-chart-area .chart-row:nth-child(2) { transition-delay: 415ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .desktop-chart-area .chart-row:nth-child(3) { transition-delay: 450ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .desktop-chart-area .chart-row:nth-child(4) { transition-delay: 485ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .desktop-chart-area .chart-row:nth-child(5) { transition-delay: 520ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .desktop-chart-area .chart-row:nth-child(6) { transition-delay: 555ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .desktop-chart-area .chart-row:nth-child(7) { transition-delay: 590ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .desktop-chart-area .chart-row:nth-child(8) { transition-delay: 625ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .desktop-chart-area .chart-row:nth-child(9) { transition-delay: 660ms; }
.landing-page [data-motion-stage="calculator"][data-motion-state="shown"] .desktop-chart-area .chart-row:nth-child(10) { transition-delay: 695ms; }

/* The network assembles in reading order and replays whenever the section re-enters. */
.landing-page [data-motion-stage="network"] .network-stage,
.landing-page [data-motion-stage="network"] .network-symbol,
.landing-page [data-motion-stage="network"] .network-stage::after {
  transition: opacity 520ms ease, transform 760ms cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-page [data-motion-stage="network"] .network-link {
  stroke-dasharray: 150;
  transition: stroke-dashoffset 880ms cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-page [data-motion-stage="network"][data-motion-state="idle"] .network-stage {
  opacity: 0;
  transform: translateY(24px);
}

.landing-page [data-motion-stage="network"][data-motion-state="idle"] .network-symbol {
  transform: scale(0.82) rotate(-3deg);
}

.landing-page [data-motion-stage="network"][data-motion-state="idle"] .network-stage::after {
  opacity: 0;
  transform: translateX(-10px);
}

.landing-page [data-motion-stage="network"][data-motion-state="idle"] .network-link {
  stroke-dashoffset: 150;
}

.landing-page [data-motion-stage="network"][data-motion-state="shown"] .network-stage:nth-child(1) { transition-delay: 20ms; }
.landing-page [data-motion-stage="network"][data-motion-state="shown"] .network-stage:nth-child(2) { transition-delay: 150ms; }
.landing-page [data-motion-stage="network"][data-motion-state="shown"] .network-stage:nth-child(3) { transition-delay: 280ms; }
.landing-page [data-motion-stage="network"][data-motion-state="shown"] .network-stage:nth-child(4) { transition-delay: 410ms; }
.landing-page [data-motion-stage="network"][data-motion-state="shown"] .network-stage:nth-child(1)::after { transition-delay: 115ms; }
.landing-page [data-motion-stage="network"][data-motion-state="shown"] .network-stage:nth-child(2)::after { transition-delay: 245ms; }
.landing-page [data-motion-stage="network"][data-motion-state="shown"] .network-stage:nth-child(3)::after { transition-delay: 375ms; }
.landing-page [data-motion-stage="network"][data-motion-state="shown"] .network-link { transition-delay: 240ms; }

/* The pyramid grows from the user-share base toward each user's portion. */
.landing-page [data-motion-stage="pyramid"] .share-pyramid-band,
.landing-page [data-motion-stage="pyramid"] .ownership-proof > div,
.landing-page [data-motion-stage="pyramid"] .share-equation,
.landing-page [data-motion-stage="pyramid"] .support-inline-link {
  transition: opacity 540ms ease, transform 780ms cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-page [data-motion-stage="pyramid"][data-motion-state="idle"] .share-pyramid-band {
  opacity: 0;
  transform: translateY(20px) scaleX(0.64);
}

.landing-page [data-motion-stage="pyramid"][data-motion-state="idle"] .ownership-proof > div,
.landing-page [data-motion-stage="pyramid"][data-motion-state="idle"] .share-equation,
.landing-page [data-motion-stage="pyramid"][data-motion-state="idle"] .support-inline-link {
  opacity: 0;
  transform: translateY(18px);
}

.landing-page [data-motion-stage="pyramid"][data-motion-state="shown"] .share-pyramid-band--base { transition-delay: 20ms; }
.landing-page [data-motion-stage="pyramid"][data-motion-state="shown"] .share-pyramid-band--formula { transition-delay: 130ms; }
.landing-page [data-motion-stage="pyramid"][data-motion-state="shown"] .share-pyramid-band--points { transition-delay: 240ms; }
.landing-page [data-motion-stage="pyramid"][data-motion-state="shown"] .share-pyramid-band--top { transition-delay: 350ms; }
.landing-page [data-motion-stage="pyramid"][data-motion-state="shown"] .ownership-proof > div:nth-child(1) { transition-delay: 330ms; }
.landing-page [data-motion-stage="pyramid"][data-motion-state="shown"] .ownership-proof > div:nth-child(2) { transition-delay: 420ms; }
.landing-page [data-motion-stage="pyramid"][data-motion-state="shown"] .share-equation { transition-delay: 510ms; }
.landing-page [data-motion-stage="pyramid"][data-motion-state="shown"] .support-inline-link { transition-delay: 590ms; }

@media (hover: hover) and (pointer: fine) {
  .landing-page .screen-rotation-toggle:hover {
    border-color: var(--border-focus);
    background: var(--control-bg-hover);
    color: var(--text-primary);
  }
}

@media (max-width: 900px) {
  .landing-page .product-header-aside > p {
    max-width: 52ch;
  }

  .landing-page .formula-intro,
  .landing-page .share-pyramid-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .landing-page .formula-intro p {
    max-width: 52ch;
  }

  .landing-page .share-pyramid {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  .landing-page .pyramid-explainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 34px;
  }

  .landing-page .pyramid-explainer .support-inline-link {
    grid-column: 2;
  }

  .landing-page .faq-row {
    grid-template-columns: minmax(220px, 0.8fr) 1fr;
    gap: 34px;
  }
}

@media (max-width: 860px) {
  .landing-page .network-story {
    grid-template-columns: 1fr;
  }

  .landing-page .network-stage,
  .landing-page .network-stage:first-child,
  .landing-page .network-stage:last-child {
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 7px 28px;
    min-height: 174px;
    padding: 28px 0;
    border-inline-end: 0;
    border-bottom: 1px solid var(--border-light);
  }

  .landing-page .network-stage:last-child {
    border-bottom: 0;
  }

  .landing-page .network-symbol {
    grid-row: 1 / span 2;
    width: 120px;
    height: 96px;
  }

  .landing-page .network-stage > b,
  .landing-page .network-stage > span:last-child {
    max-width: 34ch;
  }

  .landing-page .network-stage:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 45px;
    transform: rotate(90deg);
  }

  .landing-page [data-motion-stage="network"][data-motion-state="idle"] .network-stage::after {
    transform: translateY(-10px) rotate(90deg);
  }
}

@media (max-width: 620px) {
  .landing-page .store-badges {
    grid-template-columns: 1fr;
  }

  .landing-page .store-cta {
    min-height: 0;
    padding: 0;
  }

  .landing-page .store-artwork {
    height: 54px;
  }

  .landing-page .network-stage,
  .landing-page .network-stage:first-child,
  .landing-page .network-stage:last-child {
    grid-template-columns: 92px minmax(0, 1fr);
    gap-inline: 18px;
  }

  .landing-page .network-symbol,
  .landing-page .network-symbol svg {
    width: 88px;
  }

  .landing-page .network-symbol--shares {
    font-size: 2.15rem;
  }

  .landing-page .network-stage:not(:last-child)::after {
    left: 29px;
  }

  .landing-page .network-conclusion {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .landing-page .share-pyramid-band--top { width: 70%; }
  .landing-page .share-pyramid-band--points { width: 80%; }
  .landing-page .share-pyramid-band--formula { width: 91%; }

  .landing-page .share-pyramid-band {
    min-height: 78px;
    padding-inline: 17px;
  }

  .landing-page .share-pyramid-band--formula {
    min-height: 94px;
    padding-inline: 12px;
  }

  .landing-page .share-pyramid-band--formula > span {
    padding-inline: 4px;
  }

  .landing-page .share-pyramid-band--formula small {
    overflow: visible;
    font-size: 0.65rem;
    line-height: 1.15;
    text-overflow: clip;
    white-space: normal;
  }

  .landing-page .pyramid-explainer,
  .landing-page .faq-row {
    grid-template-columns: 1fr;
  }

  .landing-page .pyramid-explainer .support-inline-link {
    grid-column: 1;
  }

  .landing-page .faq-row {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page [data-motion-stage] *,
  .landing-page [data-motion-stage],
  .landing-page .screen-rotator .screen-frame,
  .landing-page .rotation-glyph i {
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }

  .landing-page .screen-rotator .screen-frame:not(.is-current) {
    display: none;
  }

  .landing-page .screen-rotation-toggle {
    display: none;
  }
}

/* One blue family carries the story; orange-red is reserved for action. */
.landing-page .text-lime,
.landing-page .ownership-asterisk {
  color: var(--accent-hero);
}

.landing-page .logo span {
  color: var(--accent-action);
}

.landing-page .mobile-link.text-lime {
  color: var(--accent-action);
}

.landing-page .btn-primary,
.landing-page .skip-link {
  background: var(--accent-action);
  color: var(--accent-on-action);
}

.landing-page #product {
  background: color-mix(in srgb, var(--accent-detail) 2.5%, var(--bg-body));
}

.landing-page #allocation {
  background: color-mix(in srgb, var(--accent-data) 2.8%, var(--bg-body));
}

.landing-page #ownership-transparency {
  background: color-mix(in srgb, var(--accent-ownership) 2.8%, var(--bg-body));
}

/* The ownership promise stays in the same blue family as the hero. */
.landing-page .kansensus .own-segment,
.landing-page .share-pyramid-band--base {
  background: var(--accent-ownership);
  color: var(--accent-on-ownership);
}

.landing-page .kansensus .ownership-score .text-lime,
.landing-page .network-symbol--shares,
.landing-page .network-conclusion span,
.landing-page .ownership-proof > div:first-child dt,
.landing-page #ownership-transparency .section-label {
  color: var(--accent-ownership);
}

/* Fog blue marks contribution records and small explanatory details. */
.landing-page .network-symbol--points strong,
.landing-page .share-pyramid-band--points {
  background: var(--accent-detail-gradient);
  color: var(--accent-on-detail);
}

.landing-page .network-symbol--points strong {
  border-color: var(--accent-detail-border);
}

.landing-page .formula-note > span,
.landing-page .model-disclaimer,
.landing-page #product .section-label,
.landing-page .network-symbol--connections {
  color: var(--accent-detail);
}

/* Sky blue carries formulas, tables and calculator values. */
.landing-page .formula-equation > :nth-child(3),
.landing-page .formula-equation > :last-child,
.landing-page .val-display,
.landing-page #out-tier-lbl,
.landing-page .balance-val {
  color: var(--accent-data) !important;
}

.landing-page .formula-segment--ref,
.landing-page .chart-row.active .bar-fill,
html[data-theme="light"] .landing-page .chart-row.active .bar-fill,
.landing-page input:checked + .slider {
  background: var(--accent-data);
  color: var(--accent-on-data);
}

.landing-page .formula-segment--ref strong,
.landing-page .formula-segment--ref span,
.landing-page .chart-row.active .bar-val,
html[data-theme="light"] .landing-page .chart-row.active .bar-val {
  color: var(--accent-on-data);
}

.landing-page input[type="range"] {
  background-image: linear-gradient(var(--accent-data), var(--accent-data));
}

.landing-page .allocation-table tbody tr.is-early {
  background: color-mix(in srgb, var(--accent-data) 8%, transparent);
}

.landing-page .allocation-table .is-early td:first-child b {
  border-color: var(--accent-data);
  color: var(--accent-data);
}

.landing-page .share-pyramid-band--formula {
  border-color: color-mix(in srgb, var(--accent-data) 52%, var(--border-focus));
  background: color-mix(in srgb, var(--accent-data) 12%, var(--bg-surface));
}

.landing-page .share-pyramid-band--formula b,
.landing-page .share-pyramid-band--formula span:nth-child(2) b {
  color: var(--accent-data);
}

/* The pyramid tip is a calculated portion, so it uses the data color. */
.landing-page .share-pyramid-band--top {
  background: var(--accent-data);
  color: var(--accent-on-data);
}

/* Action links stay warm and visually separate from explanatory colors. */
.landing-page .support-inline-link,
.landing-page .final-cta .btn {
  color: var(--accent-action);
}

.landing-page .final-cta .btn {
  background: var(--accent-action);
  color: var(--accent-on-action);
}

.landing-page .screen-rotation-toggle:focus-visible,
.landing-page .product-media-grid:focus-visible,
.landing-page .app-device video:focus-visible,
.landing-page .allocation-table-wrap:focus-visible,
.landing-page a:focus-visible,
.landing-page button:focus-visible,
.landing-page input:focus-visible {
  outline-color: var(--accent-action);
}
