@font-face {
  font-family: "Open Sans Condensed Local";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: local("Open Sans Condensed");
}

:root {
  color-scheme: dark;

  /* Brand kit source values:
     night #0A0E1F, ink #161616, lime #C3FB1C,
     cyan #3DDBE6, blue #1F7BD1 */
  --night: oklch(17% 0.035 270);
  --night-deep: oklch(12% 0.025 270);
  --surface: oklch(21% 0.025 267);
  --surface-raised: oklch(25% 0.032 263);
  --ink: oklch(19% 0 0);
  --lime: oklch(91% 0.22 120);
  --lime-strong: oklch(87% 0.23 120);
  --cyan: oklch(82% 0.12 198);
  --blue: oklch(58% 0.17 250);
  --white: oklch(98% 0.006 270);
  --muted: oklch(77% 0.025 260);
  --quiet: oklch(63% 0.035 260);
  --line: oklch(38% 0.04 258 / 0.62);
  --focus: oklch(82% 0.12 198);

  --font-body: "Open Sans Condensed", "Open Sans Condensed Local",
    "Arial Narrow", sans-serif;
  --font-display: "Children One", "Open Sans Condensed",
    "Open Sans Condensed Local", "Arial Narrow", sans-serif;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4.5rem;
  --space-7: 7rem;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --z-base: 0;
  --z-sticky: 20;
  --z-toast: 60;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--night);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--lime);
  color: var(--night-deep);
}

a {
  color: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.skip-link {
  position: fixed;
  top: var(--space-2);
  left: var(--space-2);
  z-index: var(--z-toast);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: var(--white);
  color: var(--night);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms var(--ease-out);
}

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

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: var(--z-sticky);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
  padding-block: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 48px;
  color: var(--white);
  text-decoration: none;
}

.brand-symbol {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-symbol img {
  position: absolute;
  width: 222px;
  max-width: none;
  height: auto;
  top: -11px;
  left: -13px;
}

.brand-name {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.brand-name b {
  display: block;
  color: var(--lime);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-cta {
  display: none;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.65rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 220ms ease,
    color 220ms ease,
    background-color 220ms ease;
}

.header-cta svg {
  width: 18px;
  height: 18px;
  transition: transform 220ms var(--ease-out);
}

.header-cta:hover {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--night);
}

.header-cta:hover svg {
  transform: translateX(3px);
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding: 8rem 1rem 5rem;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(
      circle at 78% 36%,
      oklch(58% 0.17 250 / 0.17),
      transparent 30%
    ),
    radial-gradient(
      circle at 12% 18%,
      oklch(91% 0.22 120 / 0.07),
      transparent 24%
    ),
    linear-gradient(145deg, var(--night-deep), var(--night) 58%, var(--night-deep));
}

.hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: 4rem;
  z-index: -1;
  width: 22rem;
  height: 22rem;
  border: 1px solid oklch(82% 0.12 198 / 0.18);
  border-radius: 50%;
}

.hero-ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    600px circle at var(--pointer-x, 72%) var(--pointer-y, 36%),
    oklch(82% 0.12 198 / 0.065),
    transparent 55%
  );
}

.hero-copy,
.hero-visual {
  width: min(100%, 560px);
  margin-inline: auto;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  color: var(--cyan);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-kicker span {
  position: relative;
  width: 28px;
  height: 1px;
  background: var(--cyan);
}

.hero-kicker span::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
}

h1,
h2,
p {
  text-wrap: pretty;
}

h1,
h2 {
  font-family: var(--font-display);
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.15rem, 13vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.92;
}

h1 strong {
  position: relative;
  display: inline-block;
  color: var(--lime);
  font-weight: inherit;
}

h1 strong::after {
  content: "";
  position: absolute;
  right: -0.05em;
  bottom: -0.05em;
  left: 0;
  height: 0.07em;
  background: var(--lime);
  transform: skewX(-18deg);
  transform-origin: left;
}

