html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
  font-family: "DM Sans", system-ui, sans-serif;
}
button {
  font: inherit;
}
h1,
h2,
h3 {
  font-family: "Manrope", "DM Sans", system-ui, sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing-page {
  --landing-ink: #071126;
  --landing-navy: #080f20;
  --landing-navy-soft: #0d1930;
  --landing-violet: #7658ff;
  --landing-violet-light: #a892ff;
  --landing-emerald: #35e5a1;
  --landing-cream: #fbfaf7;
  --landing-muted: #69738c;
  min-width: 320px;
  overflow: clip;
  color: var(--landing-ink);
  background: var(--landing-cream);
}

.landing-page *,
.landing-page *::before,
.landing-page *::after {
  box-sizing: border-box;
}
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page p {
  margin: 0;
}
.landing-page a {
  color: inherit;
  text-decoration: none;
}

.landing-nav {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 50%;
  display: grid;
  width: min(100% - 48px, 1440px);
  height: 92px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transform: translateX(-50%);
  color: #f8fbff;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.045em;
}
.landing-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 14px;
  color: #071126;
  background: var(--landing-emerald);
  box-shadow: 0 10px 34px rgb(53 229 161 / 0.22);
  transform: rotate(-6deg);
}
.landing-brand-mark svg {
  width: 21px;
  height: 21px;
}
.landing-nav-links,
.landing-nav-actions {
  display: flex;
  align-items: center;
  gap: 34px;
}
.landing-nav-links a,
.landing-login-link {
  color: rgb(248 251 255 / 0.68);
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.landing-nav-links a:hover,
.landing-login-link:hover {
  color: #fff;
}
.landing-nav-actions {
  justify-content: flex-end;
  gap: 20px;
}
.landing-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 9px;
}
.landing-language-switch a {
  padding: 5px 7px;
  border-radius: 6px;
  color: rgb(248 251 255 / 0.65);
  font-size: 12px;
  font-weight: 700;
}
.landing-language-switch a[aria-current="page"] {
  color: #071126;
  background: #f8fbff;
}
.landing-language-switch a:focus-visible {
  outline: 2px solid var(--landing-emerald);
  outline-offset: 2px;
}

.landing-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.landing-button svg {
  width: 17px;
  height: 17px;
  transition: transform 0.25s ease;
}
.landing-button:hover {
  transform: translateY(-2px);
}
.landing-button:hover svg {
  transform: translateX(4px);
}
.landing-button-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #6948f5, #866aff);
  box-shadow:
    0 16px 40px -16px rgb(118 88 255 / 0.85),
    inset 0 1px 0 rgb(255 255 255 / 0.25);
}
.landing-button-primary:hover {
  box-shadow:
    0 22px 54px -18px rgb(118 88 255 / 0.95),
    inset 0 1px 0 rgb(255 255 255 / 0.3);
}
.landing-button-ghost {
  color: #fff !important;
  border-color: rgb(255 255 255 / 0.27);
  background: rgb(255 255 255 / 0.025);
}
.landing-button-ghost:hover {
  border-color: rgb(255 255 255 / 0.6);
}
.landing-button-small {
  min-height: 46px;
  padding: 0 19px;
  border-radius: 13px;
  font-size: 13px;
}

