:root {
  --bg: #050505;
  --bg-2: #080b12;
  --panel: rgba(255, 255, 255, 0.035);
  --panel-strong: rgba(255, 255, 255, 0.06);
  --panel-blue: rgba(0, 85, 255, 0.13);
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f7f7f7;
  --text-soft: rgba(255, 255, 255, 0.78);
  --text-muted: rgba(255, 255, 255, 0.62);
  --text-faint: rgba(255, 255, 255, 0.32);
  --blue: #0055ff;
  --blue-2: #2274ff;
  --blue-soft: rgba(0, 85, 255, 0.28);
  --warm: #d69375;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --font-body: "Atkinson Hyperlegible", "Segoe UI", system-ui, sans-serif;
  --font-display: "Gabarito", "Segoe UI", system-ui, sans-serif;
  --font-ui: "Gabarito", "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 85, 255, 0.15), transparent 28rem),
    radial-gradient(circle at 18% 16%, rgba(0, 85, 255, 0.08), transparent 18rem),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.brand-lockup,
.brand-intro,
.button,
.nav-links,
.nav-actions,
.progress-dot,
.section-label,
.hero-badge,
.orbit-field,
.sequence-tracker,
.brief-panel label,
.message-helper summary,
.faq-question {
  font-family: var(--font-display);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  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: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 70%);
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0;
  height: 46vh;
  z-index: -3;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.88));
  pointer-events: none;
}

.site-dotted-surface {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100vw;
  height: 100svh;
  pointer-events: none;
  opacity: 0.70;
  mix-blend-mode: screen;
  -webkit-mask-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0, rgba(0, 0, 0, 0.82) 14%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.74) 90%, rgba(0, 0, 0, 0.32) 100%),
    radial-gradient(ellipse at center, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.42) 86%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0, rgba(0, 0, 0, 0.82) 14%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.74) 90%, rgba(0, 0, 0, 0.32) 100%),
    radial-gradient(ellipse at center, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.42) 86%);
  mask-composite: intersect;
}

.site-footer {
  position: relative;
  z-index: 3;
}

body.no-motion *,
body.no-motion *::before,
body.no-motion *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(0, 85, 255, 0.78);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--blue);
  color: white;
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.48));
  backdrop-filter: blur(18px);
}

.nav-shell,
.section-inner,
.footer-shell {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand-lockup,
.nav-links,
.nav-actions,
.nav-icon-link,
.hero-actions,
.contact-links,
.footer-links,
.brief-actions {
  display: flex;
  align-items: center;
}

.brand-lockup {
  gap: 10px;
  min-width: max-content;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 85, 255, 0.42);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(0, 85, 255, 0.16), rgba(255, 255, 255, 0.035));
  color: white;
  box-shadow: 0 0 30px rgba(0, 85, 255, 0.18);
  font-weight: 900;
}

.brand-name {
  color: rgba(255, 255, 255, 0.78);
}