.hero-description {
  max-width: 48ch;
  margin: 1.75rem 0 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 4vw, 1.38rem);
  line-height: 1.5;
}

.hero-actions {
  margin-top: 2rem;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 56px;
  padding: 0.9rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: var(--lime);
  color: var(--night-deep);
  box-shadow: 0 6px 8px oklch(8% 0.03 270 / 0.28);
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition:
    background-color 200ms ease,
    transform 200ms var(--ease-out),
    box-shadow 200ms ease;
}

.primary-cta svg {
  width: 20px;
  height: 20px;
  transition: transform 220ms var(--ease-out);
}

.primary-cta:hover {
  background: var(--lime-strong);
  box-shadow: 0 4px 6px oklch(8% 0.03 270 / 0.32);
  transform: translateY(-2px);
}

.primary-cta:hover svg {
  transform: translateX(4px);
}

.primary-cta:active {
  transform: translateY(0) scale(0.985);
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 1.25rem 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.9rem;
  list-style: none;
}

.trust-line li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.trust-line svg {
  width: 17px;
  height: 17px;
  color: var(--cyan);
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 570px;
  margin-top: 4rem;
}

.signal-orbit {
  position: absolute;
  border: 1px solid oklch(82% 0.12 198 / 0.24);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 420px;
  height: 420px;
  animation: signal-pulse 900ms 120ms var(--ease-out) both;
}

.orbit-two {
  width: 520px;
  height: 520px;
  border-color: oklch(91% 0.22 120 / 0.13);
  animation: signal-pulse 1.1s 240ms var(--ease-out) both;
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: min(78vw, 340px);
  padding: 9px;
  border: 1px solid oklch(82% 0.12 198 / 0.5);
  border-radius: 42px;
  background: var(--ink);
  animation: phone-arrive 850ms 100ms var(--ease-out) both;
}

.phone-speaker {
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 3;
  width: 82px;
  height: 22px;
  border-radius: 999px;
  background: var(--ink);
  transform: translateX(-50%);
}

.phone-screen {
  min-height: 540px;
  overflow: hidden;
  border-radius: 33px;
  background:
    radial-gradient(
      circle at 80% 4%,
      oklch(58% 0.17 250 / 0.18),
      transparent 25%
    ),
    var(--night);
}

.channel-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 3.4rem 1rem 1rem;
  background: var(--surface);
}

.mini-mark,
.footer-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: var(--lime);
  color: var(--night);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  transform: skewX(-7deg);
}

.channel-head div {
  min-width: 0;
  flex: 1;
}

.channel-head b,
.channel-head span {
  display: block;
}

.channel-head b {
  overflow: hidden;
  font-size: 0.96rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.channel-head div span {
  color: var(--quiet);
  font-size: 0.75rem;
}

.channel-head .channel-status {
  color: var(--lime);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.channel-date {
  width: max-content;
  margin: 0.8rem auto;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.68rem;
}

.offer-message {
  margin: 0.7rem;
  padding: 0.6rem;
  border-radius: 12px;
  background: var(--surface);
}

.offer-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 145px;
  overflow: hidden;
  border-radius: 9px;
  background:
    radial-gradient(circle at center, oklch(58% 0.17 250 / 0.32), transparent 55%),
    var(--night-deep);
}

.offer-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
}

.offer-art svg {
  width: 98px;
  height: 98px;
  color: var(--white);
  stroke-width: 1.2;
}

.offer-art span {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  padding: 0.25rem 0.45rem;
  border-radius: 5px;
  background: var(--lime);
  color: var(--night);
  font-size: 0.72rem;
  font-weight: 700;
}

.mockup-logo {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 10px;
  background: var(--night);
}

.mockup-logo img {
  position: absolute;
  top: -9px;
  left: -11px;
  width: 185px;
  max-width: none;
  height: auto;
}

.offer-copy {
  padding: 0.8rem 0.25rem 0.25rem;
}

