:root {
  --bg: #060816;
  --bg2: #0d1325;
  --panel: rgba(15, 22, 40, 0.7);
  --panel-strong: rgba(14, 20, 34, 0.92);
  --line: rgba(152, 173, 216, 0.14);
  --text: #f5f7ff;
  --muted: #9ea9c9;
  --green: #6effb7;
  --cyan: #6fd6ff;
  --violet: #bf92ff;
  --amber: #ffcb70;
  --red: #ff7b8b;
  --shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(111, 214, 255, 0.14), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(191, 146, 255, 0.16), transparent 22%),
    radial-gradient(circle at 50% 84%, rgba(110, 255, 183, 0.1), transparent 25%),
    linear-gradient(145deg, var(--bg), var(--bg2) 55%, #080c17 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, black 38%, transparent 90%);
  pointer-events: none;
  opacity: 0.45;
}

.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(70px);
  pointer-events: none;
  opacity: 0.55;
}

.ambient-a {
  width: 22rem;
  height: 22rem;
  left: -6rem;
  top: 18vh;
  background: rgba(111, 214, 255, 0.15);
  animation: floatA 16s ease-in-out infinite;
}

.ambient-b {
  width: 30rem;
  height: 30rem;
  right: -8rem;
  top: 42vh;
  background: rgba(191, 146, 255, 0.12);
  animation: floatB 18s ease-in-out infinite;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.6) 0.5px, transparent 0.8px),
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.45) 0.5px, transparent 0.8px),
    radial-gradient(circle at 45% 80%, rgba(255, 255, 255, 0.45) 0.5px, transparent 0.8px);
  background-size: 140px 140px;
}

.rail {
  position: fixed;
  top: 0;
  left: 0;
  width: 88px;
  height: 100vh;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(6, 8, 22, 0.82), rgba(6, 8, 22, 0.42));
  backdrop-filter: blur(14px);
  z-index: 20;
}

.nav-hint {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 24;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 12, 24, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transition: opacity 260ms ease, transform 260ms ease;
}

.nav-hint:not(.is-prominent) {
  opacity: 0.72;
}

.nav-hint__keys {
  display: flex;
  gap: 0.35rem;
}

.nav-hint__keys span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.95rem;
  color: var(--text);
}

.nav-hint p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.rail__brand {
  display: grid;
  gap: 5px;
}

.rail__eyebrow,
.rail__title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.rail__eyebrow {
  font-size: 0.63rem;
  color: var(--muted);
}

.rail__title {
  font-size: 0.72rem;
  color: var(--text);
  font-weight: 700;
}

.rail__nav {
  display: grid;
  gap: 12px;
}

.rail__nav a {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.78rem;
  background: rgba(255, 255, 255, 0.02);
  transition: 180ms ease;
}

.rail__nav a.is-active,
.rail__nav a:hover {
  color: var(--text);
  border-color: rgba(111, 214, 255, 0.42);
  box-shadow: 0 0 28px rgba(111, 214, 255, 0.16);
  transform: translateY(-1px);
}

.deck {
  padding-left: 88px;
}

.panel {
  min-height: 100svh;
  padding: clamp(2.3rem, 4vh, 3.75rem) 4.2vw clamp(2.2rem, 4vh, 3.5rem)
    calc(4.4vw + 12px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: 3.25rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.74rem;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.26em;
  margin-bottom: 1.1rem;
}

.eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
strong {
  margin: 0;
}

h1,
h2,
.console__step h3,
.hero__metrics strong,
.timeline-card strong,
.fit-band strong,
.closing p {
  font-family: "Sora", sans-serif;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  max-width: 9ch;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.45rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  max-width: 16ch;
}

.lede,
.section-heading p {
  max-width: 40rem;
  font-size: clamp(0.98rem, 1.1vw, 1.15rem);
  line-height: 1.6;
  color: var(--muted);
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero__chips span,
.fit-band__label,
.card__kicker,
.card__kicker,
.console__label,
.card__kicker,
.card__kicker,
.metric-label,
.card__kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
}

.hero__chips span {
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero__frame {
  border-radius: 30px;
  padding: 1.1rem;
  position: relative;
  overflow: hidden;
}

.hero__frame::after,
.console::after,
.quote::after,
.closing::after,
.fit-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(111, 214, 255, 0.12), transparent 36%, transparent 64%, rgba(191, 146, 255, 0.12));
  pointer-events: none;
}

.hero__frame-top,
.console__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.status-pill,
.frame-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.status-pill p,
.frame-tag {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-pill__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(110, 255, 183, 0.55);
}

.frame-tag--active {
  color: var(--cyan);
  border-color: rgba(111, 214, 255, 0.22);
}

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

.hero__metrics > div,
.timeline-card,
.card,
.feature,
.quote,
.fit-band,
.platform-strip,
.closing,
.transfer-flow,
.console {
  position: relative;
  overflow: hidden;
}

.hero__metrics > div {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-label,
.fit-band__label,
.console__label,
.card__kicker,
.card__kicker,
.feature span,
.card__kicker {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--cyan);
}

.hero__metrics strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1.05;
  margin-bottom: 0.55rem;
}