.brand-intro {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 85, 255, 0.14), transparent 24rem),
    rgba(5, 5, 5, 0.96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.motion-ready.intro-active .brand-intro {
  opacity: 1;
  visibility: visible;
}

body.motion-ready.intro-active .site-header,
body.motion-ready.intro-active .progress-nav,
body.motion-ready.intro-active main,
body.motion-ready.intro-active .site-footer {
  opacity: 0;
  pointer-events: none;
}

.brand-intro-lockup {
  position: fixed;
  top: var(--intro-top, 50%);
  left: var(--intro-left, 50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  transform: translate(-50%, -50%) translate3d(var(--intro-start-x, 0px), var(--intro-start-y, 0px), 0) scale(1);
  transform-origin: center;
  transition: transform 1050ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.brand-intro.is-floating .brand-intro-lockup {
  transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(0.42);
}

.brand-intro.is-done {
  animation: introOverlayOut 260ms ease forwards;
}

.brand-intro-mark {
  display: inline-flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  gap: 1px;
  border: 1px solid rgba(0, 85, 255, 0.54);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(0, 85, 255, 0.22), rgba(255, 255, 255, 0.05));
  color: white;
  box-shadow: 0 0 54px rgba(0, 85, 255, 0.28);
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-intro.is-typing .brand-intro-mark,
.brand-intro.is-floating .brand-intro-mark {
  opacity: 0;
  transform: scale(0.82);
  transition: opacity 260ms ease, transform 360ms ease;
}

.brand-intro-name {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  color: white;
  font-size: 5.7rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
  white-space: nowrap;
}

.brand-intro.is-typing .brand-intro-name,
.brand-intro.is-floating .brand-intro-name {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-intro-name .intro-fixed,
.brand-intro-name .intro-letter,
.brand-intro-name .intro-space {
  display: inline-block;
  overflow: hidden;
  white-space: pre;
}

.brand-intro-name .intro-letter {
  padding-right: 0.08em;
  margin-right: -0.08em;
}

.brand-intro-name .intro-letter,
.brand-intro-name .intro-space {
  max-width: 0;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(0.08em) scale(0.9);
}

.brand-intro.is-typing .intro-letter,
.brand-intro.is-typing .intro-space {
  animation: introTypeLetter 520ms steps(5, end) forwards;
  animation-delay: calc(280ms + var(--intro-delay, 0ms));
}

.brand-intro.is-floating .intro-letter,
.brand-intro.is-floating .intro-space {
  animation: introLoseLetter 520ms steps(5, end) forwards;
  animation-delay: calc(var(--intro-delay, 0ms) * 0.45);
}

.brand-intro.is-floating .brand-intro-name {
  gap: 0;
}

@keyframes introTypeLetter {
  0% {
    max-width: 0;
    opacity: 0;
    filter: blur(8px);
    transform: translateY(0.08em) scale(0.9);
  }

  45% {
    max-width: 1em;
    opacity: 1;
    filter: blur(3px);
    transform: translateY(0) scale(1.06);
  }

  100% {
    max-width: 1em;
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes introLoseLetter {
  0% {
    max-width: 1em;
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }

  55% {
    max-width: 0.48em;
    opacity: 0.38;
    filter: blur(4px);
    transform: translateY(-0.08em) scale(0.96);
  }

  100% {
    max-width: 0;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(-0.16em) scale(0.72);
  }
}

@keyframes introOverlayOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

body.no-motion .brand-intro {
  display: none;
}

body.no-motion.intro-active .site-header,
body.no-motion.intro-active .progress-nav,
body.no-motion.intro-active main,
body.no-motion.intro-active .site-footer {
  opacity: 1;
  pointer-events: auto;
}

.nav-links {
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.93rem;
  font-weight: 800;
}

.nav-links a,
.nav-icon-link {
  border-radius: 999px;
  padding: 10px 12px;
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover,
.nav-icon-link:hover,
.footer-links a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.06);
}

.nav-actions {
  gap: 10px;
  color: var(--text-soft);
  font-size: 0.93rem;
  font-weight: 800;
}

.nav-icon-link {
  gap: 7px;
}

.nav-icon-link i,
.footer-links i,
.button i {
  font-size: 1rem;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: white;
  box-shadow: 0 16px 42px rgba(0, 85, 255, 0.34), 0 0 26px rgba(0, 85, 255, 0.22);
}

.button-primary:hover {
  box-shadow: 0 20px 54px rgba(0, 85, 255, 0.48), 0 0 34px rgba(0, 85, 255, 0.34);
}

.button-ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  color: white;
}

.button-ghost:hover {
  border-color: rgba(0, 85, 255, 0.44);
  background: rgba(0, 85, 255, 0.08);
}

.button-large {
  min-height: 56px;
  padding: 16px 28px;
}

.progress-nav {
  position: fixed;
  top: 50%;
  right: 22px;
  z-index: 70;
  display: flex;
  transform: translateY(-50%);
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.progress-dot {
  position: relative;
  display: flex;
  min-width: 86px;
  height: 12px;
  align-items: center;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.73rem;
  font-weight: 800;
}

.progress-dot span {
  position: absolute;
  right: 28px;
  opacity: 0;
  transform: translateX(6px);
  white-space: nowrap;
  transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.progress-dot::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transition: width 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.progress-dot:hover span,
.progress-dot.is-active span {
  opacity: 1;
  transform: translateX(0);
}

.progress-dot.is-active {
  color: var(--blue-2);
}

.progress-dot.is-active::after {
  width: 28px;
  background: var(--blue);
  box-shadow: 0 0 14px rgba(0, 85, 255, 0.9);
}

.section {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 116px 0;
  overflow: hidden;
}

.section h1,
.section h2,
.section h3,
.section p {
  margin-top: 0;
}

.hero-section {
  min-height: 112svh;
  justify-content: center;
  text-align: center;
  padding-top: 132px;
  background:
    radial-gradient(circle at 50% 20%, rgba(0, 85, 255, 0.18), transparent 28rem),
    linear-gradient(to bottom, rgba(4, 8, 18, 0.8), rgba(5, 5, 5, 0) 45%);
}

.hero-aurora {
  position: absolute;
  top: 15%;
  left: 50%;
  width: min(84vw, 820px);
  height: 320px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 85, 255, 0.19), transparent 68%);
  filter: blur(44px);
  opacity: 0.7;
}

.hero-slab {
  position: absolute;
  top: 47%;
  width: min(42vw, 520px);
  height: 190px;
  border: 1px solid rgba(0, 85, 255, 0.14);
  background: linear-gradient(135deg, rgba(0, 85, 255, 0.18), rgba(0, 85, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 0 64px rgba(0, 85, 255, 0.16);
  filter: blur(0.7px);
  opacity: 0.72;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.64) 0%, #000 14%, #000 48%, rgba(0, 0, 0, 0.68) 72%, transparent 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.64) 0%, #000 14%, #000 48%, rgba(0, 0, 0, 0.68) 72%, transparent 100%);
}

.hero-slab-left {
  left: -64px;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
  border-radius: 0 30px 0 0;
}

.hero-slab-right {
  right: -64px;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 30px 0 0 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1040px);
  margin-inline: auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-muted);
  padding: 7px 13px;
  font-size: 0.84rem;
  font-weight: 800;
}

.hero-badge span {
  width: 12px;
  height: 12px;
  border: 2px solid #ff2d2d;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(255, 45, 45, 0.18), 0 0 20px rgba(0, 85, 255, 0.9), 0 0 22px rgba(255, 45, 45, 0.38);
  box-sizing: border-box;
  animation: heroBadgeNodeBlink 1.05s ease-in-out infinite;
}

@keyframes heroBadgeNodeBlink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 3px rgba(255, 45, 45, 0.18), 0 0 20px rgba(0, 85, 255, 0.9), 0 0 22px rgba(255, 45, 45, 0.38);
  }

  50% {
    opacity: 0.38;
    transform: scale(0.82);
    box-shadow: 0 0 0 1px rgba(255, 45, 45, 0.78), 0 0 7px rgba(0, 85, 255, 0.35), 0 0 8px rgba(255, 45, 45, 0.3);
  }
}

body.no-motion .hero-badge span {
  animation: none;
}

.hero-section h1 {
  margin-bottom: 30px;
  font-size: 5.7rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  color: white;
  text-wrap: balance;
}

.hero-copy {
  width: min(100%, 640px);
  margin-inline: auto;
  margin-bottom: 42px;
  color: var(--text-muted);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.68;
  text-wrap: pretty;
}

.hero-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.section-inner {
  position: relative;
  z-index: 2;
}

.section-copy {
  max-width: 680px;
}

.section-copy.centered,
.centered .section-copy {
  margin-inline: auto;
  text-align: center;
}

.section-label {
  margin-bottom: 14px;
  color: var(--blue-2);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.section h2 {
  margin-bottom: 22px;
  color: white;
  font-size: 5.1rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

.section-copy > p:not(.section-label) {
  color: var(--text-muted);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.72;
  text-wrap: pretty;
}

.process-card,
.message-card,
.faq-item,
.where-list,
.sequence-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
}

.where-list article > span,
.sequence-cards span,
.process-card span {
  color: var(--warm);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.where-list h3,
.sequence-cards h3,
.process-card h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  text-wrap: balance;
}

.where-list p,
.sequence-cards p,
.process-card p {
  margin-bottom: 0;
  color: var(--text-muted);
  font-style: normal;
  font-weight: 400;
  line-height: 1.62;
}

.build-section,
.faq-section {
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.018), transparent);
}

