:root {
  --nx-bg: #0e0f14;
  --nx-bg-soft: #151824;
  --nx-border: #20222b;
  --nx-text: #e5e7eb;
  --nx-muted: #9aa0aa;
  --nx-purple: #8b5cf6;
  --nx-purple-2: #a78bfa;
  --nx-purple-3: #6d28d9;
  --nx-lime: #bef264;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  background:
    radial-gradient(circle at 15% 5%, rgba(139, 92, 246, 0.16), transparent 32%),
    radial-gradient(circle at 85% 0%, rgba(167, 139, 250, 0.1), transparent 35%),
    var(--nx-bg);
  color: var(--nx-text);
  font-family: Outfit, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

html {
  overflow: hidden;
}

body {
  overflow-y: auto;
}

#particle-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.cursor-glow {
  position: fixed;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.2), transparent 65%);
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%);
}

main,
.footer,
.site-header {
  width: 100%;
  position: relative;
  z-index: 2;
}

.site-header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1rem 0;
  z-index: 5;
  transition: padding 0.28s ease;
}

.site-header:not(.nav-compact) {
  position: absolute;
  top: 0;
  left: 0;
}

.site-header.nav-compact {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem 0 0;
}

main > section:not(.hero-ref),
.footer {
  padding-left: 2rem;
  padding-right: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  height: 50px;
  width: auto;
  display: block;
}

.brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nx-purple), var(--nx-purple-2));
  box-shadow: 0 0 16px rgba(139, 92, 246, 0.7);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-link {
  position: relative;
  display: inline-block;
  color: var(--nx-muted);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
  overflow: hidden;
  line-height: 1.1;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #8b5cf6, #a78bfa);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.28s ease;
}

.nav-link:hover {
  color: var(--nx-text);
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-link-clone {
  display: inline-grid;
}

.nav-link-clone > span {
  grid-area: 1 / 1;
  transition: transform 0.36s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.3s ease;
}

.nav-link-clone > span:first-child {
  transform: translateY(0%);
  opacity: 1;
}

.nav-link-clone > span:last-child {
  transform: translateY(115%);
  opacity: 0.95;
}

.nav-link:hover .nav-link-clone > span:first-child,
.nav-link:focus-visible .nav-link-clone > span:first-child {
  transform: translateY(-115%);
  opacity: 0;
}

.nav-link:hover .nav-link-clone > span:last-child,
.nav-link:focus-visible .nav-link-clone > span:last-child {
  transform: translateY(0%);
  opacity: 1;
}

.btn {
  border: 1px solid transparent;
  background: none;
  color: inherit;
  border-radius: 999px;
  padding: 0.7rem 1.3rem;
  cursor: pointer;
  font-weight: 600;
}

.btn-primary {
  background: linear-gradient(130deg, var(--nx-purple), var(--nx-purple-3));
  color: #fff;
  box-shadow: 0 12px 26px rgba(109, 40, 217, 0.35);
}

.btn-sm {
  padding: 0.46rem 1rem;
  font-size: 0.875rem;
}

.btn-ghost {
  border-color: #2a2d39;
  color: #c4c9d6;
  background: rgba(255, 255, 255, 0.02);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

.chip {
  display: inline-flex;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, 0.45);
  color: #d1c3ff;
  font-size: 0.875rem;
  margin: 0 0 1rem;
}

.hero-ref {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  margin: 0;
}

.hero-dark {
  flex: 1 1 62%;
  background: transparent;
  padding: 0;
}

.hero-dark-stage {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 2.3rem;
}

.hero-dark-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-dark-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 6vw, 5.15rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Space Grotesk", sans-serif;
  will-change: transform;
  transition: transform 0.12s linear;
}

.hero-dark-top {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.6rem);
}

.hero-dark-words {
  display: inline-flex;
  align-items: center;
  gap: 0.34em;
}

.hero-dark-word {
  display: inline-block;
}

.hero-dark-line {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}

.hero-dark-line-text {
  display: inline-block;
}

.hero-dark-logo-chip {
  width: 254px;
}

.hero-dark-logo-chip img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 0.2rem;
  scale: 1.4;
}

.hero-dark-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: clamp(0.2rem, 1.6vw, 1.2rem);
}


.cssbuttons-io-button {
  background: #8b5cf6;
  color: #ffffff;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 1.3em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #6d28d9;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  width: 225px;
  text-align: center;
}