.hero__metrics p,
.timeline-card span,
.feature p,
.card p,
.quote footer,
.console__step p,
.console__caption,
.fit-band div p,
.closing p,
.node span {
  color: var(--muted);
}

.hero__timeline {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.timeline-card {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.timeline-card--stage {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.timeline-card span {
  display: block;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
}

.timeline-card strong {
  font-size: 1.08rem;
  line-height: 1.1;
}

.timeline-card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 24ch;
}

.timeline-card.accent {
  border-color: rgba(110, 255, 183, 0.3);
}

.section-heading {
  margin-bottom: 1.45rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

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

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

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

.platform-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(111, 214, 255, 0.08), transparent 42%, transparent 64%, rgba(191, 146, 255, 0.08));
}

.platform-strip > div {
  padding: 0.95rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.platform-strip strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  margin-bottom: 0.35rem;
}

.platform-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.graph {
  padding: 1rem;
}

.graph__canvas {
  position: relative;
  min-height: auto;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 18% 25%, rgba(111, 214, 255, 0.08), transparent 22%),
    radial-gradient(circle at 82% 78%, rgba(191, 146, 255, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.02);
  overflow: hidden;
  padding: 1rem;
}

.graph__canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.4;
  pointer-events: none;
}

.graph-node {
  position: relative;
  height: 7.3rem;
  padding: 0.85rem 0.9rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
}

.graph-node .icon-badge {
  margin-bottom: 0.5rem;
}

.graph-node__label {
  display: block;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.62rem;
  color: var(--cyan);
}

.graph-node strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.03rem;
  line-height: 1.04;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.graph-node--active {
  border-color: rgba(111, 214, 255, 0.34);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(111, 214, 255, 0.12),
    0 0 28px rgba(111, 214, 255, 0.12);
}

.graph-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.5rem minmax(0, 1fr) 3.5rem minmax(0, 1fr)
    3.5rem minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
}

.graph-link {
  position: relative;
  align-self: center;
  justify-self: center;
}

.graph-link::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid var(--cyan);
  border-right: 2px solid var(--cyan);
  filter: drop-shadow(0 0 8px rgba(111, 214, 255, 0.55));
}

.graph-link--horizontal {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(111, 214, 255, 0.08), rgba(111, 214, 255, 0.95));
  box-shadow: 0 0 10px rgba(111, 214, 255, 0.22);
}

.graph-link--horizontal::after {
  right: -1px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.graph-link--vertical {
  width: 2px;
  height: 1.8rem;
  background: linear-gradient(180deg, rgba(111, 214, 255, 0.08), rgba(111, 214, 255, 0.95));
  box-shadow: 0 0 10px rgba(111, 214, 255, 0.22);
}

.graph-link--vertical::after {
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%) rotate(135deg);
}

.graph-branch-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.7rem;
}

.graph-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.graph-drop:nth-child(1) {
  grid-column: 3;
}

.graph-drop:nth-child(2) {
  grid-column: 5;
}

.graph-drop:nth-child(3) {
  grid-column: 7;
}

.graph-result {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.65rem;
  align-items: start;
  margin-top: 0.7rem;
}

.graph-link--result-crm {
  grid-column: 3;
  justify-self: center;
}

.graph-link--result-auth {
  grid-column: 5;
  justify-self: center;
}

.graph-node--outcome {
  grid-column: 3 / span 3;
  width: 100%;
}

.graph-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.7rem;
  padding: 0.1rem 0.35rem 0;
}

.graph-caption__eyebrow {
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.62rem;
  color: var(--green);
}

.graph-caption p {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.card,
.feature,
.quote,
.fit-band,
.closing,
.transfer-flow,
.console {
  border-radius: 28px;
  padding: 1.1rem;
}

.card h3,
.feature h3 {
  font-size: 1.34rem;
  line-height: 1.05;
  margin-bottom: 0.68rem;
  letter-spacing: -0.03em;
}

.feature span {
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
}

.feature--product {
  min-height: 186px;
}

.feature--product h3 {
  font-size: 1.12rem;
  line-height: 1.04;
  margin-bottom: 0.55rem;
}

.feature--product p {
  font-size: 0.9rem;
  line-height: 1.55;
}

.icon-badge {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(111, 214, 255, 0.16), rgba(191, 146, 255, 0.09));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.icon-badge--small {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 14px;
  margin-bottom: 0.8rem;
}

.icon-badge svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke: var(--text);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quote {
  margin-top: 0.8rem;
  padding: 1.35rem;
}

.quote p {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 1.95vw, 1.95rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 0 0 0.75rem;
}

.transfer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 1rem;
}

.transfer-flow {
  display: grid;
  gap: 1rem;
}

.transfer-flow__row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.transfer-flow__row--branch {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.95fr);
  gap: 1rem;
  align-items: stretch;
}

.node {
  flex: 1;
  min-height: 112px;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.node--core {
  border-color: rgba(111, 214, 255, 0.28);
}

.node--receiver {
  min-height: 168px;
}

.node span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  margin-bottom: 0.8rem;
}