.build-orbit-section {
  min-height: 112svh;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 85, 255, 0.12), transparent 34rem),
    radial-gradient(circle at 62% 42%, rgba(214, 147, 117, 0.11), transparent 28rem),
    #050505;
}

.build-orbit-shell {
  display: grid;
  min-height: calc(112svh - 232px);
  gap: 18px;
  align-content: center;
}

.build-orbit-copy {
  position: relative;
  z-index: 6;
  max-width: 760px;
}

.orbit-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(72svh, 650px);
  margin-top: -10px;
  overflow: visible;
}

.orbit-stage::before {
  content: "";
  position: absolute;
  width: min(78vw, 760px);
  height: min(64vw, 560px);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 18rem),
    radial-gradient(circle at 42% 40%, rgba(0, 85, 255, 0.16), transparent 20rem);
  filter: blur(4px);
  opacity: 0.78;
  pointer-events: none;
}

.orbit-field {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: min(100%, 840px);
  height: min(72svh, 640px);
  min-height: 560px;
  perspective: 1000px;
  overflow: visible;
}

.orbit-field::after {
  content: "";
  position: absolute;
  inset: -36px;
  z-index: 300;
  border-radius: 32px;
  background: rgba(3, 5, 10, 0.28);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: opacity 220ms ease, backdrop-filter 220ms ease, -webkit-backdrop-filter 220ms ease;
}