.landing-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(560px, 1.2fr);
  align-items: center;
  gap: clamp(28px, 5vw, 92px);
  padding: 136px max(32px, calc((100vw - 1340px) / 2)) 90px;
  overflow: hidden;
  color: #f8fbff;
  background:
    radial-gradient(circle at 75% 36%, rgb(87 102 255 / 0.15), transparent 27%),
    radial-gradient(circle at 10% 82%, rgb(53 229 161 / 0.08), transparent 24%),
    linear-gradient(130deg, #071020 0%, #0a1227 58%, #080e1c 100%);
}
.landing-stars,
.landing-developers::before,
.landing-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.55;
  background-image: radial-gradient(
    rgb(113 149 255 / 0.55) 0.7px,
    transparent 0.8px
  );
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, black, transparent 45%, black);
}
.landing-planet {
  position: absolute;
  top: -22%;
  right: -12%;
  width: min(74vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgb(99 122 255 / 0.22);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 34% 46%,
      transparent 0 43%,
      rgb(71 90 184 / 0.13) 44%,
      rgb(8 17 37 / 0.92) 66%
    ),
    linear-gradient(145deg, rgb(71 89 204 / 0.15), transparent 62%);
  box-shadow:
    inset 52px 0 100px rgb(61 78 180 / 0.12),
    -28px 0 100px rgb(51 94 255 / 0.08);
  animation: landing-float 10s ease-in-out infinite alternate;
}
.landing-planet::before,
.landing-planet::after {
  position: absolute;
  inset: 10%;
  content: "";
  border: 1px solid rgb(109 134 255 / 0.16);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(0.42);
}
.landing-planet::after {
  inset: 20%;
  transform: rotate(-18deg) scaleY(0.42);
}

.landing-hero-copy {
  position: relative;
  z-index: 5;
  animation: landing-hero-in 0.9s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
.landing-hero-copy h1 {
  max-width: 650px;
  font-size: clamp(4rem, 6.1vw, 7.5rem);
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: -0.078em;
  text-wrap: balance;
}
.landing-hero-copy h1 span,
.landing-section h2 span,
.developer-copy h2 span,
.trust-heading h2 span,
.landing-cta h2 span {
  color: var(--landing-violet-light);
}
.landing-hero-copy p {
  max-width: 610px;
  margin-top: 30px;
  color: rgb(232 238 255 / 0.62);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
}
.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.landing-hero-demo {
  position: relative;
  z-index: 6;
  min-height: 510px;
  animation: landing-demo-in 1.15s 0.15s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
.hero-signal {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 2%;
  width: 88%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--landing-emerald) 12% 94%,
    transparent
  );
  box-shadow: 0 0 18px rgb(53 229 161 / 0.75);
  transform-origin: left;
  animation: landing-signal-grow 1.6s 0.7s ease both;
}
.hero-mail {
  position: absolute;
  z-index: 5;
  top: calc(50% - 34px);
  left: 0;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgb(180 192 255 / 0.45);
  border-radius: 18px;
  color: #dbe4ff;
  background: linear-gradient(
    145deg,
    rgb(215 222 255 / 0.24),
    rgb(105 102 240 / 0.26)
  );
  box-shadow:
    0 0 32px rgb(116 103 255 / 0.25),
    inset 0 1px 0 rgb(255 255 255 / 0.4);
  animation: landing-mail-drift 4s ease-in-out infinite;
}
.hero-mail svg {
  width: 32px;
  height: 32px;
}
.hero-gates {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 13%;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateY(-50%);
  perspective: 900px;
}
.hero-gate {
  --gate-index: 0;
  position: relative;
  display: flex;
  width: clamp(88px, 7.3vw, 116px);
  height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 10px;
  border: 1px solid rgb(121 154 255 / 0.5);
  border-radius: 17px;
  color: #edf3ff;
  background: linear-gradient(
    160deg,
    rgb(36 59 111 / 0.58),
    rgb(8 21 43 / 0.74)
  );
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.11),
    0 26px 50px -30px #000;
  backdrop-filter: blur(12px);
  transform: rotateY(-8deg);
  animation: landing-gate-in 0.7s calc(0.65s + var(--gate-index) * 0.14s) ease
    both;
}
.hero-gate:nth-child(2) {
  height: 192px;
}
.hero-gate:nth-child(3) {
  height: 214px;
}
.hero-gate:nth-child(4) {
  height: 236px;
}
.hero-gate span {
  font-size: 13px;
  font-weight: 700;
}
.hero-gate svg {
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 50%;
  color: #051a16;
  background: var(--landing-emerald);
  box-shadow: 0 0 22px rgb(53 229 161 / 0.6);
}
.hero-result {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  width: clamp(155px, 13vw, 200px);
  padding: 22px;
  border: 1px solid rgb(53 229 161 / 0.72);
  border-radius: 19px;
  background: linear-gradient(
    145deg,
    rgb(12 31 48 / 0.94),
    rgb(8 20 36 / 0.88)
  );
  box-shadow:
    0 0 38px rgb(53 229 161 / 0.14),
    inset 0 1px 0 rgb(255 255 255 / 0.1);
  transform: translateY(-50%);
  backdrop-filter: blur(16px);
}
.hero-result-title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 800;
}
.hero-result-title svg {
  width: 26px;
  height: 26px;
  color: var(--landing-emerald);
}
.hero-result > p {
  margin: 8px 0 16px;
  color: rgb(235 242 255 / 0.58);
  font-size: 11px;
}
.hero-result ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  list-style: none;
}
.hero-result li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 5px;
  color: rgb(239 245 255 / 0.65);
  font-size: 10px;
}
.hero-result li svg {
  width: 11px;
  height: 11px;
  color: var(--landing-emerald);
}
.hero-result li span {
  color: var(--landing-emerald);
}
.landing-scroll-cue {
  position: absolute;
  z-index: 6;
  bottom: 24px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: rgb(255 255 255 / 0.42) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.landing-scroll-line {
  position: relative;
  display: block;
  width: 1px;
  height: 34px;
  overflow: hidden;
  background: rgb(255 255 255 / 0.13);
}
.landing-scroll-line::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--landing-emerald);
  animation: landing-scroll 1.8s ease-in-out infinite;
}