.cssbuttons-io-button .icon {
  background: #ffffff;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 1em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em rgba(109, 40, 217, 0.45);
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #6d28d9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}
.cssbuttons2{
  width: 330px;
}

.hero-nav {
  width: min(96%, 1420px);
  height: 60px;
  border: 1px solid #252c39;
  background: rgba(8, 11, 18, 0.9);
  border-radius: 50px;
  padding: 0.75rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
  overflow: hidden;
  transition: width 0.32s ease, box-shadow 0.24s ease;
}

.site-header.nav-compact .hero-nav {
  width: min(90%, 1260px);
  box-shadow: 0 10px 22px rgba(3, 8, 18, 0.36);
}

.nav-side {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-left {
  justify-self: start;
}

.nav-right {
  justify-self: end;
}

.nav-center {
  justify-self: center;
}

.nav-lang {
  display: inline-flex;
  align-items: center;
}

.lang-select {
  appearance: none;
  border: 1px solid rgba(167, 139, 250, 0.46);
  background: rgba(12, 15, 24, 0.9);
  color: #e5ddff;
  border-radius: 999px;
  padding: 0.28rem 1.5rem 0.28rem 0.62rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.lang-select:focus-visible {
  border-color: rgba(196, 181, 253, 0.95);
  box-shadow: 0 0 0 2px rgba(167, 139, 250, 0.2);
}

.mobile-nav-toggle,
.mobile-nav-panel {
  display: none;
}

.nav-reveal-item {
  opacity: 0;
  transform: translateY(-22px);
}

.site-header.nav-ready .nav-reveal-item {
  animation: nav-item-down 0.45s ease forwards;
  animation-delay: calc(var(--seq, 0) * 120ms);
}

.site-header.nav-boot .hero-nav {
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 999px !important;
  justify-items: center;
  pointer-events: none;
  animation: nav-shell-open 2.2s cubic-bezier(0.22, 0.62, 0.2, 1) forwards;
}

.site-header.nav-boot .nav-reveal-item {
  opacity: 0;
  transform: translateY(-22px);
}

.hero-white {
  flex: 0 0 38%;
  background: #f4f6fb;
  position: relative;
  padding: 1.1rem 1.8rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.2rem;
}


.hero-white-left {
  display: flex;
  align-items: center;
  flex: 1 1 52%;
}

.hero-white-left h1 {
  font-size: clamp(1.8rem, 4.2vw, 2.85rem);
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
  color: #1e2540;
  line-height: 1.06;
}

.title-reveal {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.title-reveal__text {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  animation: titleTextReveal 0.78s ease forwards;
}

.title-reveal__bar {
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: #814bec;
  animation: titleBarWipe 0.78s ease forwards;
  pointer-events: none;
}

.hero-white-right {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
}

.hero-stat {
  --hero-stat-target-height: 210px;
  position: relative;
  z-index: 1;
  border-radius: 14px;
  border: 1px solid rgba(147, 152, 170, 0.35);
  transform-style: preserve-3d;
  will-change: transform;
  height: var(--hero-stat-target-height);
  min-height: var(--hero-stat-target-height);
  display: flex;
  flex-direction: column;
}

.hero-stat {
  width: 100%;
  background: linear-gradient(150deg, #161a2a, #0f1322);
  color: #dde2ef;
  padding: 0.85rem;
}

.hero-kicker {
  margin: 0;
  color: #9da7be;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
}

.hero-stat-value {
  margin: 0.45rem 0 0;
  font-size: 1.5rem;
  font-family: "Space Grotesk", sans-serif;
  color: #dde2ef;
}

.hero-stat-sub {
  margin: 0.2rem 0 0;
  color: #b9c1d5;
  font-size: 0.875rem;
}

.hero-stat-copy {
  margin: 0.6rem 0 0;
  color: #9da7be;
  font-size: 0.875rem;
  line-height: 1.4;
}

.hero-ref.hero-prep .hero-dark-top,
.hero-ref.hero-prep .hero-dark-logo-chip,
.hero-ref.hero-prep .hero-dark-line-text,
.hero-ref.hero-prep .hero-dark-actions,
.hero-ref.hero-prep .hero-white-right .hero-stat {
  opacity: 0;
}

.hero-ref.hero-prep .hero-dark-top {
  transform: translateY(16px);
}

.hero-ref.hero-prep .hero-dark-logo-chip {
  transform: translateY(12px) scale(0.88);
}

.hero-ref.hero-prep .hero-dark-line-text,
.hero-ref.hero-prep .hero-dark-actions {
  transform: translateX(-18px);
}

.hero-ref.hero-prep .hero-white-right .hero-stat {
  height: 10px;
  min-height: 10px;
  transform: translateY(10px);
  filter: blur(4px);
  overflow: hidden;
}

.hero-ref.hero-ready .hero-dark-top {
  animation: heroFadeLift 0.62s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.hero-ref.hero-ready .hero-dark-actions {
  animation: heroSlideXIn 0.66s cubic-bezier(0.2, 0.7, 0.2, 1) 0.2s forwards;
}

.hero-ref.hero-ready .hero-dark-logo-chip {
  animation: heroPopIn 0.72s cubic-bezier(0.18, 0.9, 0.24, 1) 0.32s forwards;
}

.hero-ref.hero-ready .hero-dark-line-text {
  animation: heroSlideXIn 0.62s cubic-bezier(0.2, 0.7, 0.2, 1) 0.4s forwards;
}

.hero-ref.hero-ready .hero-white-right .hero-stat {
  animation: heroCardBlinkGrow 0.9s cubic-bezier(0.18, 0.82, 0.22, 1) forwards;
}

.hero-ref.hero-ready .hero-white-right .hero-stat:nth-child(1) {
  animation-delay: 0.25s;
}

.hero-ref.hero-ready .hero-white-right .hero-stat:nth-child(2) {
  animation-delay: 0.75s;
}

.hero-ref.hero-ready .hero-white-right .hero-stat:nth-child(3) {
  animation-delay: 1.25s;
}

.hero-ref.hero-ready .hero-white-right .hero-stat:nth-child(4) {
  animation-delay: 1.75s;
}

.app-process {
  padding: 4.2rem 2rem 2.2rem;
  background: #070b14;
}

.section-break-gradient {
  width: 100%;
  height: 140px;
  background: linear-gradient( 180deg, #f4f6fb 20%, #070b14 100% );
}

.app-process-head {
  max-width: 760px;
  margin: 0 auto 2rem;
  text-align: center;
}

.process-chip {
  display: inline-flex;
  border: 1px solid #252d41;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  color: #b9c2d8;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.app-process-head h2 {
  margin-top: 1rem;
  font-size: clamp(2rem, 5.6vw, 3.1rem);
  color: #e8ebf7;
  letter-spacing: -0.03em;
}

.app-process-head p {
  margin: 0.9rem auto 0;
  max-width: 62ch;
  color: #9da7be;
  font-size: 0.95rem;
  line-height: 1.6;
}

.process-mosaic {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.mosaic-card {
  border: 1px solid #232b3f;
  background: linear-gradient(160deg, rgba(15, 18, 28, 0.95), rgba(12, 15, 24, 0.82));
  border-radius: 18px;
  padding: 1.1rem;
}
.mosaic-a > h3{
  margin-bottom: 75px !important;
}
.mosaic-a {
  grid-column: 1 / span 3;
  min-height: 330px;
  overflow: hidden;
  position: relative;
}

.mosaic-b {
  grid-column: 4 / span 3;
  min-height: 330px;
  overflow: hidden;
  position: relative;
}

.mosaic-c {
  overflow: hidden;
  grid-column: 1 / span 2;
  min-height: 300px;
}
.img-analise{
  position: absolute;
  right: -12%;
  width: 45%;
  bottom: -25%;
  display: flex;
  z-index: 99999999;
}
.text2-card{
  max-width: 65%;
}
.mosaic-d {
  grid-column: 3 / span 2;
  min-height: 300px;
  overflow: hidden;
}

.mosaic-e {
  grid-column: 5 / span 2;
  min-height: 300px;
  overflow: hidden;
}

.mosaic-card h3 {
  margin: 1rem 0 0;
  color: #e7ebf6;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  line-height: 1.15;
}

.scroll-title-reveal {
  clip-path: inset(0 100% 0 0);
}

.scroll-title-reveal.in-view {
  animation: titleTextReveal 0.78s ease forwards;
}

.mosaic-a,
.mosaic-b,
.mosaic-c,
.mosaic-d,
.mosaic-e {
  opacity: 0;
  transition: opacity 0.62s ease, transform 0.62s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.mosaic-a {
  transform: translateX(-58px);
}

.mosaic-b {
  transform: translateX(58px);
}

.mosaic-c,
.mosaic-d,
.mosaic-e {
  transform: translateY(32px);
}

.mosaic-a.in-view,
.mosaic-b.in-view,
.mosaic-c.in-view,
.mosaic-d.in-view,
.mosaic-e.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

.mosaic-a::after,
.mosaic-b::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -42%;
  height: 40%;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(188, 156, 255, 0),
    rgba(188, 156, 255, 0.22) 45%,
    rgba(188, 156, 255, 0)
  );
  opacity: 0;
}

.mosaic-a.in-view::after,
.mosaic-b.in-view::after {
  animation: none;
}

.mosaic-c.in-view {
  transition-delay: 0.08s;
}

.mosaic-d.in-view {
  transition-delay: 0.24s;
}

.mosaic-e.in-view {
  transition-delay: 0.4s;
}

.mosaic-b h3 {
  margin: 0;
}

.comparison-board {
  margin-top: 1rem;
  border: 1px solid #2b3348;
  border-radius: 16px;
  background: rgba(9, 12, 20, 0.42);
  padding: 0.95rem 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.comparison-col {
  border: 1px solid #303a53;
  border-radius: 12px;
  padding: 0.7rem 0.55rem;
  background: rgba(14, 18, 30, 0.78);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 190px;
}

.comparison-col-main {
  border-color: #574a87;
  background: linear-gradient(170deg, rgba(28, 20, 48, 0.76), rgba(17, 14, 31, 0.88));
}

.comparison-dot {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #3c4a68;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.03);
}

.comparison-dot-orange {
  background: radial-gradient(circle at 35% 25%, #ffce86, #f97316 72%);
}

.comparison-dot-blue {
  background: radial-gradient(circle at 35% 25%, #8bd7ff, #3b82f6 72%);
}

.comparison-dot-nexum {
  width: 72px;
  height: 72px;
  border-color: #8b5cf6;
  background: radial-gradient(circle at 35% 25%, rgba(214, 170, 255, 0.24), rgba(139, 92, 246, 0.42));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
}

.comparison-dot-nexum img {
  width: 85px;
  height: auto;
  object-fit: contain;
}

.comparison-notes {
  margin-top: 0.75rem;
  width: 100%;
}

.comparison-down {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
}

.comparison-down + .comparison-down {
  margin-top: 0.42rem;
}

.comparison-red {
  color: #f87171;
}

.comparison-green {
  color: #4ade80;
}

.comparison-note-plain {
  margin: 0;
  color: #b8c3de;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}

.signal-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  gap: 0.6rem;
  align-items: center;
  justify-items: center;
}

.signal-rail {
  position: absolute;
  left: -5%;
  right: -5%;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.16), rgba(139, 92, 246, 0.55), rgba(139, 92, 246, 0.16));
  border-radius: 999px;
  z-index: 1;
}

.signal-pulse {
  position: absolute;
  top: 50%;
  width: 110px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 180, 255, 0), rgba(203, 120, 255, 0.95), rgba(216, 180, 255, 0));
  filter: blur(1.2px);
  box-shadow: 0 0 18px rgba(190, 98, 255, 0.85), 0 0 36px rgba(190, 98, 255, 0.4);
}

.signal-pulse.left {
  left: -18%;
  animation: railPulseLeft 2.8s ease-in-out infinite;
}

.signal-pulse.right {
  right: -18%;
  animation: railPulseRight 2.8s ease-in-out infinite;
}

.signal-box {
  position: relative;
  z-index: 2;
  width: 100px !important;
  height: 100px !important;
  border-radius: 90px !important;
  border: 1px solid #31384d;
  background: rgba(11, 15, 25, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  overflow: hidden;
}

.signal-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(190, 98, 255, 0.4), rgba(139, 92, 246, 0.18));
  opacity: 0;
  z-index: 0;
}

.signal-left::before {
  transform-origin: left center;
  animation: leftCellFill 2.8s ease-in-out infinite;
}

.signal-right::before {
  transform-origin: right center;
  animation: rightCellFill 2.8s ease-in-out infinite;
}

.signal-center::before {
  background: radial-gradient(circle at center, rgba(212, 138, 255, 0.82), rgba(139, 92, 246, 0.28) 56%, rgba(139, 92, 246, 0) 90%);
  animation: centerCellFill 2.8s ease-in-out infinite;
}
.signal-center > img{
  width: 125px;
}
.signal-logo,
.signal-label {
  position: relative;
  z-index: 1;
}

.signal-logo {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid #404a62;
  background: linear-gradient(140deg, #121827, #1a2234);
  display: flex;
  align-items: center;
  justify-content: center;
}

.signal-logo span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #dce4ff;
}

.signal-logo-nexum {
  width: 68px;
  border-radius: 14px;
  border-color: #4f5c7d;
}

.signal-logo-nexum img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 0.16rem;
}

.signal-center .signal-logo-nexum {
  animation: centerCoreGlow 2.8s ease-in-out infinite;
}

.signal-label {
  margin: 0;
  color: #acb7d2;
  font-size: 0.68rem;
  font-weight: 500;
  text-align: center;
}



.mosaic-widget.duo {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.mini-pill,
.mini-action {
  border: 1px solid #2b3348;
  border-radius: 12px;
  background: rgba(9, 12, 20, 0.45);
  padding: 0.85rem;
}

.mini-pill strong,
.mini-action strong {
  color: #ebeffc;
  font-size: 1rem;
}

.mini-pill span {
  display: block;
  margin-top: 0.35rem;
  color: #aeb9d2;
  font-size: 0.875rem;
}

.mini-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-action button {
  border: 1px solid #35405a;
  border-radius: 999px;
  background: #101626;
  color: #dbe3f8;
  font-size: 0.875rem;
  padding: 0.45rem 0.85rem;
}

.center-flow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-node {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #243252;
}

.flow-node.main {
  position: relative;
  width: 56px;
  height: 56px;
  background: radial-gradient(circle, #a78bfa 10%, #8b5cf6 70%);
}

.flow-node.n1 { top: 18%; left: 24%; }
.flow-node.n2 { top: 26%; right: 22%; }
.flow-node.n3 { bottom: 18%; left: 30%; }
.flow-node.n4 { bottom: 24%; right: 28%; }

.report-head {
  display: flex;
  justify-content: space-between;
  color: #c8d3eb;
  font-size: 0.875rem;
}

.report-line {
  margin-top: 1rem;
  height: 120px;
  border-radius: 10px;
  background:
    linear-gradient(140deg, transparent 0 30%, rgba(139, 92, 246, 0.3) 42% 44%, transparent 58% 100%),
    linear-gradient(180deg, rgba(167, 139, 250, 0.08), rgba(167, 139, 250, 0));
  border: 1px solid #303a53;
}

.visual-assessment::before {
  left: 24%;
  top: 22%;
  transform: rotate(-26deg);
}

.visual-assessment::after {
  left: 44%;
  top: 48%;
  transform: rotate(-18deg);
}

.visual-consultation::before {
  left: 26%;
  top: 22%;
  transform: rotate(-14deg);
}

.visual-consultation::after {
  left: 40%;
  top: 40%;
  transform: rotate(-34deg);
}

.visual-execution::before {
  left: 22%;
  top: 22%;
  transform: rotate(-30deg);
}

.visual-execution::after {
  left: 42%;
  top: 44%;
  transform: rotate(-22deg);
}

.visual-agreement::before {
  left: 28%;
  top: 22%;
  transform: rotate(-18deg);
}

.visual-agreement::after {
  left: 46%;
  top: 42%;
  transform: rotate(-10deg);
}

.operate-card h3 {
  margin: 0;
  color: #222a38;
  font-size: 0.9rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-weight: 700;
}

.operate-card p {
  margin: 0.35rem 0 0;
  color: #6f7788;
  font-size: 0.5rem;
  line-height: 1.34;
  max-width: 32ch;
}

.card-sequence {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: end;
  min-height: 244px;
}

.card-assessment {
  grid-column: 2;
  grid-row: 1;
}

.card-consultation {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-height: 244px;
}

.card-execution {
  grid-column: 2;
  grid-row: 2;
}

.card-agreement {
  grid-column: 3;
  grid-row: 3;
  min-height: 136px;
}

.integrations-section {
  background: #070b14;
  padding: 3rem 0 4rem;
}

.integrations-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 1.8rem;
}

.integrations-chip {
  display: inline-flex;
  border: 1px solid #28314a;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  color: #bac3d8;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.integrations-head h2 {
  margin: 0.9rem 0 0;
  color: #e8ecf9;
  font-size: clamp(1.8rem, 4.2vw, 2.9rem);
  letter-spacing: -0.02em;
}

.integrations-head p {
  margin: 0.75rem 0 0;
  color: #9aa5be;
  font-size: 0.95rem;
  line-height: 1.55;
}

.integrations-kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.1rem auto 0;
  width: min(100%, 900px);
  justify-content: center;
}

.integrations-kpis article {
  border: 1px solid #2b3550;
  border-radius: 12px;
  background: rgba(11, 16, 27, 0.72);
  padding: 0.7rem 0.85rem;
}

.integrations-kpis strong {
  display: block;
  color: #f1eaff;
  font-size: 1.25rem;
}

.integrations-kpis span {
  color: #aab7d2;
  font-size: 0.875rem;
}

.integrations-grid {
  margin-top: 1rem;
  border-top: 1px solid #2b3550;
  border-left: 1px solid #2b3550;
  background: rgba(10, 14, 24, 0.82);
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0;
  position: relative;
  overflow: hidden;
}

.integrations-grid::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at center, rgba(139, 92, 246, 0.18), transparent 58%);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.35s ease, transform 0.45s ease;
  pointer-events: none;
}

.logo-chip {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  border-right: 1px solid #2b3550;
  border-bottom: 1px solid #2b3550;
  background: rgba(11, 15, 25, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  transition:
    opacity 0.44s ease var(--logo-delay, 0ms),
    transform 0.44s cubic-bezier(0.2, 0.7, 0.2, 1) var(--logo-delay, 0ms),
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.logo-chip.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.logo-invert > img{
  filter: invert(1);
}
.logo-chip img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.logo-chip::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 12px;
  background: radial-gradient(circle at 50% 50%, rgba(167, 139, 250, 0.24), transparent 68%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.integrations-grid:hover::before {
  opacity: 1;
  transform: scale(1);
}

.integrations-grid:hover .logo-chip {
  opacity: 0.62;
}

.integrations-grid:hover .logo-chip:hover {
  opacity: 1;
  transform: translateY(-6px) scale(1.03);
  background: rgba(20, 24, 38, 0.98);
  box-shadow: 0 14px 24px rgba(139, 92, 246, 0.2);
  z-index: 1;
}

.integrations-grid:hover .logo-chip:hover::after {
  opacity: 1;
}

.integrations-grid:hover .logo-chip:hover img {
  transform: scale(1.08);
  filter: drop-shadow(0 0 8px rgba(167, 139, 250, 0.4));
}

.section-separator {
  height: 110px;
  border-top: 1px solid #232d45;
  border-bottom: 1px solid #1b2437;
  background:
    linear-gradient(180deg, rgba(7, 11, 20, 0) 0%, rgba(7, 11, 20, 0.92) 72%, #070b14 100%),
    radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.24), transparent 58%);
}

.single-cta-section {
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(7, 11, 20, 0.8), rgba(7, 11, 20, 0.86)) padding-box;
  padding: 4rem 1.2rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.95rem;
}
.single-cta-section > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: rgba(7, 11, 20, 0.42);
  width: 100%;
  height: 250px;
  border-radius: 30px;
  box-shadow: 0 14px 24px rgba(139, 92, 246, 0.2);
  border: 1px solid #232b3f;
}

.single-cta-section > div::before {
  content: "";
  position: absolute;
  inset: -18px;
  background: url("./img/imgbgcontatos.png") center / cover no-repeat;
  filter: blur(15px);
  transform: scale(1.08);
  z-index: -1;
}

.single-cta-icon {
  width: 94px;
  height: 94px;
  border-radius: 24px;
  border: 1px solid #2b3550;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.18), rgba(10, 14, 24, 0.9));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(12, 17, 30, 0.5);
}

.single-cta-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.single-cta-section h2 {
  margin: 0.3rem 0 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #eef2ff;
  letter-spacing: -0.02em;
}

.single-cta-section p {
  margin: 0;
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.55;
  color: #aeb8cf;
}

body.modal-open {
  overflow: hidden;
}

.demo-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 35;
  padding: 1rem;
}

.demo-modal.is-open {
  display: flex;
}

.demo-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 8, 14, 0.74);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.demo-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  border: 1px solid rgba(167, 139, 250, 0.35);
  border-radius: 18px;
  padding: 1.2rem 1.1rem 1.1rem;
  background: linear-gradient(165deg, rgba(16, 21, 34, 0.98), rgba(10, 14, 24, 0.98));
  box-shadow: 0 24px 56px rgba(1, 3, 10, 0.62);
}