.build-orbit-shell.is-card-open .orbit-field::after {
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.orbit-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.orbit-ring-main {
  width: min(58vw, 430px);
  height: min(58vw, 430px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 54px rgba(255, 255, 255, 0.025);
}

.orbit-ring-soft {
  width: min(42vw, 310px);
  height: min(42vw, 310px);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  animation: orbitRingSpin 24s linear infinite;
}

.orbit-core {
  position: absolute;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  padding: 18px;
  text-align: center;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.28) 22%, transparent 44%),
    linear-gradient(135deg, rgba(0, 85, 255, 0.94), rgba(214, 147, 117, 0.88));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 0 16px rgba(255, 255, 255, 0.018),
    0 24px 70px rgba(0, 85, 255, 0.28);
  transition: opacity 220ms ease, transform 220ms ease;
}

.orbit-core::before,
.orbit-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  animation: orbitPulse 2.8s ease-out infinite;
}

.orbit-core::before {
  inset: -24px;
}

.orbit-core::after {
  inset: -44px;
  animation-delay: 700ms;
}

.orbit-core span {
  position: relative;
  z-index: 1;
  color: rgba(5, 5, 5, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
}

.orbit-core strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 11ch;
  color: rgba(5, 5, 5, 0.9);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.02;
}

.orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 172px;
  min-height: 146px;
  opacity: 0.92;
  transform: translate3d(0, 0, 0) translate(-50%, -50%);
  transition:
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 700ms ease,
    filter 350ms ease;
  will-change: transform, opacity;
}

.orbit-node {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  align-items: start;
  justify-items: center;
  width: 172px;
  min-height: 130px;
  border: 0;
  border-radius: 24px;
  padding: 10px 12px 24px;
  background: transparent;
  color: white;
  cursor: pointer;
}

.orbit-node-glow {
  position: absolute;
  top: 38px;
  left: 50%;
  width: var(--energy-size, 70px);
  height: var(--energy-size, 70px);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.26), transparent 62%),
    radial-gradient(circle, rgba(0, 85, 255, 0.2), transparent 72%);
  opacity: 0;
  filter: blur(8px);
  transform: translate(-50%, -50%) scale(0.82);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

.orbit-node-inner {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    color 260ms ease,
    box-shadow 260ms ease;
}

.orbit-node-inner i {
  font-size: 1.2rem;
}

.orbit-node-label {
  position: absolute;
  top: 74px;
  left: 50%;
  width: max-content;
  max-width: 210px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(3, 5, 10, 0.82);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
  transition:
    border-color 260ms ease,
    background 260ms ease,
    color 260ms ease,
    transform 260ms ease,
    opacity 260ms ease;
}

.orbit-item:hover .orbit-node-inner,
.orbit-item.is-active .orbit-node-inner,
.orbit-item.is-expanded .orbit-node-inner {
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.92);
  color: #050505;
  transform: scale(1.22);
}

.orbit-item.is-expanded .orbit-node-inner {
  transform: scale(1.5);
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.08),
    0 22px 54px rgba(255, 255, 255, 0.16);
}

.orbit-item:hover .orbit-node-label,
.orbit-item.is-active .orbit-node-label,
.orbit-item.is-related .orbit-node-label,
.orbit-item.is-expanded .orbit-node-label {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(3, 5, 10, 0.94);
  color: white;
}

.orbit-item:hover .orbit-node-glow,
.orbit-item.is-active .orbit-node-glow,
.orbit-item.is-related .orbit-node-glow,
.orbit-item.is-expanded .orbit-node-glow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.orbit-item.is-related .orbit-node-inner {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.5);
  color: #050505;
}

.orbit-item.is-expanded .orbit-node-label {
  color: white;
  transform: translateX(-50%) translateY(6px) scale(1.08);
}

.orbit-item.is-expanded {
  z-index: 500 !important;
}

.build-orbit-shell.is-card-open .orbit-core {
  opacity: 0;
  transform: scale(0.82);
}

.build-orbit-shell.is-card-open .orbit-ring {
  opacity: 0.32;
}

.orbit-card {
  position: absolute;
  top: 92px;
  left: 50%;
  z-index: 500;
  display: grid;
  width: min(280px, 82vw);
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  padding: 18px;
  background-color: #03050a;
  background-image: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 80px rgba(0, 0, 0, 0.84);
  backdrop-filter: none;
  transform: translateX(-50%) translateY(0);
  animation: orbitCardIn 260ms ease both;
  isolation: isolate;
}

.orbit-card[hidden] {
  display: none;
}

.orbit-card-connector {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.55);
}

.orbit-card header,
.orbit-meter div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.orbit-badge,
.orbit-card small,
.orbit-links span,
.orbit-meter span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.orbit-badge {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 5px 8px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.orbit-card h3 {
  margin: 0;
  color: white;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
  text-wrap: balance;
}

.orbit-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.58;
}