.landing-section {
  position: relative;
  padding: clamp(100px, 11vw, 170px) max(32px, calc((100vw - 1320px) / 2));
  background: var(--landing-cream);
}
.landing-section-heading {
  max-width: 820px;
  margin: 0 auto 74px;
  text-align: center;
}
.landing-section h2,
.developer-copy h2,
.trust-heading h2,
.landing-cta h2 {
  font-size: clamp(2.6rem, 4.2vw, 4.8rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.06em;
  text-wrap: balance;
}
.landing-section-heading p,
.feature-intro > p,
.developer-copy > p,
.trust-heading > p,
.landing-cta p {
  margin-top: 22px;
  color: var(--landing-muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.65;
}

.landing-how {
  overflow: hidden;
}
.landing-how::before,
.landing-features::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.38;
  background-image: radial-gradient(
    rgb(103 132 210 / 0.25) 0.65px,
    transparent 0.75px
  );
  background-size: 22px 22px;
  mask-image: linear-gradient(
    90deg,
    black,
    transparent 32%,
    transparent 68%,
    black
  );
}
.stage-rail {
  position: relative;
  display: grid;
  grid-template-columns: 86px repeat(4, 1fr) 1.2fr;
  align-items: center;
  gap: 18px;
}
.stage-rail-line {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 4%;
  width: 91%;
  height: 2px;
  background: linear-gradient(90deg, var(--landing-emerald), #6ee7b7);
  box-shadow: 0 0 17px rgb(53 229 161 / 0.5);
  transform-origin: left;
}
.is-visible .stage-rail-line {
  animation: landing-signal-grow 1.2s 0.1s ease both;
}
.stage-envelope {
  position: relative;
  z-index: 2;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid #dde4f6;
  border-radius: 18px;
  color: var(--landing-violet);
  background: #fff;
  box-shadow: 0 18px 44px -24px rgb(76 87 147 / 0.4);
}
.stage-envelope svg {
  width: 31px;
  height: 31px;
}
.stage-card {
  --stage-index: 0;
  position: relative;
  z-index: 2;
  min-height: 230px;
  padding: 32px 24px;
  border: 1px solid #e0e5f0;
  border-radius: 20px;
  background: rgb(255 255 255 / 0.88);
  box-shadow: 0 24px 64px -42px rgb(30 48 97 / 0.28);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.stage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px -40px rgb(88 76 220 / 0.35);
}
.stage-card > svg {
  width: 30px;
  height: 30px;
  color: var(--landing-violet);
}
.stage-card h3 {
  margin-top: 34px;
  font-size: 17px;
  font-weight: 800;
}
.stage-card p {
  margin-top: 9px;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.5;
}
.stage-check {
  position: absolute;
  top: 50%;
  right: -29px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 4px solid var(--landing-cream);
  border-radius: 50%;
  color: #06261d;
  background: var(--landing-emerald);
  transform: translateY(-50%);
  box-shadow: 0 0 20px rgb(53 229 161 / 0.45);
}
.stage-check svg {
  width: 12px;
  height: 12px;
}
.stage-final {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 108px;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgb(53 229 161 / 0.5);
  border-radius: 20px;
  color: #fff;
  background: var(--landing-navy);
  box-shadow: 0 20px 50px -30px rgb(7 17 38 / 0.8);
}
.stage-final > svg {
  width: 35px;
  height: 35px;
  flex: none;
  color: var(--landing-emerald);
}
.stage-final strong,
.stage-final span {
  display: block;
}
.stage-final strong {
  font-size: 14px;
}
.stage-final span {
  margin-top: 5px;
  color: rgb(255 255 255 / 0.45);
  font-size: 10px;
}

.landing-features {
  padding-top: 80px;
}
.feature-intro {
  position: sticky;
  top: 120px;
  width: min(42%, 510px);
}
.feature-intro h2 {
  font-size: clamp(3rem, 5vw, 5.4rem);
}
.feature-intro > p {
  max-width: 510px;
}
.feature-list {
  width: 50%;
  margin-left: auto;
}
.feature-list article {
  --feature-index: 0;
  display: flex;
  min-height: 146px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #dfe4ee;
}
.feature-list article > span {
  display: grid;
  width: 54px;
  height: 54px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  color: var(--landing-violet);
  background: #f0edff;
  box-shadow: 0 14px 34px -20px rgb(118 88 255 / 0.5);
}
.feature-list svg {
  width: 23px;
  height: 23px;
}
.feature-list h3 {
  font-size: 18px;
  font-weight: 800;
}
.feature-list p {
  margin-top: 7px;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.55;
}
.outcome-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 100px;
  padding: 28px 32px;
  border: 1px solid #dfe4ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 64px -48px rgb(30 48 97 / 0.35);
}
.outcome-rail > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.outcome-rail > div svg {
  width: 20px;
  color: var(--landing-violet);
}
.outcome-rail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.outcome-rail li {
  padding: 8px 12px;
  border-radius: 999px;
  color: #39445c;
  background: #f1f3f8;
  font-family: ui-monospace, monospace;
  font-size: 11px;
}

.landing-developers {
  position: relative;
  display: grid;
  min-height: 900px;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
  padding: 130px max(32px, calc((100vw - 1320px) / 2));
  overflow: hidden;
  color: #f8fbff;
  background: linear-gradient(135deg, #071020, #0b1429 62%, #07111f);
}
.landing-developers::before {
  mask-image: linear-gradient(90deg, transparent, black 34%, black);
}
.developer-orbit {
  position: absolute;
  top: 7%;
  right: 16%;
  width: 470px;
  height: 760px;
  border: 1px solid rgb(53 229 161 / 0.25);
  border-radius: 50%;
  transform: rotate(28deg);
  box-shadow: 0 0 70px rgb(53 229 161 / 0.05);
}
.developer-orbit::after {
  position: absolute;
  top: 38%;
  left: -7px;
  width: 13px;
  height: 13px;
  content: "";
  border-radius: 50%;
  background: var(--landing-emerald);
  box-shadow: 0 0 22px var(--landing-emerald);
  animation: landing-pulse 2.4s ease-in-out infinite;
}
.developer-copy {
  position: relative;
  z-index: 2;
}
.developer-copy > p {
  max-width: 520px;
  color: rgb(232 238 255 / 0.6);
}
.developer-feature-list {
  display: grid;
  gap: 22px;
  margin-top: 42px;
}
.developer-feature-list article {
  display: flex;
  align-items: center;
  gap: 18px;
}
.developer-feature-list article > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: none;
  place-items: center;
  border: 1px solid rgb(118 88 255 / 0.6);
  border-radius: 50%;
  color: var(--landing-violet-light);
  background: rgb(118 88 255 / 0.08);
}
.developer-feature-list svg {
  width: 20px;
  height: 20px;
}
.developer-feature-list h3 {
  font-size: 15px;
  font-weight: 800;
}
.developer-feature-list p {
  margin-top: 4px;
  color: rgb(232 238 255 / 0.48);
  font-size: 13px;
}
.code-window {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 1px solid rgb(131 153 208 / 0.38);
  border-radius: 24px;
  background: rgb(8 17 35 / 0.78);
  box-shadow:
    0 40px 100px -50px #000,
    inset 0 1px 0 rgb(255 255 255 / 0.08);
  backdrop-filter: blur(18px);
}
.code-toolbar {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}
.code-tabs {
  display: flex;
  gap: 5px;
}
.code-tabs button,
.copy-button {
  min-height: 38px;
  border: 0;
  border-radius: 10px;
  color: rgb(242 246 255 / 0.68);
  background: transparent;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.code-tabs button {
  padding: 0 17px;
}
.code-tabs button.is-active {
  color: #fff;
  background: var(--landing-violet);
  box-shadow: 0 8px 24px -12px var(--landing-violet);
}
.copy-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgb(255 255 255 / 0.13);
}
.copy-button svg {
  width: 14px;
  height: 14px;
}
.code-window pre {
  margin: 0;
  white-space: pre-wrap;
}
.code-window > pre {
  min-height: 280px;
  padding: 28px;
}
.code-window code {
  color: #d9e4ff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.8;
}
.code-response {
  position: relative;
  margin: 0 14px 14px;
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 0.07);
  border-radius: 14px;
  background: #060d1a;
}
.code-response code {
  color: #6ff0b9;
}
.code-status {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 9px;
  border: 1px solid rgb(53 229 161 / 0.38);
  border-radius: 7px;
  color: var(--landing-emerald);
  background: rgb(53 229 161 / 0.08);
  font-family: ui-monospace, monospace;
  font-size: 10px;
}