.node strong {
  display: block;
  font-size: 1.28rem;
  line-height: 1.08;
  max-width: 12ch;
}

.node p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 34ch;
}

.connector {
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), var(--cyan));
  position: relative;
}

.connector::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid var(--cyan);
}

.stack {
  width: min(320px, 100%);
  display: grid;
  gap: 0.75rem;
}

.stack--decisions {
  width: 100%;
  grid-template-columns: 1fr;
}

.decision {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.accept {
  background: rgba(110, 255, 183, 0.11);
  color: var(--green);
}

.message {
  background: rgba(255, 203, 112, 0.10);
  color: var(--amber);
}

.redirect {
  background: rgba(255, 123, 139, 0.09);
  color: var(--red);
}

.console {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.console__dots {
  display: flex;
  gap: 0.4rem;
}

.console__body {
  position: relative;
  min-height: 214px;
  flex: 1;
}

.console__step {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(18px);
  transition: 360ms ease;
}

.console__step.is-current {
  opacity: 1;
  transform: translateY(0);
}

.console__step h3 {
  font-size: 1.7rem;
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin-bottom: 0.7rem;
  max-width: 12ch;
}

.console__step p {
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 26ch;
}

.progress {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
  margin-bottom: 1rem;
}

.progress__bar {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  transition: transform 360ms ease;
}

.fit-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  padding: 1.35rem;
}

.fit-band > div {
  padding: 0.95rem 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.fit-band strong {
  display: block;
  font-size: 1.3rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
  max-width: 17ch;
}

.fit-band__label {
  margin-bottom: 0.65rem;
}

.next .grid {
  margin-bottom: 1rem;
}

.closing {
  display: grid;
  place-items: center;
  min-height: 132px;
  text-align: center;
}

.closing p {
  max-width: 20ch;
  font-size: clamp(1.4rem, 2.7vw, 2.5rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
  margin: 0;
}

.demo-launch {
  align-items: center;
  text-align: center;
}

.demo-launch__wrap {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(2.1rem, 4vw, 2.9rem);
  display: grid;
  justify-items: center;
  gap: 0.85rem;
}

.demo-launch__wrap h2 {
  max-width: 11ch;
  margin: 0;
}

.demo-launch__wrap p {
  max-width: 34ch;
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.demo-launch__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 320px);
  min-height: 72px;
  padding: 0.95rem 1.75rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 249, 255, 0.28);
  background:
    radial-gradient(circle at 30% 30%, rgba(125, 249, 255, 0.12), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(125, 249, 255, 0.08));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 22px 54px rgba(10, 14, 28, 0.34),
    0 0 24px rgba(125, 249, 255, 0.09);
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.demo-launch__button:hover,
.demo-launch__button:focus-visible {
  transform: translateY(-2px) scale(1.01);
  border-color: rgba(125, 249, 255, 0.52);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 28px 80px rgba(10, 14, 28, 0.42),
    0 0 34px rgba(125, 249, 255, 0.16);
}

@media (max-height: 900px) and (min-width: 861px) {
  .panel {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  h1 {
    font-size: clamp(2.7rem, 5.8vw, 4.9rem);
  }

  h2 {
    font-size: clamp(1.85rem, 3vw, 2.9rem);
  }

  .section-heading {
    margin-bottom: 1.1rem;
  }

  .hero {
    gap: 2rem;
  }

  .feature--product {
    min-height: 172px;
  }

  .graph__canvas {
    min-height: 25rem;
  }

  .demo-launch__button {
    min-height: 76px;
  }
}

@keyframes floatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(80px, -40px, 0);
  }
}

@keyframes floatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-100px, 60px, 0);
  }
}

@media (max-width: 1120px) {
  .hero,
  .transfer-layout,
  .grid--four,
  .grid--three,
  .fit-band,
  .platform-strip {
    grid-template-columns: 1fr;
  }

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

  .graph__canvas {
    padding: 1rem;
  }

  .graph-main {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .graph-branch-row {
    grid-template-columns: 1fr;
  }

  .graph-link--horizontal {
    width: 100%;
  }

  .graph-link--vertical {
    height: 1.4rem;
  }

  .graph-result {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .graph-drop:nth-child(1),
  .graph-drop:nth-child(2),
  .graph-drop:nth-child(3),
  .graph-link--result-crm,
  .graph-link--result-auth,
  .graph-node--outcome {
    grid-column: auto;
  }

  .graph-caption {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .transfer-flow__row,
  .transfer-flow__row--branch {
    flex-direction: column;
    align-items: stretch;
  }

  .connector {
    width: 1px;
    height: 38px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), var(--cyan));
  }

  .connector::after {
    top: auto;
    bottom: 0;
    right: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid var(--cyan);
    border-bottom: none;
  }
}

@media (max-width: 860px) {
  .rail {
    display: none;
  }

  .nav-hint {
    right: 14px;
    bottom: 14px;
    padding: 0.75rem 0.9rem;
  }

  .deck {
    padding-left: 0;
  }

  .panel {
    padding: 5rem 1.25rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero__timeline {
    grid-template-columns: 1fr;
  }

  .demo-launch__button {
    min-width: 100%;
  }
}