.orbit-meter {
  display: grid;
  gap: 7px;
}

.orbit-meter strong {
  color: white;
  font-size: 0.8rem;
  font-weight: 900;
}

.orbit-meter i {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.orbit-meter i::after {
  content: "";
  display: block;
  width: var(--energy, 70%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-2), var(--warm));
}

.orbit-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.orbit-links span {
  flex-basis: 100%;
}

.orbit-links button,
.orbit-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.orbit-links button:hover,
.orbit-card-cta:hover {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.14);
  color: white;
}

.orbit-card-cta {
  width: fit-content;
  background: white;
  color: #050505;
}

@keyframes orbitCardIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

@keyframes orbitRingSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitPulse {
  0% {
    opacity: 0.6;
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    transform: scale(1.26);
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-ring-main,
  .orbit-ring-soft,
  .orbit-core::before,
  .orbit-core::after {
    animation: none;
  }
}

.where-list {
  width: min(100%, 980px);
  margin: 54px auto 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.where-list article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 26px;
  padding: 30px 34px;
  border-bottom: 1px solid var(--line);
}

.where-list article:last-child {
  border-bottom: 0;
}

.where-list h3 {
  margin-bottom: 8px;
}

.proof-section {
  min-height: auto;
  padding-block: 128px;
  background:
    radial-gradient(circle at 18% 28%, rgba(0, 85, 255, 0.13), transparent 28rem),
    radial-gradient(circle at 82% 54%, rgba(214, 147, 117, 0.08), transparent 24rem),
    linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0));
}

.proof-layout {
  display: grid;
  gap: 54px;
}

.proof-grid {
  display: grid;
  gap: 18px;
}

.proof-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 85, 255, 0.14), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #070a12;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 72px rgba(0, 0, 0, 0.18);
}

.proof-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  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: 46px 46px;
  mask-image: radial-gradient(circle at 74% 44%, #000, transparent 72%);
  opacity: 0.65;
}

.proof-card-copy {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.proof-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.proof-card-top > span,
.proof-card-top > a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.proof-card-top > span {
  border: 1px solid rgba(0, 85, 255, 0.32);
  background: rgba(0, 85, 255, 0.14);
  color: #9fc0ff;
  padding: 7px 10px;
}

.proof-card-top a {
  gap: 8px;
  border: 1px solid rgba(0, 85, 255, 0.5);
  background: rgba(0, 85, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 9px 8px 13px;
  box-shadow: 0 10px 28px rgba(0, 85, 255, 0.14);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.proof-card-top a i {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: #0055ff;
  color: white;
  font-size: 0.82rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.proof-card-top a:hover,
.proof-card-top a:focus-visible {
  border-color: rgba(0, 85, 255, 0.82);
  background: rgba(0, 85, 255, 0.22);
  color: white;
  box-shadow: 0 14px 34px rgba(0, 85, 255, 0.22);
  transform: translateY(-1px);
}

.proof-card-top a:hover i,
.proof-card-top a:focus-visible i {
  transform: translate(2px, -2px);
}

.proof-card h3 {
  max-width: 760px;
  margin: 0;
  color: white;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.proof-card-copy > p {
  max-width: 660px;
  margin: 0;
  color: var(--text-soft);
  font-size: 1.04rem;
  line-height: 1.68;
  text-wrap: pretty;
}

.proof-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.proof-flow li {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 116px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.035);
  padding: 14px;
}

.proof-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  width: 9px;
  height: 1px;
  background: rgba(0, 85, 255, 0.45);
}

.proof-flow i {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: rgba(0, 85, 255, 0.15);
  color: #9fc0ff;
  font-size: 1.15rem;
}

.proof-flow span {
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.22;
}

.proof-note {
  border-left: 0;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.92rem !important;
}

.proof-screen-stack {
  position: relative;
  display: grid;
  justify-items: end;
  gap: 14px;
  min-width: 0;
}

.proof-screen {
  position: relative;
  width: min(100%, 360px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.proof-screen::before {
  content: "";
  display: block;
  height: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 18px 50%, rgba(255, 255, 255, 0.9) 0 4px, transparent 4.6px),
    radial-gradient(circle at 34px 50%, rgba(255, 255, 255, 0.55) 0 4px, transparent 4.6px),
    radial-gradient(circle at 50px 50%, rgba(255, 255, 255, 0.32) 0 4px, transparent 4.6px),
    rgba(7, 10, 18, 0.96);
}

.proof-screen img {
  width: 100%;
  height: auto;
}

.proof-screen-wide {
  width: min(100%, 420px);
}

.proof-screen-phone {
  width: min(70%, 236px);
  justify-self: start;
}

.proof-screen-light {
  background: #f8f8f8;
}

.proof-screen-dark {
  background: #111827;
}

.proof-screen-stack .proof-screen-wide {
  margin-top: -32px;
}

.sequence-section {
  align-items: stretch;
  min-height: auto;
  overflow: visible;
  padding-bottom: 0;
}

.sequence-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
  align-items: start;
}

.sequence-layout h2 {
  transform: none;
}

.scatter-text {
  overflow: visible;
}

.scatter-visual {
  display: block;
}

.scatter-word {
  display: inline-block;
  white-space: nowrap;
}

.scatter-word:not(:last-child) {
  margin-right: 0.14em;
}

.scatter-char {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(var(--scatter-x, 0), var(--scatter-y, 0), 0) rotate(var(--scatter-rotate, 0deg)) scale(0.86);
  transform-origin: 50% 70%;
  transition:
    opacity 620ms ease,
    filter 720ms ease,
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--scatter-delay, 0ms);
  will-change: opacity, filter, transform;
}

.section-copy.is-visible .scatter-char,
body.no-motion .scatter-char {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}

body.no-motion .scatter-char {
  transition: none;
}

.sequence-flow {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sequence-flow.reveal,
.sequence-flow.reveal.is-visible {
  transform: none;
}

.sequence-tracker,
.sequence-card {
  border: 1px solid var(--line);
  background: #070a12;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: none;
}

.sequence-tracker {
  position: sticky;
  top: 96px;
  z-index: 4;
  border-radius: var(--radius-sm);
  padding: 34px 28px 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.035)),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #070a12;
  background-size: auto, 34px 34px, 34px 34px, auto;
}

.sequence-step-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  margin-bottom: 24px;
}