.demo-modal-close {
  border: 1px solid rgba(167, 139, 250, 0.46);
  background: rgba(10, 13, 21, 0.92);
  color: #ece4ff;
  border-radius: 999px;
  padding: 0.34rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  margin-left: auto;
  display: inline-flex;
}

.demo-modal-dialog h3 {
  margin: 0.55rem 0 1rem;
  font-size: clamp(1.2rem, 2.8vw, 1.6rem);
  color: #f0eaff;
}

.demo-form {
  display: grid;
  gap: 0.58rem;
}

.demo-form label {
  color: #c8d0e4;
  font-size: 0.86rem;
}

.demo-form input {
  width: 100%;
  border: 1px solid #303a52;
  border-radius: 10px;
  background: rgba(7, 11, 20, 0.9);
  color: #e5e7eb;
  padding: 0.68rem 0.76rem;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.demo-form input:focus {
  border-color: rgba(167, 139, 250, 0.84);
  box-shadow: 0 0 0 2px rgba(167, 139, 250, 0.2);
}

.demo-submit {
  margin-top: 0.65rem;
  border: 1px solid #7f56f3;
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  cursor: pointer;
}

.single-cta-button {
  margin-top: 0.5rem;
  border: 1px solid #7f56f3;
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.78rem 1.35rem;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.single-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(109, 40, 217, 0.32);
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.process-card {
  border: 1px solid #232b3f;
  background: linear-gradient(160deg, rgba(15, 18, 28, 0.95), rgba(12, 15, 24, 0.82));
  border-radius: 18px;
  padding: 1.2rem;
}

.process-card h3 {
  margin: 1.1rem 0 0;
  color: #e7ebf6;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  line-height: 1.15;
}

.process-card p {
  margin: 0.7rem 0 0;
  color: #9da7be;
  line-height: 1.55;
  font-size: 0.95rem;
}

.process-card-mini {
  min-height: 390px;
}

.process-visual {
  border: 1px solid #252f45;
  border-radius: 16px;
  background: rgba(16, 20, 32, 0.82);
  min-height: 190px;
  padding: 0.95rem;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.process-list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 0.75rem;
  border: 1px solid #2b3348;
  border-radius: 10px;
  background: rgba(9, 12, 20, 0.45);
  color: #d2d9ea;
  font-size: 0.9rem;
}

.process-list-row i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, #86efac 25%, #4ade80 70%);
  box-shadow: 0 0 12px rgba(74, 222, 128, 0.4);
}

.process-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.upload-ring {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 1px solid #33405d;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.38), rgba(28, 31, 44, 0.55));
  color: #e7ddff;
  font-weight: 600;
}

.upload-status {
  border: 1px solid #2c3448;
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  color: #d0d7e8;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.upload-status i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #86efac;
}

.process-card-wide {
  grid-column: 1 / -1;
  min-height: 310px;
  display: flex;
  gap: 1rem;
}

.process-copy {
  flex: 1 1 52%;
}

.process-btn {
  margin-top: 1.2rem;
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}

.process-calendar {
  flex: 1 1 48%;
  border: 1px solid #2a334a;
  border-radius: 14px;
  padding: 0.9rem;
  background: rgba(14, 18, 28, 0.75);
}

.calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}