.offer-label {
  color: var(--cyan);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.offer-copy h2 {
  margin: 0.3rem 0;
  font-size: 1.06rem;
  line-height: 1.15;
}

.offer-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-top: 0.65rem;
}

.price-row span {
  color: var(--quiet);
  font-size: 0.72rem;
  text-decoration: line-through;
}

.price-row b {
  color: var(--lime);
  font-size: 1.05rem;
}

.fake-button {
  display: grid;
  place-items: center;
  min-height: 37px;
  margin-top: 0.65rem;
  border-radius: 7px;
  background: var(--lime);
  color: var(--night);
  font-size: 0.78rem;
  font-weight: 700;
}

.feed-peek {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0.7rem;
  padding: 0.7rem;
  border-radius: 10px 10px 0 0;
  background: var(--surface);
  opacity: 0.75;
}

.feed-peek > span {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.feed-peek b,
.feed-peek small {
  display: block;
}

.feed-peek b {
  font-size: 0.76rem;
}

.feed-peek small {
  color: var(--quiet);
  font-size: 0.66rem;
}

.notification-card {
  position: absolute;
  top: 18%;
  right: -0.3rem;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: min(260px, 76vw);
  padding: 0.8rem 0.9rem;
  border-radius: 12px;
  background: var(--white);
  color: var(--night);
  animation: notification-in 650ms 620ms var(--ease-out) both;
}

.notification-logo {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.notification-logo img {
  top: -8px;
  left: -9px;
  width: 157px;
}

.notification-card b,
.notification-card span {
  display: block;
}

.notification-card b {
  font-size: 0.82rem;
}

.notification-card div span {
  overflow: hidden;
  max-width: 22ch;
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.signal-caption {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.78rem;
  transform: translateX(-50%);
}

.live-dot,
.console-running i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px oklch(91% 0.22 120 / 0.12);
}

.category-rail {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  border-block: 1px solid var(--line);
  background: var(--night-deep);
}

.category-rail::-webkit-scrollbar {
  display: none;
}

.rail-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: max-content;
  min-width: 100%;
  padding: 1.15rem 1rem;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rail-track i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
}

.filter-section {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  width: min(100% - 2rem, 1100px);
  margin-inline: auto;
  padding-block: var(--space-7);
}

.filter-copy h2,
.steps-heading h2,
.final-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 8vw, 4.8rem);
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.filter-copy > p {
  max-width: 44ch;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.filter-copy .filter-manifesto {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
}

.filter-console {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--night-deep);
}

.console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.console-running {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--lime);
}

.filter-console ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-console li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 100px;
  padding: 1rem;
}

.filter-console li + li {
  border-top: 1px solid var(--line);
}

.criterion-index {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 700;
}

.filter-console b,
.filter-console small {
  display: block;
}

.filter-console b {
  font-size: 1.05rem;
}

.filter-console small {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.filter-console li > svg {
  width: 24px;
  height: 24px;
  color: var(--lime);
}

.steps-section {
  width: min(100% - 2rem, 1100px);
  margin-inline: auto;
  padding: 0 0 var(--space-7);
}

.steps-heading {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: var(--space-5);
}

.steps-heading > p {
  margin: 0;
  color: var(--cyan);
  font-weight: 700;
}

.steps-flow {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-flow::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 1.5rem;
  width: 1px;
  background: linear-gradient(var(--cyan), var(--blue), var(--lime));
}

.steps-flow li {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: start;
  gap: 1rem;
  padding: 1.5rem 0;
}

.steps-flow li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--night);
  color: var(--lime);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px var(--line);
}

.steps-flow b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  line-height: 1.1;
}

.steps-flow p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.final-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 670px;
  overflow: hidden;
  padding: var(--space-6) 1rem;
  text-align: center;
  isolation: isolate;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(
      circle at 50% 50%,
      oklch(58% 0.17 250 / 0.22),
      transparent 31%
    ),
    var(--night-deep);
}