.sequence-step-line {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}

.sequence-step-node {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-size: 1rem;
  font-weight: 900;
  transition: background 360ms ease, border-color 360ms ease, box-shadow 360ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sequence-step-node.is-active {
  border-color: rgba(0, 85, 255, 0.82);
  background: var(--blue);
  box-shadow: 0 0 24px rgba(0, 85, 255, 0.65);
  transform: scale(1.18);
}

.sequence-bars-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  height: 58px;
}

.sequence-bar-group {
  height: 58px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
}

.sequence-bar-group i {
  width: 10px;
  height: var(--idle-h);
  align-self: flex-end;
  border-radius: 2px 2px 0 0;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0.18;
  transition: height 450ms ease-out, opacity 350ms ease, filter 350ms ease;
}

.sequence-bar-group i:nth-child(1) {
  background: var(--blue);
}

.sequence-bar-group i:nth-child(2) {
  background: rgba(0, 85, 255, 0.55);
}

.sequence-bar-group.is-active i {
  height: var(--h);
  opacity: 1;
  filter: drop-shadow(0 0 10px rgba(0, 85, 255, 0.34));
  transition-delay: var(--delay);
}

.sequence-card-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 24px;
}

.sequence-card {
  min-height: clamp(440px, 64svh, 620px);
  border-radius: var(--radius-sm);
  padding: clamp(32px, 6vw, 72px);
  opacity: 0;
  transform: translateY(22px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  scroll-margin-top: 120px;
  background: #070a12;
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1), background 350ms ease, border-color 350ms ease, box-shadow 350ms ease;
}

.sequence-card.is-entered,
body.no-motion .sequence-card {
  opacity: 1;
  transform: translateY(0);
}

.sequence-card.is-active {
  border-color: rgba(0, 85, 255, 0.35);
  background:
    radial-gradient(circle at 14% 22%, rgba(0, 85, 255, 0.2), transparent 32rem),
    linear-gradient(135deg, rgba(0, 85, 255, 0.16), rgba(7, 10, 18, 0.98) 55%),
    #070a12;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 18px 56px rgba(0, 85, 255, 0.08);
}

.sequence-card span {
  display: inline-flex;
  margin-bottom: 20px;
  color: rgba(0, 85, 255, 0.45);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0;
  transition: color 350ms ease;
}

.sequence-card.is-active span {
  color: var(--blue);
}

.sequence-card h3 {
  max-width: 820px;
  margin-bottom: 18px;
  color: white;
  font-size: 5.35rem;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.sequence-card p {
  max-width: 640px;
  color: var(--text-muted);
  font-size: 1.24rem;
  line-height: 1.68;
  text-wrap: pretty;
}

.process-section {
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 85, 255, 0.12), transparent 34rem),
    linear-gradient(
      to bottom,
      rgba(17, 17, 17, 0) 0%,
      rgba(14, 31, 47, 0.48) 16%,
      rgba(17, 17, 17, 0.96) 34%,
      rgba(17, 17, 17, 0.96) 66%,
      rgba(14, 31, 47, 0.48) 84%,
      rgba(17, 17, 17, 0) 100%
    );
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.process-card {
  min-height: 260px;
  border-radius: var(--radius-md);
  padding: 34px;
}