.calendar-head strong {
  color: #e7ecfa;
  font-size: 0.95rem;
}

.calendar-head span {
  color: #9eb2d4;
  font-size: 0.875rem;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.45rem;
  color: #b7c1d7;
  font-size: 0.875rem;
}

.calendar-grid span {
  text-align: center;
  padding: 0.3rem 0.2rem;
  border-radius: 8px;
}

.calendar-grid span.active {
  background: rgba(139, 92, 246, 0.28);
  color: #efe8ff;
}

.calendar-tag {
  margin-top: 0.85rem;
  border: 1px solid #2d3852;
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
  color: #cbd5ea;
  font-size: 0.875rem;
}

.mini-chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 0.35rem;
  height: 52px;
  margin-top: 0.5rem;
}

.mini-chart span {
  display: block;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, var(--nx-purple-2), rgba(139, 92, 246, 0.22));
  animation: pulseBar 2.4s ease-in-out infinite;
}

.mini-chart span:nth-child(1) {
  height: 40%;
}
.mini-chart span:nth-child(2) {
  height: 76%;
  animation-delay: 0.2s;
}
.mini-chart span:nth-child(3) {
  height: 56%;
  animation-delay: 0.4s;
}
.mini-chart span:nth-child(4) {
  height: 84%;
  animation-delay: 0.5s;
}
.mini-chart span:nth-child(5) {
  height: 67%;
  animation-delay: 0.3s;
}
.mini-chart span:nth-child(6) {
  height: 93%;
  animation-delay: 0.6s;
}

.partners {
  margin-top: 2.4rem;
  padding: 1.3rem;
  border: 1px solid var(--nx-border);
  border-radius: 14px;
  background: rgba(15, 17, 24, 0.58);
}

.partners p {
  margin: 0 0 0.9rem;
  color: var(--nx-muted);
  font-size: 0.9rem;
}

.marquee {
  overflow: hidden;
}

.track {
  display: inline-flex;
  gap: 2.1rem;
  white-space: nowrap;
  animation: marquee 17s linear infinite;
}

.track span {
  font-family: "Space Grotesk", sans-serif;
  color: #c7cce2;
  opacity: 0.78;
}

.features {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
}

.feature-main,
.feature-side {
  border: 1px solid var(--nx-border);
  border-radius: 18px;
  padding: 1.4rem;
  background: linear-gradient(160deg, rgba(18, 19, 30, 0.85), rgba(16, 18, 26, 0.55));
}

.feature-main {
  grid-row: span 2;
  min-height: 370px;
}

.feature-main h2 {
  margin-top: 0.4rem;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
}

.feature-main p {
  color: var(--nx-muted);
  line-height: 1.6;
  margin-bottom: 1.4rem;
}

.feature-side h3 {
  font-size: 1.35rem;
  margin-bottom: 0.65rem;
}

.feature-side p {
  margin: 0;
  color: var(--nx-muted);
  line-height: 1.55;
}

.stats {
  margin-top: 2.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.stat {
  border: 1px solid var(--nx-border);
  border-radius: 14px;
  padding: 1rem;
  background: rgba(17, 18, 27, 0.74);
}

.stat-title {
  margin: 0;
  color: var(--nx-muted);
}

.stat-number {
  margin: 0.5rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3.8vw, 2.5rem);
}

.footer {
  margin-top: 2.7rem;
  margin-bottom: 2rem;
  border: 1px solid var(--nx-border);
  border-radius: 16px;
  padding: 1.5rem;
  background: linear-gradient(120deg, rgba(23, 25, 35, 0.82), rgba(17, 18, 26, 0.82));
}

.footer h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
}

.footer p {
  margin: 0.7rem 0 1.2rem;
  color: var(--nx-muted);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: transform 0.7s cubic-bezier(0.2, 0.6, 0.2, 1), opacity 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-16px);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulseBar {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.25);
  }
}