.final-signal {
  position: absolute;
  z-index: -1;
  width: min(76vw, 600px);
  aspect-ratio: 1;
  border: 1px solid oklch(82% 0.12 198 / 0.22);
  border-radius: 50%;
}

.final-signal::before,
.final-signal::after {
  content: "";
  position: absolute;
  border: 1px solid oklch(91% 0.22 120 / 0.15);
  border-radius: inherit;
}

.final-signal::before {
  inset: 14%;
}

.final-signal::after {
  inset: 29%;
}

.final-copy {
  width: min(100%, 820px);
}

.final-copy h2 span {
  display: block;
  color: var(--lime);
}

.final-copy p {
  margin: 1.5rem auto 2rem;
  color: var(--muted);
  font-size: 1.2rem;
}

.final-copy .primary-cta {
  width: auto;
  min-width: min(100%, 300px);
}

.site-footer {
  display: grid;
  gap: 1.4rem;
  width: min(100% - 2rem, 1100px);
  margin-inline: auto;
  padding-block: var(--space-5) 7rem;
  color: var(--quiet);
  font-size: 0.85rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
}

.footer-mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 0.78rem;
}

.site-footer p {
  max-width: 66ch;
  margin: 0;
}

.mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--z-sticky);
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: oklch(12% 0.025 270 / 0.94);
  backdrop-filter: blur(12px);
}

.mobile-cta .primary-cta {
  min-height: 52px;
}

.link-toast {
  position: fixed;
  right: 1rem;
  bottom: calc(5.5rem + env(safe-area-inset-bottom));
  left: 1rem;
  z-index: var(--z-toast);
  max-width: 440px;
  margin-inline: auto;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: var(--white);
  color: var(--night);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

@keyframes phone-arrive {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes signal-pulse {
  from {
    opacity: 0;
    transform: scale(0.82);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes notification-in {
  from {
    opacity: 0;
    transform: translate3d(20px, 10px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (min-width: 720px) {
  .site-header {
    width: min(100% - 4rem, 1180px);
    padding-block: 1.6rem;
  }

  .header-cta {
    display: inline-flex;
  }

  .mobile-cta {
    display: none;
  }
}

@media (min-width: 900px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
    padding: 7.5rem max(2rem, calc((100vw - 1180px) / 2)) 4rem;
  }

  .hero-copy,
  .hero-visual {
    width: 100%;
    margin-inline: 0;
  }

  .hero-visual {
    min-height: 650px;
    margin-top: 0;
  }

  .hero-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .hero-actions .primary-cta {
    width: auto;
  }

  .trust-line {
    margin: 0;
  }

  .filter-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(430px, 1.2fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
    width: min(100% - 4rem, 1100px);
  }

  .filter-console li {
    min-height: 112px;
    padding: 1.25rem 1.4rem;
  }

  .steps-section {
    width: min(100% - 4rem, 1100px);
  }

  .steps-heading {
    max-width: 720px;
  }

  .steps-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 3rem;
  }

  .steps-flow::before {
    top: 1.5rem;
    right: 16%;
    bottom: auto;
    left: 16%;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, var(--cyan), var(--blue), var(--lime));
  }

  .steps-flow li {
    display: block;
    padding: 0 2rem;
    text-align: center;
  }

  .steps-flow li > span {
    margin: 0 auto 1.5rem;
  }

  .site-footer {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    width: min(100% - 4rem, 1100px);
    padding-bottom: var(--space-5);
  }

  .site-footer p {
    justify-self: center;
  }

}

@media (max-width: 719px) {
  .rail-track {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-inline: 1rem;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 3.55rem);
  }

  .hero-visual {
    min-height: 540px;
  }

  .phone-shell {
    width: min(84vw, 326px);
  }

  .orbit-one {
    width: 360px;
    height: 360px;
  }

  .orbit-two {
    width: 440px;
    height: 440px;
  }

  .notification-card {
    right: -0.25rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .notification-card {
    opacity: 1;
    transform: none;
  }
}