.process-card h3 {
  margin: 54px 0 14px;
}

.narrow {
  max-width: 860px;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 44px;
}

.faq-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.faq-item h3 {
  margin: 0;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: white;
  padding: 24px 28px;
  text-align: left;
  font-weight: 900;
}

.faq-question i {
  color: var(--blue-2);
  transition: transform 200ms ease;
}

.faq-question[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.faq-panel {
  padding: 0 28px 26px;
  color: var(--text-muted);
  font-weight: 400;
  line-height: 1.62;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 70px;
  align-items: start;
}

.contact-section h2 > span {
  position: relative;
  color: white;
}

.contact-section h2 > span::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0.08em;
  height: 0.11em;
  border-radius: 999px;
  background: rgba(0, 85, 255, 0.65);
  z-index: -1;
}

.pixel-type-word {
  display: inline-block;
  isolation: isolate;
  white-space: nowrap;
}

.pixel-type-visual {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-kerning: normal;
}

.pixel-type-char {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0);
  opacity: 0;
  filter: blur(8px);
  transform: translateY(0.04em) scale(0.94);
  will-change: opacity, filter, transform, color;
}

.pixel-type-char::before {
  content: attr(data-char);
  position: absolute;
  inset: 0;
  color: transparent;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95) 56%, transparent 56%),
    linear-gradient(rgba(120, 174, 255, 0.95) 56%, transparent 56%);
  background-size: 0.16em 0.16em;
  background-position: 0 0, 0.08em 0.08em;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  transform: scale(1.08);
  pointer-events: none;
}

.pixel-type-word::before {
  content: "";
  position: absolute;
  top: 0.08em;
  bottom: 0.08em;
  left: -0.04em;
  width: 0.08em;
  border-radius: 999px;
  background: var(--blue-2);
  box-shadow: 0 0 14px rgba(0, 85, 255, 0.72);
  opacity: 0;
  transform: translateX(0);
  pointer-events: none;
}

.pixel-type-word.is-pixel-typing .pixel-type-char {
  animation: pixelCharResolve 760ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(140ms + var(--pixel-delay, 0ms));
}

.pixel-type-word.is-pixel-typing .pixel-type-char::before {
  animation: pixelDustResolve 680ms steps(5, end) forwards;
  animation-delay: var(--pixel-delay, 0ms);
}

.pixel-type-word.is-pixel-typing::before {
  animation: pixelTypeCaret 980ms steps(4, end) forwards;
  animation-delay: 90ms;
}

body.no-motion .pixel-type-char {
  color: white;
  opacity: 1;
  filter: none;
  transform: none;
  animation: none;
}

body.no-motion .pixel-type-char::before,
body.no-motion .pixel-type-word::before {
  display: none;
}