@keyframes mosaicTopLightSweep {
  0% {
    top: -42%;
    opacity: 0;
  }
  18% {
    opacity: 0.95;
  }
  100% {
    top: 112%;
    opacity: 0;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes nav-shell-open {
  0% {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    opacity: 0.15;
  }
  12% {
    opacity: 1;
  }
  18% {
    opacity: 0.2;
  }
  24% {
    opacity: 1;
  }
  30% {
    opacity: 0.2;
  }
  36% {
    opacity: 1;
  }
  42% {
    opacity: 0.2;
  }
  48% {
    opacity: 1;
  }
  100% {
    width: 75%;
    height: 70px;
    border-radius: 14px;
    padding: 0.75rem 1.2rem;
    opacity: 1;
    pointer-events: auto;
  }
}

@keyframes nav-item-down {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleTextReveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  45% {
    clip-path: inset(0 0% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}

@keyframes titleBarWipe {
  0% {
    transform: translateX(-110%);
  }
  45% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(110%);
  }
}

@keyframes heroFadeLift {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroSlideXIn {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroPopIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.88);
  }
  65% {
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroCardBlinkGrow {
  from {
    opacity: 0.2;
    height: 10px;
    min-height: 10px;
    transform: translateY(10px);
    filter: blur(6px);
  }
  12% {
    opacity: 1;
  }
  26% {
    opacity: 0.28;
  }
  40% {
    opacity: 1;
  }
  54% {
    opacity: 0.28;
    height: 10px;
    min-height: 10px;
    transform: translateY(10px);
  }
  64% {
    opacity: 1;
    height: 10px;
    min-height: 10px;
    transform: translateY(10px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    height: var(--hero-stat-target-height);
    min-height: var(--hero-stat-target-height);
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes railPulseLeft {
  0% { left: -24%; opacity: 0; }
  12% { opacity: 1; }
  48% { left: calc(50% - 110px); opacity: 1; }
  62% { opacity: 0.15; }
  100% { left: calc(50% - 110px); opacity: 0; }
}

@keyframes railPulseRight {
  0% { right: -24%; opacity: 0; }
  12% { opacity: 1; }
  48% { right: calc(50% - 110px); opacity: 1; }
  62% { opacity: 0.15; }
  100% { right: calc(50% - 110px); opacity: 0; }
}

@keyframes leftCellFill {
  0%, 10% { opacity: 0; transform: scaleX(0); }
  44% { opacity: 0.95; transform: scaleX(1); }
  58% { opacity: 0.2; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1); }
}

@keyframes rightCellFill {
  0%, 10% { opacity: 0; transform: scaleX(0); }
  44% { opacity: 0.95; transform: scaleX(1); }
  58% { opacity: 0.2; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1); }
}

@keyframes centerCellFill {
  0%, 42% { opacity: 0; }
  50% { opacity: 1; }
  72% { opacity: 0.52; }
  100% { opacity: 0; }
}

@keyframes centerCoreGlow {
  0%, 42% {
    box-shadow: 0 0 0 rgba(190, 98, 255, 0);
    border-color: #4f5c7d;
  }
  54% {
    box-shadow: 0 0 18px rgba(198, 112, 255, 0.95), 0 0 36px rgba(190, 98, 255, 0.5);
    border-color: #b777ff;
  }
  100% {
    box-shadow: 0 0 0 rgba(190, 98, 255, 0);
    border-color: #4f5c7d;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-ref.hero-prep .hero-dark-top,
  .hero-ref.hero-prep .hero-dark-logo-chip,
  .hero-ref.hero-prep .hero-dark-line-text,
  .hero-ref.hero-prep .hero-dark-actions,
  .hero-ref.hero-prep .hero-white-right .hero-stat {
    opacity: 1;
    transform: none;
    filter: none;
    height: var(--hero-stat-target-height);
    min-height: var(--hero-stat-target-height);
    animation: none;
  }

  .mosaic-a,
  .mosaic-b,
  .mosaic-c,
  .mosaic-d,
  .mosaic-e,
  .logo-chip,
  .scroll-title-reveal {
    opacity: 1 !important;
    transform: none !important;
    clip-path: inset(0 0 0 0) !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (width <= 860px) {

  .title-reveal{
    font-size: 24px !important;
  }
  .title-reveal{
    text-align: center;
  }
  .single-cta-section > div > p{width: 80%;}
  .hero-white,.hero-white-right{
    align-items: center ;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap !important;
  }
  .tilt-card{
    width: 100% !important;
  }
  .hero-white-right > .hero-stat{
    text-align: center;
    --hero-stat-target-height: 145px !important;
  }
  .hero-kicker{
    font-size: 16px !important;
  }


  .site-header {
    padding: 0.8rem 1rem 0;
  }

  main > section:not(.hero-ref),
  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-nav {
    width: 92%;
    justify-content: space-evenly;
    height: auto;
    min-height: 62px;
    gap: 0.6rem;
  }

  .site-header.nav-compact .hero-nav {
    width: 92%;
  }

  .nav-left {
    display: none;
  }

  .nav-right {
    justify-self: end;
  }

  .nav-right .nav-link {
    display: none;
  }

  .site-header.nav-boot .hero-nav {
    width: 62px;
    height: 62px;
  }

  .hero-white {
    flex-direction: column;
    gap: 0.9rem;
  }

  .app-process {
    padding: 3.2rem 1rem 1.8rem;
  }

  .integrations-section {
    padding: 2.5rem 0 3rem;
  }

  .operate-section {
    padding: 2.1rem 1rem 2rem;
  }

  .operate-head {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 0.7rem;
  }

  .operate-head p {
    width: 100%;
    max-width: 48ch;
    justify-self: start;
    font-size: 0.62rem;
  }

  .operate-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.62rem;
  }

  .card-sequence,
  .card-consultation,
  .card-assessment,
  .card-execution,
  .card-agreement {
    grid-column: auto;
    grid-row: auto;
    min-height: 185px;
  }

  .integrations-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .logo-chip {
    aspect-ratio: 1 / 1;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-card-wide {
    grid-column: auto;
    flex-direction: column;
  }

  .hero-dark-stage {
    padding: 0 1rem;
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .hero-dark-title {
    font-size: clamp(2rem, 8vw, 3.4rem);
  }

  .hero-dark-line {
    flex-wrap: wrap;
  }

  .hero-dark-top {
    flex-wrap: wrap;
  }

  .hero-dark-actions {
    margin-left: 0;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .feature-main {
    grid-row: auto;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 640px) {
  .section-break-gradient {
    height: 96px;
  }

  .section-separator {
    height: 76px;
  }

  .hero-dark-stage {
    gap: 1rem;
    padding-top: 1.2rem;
  }

  .hero-dark-logo-chip {
    width: 40px;
    height: 40px;
  }

  .hero-dark-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-white {
    padding: 1rem;
    flex-direction: column;
  }

  .operate-grid {
    grid-template-columns: 1fr;
  }

  .operate-card {
    min-height: 168px;
  }

  .operate-card h3 {
    font-size: 0.9rem;
  }

  .operate-card p {
    font-size: 0.56rem;
    max-width: none;
  }

  .process-card-mini {
    min-height: auto;
  }

  .process-card-wide {
    min-height: auto;
  }

  .process-mosaic {
    grid-template-columns: 1fr;
  }

  .mosaic-a,
  .mosaic-b,
  .mosaic-c,
  .mosaic-d,
  .mosaic-e {
    grid-column: auto;
    min-height: auto;
  }

  .signal-flow {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .signal-rail {
    display: none;
  }

  .signal-box {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.55rem 0.75rem;
  }

  .signal-logo {
    width: 38px;
    height: 38px;
  }

  .signal-logo-nexum {
    width: 58px;
  }

  .signal-label {
    font-size: 0.7rem;
  }

  .comparison-board {
    grid-template-columns: 1fr;
  }

  .comparison-col {
    min-height: 132px;
  }

  .hero-white-left h1 {
    font-size: clamp(1.6rem, 9vw, 2.3rem);
  }

  .nav-right .nav-link {
    display: none;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .logo-chip {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0;
  }

  .logo-chip img {
    width: 28px;
    height: 28px;
  }

  .integrations-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .single-cta-section {
    padding: 3rem 1rem 3.8rem;
  }

  .single-cta-icon {
    width: 78px;
    height: 78px;
    border-radius: 20px;
  }

  .single-cta-icon img {
    width: 58px;
    height: 58px;
  }

}

.icp-section,
.comparison-objective-section,
.onboarding-section {
  background-color: #070b14;
  position: relative;
  padding: clamp(2.8rem, 6vw, 4.8rem) 2rem;
  overflow: hidden;
  isolation: isolate;
}

.icp-section::before,
.comparison-objective-section::before,
.onboarding-section::before {
  content: "";
  position: absolute;
  inset: -35% -20%;
  background: radial-gradient(circle at 30% 20%, rgba(139, 92, 246, 0.16), transparent 42%);
  opacity: 0.65;
  pointer-events: none;
  animation: softFieldDrift 18s ease-in-out infinite;
  z-index: 0;
}

.icp-head,
.icp-grid,
.comparison-objective-head,
.comparison-table-wrap,
.onboarding-head,
.onboarding-timeline {
  position: relative;
  z-index: 1;
}

.icp-head,
.comparison-objective-head,
.onboarding-head {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.icp-head {
  padding: clamp(1rem, 2.2vw, 1.6rem);
  border: 1px solid rgba(148, 114, 255, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.08), transparent 32%),
    radial-gradient(circle at 86% 0%, rgba(196, 112, 255, 0.18), transparent 34%),
    linear-gradient(165deg, rgba(18, 22, 34, 0.9), rgba(10, 13, 22, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 50px rgba(4, 7, 13, 0.42);
}

.icp-chip,
.comparison-objective-chip,
.onboarding-chip {
  display: inline-flex;
  padding: 0.32rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(139, 92, 246, 0.54);
  color: #d6c6ff;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.icp-head h2,
.comparison-objective-head h2,
.onboarding-head h2 {
  font-size: clamp(1.95rem, 4.4vw, 3.2rem);
  color: #f7f3ff;
  margin-bottom: 0.8rem;
}

.icp-head h2 {
  max-width: 17ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.icp-title-focus {
  display: block;
  font-size: 0.56em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d8c6ff;
  margin-bottom: 0.52rem;
}

.icp-title-accent {
  display: block;
  margin-top: 0.35rem;
  color: #d8c6ff;
  text-shadow: 0 0 18px rgba(139, 92, 246, 0.3);
}

.icp-head p,
.comparison-objective-head p,
.onboarding-head p {
  margin: 0 auto;
  color: #b5bac6;
  max-width: 62ch;
  line-height: 1.6;
}

.icp-proof {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.icp-proof span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.36rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, 0.44);
  background: rgba(139, 92, 246, 0.12);
  color: #e6dbff;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.icp-grid {
  width: min(1120px, 100%);
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.25rem);
}

.icp-card {
  border-radius: 18px;
  border: 1px solid rgba(157, 127, 247, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(167, 139, 250, 0.14), transparent 40%),
    linear-gradient(160deg, rgba(18, 22, 34, 0.9), rgba(10, 13, 22, 0.9));
  padding: 1.2rem 1.1rem;
  animation: cardFloatSoft 6.8s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.icp-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0), rgba(167, 139, 250, 0.95), rgba(139, 92, 246, 0));
  opacity: 0.8;
}

.icp-card:nth-child(2) {
  animation-delay: 0.35s;
}

.icp-card:nth-child(3) {
  animation-delay: 0.7s;
}

.icp-card-tag {
  margin: 0 0 0.7rem;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  color: #cdb7ff;
  text-transform: uppercase;
}

.icp-card h3 {
  margin: 0 0 0.7rem;
  color: #f2ecff;
  font-size: 1.12rem;
  line-height: 1.35;
}

.icp-card p {
  margin: 0;
  color: #aeb8cc;
  line-height: 1.6;
}

.icp-card ul {
  margin: 0.9rem 0 0;
  padding-left: 0;
  display: grid;
  gap: 0.35rem;
  color: #d6ddef;
  font-size: 0.9rem;
  list-style: none;
}

.icp-card li {
  position: relative;
  padding-left: 1.1rem;
}

.icp-card li::before {
  content: "";
  position: absolute;
  left: 0.12rem;
  top: 0.54em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #c4b5fd;
  box-shadow: 0 0 10px rgba(167, 139, 250, 0.65);
}

.comparison-objective-section {
  border-top: 1px solid rgba(139, 92, 246, 0.2);
  border-bottom: 1px solid rgba(139, 92, 246, 0.2);
  background:
    radial-gradient(circle at 18% -10%, rgba(139, 92, 246, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(8, 11, 19, 0.96), rgba(6, 9, 16, 0.96));
}

.comparison-table-wrap {
  width: min(1080px, 100%);
  margin: clamp(2rem, 4vw, 2.8rem) auto 0;
  border-radius: 20px;
  border: 1px solid rgba(157, 127, 247, 0.3);
  background: linear-gradient(165deg, rgba(16, 20, 30, 0.95), rgba(10, 13, 21, 0.95));
  overflow: hidden;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table thead th {
  text-align: left;
  padding: 1rem 1rem;
  color: #efe8ff;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(139, 92, 246, 0.28);
}

.comparison-table tbody td {
  padding: 0.88rem 1rem;
  color: #bfc8da;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  vertical-align: top;
  line-height: 1.45;
}

.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table thead th:nth-child(2),
.comparison-table tbody td:nth-child(2) {
  color: #e9dcff;
  background: rgba(139, 92, 246, 0.16);
}

.comparison-table thead th:nth-child(3),
.comparison-table tbody td:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 149, 77, 0.24), rgba(255, 149, 77, 0.12));
  border-left: 1px solid rgba(255, 149, 77, 0.42);
  border-right: 1px solid rgba(255, 149, 77, 0.26);
  color: #ffc891;
}

.comparison-table thead th:nth-child(4),
.comparison-table tbody td:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(47, 128, 237, 0.22), rgba(47, 128, 237, 0.1));
  border-left: 1px solid rgba(47, 128, 237, 0.35);
  border-right: 1px solid rgba(47, 128, 237, 0.2);
  color: #dce9ff;
}

.comparison-table tbody tr {
  transition: transform 0.26s ease, background-color 0.26s ease;
}

.comparison-table tbody tr:hover {
  transform: translateX(4px);
  background: rgba(139, 92, 246, 0.06);
}

.onboarding-section {
  border-top: 1px solid rgba(139, 92, 246, 0.16);
}

.onboarding-timeline {
  width: min(1080px, 100%);
  margin: clamp(2rem, 4vw, 2.8rem) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.6vw, 1rem);
  position: relative;
}

.onboarding-timeline::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  top: 1.25rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.1), rgba(196, 181, 253, 0.65), rgba(139, 92, 246, 0.1));
}

.onboarding-step {
  border-radius: 16px;
  border: 1px solid rgba(157, 127, 247, 0.28);
  background: linear-gradient(150deg, rgba(18, 22, 33, 0.88), rgba(11, 14, 22, 0.88));
  padding: 1.1rem 1rem;
  position: relative;
  animation: pulseFrame 5.6s ease-in-out infinite;
}

.onboarding-step:nth-child(2) {
  animation-delay: 0.45s;
}

.onboarding-step:nth-child(3) {
  animation-delay: 0.9s;
}

.onboarding-step:nth-child(4) {
  animation-delay: 1.35s;
}

.onboarding-week {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, 0.45);
  color: #d9c8ff;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.onboarding-step h3 {
  margin: 0.72rem 0 0.55rem;
  color: #f3eeff;
  font-size: 1rem;
  line-height: 1.35;
}

.onboarding-step p {
  margin: 0;
  color: #b8c1d2;
  line-height: 1.55;
  font-size: 0.93rem;
}

@keyframes softFieldDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate3d(1.2%, -2.3%, 0) scale(1.04);
    opacity: 0.86;
  }
}

@keyframes cardFloatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulseFrame {
  0%,
  100% {
    border-color: rgba(157, 127, 247, 0.25);
    box-shadow: 0 0 0 rgba(139, 92, 246, 0);
  }
  50% {
    border-color: rgba(177, 146, 255, 0.5);
    box-shadow: 0 0 24px rgba(139, 92, 246, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .icp-section::before,
  .comparison-objective-section::before,
  .onboarding-section::before,
  .icp-card,
  .onboarding-step {
    animation: none !important;
  }
}

.partners-section {
  background-color: #070b14;
  position: relative;
  padding-top: clamp(3.4rem, 7vw, 6.3rem);
  padding-bottom: clamp(2.8rem, 6vw, 4.6rem);
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.partners-head,
.faq-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.partners-chip,
.faq-chip {
  display: inline-flex;
  padding: 0.32rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(139, 92, 246, 0.54);
  color: #d6c6ff;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.partners-head h2,
.faq-head h2 {
  font-size: clamp(1.95rem, 4.4vw, 3.2rem);
  color: #f7f3ff;
  margin-bottom: 0.8rem;
}

.partners-head p,
.faq-head p {
  margin: 0 auto;
  color: #b5bac6;
  max-width: 62ch;
  line-height: 1.6;
}

.partners-cloud {
  margin: clamp(2.3rem, 5vw, 3.8rem) auto 0;
  width: min(980px, 100%);
  min-height: 500px;
  position: relative;
}

.partner-item {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  left: var(--px, 50%);
  top: var(--py, 50%);
  opacity: 0;
  transform: translate(-50%, -50%) translateY(30px) scale(0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.58s ease,
    transform 0.68s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--partner-delay, 0ms);
  animation: partner-float var(--float-duration, 7.2s) ease-in-out infinite;
  animation-delay: calc(var(--partner-delay, 0ms) * -0.8);
}

.partner-item.visible {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0) scale(1);
}

.partner-item .partner-badge {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid rgba(157, 127, 247, 0.42);
  background:
    radial-gradient(circle at 25% 20%, rgba(167, 139, 250, 0.21), transparent 56%),
    linear-gradient(155deg, rgba(21, 25, 37, 0.96), rgba(11, 13, 20, 0.96));
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.2s ease;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 24px 48px rgba(8, 10, 17, 0.4);
}

.partner-site-popover {
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translate(-50%, 10px);
  background: rgba(10, 13, 21, 0.92);
  border: 1px solid rgba(167, 139, 250, 0.34);
  color: #ddd6fe;
  border-radius: 10px;
  padding: 0.26rem 0.48rem;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.24s ease;
  z-index: 4;
}

.partner-item:not(.partner-empty):hover .partner-site-popover {
  opacity: 1;
  transform: translate(-50%, 0);
}

.partner-item .partner-badge img {
  border-radius: 20px;
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.28));
}

.partner-empty .partner-badge {
  background:
    linear-gradient(145deg, rgba(22, 26, 39, 0.9), rgba(13, 16, 25, 0.9));
  border: 1px dashed rgba(167, 139, 250, 0.38);
}

.partner-empty .partner-badge span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: rgba(218, 224, 235, 0.82);
  font-weight: 700;
}

.partner-shadow {
  position: absolute;
  z-index: 1;
  left: 12%;
  right: 12%;
  bottom: -12px;
  height: 20px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(7, 9, 15, 0.56), transparent 70%);
  filter: blur(1.6px);
  transition: transform 0.36s ease;
}

@keyframes partner-float {
  0%,
  100% {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
  }
}

.faq-section {
  background-color: #070b14;
  padding-top: clamp(2.6rem, 6vw, 4.3rem);
  padding-bottom: clamp(3.1rem, 7vw, 5rem);
}

.faq-list {
  width: min(960px, 100%);
  margin: clamp(2rem, 5vw, 3.4rem) auto 0;
  display: grid;
  gap: 0.95rem;
}

.faq-item {
  border-radius: 16px;
  border: 1px solid rgba(157, 127, 247, 0.25);
  background: linear-gradient(145deg, rgba(18, 22, 32, 0.84), rgba(12, 14, 22, 0.84));
  padding: 0.12rem 0;
  transition: border-color 0.24s ease, transform 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(167, 139, 250, 0.5);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 600;
  color: #efe8ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.3rem;
  color: #d9c8ff;
  transition: transform 0.24s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 1.15rem 1rem;
  color: #adb5c5;
  line-height: 1.65;
}

@media (width <= 860px) {
  .icp-section,
  .comparison-objective-section,
  .onboarding-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icp-grid {
    grid-template-columns: 1fr;
  }

  .onboarding-timeline {
    grid-template-columns: 1fr 1fr;
  }

  .onboarding-timeline::before {
    display: none;
  }

  .comparison-table {
    min-width: 720px;
  }

  .comparison-table-wrap {
    overflow-x: auto;
  }

  .partners-cloud {
    min-height: 460px;
  }
}

@media (width <= 760px) {
  .onboarding-timeline {
    grid-template-columns: 1fr;
  }

  .partners-section {
    min-height: auto;
  }

  .partners-cloud {
    width: 100%;
    min-height: 420px;
  }

  .partner-item {
    width: 100px;
    height: 100px;
  }

  .partner-item .partner-badge {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }

  .partner-item,
  .partner-item.visible {
    transform: translate(-50%, -50%) scale(1);
  }
}

.site-footer {
  border: 1px solid rgba(148, 163, 184, 0.22);
  background:
    radial-gradient(circle at 12% -10%, rgba(139, 92, 246, 0.2), transparent 40%),
    linear-gradient(135deg, rgba(15, 18, 30, 0.94), rgba(9, 12, 20, 0.94));
  padding: clamp(1.4rem, 2.8vw, 2.2rem);
}

.countdown-neon-section {
  padding: clamp(3rem, 6vw, 5rem) 1.2rem clamp(2.4rem, 4vw, 3.8rem);
  background: #070b14;
}

.countdown-neon-wrap {
  position: relative;
  overflow: visible;
  border-radius: 28px;
  background: transparent;
  padding: clamp(1.8rem, 4vw, 3rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 18px 40px rgba(2, 6, 18, 0.34);
  text-align: center;
}

.countdown-neon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.8vw, 1rem);
}

.countdown-neon-item {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(9, 13, 23, 0.62), rgba(9, 13, 23, 0.36));
  padding: clamp(0.9rem, 2vw, 1.2rem) 0.4rem;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 8px 16px rgba(2, 6, 18, 0.3);
}