.landing-trust {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 70px;
  padding: 100px max(32px, calc((100vw - 1320px) / 2));
  background: #fff;
}
.trust-heading h2 {
  font-size: clamp(2.5rem, 4vw, 4.4rem);
}
.trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.trust-list article {
  text-align: center;
}
.trust-list svg {
  width: 30px;
  height: 30px;
  margin: 0 auto 18px;
  color: var(--landing-violet);
}
.trust-list h3 {
  font-size: 13px;
  font-weight: 800;
}
.trust-list p {
  margin-top: 7px;
  color: var(--landing-muted);
  font-size: 11px;
  line-height: 1.45;
}

.landing-cta {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 100px 32px;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #071020, #080f20);
}
.landing-cta > div:not(.cta-orbit):not(.cta-signal) {
  position: relative;
  z-index: 4;
}
.landing-cta h2 {
  font-size: clamp(3.5rem, 6vw, 6.8rem);
}
.landing-cta p {
  color: rgb(232 238 255 / 0.55);
}
.landing-cta .landing-button {
  margin-top: 32px;
}
.cta-orbit {
  position: absolute;
  bottom: -46%;
  width: min(62vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgb(88 116 255 / 0.24);
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 48%,
    transparent 0 54%,
    rgb(61 83 165 / 0.12) 55%,
    rgb(8 17 36 / 0.9) 70%
  );
}
.cta-orbit-left {
  left: -17%;
}
.cta-orbit-right {
  right: -17%;
}
.cta-signal {
  position: absolute;
  z-index: 3;
  bottom: 60px;
  left: 17%;
  width: 66%;
  height: 90px;
  border-bottom: 2px solid var(--landing-emerald);
  border-radius: 50%;
  box-shadow: 0 12px 20px -12px rgb(53 229 161 / 0.7);
}
.cta-signal span {
  position: absolute;
  right: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--landing-emerald);
  box-shadow: 0 0 24px var(--landing-emerald);
  animation: landing-pulse 2.4s ease-in-out infinite;
}