@keyframes pixelCharResolve {
  0% {
    color: rgba(255, 255, 255, 0);
    opacity: 0;
    filter: blur(8px);
    transform: translateY(0.04em) scale(0.94);
  }

  38% {
    color: rgba(255, 255, 255, 0.34);
    opacity: 0.88;
    filter: blur(3px);
    transform: translateY(0) scale(1.04);
  }

  100% {
    color: white;
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes pixelDustResolve {
  0% {
    opacity: 0;
    filter: blur(0);
    transform: scale(1.14);
  }

  18% {
    opacity: 1;
  }

  72% {
    opacity: 0.68;
    transform: scale(1.01);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes pixelTypeCaret {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  8%,
  82% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(4.9em);
  }
}

.contact-links {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.message-card {
  border-radius: var(--radius-md);
  overflow: hidden;
}

.message-helper summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  padding: 24px 28px;
  cursor: pointer;
}

.message-helper summary::-webkit-details-marker {
  display: none;
}

.message-helper summary strong,
.message-helper summary small {
  display: block;
}

.message-helper summary strong {
  color: white;
  font-weight: 900;
}

.message-helper summary small {
  margin-top: 3px;
  color: var(--text-muted);
  font-weight: 400;
}

.message-helper summary i {
  color: var(--blue-2);
  transition: transform 200ms ease;
}

.message-helper[open] summary i {
  transform: rotate(180deg);
}

.brief-panel {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding: 26px;
}

.brief-panel label {
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 900;
}

.brief-panel input,
.brief-panel select,
.brief-panel textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  color: white;
  padding: 14px 15px;
  outline: none;
}

.brief-panel select option {
  color: #111;
}

.brief-panel textarea {
  resize: vertical;
}

.brief-panel input:focus,
.brief-panel select:focus,
.brief-panel textarea:focus {
  border-color: rgba(0, 85, 255, 0.64);
  box-shadow: 0 0 0 4px rgba(0, 85, 255, 0.14);
}

.message-preview {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0, 85, 255, 0.06);
  padding: 14px;
}

.message-preview p,
.form-note,
.fallback-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.message-preview output {
  display: block;
  margin-top: 8px;
  white-space: pre-wrap;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.brief-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.fallback-note a {
  color: white;
  text-decoration: underline;
  text-decoration-color: var(--blue);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 42px 0;
  color: var(--text-muted);
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-shell p {
  margin: 0;
  font-weight: 700;
}

.footer-links {
  gap: 14px;
  font-weight: 800;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 9px 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible,
body.no-motion .reveal {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 1040px) {
  .nav-links,
  .nav-icon-link span,
  .progress-nav {
    display: none;
  }

  .nav-shell,
  .section-inner,
  .footer-shell {
    width: min(100% - 32px, var(--container));
  }

  .sequence-layout,
  .contact-grid,
  .proof-card {
    grid-template-columns: 1fr;
  }

  .proof-screen-stack {
    justify-items: start;
  }

  .orbit-field {
    width: min(100%, 680px);
  }

  .sequence-tracker {
    top: 76px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-header {
    position: sticky;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand-name,
  .nav-actions .button {
    display: none;
  }

  .section {
    min-height: auto;
    padding: 90px 0;
  }

  .sequence-section {
    padding-bottom: 0;
  }

  .hero-section {
    min-height: 92svh;
    padding-top: 90px;
  }

  .hero-section h1 {
    font-size: 4.4rem;
  }

  .hero-slab {
    top: 54%;
    width: 62vw;
    height: 130px;
  }

  .hero-slab-left {
    left: -42vw;
  }

  .hero-slab-right {
    right: -42vw;
  }

  .build-orbit-section {
    min-height: auto;
  }

  .build-orbit-shell {
    min-height: auto;
    gap: 28px;
  }

  .build-orbit-copy {
    max-width: 100%;
  }

  .orbit-stage {
    min-height: 560px;
    margin-top: 0;
  }

  .orbit-stage::before {
    width: 100%;
    height: 420px;
  }

  .orbit-field {
    height: 520px;
    min-height: 520px;
    width: 100%;
  }

  .orbit-ring-main {
    width: min(82vw, 330px);
    height: min(82vw, 330px);
  }

  .orbit-ring-soft {
    width: min(62vw, 240px);
    height: min(62vw, 240px);
  }

  .orbit-core {
    width: 108px;
    height: 108px;
    padding: 16px;
  }

  .orbit-core span {
    font-size: 0.7rem;
  }

  .orbit-core strong {
    font-size: 0.8rem;
  }

  .orbit-node {
    width: 150px;
    min-height: 126px;
    padding: 9px 10px 24px;
  }

  .orbit-node-inner {
    width: 48px;
    height: 48px;
  }

  .orbit-node-label {
    top: 68px;
    max-width: 168px;
    padding: 6px 9px;
    font-size: 0.84rem;
    white-space: normal;
  }

  .orbit-card {
    top: 84px;
    width: min(260px, 86vw);
    padding: 16px;
  }

  .orbit-card h3 {
    font-size: 1.08rem;
  }

  .orbit-card p {
    font-size: 0.94rem;
  }

  .hero-actions,
  .contact-links,
  .brief-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .sequence-tracker {
    position: sticky;
    top: 68px;
    padding: 24px 18px 20px;
  }

  .sequence-step-line {
    left: 22px;
    right: 22px;
  }

  .sequence-step-node {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  .sequence-bars-row {
    gap: 4px;
  }

  .sequence-bar-group i {
    width: 8px;
  }

  .sequence-card {
    min-height: clamp(400px, 58svh, 540px);
    padding: 28px;
  }

  .where-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .proof-section {
    padding-block: 92px;
  }

  .proof-card {
    gap: 26px;
    padding: 24px;
  }

  .proof-card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-flow li:not(:last-child)::after {
    display: none;
  }

  .proof-screen-stack {
    width: 100%;
  }

  .proof-screen,
  .proof-screen-wide,
  .proof-screen-phone {
    width: min(100%, 420px);
    justify-self: stretch;
  }

  .proof-screen-stack .proof-screen-wide {
    margin-top: 0;
  }

  .section h2 {
    font-size: 3.5rem;
  }

  .brand-intro-name {
    font-size: 3.6rem;
  }

  .sequence-card h3 {
    font-size: 3.35rem;
  }

  .sequence-card p {
    font-size: 1.08rem;
  }

  .footer-shell {
    flex-direction: column;
    text-align: center;
  }
}