.countdown-neon-value {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(2.1rem, 6vw, 5.2rem);
  line-height: 1;
  color: #a78bfa;
  background: linear-gradient(to top, #050509 0%, #a78bfa 100%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 8px rgba(167, 139, 250, 0.62),
    0 0 18px rgba(139, 92, 246, 0.45);
}

.countdown-neon-label {
  display: block;
  margin-top: 0.56rem;
  color: #a78bfa;
  background: linear-gradient(to top, #020207 0%, #7c3aed 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  letter-spacing: 0.12em;
}

.countdown-note {
  margin: 0;
}

@media (width <= 900px) {
  .countdown-neon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (width <= 640px) {
  .countdown-neon-section {
    padding: 2.3rem 0.9rem 2.4rem;
  }

  .countdown-neon-wrap {
    border-radius: 20px;
    padding: 1.15rem 0.85rem;
  }

  .countdown-neon-label {
    font-size: 0.7rem;
  }
}
#funcoes{
  padding: 0 !important;
}
.features-parallax-section {
  position: relative;
  background:
    radial-gradient(circle at 20% 0%, rgba(139, 92, 246, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(8, 11, 19, 0.96), rgba(5, 8, 14, 0.96));
  border-top: 1px solid rgba(139, 92, 246, 0.2);
  border-bottom: 1px solid rgba(139, 92, 246, 0.2);
}

.features-scroll-space {
  height: 320vh;
  position: relative;
}

.features-sticky-shell {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.6rem 2rem;
  overflow: hidden;
  --feature-bg-x: 50%;
  --feature-bg-y: 52%;
  --feature-bg-rotate: 0deg;
}

.features-sticky-shell::before,
.features-sticky-shell::after {
  content: "";
  position: absolute;
  inset: -14% -18%;
  pointer-events: none;
  z-index: 0;
  will-change: transform, opacity, background-position;
}

.features-sticky-shell::before {
  background:
    radial-gradient(
      58% 52% at var(--feature-bg-x) var(--feature-bg-y),
      rgba(139, 92, 246, 0.34) 0%,
      rgba(139, 92, 246, 0.2) 34%,
      rgba(139, 92, 246, 0.05) 64%,
      rgba(139, 92, 246, 0) 100%
    );
  transform: rotate(var(--feature-bg-rotate));
}

.features-sticky-shell::after {
  background:
    linear-gradient(
      105deg,
      rgba(139, 92, 246, 0) 22%,
      rgba(167, 139, 250, 0.12) 50%,
      rgba(139, 92, 246, 0) 78%
    );
  transform: translateX(calc((var(--feature-bg-x) - 50%) * 0.28));
}

.features-parallax-head {
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
}

.features-parallax-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  letter-spacing: -0.02em;
}

.features-parallax-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(1.4rem, 3.2vw, 4rem);
  position: relative;
  min-height: min(72vh, 720px);
  z-index: 1;
}

.features-media-column {
  display: flex;
  justify-content: flex-start;
  perspective: 1200px;
  height: 80%;
  grid-column: 1;
  z-index: 1;
}

.feature-flip-card {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  border-radius: 22px;
  will-change: transform;
  transition: transform 0.1s linear;
}

.feature-flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.08s linear;
}