.landing-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 36px max(32px, calc((100vw - 1320px) / 2));
  border-top: 1px solid rgb(255 255 255 / 0.08);
  color: rgb(255 255 255 / 0.58);
  background: #070d19;
}
.landing-footer .landing-brand {
  color: #fff;
}
.landing-footer p {
  font-size: 12px;
}
.landing-footer nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}
.landing-footer nav a {
  font-size: 12px;
  transition: color 0.2s ease;
}
.landing-footer nav a:hover {
  color: #fff;
}
.landing-footer > span {
  grid-column: 1 / -1;
  color: rgb(255 255 255 / 0.28);
  font-size: 10px;
}

.js [data-reveal] {
  opacity: 0;
  transition:
    opacity 0.85s cubic-bezier(0.2, 0.75, 0.2, 1),
    transform 0.85s cubic-bezier(0.2, 0.75, 0.2, 1);
}
.js [data-reveal="up"] {
  transform: translateY(58px);
}
.js [data-reveal="left"] {
  transform: translateX(-78px);
}
.js [data-reveal="right"] {
  transform: translateX(78px);
}
.js [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.trust-list [data-reveal] {
  transition-delay: calc(var(--trust-index) * 85ms);
}

@keyframes landing-hero-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes landing-demo-in {
  from {
    opacity: 0;
    transform: translateX(70px) scale(0.96);
  }
}
@keyframes landing-signal-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes landing-gate-in {
  from {
    opacity: 0;
    transform: translateY(30px) rotateY(-8deg);
  }
}
@keyframes landing-mail-drift {
  50% {
    transform: translateY(-8px) rotate(-3deg);
  }
}
@keyframes landing-float {
  to {
    transform: translate3d(-1.5%, 2%, 0) scale(1.015);
  }
}
@keyframes landing-pulse {
  50% {
    transform: scale(1.35);
    opacity: 0.62;
  }
}
@keyframes landing-scroll {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}

@media (max-width: 1180px) {
  .landing-hero {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .hero-gates {
    left: 8%;
    gap: 7px;
  }
  .hero-result {
    right: -2%;
  }
  .stage-rail {
    grid-template-columns: repeat(4, 1fr);
  }
  .stage-envelope,
  .stage-final {
    display: none;
  }
  .stage-rail-line {
    left: 5%;
    width: 90%;
  }
  .stage-check {
    right: -25px;
  }
  .landing-developers {
    grid-template-columns: 1fr 1.25fr;
  }
  .landing-trust {
    grid-template-columns: 1fr;
  }
  .trust-heading {
    max-width: 600px;
  }
}

@media (max-width: 900px) {
  .landing-nav {
    width: calc(100% - 32px);
    grid-template-columns: 1fr auto;
  }
  .landing-nav-links {
    display: none;
  }
  .landing-nav-actions {
    gap: 12px;
  }
  .landing-login-link {
    display: none;
  }
  .landing-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 140px 24px 110px;
  }
  .landing-hero-copy {
    text-align: center;
  }
  .landing-hero-copy h1,
  .landing-hero-copy p {
    margin-right: auto;
    margin-left: auto;
  }
  .landing-hero-actions {
    justify-content: center;
  }
  .landing-hero-demo {
    width: min(100%, 720px);
    min-height: 440px;
    margin: 10px auto 0;
  }
  .landing-planet {
    top: 24%;
    right: -35%;
    width: 130vw;
  }
  .feature-intro {
    position: relative;
    top: auto;
    width: 100%;
  }
  .feature-list {
    width: 100%;
    margin-top: 54px;
  }
  .outcome-rail {
    align-items: flex-start;
    flex-direction: column;
  }
  .outcome-rail ul {
    justify-content: flex-start;
  }
  .landing-developers {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .developer-copy {
    max-width: 650px;
  }
  .trust-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 46px;
  }
  .landing-footer {
    grid-template-columns: 1fr auto;
  }
  .landing-footer p {
    display: none;
  }
}

@media (max-width: 640px) {
  .landing-nav {
    height: 76px;
  }
  .landing-brand {
    font-size: 17px;
  }
  .landing-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }
  .landing-button-small {
    display: none;
  }
  .landing-hero {
    padding-top: 116px;
  }
  .landing-hero-copy h1 {
    font-size: clamp(3.35rem, 17vw, 5rem);
  }
  .landing-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .landing-button {
    min-height: 50px;
    padding: 0 16px;
    font-size: 13px;
  }
  .landing-hero-demo {
    min-height: 560px;
  }
  .hero-mail {
    top: 0;
    left: calc(50% - 29px);
    width: 58px;
    height: 58px;
  }
  .hero-signal {
    top: 30px;
    left: 50%;
    width: 2px;
    height: 88%;
    background: linear-gradient(180deg, var(--landing-emerald), transparent);
    transform-origin: top;
    animation-name: landing-signal-grow-y;
  }
  .hero-gates {
    top: 72px;
    left: 50%;
    display: grid;
    gap: 8px;
    transform: translateX(-50%);
  }
  .hero-gate,
  .hero-gate:nth-child(2),
  .hero-gate:nth-child(3),
  .hero-gate:nth-child(4) {
    width: 210px;
    height: 74px;
    flex-direction: row;
    padding: 14px 18px;
    transform: none;
  }
  .hero-gate svg {
    width: 27px;
    height: 27px;
  }
  .hero-result {
    top: auto;
    right: 50%;
    bottom: 0;
    width: 230px;
    transform: translateX(50%);
  }
  .landing-section {
    padding: 92px 20px;
  }
  .landing-section-heading {
    margin-bottom: 52px;
    text-align: left;
  }
  .landing-section h2,
  .developer-copy h2,
  .trust-heading h2 {
    font-size: 2.65rem;
  }
  .stage-rail {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stage-rail-line,
  .stage-check {
    display: none;
  }
  .stage-card {
    min-height: 150px;
    padding: 24px;
  }
  .stage-card h3 {
    margin-top: 18px;
  }
  .feature-list article {
    min-height: 132px;
  }
  .outcome-rail {
    margin-top: 64px;
    padding: 22px;
  }
  .outcome-rail ul {
    gap: 6px;
  }
  .outcome-rail li {
    font-size: 9px;
  }
  .landing-developers {
    gap: 70px;
    padding: 100px 20px;
  }
  .code-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .code-tabs {
    width: 100%;
  }
  .code-tabs button {
    flex: 1;
    padding: 0 7px;
  }
  .copy-button {
    position: absolute;
    top: 72px;
    right: 14px;
    z-index: 2;
  }
  .code-window > pre {
    min-height: 340px;
    padding: 64px 18px 24px;
  }
  .code-window code {
    font-size: 10px;
  }
  .code-response {
    padding: 50px 18px 20px;
  }
  .landing-trust {
    padding: 88px 20px;
  }
  .trust-list {
    grid-template-columns: 1fr 1fr;
  }
  .landing-cta {
    min-height: 570px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .landing-cta h2 {
    font-size: 3.4rem;
  }
  .landing-footer {
    grid-template-columns: 1fr;
    padding: 36px 20px;
  }
  .landing-footer nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@keyframes landing-signal-grow-y {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page *,
  .landing-page *::before,
  .landing-page *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