.feature-flip-face {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  overflow: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(147, 121, 245, 0.36);
  background: linear-gradient(140deg, rgba(23, 27, 41, 0.95), rgba(12, 14, 22, 0.95));
  box-shadow: 0 22px 54px rgba(4, 7, 13, 0.52);
}

.feature-flip-back {
  transform: rotateY(180deg);
}

.feature-flip-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% center;
}

.features-text-column {
  min-height: 260px;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: min(65ch, calc(50% - clamp(1.4rem, 3.2vw, 4rem) / 2));
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.26s ease, left 0.34s ease, right 0.34s ease;
  z-index: 2;
}

.features-parallax-layout.reverse .features-text-column {
  left: 0;
  right: auto;
}

.features-step-kicker {
  margin: 0 0 0.6rem;
  color: #c4b5fd;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  text-transform: uppercase;
}

.features-text-column h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.8vw, 2.3rem);
  color: #f8f5ff;
  max-width: 22ch;
}

.features-step-copy {
  margin: 1.1rem 0 0;
  color: #b5bfce;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.75;
  max-width: 46ch;
}

.features-step-copy .word {
  opacity: 0;
  display: inline-block;
  margin-right: 0.24em;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transform: translateY(6px);
}

.features-step-copy .word.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (width <= 860px) {
  .site-footer-brand{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .features-scroll-space {
    height: 300vh;
  }
  .features-sticky-shell{
    min-height: 65vh !important;
  }

  .features-parallax-layout {
    grid-template-columns: 1fr;
  }

  .features-media-column {
    order: 2;
    transform: none;
  }

  .features-text-column {
    order: 1;
    min-height: 200px;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  .features-parallax-layout.reverse .features-media-column,
  .features-parallax-layout.reverse .features-text-column {
    order: initial;
    transform: none;
  }
}

@media (width <= 760px) {
  .features-scroll-space {
    height: 270vh;
  }

  .features-sticky-shell {
    padding: 1.2rem 1rem;
  }

  .feature-flip-card {
    width: min(320px, 90vw);
  }
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: clamp(1rem, 2.2vw, 2rem);
}

.site-footer-brand p {
  margin: 0.9rem 0 0;
  color: #aeb6c7;
  line-height: 1.6;
  max-width: 38ch;
}

.site-footer-logo {
  width: 140px;
  height: auto;
  display: block;
}

.site-footer section h3 {
  margin: 0 0 0.72rem;
  font-size: 0.96rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #eef2ff;
}

.site-footer section a,
.site-footer-note {
  display: block;
  color: #98a4bc;
  text-decoration: none;
  margin-bottom: 0.52rem;
  font-size: 0.92rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer section a:hover {
  color: #ddd6fe;
  transform: translateX(3px);
}

.site-footer-note {
  margin-top: 0.2rem;
}

.site-footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #8f9ab0;
  font-size: 0.85rem;
}

.site-footer-legal {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.site-footer-legal a {
  color: #98a4bc;
  text-decoration: none;
}

.site-footer-legal a:hover {
  color: #ddd6fe;
}

@media (width <= 860px) {
  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 640px) {
  .site-footer {
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 16px;
    padding: 1.1rem;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}











.hero-stat-pay {
  border-color: rgba(167, 139, 250, 0.55);
  background: linear-gradient(145deg, #8b5cf6, #6d28d9);
  color: #f5efff;
  box-shadow: 0 16px 34px rgba(109, 40, 217, 0.34);
}

.hero-stat-pay .hero-kicker,
.hero-stat-pay .hero-stat-sub,
.hero-stat-pay .hero-stat-copy,
.hero-stat-pay .hero-stat-value {
  color: #f5efff;
}

.hero-stat-pay .hero-kicker {
  opacity: 0.86;
}


@media (width <= 860px) {
  .hero-ref {
    min-height: 100vh;
    height: auto;
  }

  .hero-dark {
    flex: 0 0 auto;
    padding-top: 5rem;
  }

  .hero-dark-stage {
    min-height: 48vh;
    padding: 0 1rem;
    text-align: center;
  }

  .hero-dark-copy,
  .hero-dark-top,
  .hero-dark-line {
    justify-content: center;
  }

  .hero-dark-actions {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .hero-dark-logo-chip {
    width: 100%;
    height: 100px;
  }

  .hero-white {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    gap: 1rem;
  }

  .hero-white-left,
  .hero-white-right {
    width: 100%;
    justify-content: center;
  }

  .hero-white-left h1 {
    text-align: center;
  }

  .hero-white-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hero-stat {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .app-process-head,
  .partners-head,
  .integrations-head,
  .faq-head,
  .single-cta-section,
  .site-footer {
    text-align: center;
  }

  .app-process-head p,
  .partners-head p,
  .integrations-head p,
  .faq-head p,
  .single-cta-section p,
  .site-footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }

  .process-mosaic {
    grid-template-columns: 1fr;
  }

  .mosaic-a,
  .mosaic-b,
  .mosaic-c,
  .mosaic-d,
  .mosaic-e {
    grid-column: auto;
    min-height: auto;
  }

  .mosaic-card {
    text-align: center;
  }

  .text2-card {
    max-width: 100%;
  }

  .img-analise {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(180px, 52vw);
    margin: 0.9rem auto 0;
    display: block;
  }

  .comparison-board {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 1rem auto 0;
  }

  .signal-flow {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .signal-rail {
    display: none;
  }

  .signal-box {
    width: min(100%, 320px) !important;
    height: auto !important;
    border-radius: 20px !important;
    padding: 0.6rem 0.8rem;
  }

  .features-sticky-shell,
  .features-parallax-head,
  .features-parallax-head h2 {
    text-align: center;
  }

  .features-parallax-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .features-media-column {
    justify-content: center;
  }

  .feature-flip-card {
    width: min(560px, 100%);
  }

  .features-text-column {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    transform: none;
    min-height: auto;
    align-items: center;
    text-align: center;
  }

  .features-step-copy,
  .features-text-column h3 {
    max-width: 100%;
  }

  .partners-section {
    height: auto;
    max-height: none;
  }

  .partners-cloud {
    width: 100%;
    min-height: 560px;
  }

  .integrations-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .faq-list {
    width: 100%;
  }

  .single-cta-section {
    padding: 2.6rem 1rem 3.2rem;
  }

  .cssbuttons2 {
    width: min(100%, 340px);
    margin: 0 auto;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .site-footer-legal {
    justify-content: center;
  }
}

@media (width <= 860px) {
  .partners-section {
    padding-top: 2.4rem;
    padding-bottom: 2.8rem;
  }

  .partners-cloud {
    width: 100%;
    max-width: 430px;
    min-height: auto;
    margin: 1.8rem auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    justify-items: center;
    align-items: center;
  }

  .partner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: auto;
    top: auto;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
    transition: opacity 0.3s ease;
    animation: none;
  }

  .partner-item.visible {
    transform: none;
  }

  .partner-item .partner-badge {
    width: 100px;
    height: 100px;
    border-radius: 18px;
  }

  .partner-shadow {
    display: none;
  }

  .partner-site-popover {
    display: none;
  }
}

@media (width <= 860px) {
  .partners-cloud {
    place-items: center;
    justify-content: center;
  }

  .partners-cloud .partner-item:nth-child(10) {
    grid-column: 2;
  }
}



@media (width <= 860px) {
  .mosaic-a,
  .mosaic-b {
    transform: translateY(42px);
  }

  .mosaic-a.in-view::after,
  .mosaic-b.in-view::after {
    animation: mosaicTopLightSweep 0.85s ease forwards;
  }
}

/* Mobile hardening without changing desktop */
@media (width <= 860px) {
  .cursor-glow {
    display: none;
  }

  .hero-nav {
    width: min(96vw, 560px);
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    border-radius: 22px;
  }

  .brand-logo {
    height: 42px;
  }

  .nav-right {
    margin-left: auto;
    gap: 0.42rem;
  }

  .nav-right .nav-cta {
    white-space: nowrap;
    font-size: 0.72rem;
    padding: 0.38rem 0.72rem;
  }

  .lang-select {
    font-size: 0.67rem;
    padding: 0.24rem 1.2rem 0.24rem 0.56rem;
  }

  .hero-dark {
    padding-top: 4.4rem;
  }

  .hero-dark-stage {
    min-height: 42vh;
  }

  .hero-dark-title {
    font-size: clamp(1.7rem, 8vw, 2.7rem);
    line-height: 1.08;
    text-align: center;
  }

  .hero-dark-logo-chip {
    width: 100% !important;
  }

  .hero-white {
    padding: 0.9rem;
  }

  .hero-white-right > .hero-stat {
    --hero-stat-target-height: auto !important;
    min-height: 170px;
  }

  .mosaic-card h3 {
    font-size: 1.15rem;
  }

  .features-scroll-space {
    height: 235vh;
  }

  .features-sticky-shell {
    min-height: 72vh !important;
    padding: 1.4rem 1rem;
  }

  .feature-flip-card {
    width: min(96vw, 520px);
  }

  .features-text-column {
    max-width: 100%;
    padding: 0 0.1rem;
  }

  .features-text-column h3 {
    font-size: clamp(1.15rem, 5vw, 1.55rem);
    line-height: 1.3;
  }

  .features-step-copy {
    font-size: 0.95rem;
    line-height: 1.58;
    margin-top: 0.75rem;
  }

  .comparison-table-wrap {
    border-radius: 14px;
  }

  .integrations-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .logo-chip img {
    width: 32px;
    height: 32px;
  }
}

@media (width <= 640px) {
  .hero-nav {
    width: min(97vw, 420px);
    padding: 0.48rem 0.58rem;
    gap: 0.36rem;
  }

  .brand-logo {
    height: 36px;
  }

  .nav-right {
    gap: 0.34rem;
  }

  .nav-right .nav-cta {
    font-size: 0.66rem;
    padding: 0.34rem 0.62rem;
  }

  .lang-select {
    font-size: 0.62rem;
    padding: 0.2rem 1rem 0.2rem 0.48rem;
  }

  .hero-dark-stage {
    min-height: 38vh;
    padding-top: 0.3rem;
  }

  .hero-dark-title {
    font-size: clamp(1.45rem, 7.2vw, 2.1rem);
  }

  .hero-dark-actions {
    justify-content: center;
  }

  .cssbuttons-io-button {
    width: min(100%, 260px);
    font-size: 14px;
  }

  .hero-white-right > .hero-stat {
    min-height: 160px;
  }

  .mosaic-a > h3 {
    margin-bottom: 0.9rem !important;
  }

  .features-scroll-space {
    height: 210vh;
  }

  .features-sticky-shell {
    min-height: 68vh !important;
  }

  .feature-flip-card {
    width: min(96vw, 360px);
    aspect-ratio: 5 / 4;
  }

  .features-step-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .features-step-copy {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .integrations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .single-cta-section > div > p {
    width: 100%;
  }
}

/* Screenshot-driven mobile fixes */
@media (width <= 860px) {
  main section[id] {
    scroll-margin-top: 96px;
  }

  .features-sticky-shell {
    top: 74px;
    min-height: calc(100vh - 74px) !important;
  }
}

@media (width <= 640px) {
  .hero-nav {
    border-radius: 20px;
  }

  .single-cta-section > div {
    height: auto;
    min-height: 270px;
    padding: 1.1rem 0.9rem 1.25rem;
    border-radius: 24px;
  }

  .single-cta-section h2 {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }

  .single-cta-section p {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .single-cta-section .cssbuttons2 {
    width: min(100%, 320px);
    padding-left: 1rem;
    padding-right: 3rem;
    white-space: nowrap;
    font-size: 0.98rem;
  }

  .demo-modal-dialog {
    border-radius: 14px;
    padding: 1rem 0.9rem;
  }

  .integrations-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0;
  }

  .logo-chip {
    min-height: 86px;
  }

  .logo-chip img {
    width: 30px !important;
    height: 30px !important;
  }

  .comparison-table-wrap {
    overflow: visible;
    border-radius: 16px;
    padding: 0.5rem;
  }

  .comparison-table {
    min-width: 0 !important;
  }

  .comparison-table thead {
    display: none;
  }

  .comparison-table tbody {
    display: grid;
    gap: 0.6rem;
  }

  .comparison-table tbody tr {
    display: grid;
    gap: 0.36rem;
    padding: 0.72rem;
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 12px;
    background: linear-gradient(155deg, rgba(14, 17, 28, 0.9), rgba(10, 12, 20, 0.9));
    transform: none !important;
  }

  .comparison-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.72rem;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    color: #d2daea !important;
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .comparison-table tbody td:first-child {
    color: #f3ecff !important;
    font-weight: 700;
    margin-bottom: 0.16rem;
  }

  .comparison-table tbody td:nth-child(2)::before,
  .comparison-table tbody td:nth-child(3)::before,
  .comparison-table tbody td:nth-child(4)::before {
    flex: 0 0 124px;
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #c7b6ff;
    opacity: 0.95;
    padding-top: 0.12rem;
  }

  .comparison-table tbody td:nth-child(2)::before {
    content: "Nexum Suite";
  }

  .comparison-table tbody td:nth-child(3)::before {
    content: "Stacks Sociais";
    color: #ffbf84;
  }

  .comparison-table tbody td:nth-child(4)::before {
    content: "Stacks Relatorios";
    color: #abd0ff;
  }

  .signal-flow {
    gap: 0.56rem;
    justify-items: center;
  }

  .signal-box {
    width: 100% !important;
    max-width: 145px;
    min-height: 80px;
    border-radius: 14px !important;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.45rem;
  }

  .signal-box::before {
    opacity: 0.9;
  }

  .signal-left::before {
    animation: fillFromTop 2.8s ease-in-out infinite !important;
    transform-origin: top center;
  }

  .signal-right::before {
    animation: fillFromBottom 2.8s ease-in-out infinite !important;
    transform-origin: bottom center;
  }

  .signal-center {
    min-height: 88px;
    max-width: 145px;
    justify-content: center;
  }

  .signal-center > img {
    width: 106px;
    margin: 0 auto;
    display: block;
  }

  .signal-label {
    font-size: 0.64rem;
    text-align: center;
    line-height: 1.2;
  }

  .hero-ref {
    height: auto;
  }

  .hero-dark {
    min-height: 100vh;
    flex: 0 0 auto;
    padding-top: 5.2rem;
  }

  .hero-dark-stage {
    min-height: calc(100vh - 5.2rem);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    text-align: center;
  }

  .hero-dark-copy {
    width: 100%;
  }

  .hero-dark-title {
    font-size: clamp(3.8rem, 12vw, 3.8rem);
    line-height: 1.02;
  }

  .hero-dark-top {
    flex-direction: column;
    gap: 0.8rem;
  }

  .hero-dark-words {
    display: flex;
    flex-direction: column;
    gap: 0.04em;
    line-height: 0.95;
    align-items: center;
  }

  .hero-dark-line {
    justify-content: center;
    flex-direction: column;
    gap: 0.45rem;
  }

  .site-footer {
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border-left: 0;
    border-right: 0;
  }

  .site-footer-grid,
  .site-footer-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@keyframes fillFromTop {
  0%,
  100% {
    transform: scaleY(0);
    opacity: 0.2;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes fillFromBottom {
  0%,
  100% {
    transform: scaleY(0);
    opacity: 0.2;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (width <= 860px) {
  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(167, 139, 250, 0.45);
    background: rgba(13, 16, 26, 0.9);
    color: #ece4ff;
    border-radius: 999px;
    padding: 0.36rem 0.82rem;
    font-size: 0.76rem;
    font-weight: 600;
    margin-left: auto;
    cursor: pointer;
  }

  .nav-right {
    display: none;
  }

  .mobile-nav-panel {
    display: flex;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-3%);
    transition: opacity 0.24s ease, transform 0.24s ease;
    flex-direction: column;
    padding: 1rem;
  }

  body.mobile-nav-open .mobile-nav-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 0;
    padding: 0.2rem 0.2rem 0.7rem;
    background: #ffffff;
  }

  .mobile-nav-logo {
    width: 104px;
    height: auto;
  }

  .mobile-nav-close {
    border: 1px solid #1f2937;
    background: #ffffff;
    color: #111827;
    border-radius: 999px;
    padding: 0.4rem 0.82rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
  }

  .mobile-nav-links {
    margin-top: 0.4rem;
    display: grid;
    gap: 0.5rem;
    counter-reset: mobile-nav-counter;
  }

  .mobile-nav-links a {
    border: 0;
    background: #ffffff;
    border-radius: 0;
    padding: 0.56rem 0;
    text-decoration: none;
    color: #0f172a;
    font-size: clamp(1.85rem, 8.5vw, 2.9rem);
    font-family: Outfit, "Segoe UI", sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    transform: translateY(14px);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease, font-family 0.2s ease, letter-spacing 0.2s ease;
    transition-delay: calc(var(--mseq, 0) * 70ms);
  }

  .mobile-nav-links a::before {
    counter-increment: mobile-nav-counter;
    content: counter(mobile-nav-counter) ". ";
    color: #6d28d9;
    margin-right: 0.35em;
    font-weight: 700;
  }

  .mobile-nav-links a:hover,
  .mobile-nav-links a:focus-visible {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0.01em;
  }

  body.mobile-nav-open .mobile-nav-links a {
    transform: translateY(0);
    opacity: 1;
  }
}
