#cursor,
.skip-link {
  background: var(--electric)
}

#cursor,
#cursor-ring {
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: fixed
}

body,
h1,
h2,
h3,
h4 {
  color: var(--text)
}

h1,
h2,
h3,
h4,
p {
  transition: color .4s
}

#page-loader,
.btn,
.logo-img-wrap,
.tp-label {
  overflow: hidden
}

.btn,
.ham,
.mob-close,
.theme-pill {
  cursor: pointer
}

#hero-canvas,
body::after {
  z-index: 1;
  pointer-events: none
}

.data-node,
.ticker-item,
.tp-label {
  white-space: nowrap
}

.btn,
.logo-wrap,
.mob-menu>nav>a,
.nav-links a,
.skip-link,
.svc-card-cta {
  text-decoration: none
}

#cursor,
#cursor-ring,
#hero-canvas,
.cta-glow-orb,
.hero-bg,
.loader-bg-grid,
.loader-bg-orb,
.tp-icon,
body::after {
  pointer-events: none
}

#form-ok h3,
h2 {
  letter-spacing: .02em
}

:root {
  --purple-900: #1A0530;
  --purple-800: #2D0A5C;
  --purple-700: #4A1080;
  --purple-600: #6B20B8;
  --purple-500: #8B30E0;
  --purple-400: #9E45F0;
  --purple-300: #B76EFF;
  --purple-200: #D4A8FF;
  --violet: #7B2FBE;
  --electric: #9333EA;
  --spark: #B76EFF;
  --metal: #8B8DA0;
  --metal-light: #A8AABC;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', 'Segoe UI', sans-serif;
  --r: 12px;
  --r-sm: 6px;
  --page-gutter: max(24px, calc((100vw - 1240px) / 2 + 24px));
  --trans-theme: background-color .4s ease, color .4s ease, border-color .4s ease, box-shadow .4s ease
}

[data-theme=dark] {
  --bg: #06030E;
  --void: #0D0818;
  --surface: #140E22;
  --surface2: #1C142E;
  --text: #EDE8F5;
  --silver: #A8A0B8;
  --silver-dim: #65607A;
  --border: rgba(147, 51, 234, .14);
  --border2: rgba(147, 51, 234, .30);
  --glow-sm: 0 0 20px rgba(147, 51, 234, .20);
  --glow: 0 0 50px rgba(147, 51, 234, .25);
  --nav-bg: rgba(6, 3, 14, .94);
  --mob-bg: rgba(6, 3, 14, .97);
  --ticker-bg: rgba(147, 51, 234, .04);
  --svc-overlay: linear-gradient(to top, rgba(6, 3, 14, .95) 0%, rgba(6, 3, 14, .5) 55%, rgba(6, 3, 14, .1) 100%);
  --input-bg: rgba(147, 51, 234, .04);
  --footer-bg: #0D0818;
  --testi-bg: #0D0818;
  --process-bg: #140E22;
  --noise-opacity: .30;
  --loader-bg: #06030E
}

[data-theme=light] {
  --bg: #F8F4FF;
  --void: #EDE5FB;
  --surface: #FFFFFF;
  --surface2: #F2ECFF;
  --text: #180A2E;
  --silver: #504068;
  --silver-dim: #7A6E96;
  --border: rgba(123, 47, 190, .14);
  --border2: rgba(123, 47, 190, .30);
  --glow-sm: 0 0 16px rgba(123, 47, 190, .15);
  --glow: 0 0 40px rgba(123, 47, 190, .20);
  --nav-bg: rgba(248, 244, 255, .95);
  --mob-bg: rgba(248, 244, 255, .98);
  --ticker-bg: rgba(123, 47, 190, .05);
  --svc-overlay: linear-gradient(to top, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .5) 55%, rgba(255, 255, 255, .1) 100%);
  --input-bg: rgba(123, 47, 190, .04);
  --footer-bg: #EDE5FB;
  --testi-bg: #EDE5FB;
  --process-bg: #FFFFFF;
  --noise-opacity: .12;
  --loader-bg: #F8F4FF
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  background-color: var(--bg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  transition: var(--trans-theme)
}

.skip-link,
h1,
h2,
h3,
h4 {
  font-family: var(--font-display)
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  opacity: var(--noise-opacity);
  transition: opacity .4s
}

@media (hover:hover) and (pointer:fine) {
  body {
    cursor: none
  }

  #cursor,
  #cursor-ring {
    display: block
  }
}

@media not ((hover:hover) and (pointer:fine)) {

  #cursor,
  #cursor-ring {
    display: none !important
  }
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  color: #fff;
  padding: 8px 16px;
  border-radius: var(--r-sm);
  font-weight: 700;
  letter-spacing: .06em;
  z-index: 10000;
  transition: top .2s
}

.btn,
.section {
  position: relative
}

.chip,
.mob-menu>nav>a:hover {
  background: rgba(147, 51, 234, .06)
}

.btn-outline:hover,
.chip,
.chip::before {
  color: var(--electric)
}

.btn,
.chip {
  display: inline-flex;
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase
}

.skip-link:focus {
  top: 16px
}

#cursor {
  width: 10px;
  height: 10px;
  z-index: 9999;
  transition: width .2s, height .2s, opacity .2s;
  mix-blend-mode: multiply
}

[data-theme=dark] #cursor {
  mix-blend-mode: screen
}

#cursor-ring {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(147, 51, 234, .45);
  z-index: 9998;
  transition: width .25s, height .25s, border-color .25s
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.1
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.4rem)
}

h3 {
  font-size: 1.25rem;
  letter-spacing: .03em
}

p {
  color: var(--silver);
  font-weight: 400
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px
}

.logo-sub,
.on2 {
  margin-top: -3px
}

.section {
  padding: 110px 0
}

.chip {
  align-items: center;
  gap: 8px;
  font-size: .65rem;
  letter-spacing: .22em;
  border: 1px solid var(--border2);
  padding: 6px 18px;
  border-radius: 0;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: var(--trans-theme)
}

.chip::before {
  content: '◆';
  font-size: .5rem;
  animation: 2s ease-in-out infinite blink
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

.btn {
  align-items: center;
  gap: 10px;
  font-size: .85rem;
  letter-spacing: .12em;
  padding: 14px 32px;
  border-radius: 0;
  border: none;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .12) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .5s
}

.btn:hover::before {
  transform: translateX(100%)
}

.btn-primary {
  background: linear-gradient(135deg, var(--purple-700), var(--electric), var(--spark));
  color: #fff;
  box-shadow: 0 0 30px rgba(147, 51, 234, .35)
}

.btn-primary:hover {
  box-shadow: 0 0 50px rgba(147, 51, 234, .55);
  transform: translateY(-2px)
}

.btn-outline {
  background: 0 0;
  color: var(--text);
  border: 1.5px solid var(--border2);
  clip-path: none
}

.btn-outline:hover {
  border-color: var(--electric);
  box-shadow: var(--glow-sm)
}

.btn-lg {
  padding: 18px 42px;
  font-size: .9rem
}

.btn-sm {
  padding: 10px 24px;
  font-size: .75rem
}

.btn-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0
}

#page-loader,
.loader-logo-wrap {
  align-items: center;
  display: flex
}

.btn-nav-wa {
  padding: 10px 22px;
  font-size: .72rem
}

#page-loader {
  position: fixed;
  inset: 0;
  z-index: 9500;
  background: var(--loader-bg);
  justify-content: center
}

.loader-bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(147, 51, 234, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(147, 51, 234, .06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 30%, transparent 100%);
  animation: 1.2s both gridFadeIn
}

@keyframes gridFadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.loader-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px)
}

.loader-orb1 {
  width: 500px;
  height: 500px;
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, rgba(123, 47, 190, .15), transparent 70%);
  animation: 8s ease-in-out infinite alternate orbDrift1
}

.loader-orb2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(147, 51, 234, .1), transparent 70%);
  animation: 10s ease-in-out infinite alternate orbDrift2
}

@keyframes orbDrift1 {
  to {
    transform: translate(40px, 40px)
  }
}

@keyframes orbDrift2 {
  to {
    transform: translate(-40px, -40px)
  }
}

.loader-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  animation: .7s cubic-bezier(.16, 1, .3, 1) both loaderContentIn
}

@keyframes loaderContentIn {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.loader-logo-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  justify-content: center
}

.loader-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  position: relative;
  z-index: 5;
  animation: 2.5s ease-in-out infinite loaderLogoPulse
}

.loader-orb-dot,
.loader-pulse {
  position: absolute;
  border-radius: 50%
}

@keyframes loaderLogoPulse {

  0%,
  100% {
    filter: drop-shadow(0 0 14px rgba(147, 51, 234, .5));
    transform: scale(1)
  }

  50% {
    filter: drop-shadow(0 0 32px rgba(147, 51, 234, .85));
    transform: scale(1.05)
  }
}

.loader-ring,
.na-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(147, 51, 234, .2)
}

.l-r0 {
  width: 88px;
  height: 88px;
  animation: 2s linear infinite loaderSpin;
  border-color: rgba(147, 51, 234, .3)
}

.l-r1 {
  width: 116px;
  height: 116px;
  animation: 4s linear infinite reverse loaderSpin;
  border-style: dashed;
  border-color: rgba(147, 51, 234, .18)
}

.l-r2 {
  width: 152px;
  height: 152px;
  animation: 7s linear infinite loaderSpin;
  border-color: rgba(147, 51, 234, .11)
}

.l-r3 {
  width: 196px;
  height: 196px;
  animation: 12s linear infinite reverse loaderSpin;
  border-color: rgba(147, 51, 234, .06)
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg)
  }
}

.loader-orb-dot {
  background: var(--electric)
}

.lod1 {
  width: 8px;
  height: 8px;
  top: calc(50% - 4px - 58px);
  left: calc(50% - 4px);
  box-shadow: 0 0 12px var(--electric), 0 0 24px rgba(147, 51, 234, .4);
  transform-origin: 4px 62px;
  animation: 4s linear infinite loaderSpin
}

.lod2 {
  width: 6px;
  height: 6px;
  background: var(--spark);
  top: calc(50% - 3px - 76px);
  left: calc(50% - 3px);
  box-shadow: 0 0 8px var(--spark);
  transform-origin: 3px 79px;
  animation: 7s linear infinite reverse loaderSpin
}

.lod3 {
  width: 5px;
  height: 5px;
  background: var(--purple-300);
  top: calc(50% - 2.5px - 98px);
  left: calc(50% - 2.5px);
  box-shadow: 0 0 7px var(--purple-300);
  transform-origin: 2.5px 100.5px;
  animation: 12s linear infinite loaderSpin
}

.tp-sun,
[data-theme=dark] .tp-sun {
  opacity: 0;
  transform: scale(.6) rotate(-30deg)
}

.loader-pulse {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(147, 51, 234, .08) 0, transparent 65%);
  animation: 3s ease-in-out infinite loaderPulseRing
}

#form-ok h3,
.lb-tech {
  background: linear-gradient(110deg, var(--electric), var(--spark));
  -webkit-text-fill-color: transparent
}

@keyframes loaderPulseRing {

  0%,
  100% {
    transform: scale(.88);
    opacity: .6
  }

  50% {
    transform: scale(1.06);
    opacity: 1
  }
}

.loader-brand {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  animation: .8s .3s both fadeUp
}

.loader-pct,
.loader-status-text {
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 700
}

.ht-brain,
.lb-brain {
  color: var(--text);
  transition: color .4s
}

.lb-tech {
  -webkit-background-clip: text;
  background-clip: text
}

.loader-status {
  display: flex;
  align-items: center;
  gap: 9px;
  animation: .8s .45s both fadeUp
}

.loader-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 8px rgba(147, 51, 234, .7);
  animation: 1.2s ease-in-out infinite statusBlink;
  flex-shrink: 0
}

@keyframes statusBlink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .25
  }
}

.loader-status-text {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--silver-dim);
  transition: opacity .18s
}

.c-value a:hover,
.f-col ul li a:hover,
.loader-pct,
.logo-text span,
.mob-close:hover,
.mob-menu>nav>a:hover,
.svc-note strong {
  color: var(--electric)
}

.loader-status-text.fade {
  opacity: 0
}

.loader-bar-section {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 260px;
  animation: .8s .55s both fadeUp
}

.loader-bar-wrap {
  flex: 1;
  height: 2px;
  background: rgba(147, 51, 234, .12);
  overflow: hidden;
  position: relative
}

.loader-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--purple-700), var(--electric), var(--spark));
  box-shadow: 0 0 10px rgba(147, 51, 234, .6);
  position: relative
}

.loader-bar-shine {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
  animation: 1.4s ease-in-out infinite barShine
}

@keyframes barShine {
  0% {
    left: -40px
  }

  100% {
    left: 110%
  }
}

.loader-pct {
  letter-spacing: .06em;
  min-width: 34px;
  text-align: right
}

.loader-label,
.mob-theme-label-text,
.tp-label {
  font-family: var(--font-body);
  text-transform: uppercase;
  color: var(--silver-dim);
  font-weight: 700
}

#form-ok,
.cta-section,
.form-ok-content,
.hero-brand-text,
.services-header,
.svc-note {
  text-align: center
}

.loader-label {
  font-size: .6rem;
  letter-spacing: .22em;
  animation: .8s .65s both fadeUp
}

.loader-dots::after {
  content: '';
  animation: 1.6s steps(4, end) infinite dots
}

@keyframes dots {
  0% {
    content: ''
  }

  25% {
    content: '.'
  }

  50% {
    content: '..'
  }

  75% {
    content: '...'
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.theme-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: 0 0;
  border: none;
  padding: 0;
  flex-shrink: 0
}

.theme-pill:focus-visible {
  outline: 2px solid var(--electric);
  outline-offset: 3px;
  border-radius: 999px
}

.tp-track {
  position: relative;
  width: 56px;
  height: 28px;
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-radius: 999px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: background .4s, border-color .4s, box-shadow .4s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .25)
}

.theme-pill:hover .tp-track {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2), 0 0 0 1px var(--electric), var(--glow-sm)
}

.tp-icon {
  position: absolute;
  width: 13px;
  height: 13px;
  stroke-width: 2;
  transition: opacity .35s, transform .4s cubic-bezier(.34, 1.4, .64, 1);
  z-index: 2
}

.tp-sun {
  left: 7px;
  stroke: #f59e0b
}

.tp-moon {
  right: 7px;
  stroke: var(--electric);
  opacity: 1;
  transform: scale(1) rotate(0)
}

[data-theme=dark] .tp-moon,
[data-theme=light] .tp-sun {
  opacity: 1;
  transform: scale(1) rotate(0)
}

[data-theme=light] .tp-moon {
  opacity: 0;
  transform: scale(.6) rotate(30deg)
}

.tp-knob {
  position: absolute;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--violet), var(--electric));
  box-shadow: 0 1px 4px rgba(0, 0, 0, .35), 0 0 8px rgba(147, 51, 234, .3);
  z-index: 3;
  transition: transform .4s cubic-bezier(.34, 1.4, .64, 1), background .4s, box-shadow .4s
}

[data-theme=light] .tp-knob {
  transform: translateX(28px);
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2), 0 0 8px rgba(245, 158, 11, .4)
}

.tp-label {
  font-size: .65rem;
  letter-spacing: .14em;
  position: relative;
  display: block;
  min-width: 46px;
  transition: color .4s
}

.mob-close,
.mob-menu,
nav {
  position: fixed
}

.tp-label-dark,
.tp-label-light {
  display: block;
  transition: opacity .35s, transform .4s cubic-bezier(.34, 1.4, .64, 1)
}

.mob-menu.on .mob-theme,
.mob-menu.on>.btn,
.mob-menu.on>nav>a,
[data-theme=dark] .tp-label-dark,
[data-theme=light] .tp-label-light {
  opacity: 1;
  transform: translateY(0)
}

[data-theme=dark] .tp-label-light {
  opacity: 0;
  transform: translateY(-10px);
  position: absolute;
  top: 0;
  left: 0
}

[data-theme=light] .tp-label-dark {
  opacity: 0;
  transform: translateY(10px);
  position: absolute;
  top: 0;
  left: 0
}

.theme-pill-sm .tp-label {
  display: none
}

.theme-pill-sm .tp-track {
  width: 44px;
  height: 22px;
  position: relative;
  z-index: 10
}

.theme-pill-sm .tp-knob {
  width: 16px;
  height: 16px;
  left: 2px
}

[data-theme=light] .theme-pill-sm .tp-knob {
  transform: translateX(22px)
}

.theme-pill-sm .tp-icon {
  width: 11px;
  height: 11px
}

.theme-pill-sm .tp-sun {
  left: 5px
}

.theme-pill-sm .tp-moon {
  right: 5px
}

.mob-theme-label-text {
  font-size: .72rem;
  letter-spacing: .14em
}

.logo-text,
.mob-menu>nav>a {
  font-family: var(--font-display);
  letter-spacing: .04em
}

nav {
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 20px 0;
  transition: padding .4s, background-color .4s, border-color .4s
}

nav.scrolled {
  padding: 13px 0;
  border-bottom: 1px solid var(--border)
}

@supports not (backdrop-filter:blur(1px)) {
  nav.scrolled {
    background-color: var(--nav-bg)
  }
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px
}

.logo-img-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--border2);
  flex-shrink: 0;
  background: var(--purple-900);
  box-shadow: 0 0 14px rgba(147, 51, 234, .2);
  transition: box-shadow .3s
}

.logo-sub,
.logo-text {
  transition: color .4s
}

.logo-img-wrap:hover {
  box-shadow: 0 0 28px rgba(147, 51, 234, .45)
}

.logo-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.logo-img-sm {
  width: 38px !important;
  height: 38px !important
}

.logo-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text)
}

.logo-sub,
.nav-links a {
  color: var(--silver-dim);
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase
}

.logo-text-sm {
  font-size: 1.2rem
}

.logo-sub {
  font-size: .52rem;
  letter-spacing: .2em;
  display: block
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px
}

.nav-links a {
  font-size: .78rem;
  letter-spacing: .14em;
  transition: color .2s;
  position: relative
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--electric);
  transition: width .3s
}

.nav-links a:hover,
[data-theme=light] .svc-card-body h3 {
  color: var(--text)
}

.mob-close,
.mob-menu>nav>a,
[data-theme=light] .svc-card-body p {
  color: var(--silver)
}

.nav-links a:hover::after {
  width: 100%
}

.nav-cta {
  display: flex;
  gap: 10px;
  align-items: center
}

.ham,
.mob-menu {
  flex-direction: column
}

.ham {
  display: none;
  gap: 5px;
  padding: 4px;
  background: 0 0;
  border: none
}

.ham span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--silver);
  border-radius: 1px;
  transition: transform .3s, opacity .3s, background .3s
}

.hero,
.mob-close,
.mob-menu,
.mob-theme {
  display: flex
}

.ham.open span:first-child {
  transform: translateY(7px) rotate(45deg)
}

.ham.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0)
}

.ham.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.mob-menu {
  visibility: hidden;
  opacity: 0;
  inset: 0;
  z-index: 300;
  align-items: center;
  justify-content: center;
  gap: 20px;
  overflow-y: auto;
  transition: opacity .3s, visibility .3s;
  padding: 80px 20px 20px;
  background: var(--mob-bg)
}

.hero,
.hero-bg,
.svc-card-v2,
.ticker,
.visual-3d,
.visual-section {
  overflow: hidden
}

.mob-menu.on {
  visibility: visible;
  opacity: 1
}

.mob-menu>nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px
}

.mob-menu>nav>a {
  font-size: clamp(1.6rem, 6vw, 2.2rem);
  font-weight: 700;
  padding: 8px 24px;
  border-radius: var(--r-sm);
  opacity: 0;
  transform: translateY(12px);
  transition: color .2s, background .2s, opacity .35s, transform .35s
}

.mob-menu.on>nav>a:first-child {
  transition-delay: .06s
}

.mob-menu.on>nav>a:nth-child(2) {
  transition-delay: .12s
}

.mob-menu.on>nav>a:nth-child(3) {
  transition-delay: .18s
}

.mob-menu.on>nav>a:nth-child(4) {
  transition-delay: .24s
}

.mob-close {
  top: 20px;
  right: 24px;
  z-index: 310;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(147, 51, 234, .08);
  border: 1px solid var(--border2);
  font-size: 1.1rem;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s
}

.mob-menu>.btn,
.mob-theme {
  opacity: 0;
  transform: translateY(10px);
  z-index: 305;
  position: relative
}

.mob-close:hover {
  background: rgba(147, 51, 234, .16)
}

.mob-theme {
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--silver-dim);
  transition: opacity .35s .28s, transform .35s .28s
}

.hmeta-loc,
.hmeta-status {
  font-family: var(--font-body);
  font-size: .6rem
}

.mob-menu>.btn {
  transition: opacity .35s .34s, transform .35s .34s, box-shadow .3s, background-color .3s
}

.hex-ring::after,
.hex-ring::before {
  height: 2px;
  transform: translateY(-50%)
}

.hero {
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  position: relative;
  gap: 0
}

#hero-canvas,
.hero-bg,
.hero-bg-mesh,
.hero-dots,
.hero-scanline {
  position: absolute
}

.hero-bg {
  inset: 0
}

.hero-bg-mesh {
  inset: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg at 50% 50%, rgba(123, 47, 190, 0) 0deg, rgba(123, 47, 190, .05) 60deg, rgba(147, 51, 234, .03) 120deg, rgba(123, 47, 190, 0) 180deg, rgba(107, 32, 184, .04) 240deg, rgba(147, 51, 234, .02) 300deg, rgba(123, 47, 190, 0) 360deg);
  animation: 30s linear infinite meshSpin;
  transition: opacity .6s
}

[data-theme=light] .hero-bg-mesh {
  opacity: .4
}

@keyframes meshSpin {
  to {
    transform: rotate(360deg)
  }
}

.hero-scanline {
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(147, 51, 234, .25) 50%, transparent 95%);
  animation: 10s ease-in-out infinite scanMove;
  transition: background .6s
}

[data-theme=light] .hero-scanline {
  background: linear-gradient(90deg, transparent 5%, rgba(123, 47, 190, .15) 50%, transparent 95%)
}

@keyframes scanMove {
  0% {
    top: 8%;
    opacity: 0
  }

  15%,
  85% {
    opacity: 1
  }

  100% {
    top: 92%;
    opacity: 0
  }
}

.hero-dots {
  inset: 0;
  background-image: radial-gradient(circle, rgba(147, 51, 234, .1) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
  transition: opacity .6s
}

.hero-center,
.logo-3d-scene {
  position: relative;
  display: flex
}

[data-theme=light] .hero-dots {
  background-image: radial-gradient(circle, rgba(123, 47, 190, .08) 1px, transparent 1px)
}

#hero-canvas {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .45
}

.hero-meta-row {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 var(--page-gutter);
  margin-bottom: 0;
  animation: .8s .1s both fadeDown
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-14px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.hero-meta-left,
.hero-meta-right,
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px
}

.hmeta-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #25d366;
  padding: 5px 14px;
  border: 1px solid rgba(37, 211, 102, .25);
  border-radius: 999px;
  background: rgba(37, 211, 102, .06)
}

.hmeta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 8px rgba(37, 211, 102, .8);
  animation: 2s ease-in-out infinite statusPulse
}

@keyframes statusPulse {

  0%,
  100% {
    box-shadow: 0 0 6px rgba(37, 211, 102, .6)
  }

  50% {
    box-shadow: 0 0 14px rgba(37, 211, 102, .9)
  }
}

.hmeta-loc {
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--silver-dim)
}

.data-node,
.hmeta-tag {
  font-family: var(--font-body);
  font-size: .58rem;
  text-transform: uppercase;
  font-weight: 700
}

.hmeta-sep {
  color: var(--border2)
}

.hmeta-tag {
  letter-spacing: .16em;
  color: var(--silver-dim);
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 999px
}

.hero-center {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  padding: 20px var(--page-gutter) 20px;
  gap: 0
}

.logo-3d-scene {
  width: min(460px, 88vw);
  height: min(460px, 88vw);
  align-items: center;
  justify-content: center;
  perspective: 800px;
  animation: 1.2s cubic-bezier(.16, 1, .3, 1) .3s both sceneIn;
  margin-bottom: 28px
}

@keyframes sceneIn {
  from {
    opacity: 0;
    transform: scale(.8) translateY(20px)
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0)
  }
}

.orb-plane {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d
}

.orb-plane-1 {
  animation: 18s linear infinite orbPlane1
}

.orb-plane-2 {
  animation: 22s linear infinite reverse orbPlane2
}

.orb-plane-3 {
  animation: 28s linear infinite orbPlane3
}

@keyframes orbPlane1 {
  to {
    transform: rotateX(72deg) rotateZ(360deg)
  }
}

@keyframes orbPlane2 {
  to {
    transform: rotateX(42deg) rotateY(360deg)
  }
}

@keyframes orbPlane3 {
  to {
    transform: rotateX(22deg) rotateZ(-360deg)
  }
}

.orb-track {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px solid rgba(147, 51, 234, .22);
  transition: border-color .6s
}

.hex-ring,
.orb-node {
  position: absolute;
  border-radius: 50%
}

[data-theme=light] .orb-track {
  border-color: rgba(123, 47, 190, .18)
}

.orb-node {
  background: var(--electric);
  box-shadow: 0 0 12px var(--electric), 0 0 24px rgba(147, 51, 234, .35);
  transition: background .6s, box-shadow .6s
}

.hex-ring,
.inner-ring {
  transition: border-color .6s
}

.on1 {
  width: 9px;
  height: 9px;
  top: 8%;
  left: 50%;
  margin-left: -4.5px
}

.on2 {
  width: 6px;
  height: 6px;
  top: 50%;
  right: 8%;
  background: var(--spark);
  box-shadow: 0 0 8px var(--spark)
}

.on3 {
  width: 8px;
  height: 8px;
  bottom: 8%;
  left: 50%;
  margin-left: -4px;
  background: var(--purple-300);
  box-shadow: 0 0 10px var(--purple-300)
}

.on4 {
  width: 7px;
  height: 7px;
  top: 50%;
  left: 8%;
  margin-top: -3.5px
}

.on5 {
  width: 5px;
  height: 5px;
  top: 25%;
  right: 20%;
  background: var(--spark);
  box-shadow: 0 0 8px var(--spark)
}

.hex-ring {
  inset: 0;
  border: 1.5px solid rgba(147, 51, 234, .18);
  animation: 40s linear infinite hexSpin
}

.circuit-ring,
.inner-ring {
  position: absolute;
  border-radius: 50%
}

[data-theme=light] .hex-ring {
  border-color: rgba(123, 47, 190, .14)
}

@keyframes hexSpin {
  to {
    transform: rotate(360deg)
  }
}

.hex-ring::after,
.hex-ring::before {
  content: '';
  position: absolute;
  border-radius: 1px;
  background: var(--electric);
  transition: background .6s
}

.hex-ring::before {
  width: 8px;
  top: 50%;
  left: -4px
}

.hex-ring::after {
  width: 8px;
  top: 50%;
  right: -4px
}

.inner-ring {
  border: 1px solid rgba(147, 51, 234, .12)
}

[data-theme=light] .inner-ring {
  border-color: rgba(123, 47, 190, .1)
}

.ir1 {
  inset: 20%;
  animation: 3s ease-in-out infinite irPulse
}

.ir2 {
  inset: 30%;
  animation: 3s ease-in-out .5s infinite irPulse;
  border-style: dashed
}

.ir3 {
  inset: 40%;
  animation: 3s ease-in-out 1s infinite irPulse
}

@keyframes irPulse {

  0%,
  100% {
    opacity: .6;
    transform: scale(1)
  }

  50% {
    opacity: 1;
    transform: scale(1.04)
  }
}

.circuit-ring {
  border: 1px solid transparent
}

.logo-glow-halo,
.logo-glow-inner {
  position: absolute;
  border-radius: 50%
}

.cr1 {
  inset: 12%;
  border-top-color: rgba(147, 51, 234, .45);
  border-right-color: rgba(147, 51, 234, .18);
  animation: 6s linear infinite crSpin1
}

.cr2 {
  inset: 18%;
  border-bottom-color: rgba(183, 110, 255, .35);
  border-left-color: rgba(183, 110, 255, .12);
  animation: 9s linear infinite reverse crSpin1
}

@keyframes crSpin1 {
  to {
    transform: rotate(360deg)
  }
}

.data-node {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: .18em;
  color: var(--electric);
  animation: 4s ease-in-out infinite dnFloat;
  transition: color .6s
}

.dn-line,
.logo-glow-halo,
.logo-glow-inner {
  transition: background .6s
}

[data-theme=light] .data-node,
[data-theme=light] .ticker-item {
  color: var(--violet)
}

.dn-line {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, var(--electric), transparent)
}

.dn-top {
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  animation-delay: 0s
}

.dn-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: row-reverse;
  animation-delay: 1s
}

.dn-bottom {
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column-reverse;
  animation-delay: 2s
}

.dn-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation-delay: .5s
}

.dn-bottom .dn-line,
.dn-top .dn-line {
  width: 1px;
  height: 20px;
  background: linear-gradient(180deg, var(--electric), transparent)
}

.dn-left .dn-line,
.dn-right .dn-line {
  width: 20px
}

[data-theme=light] .dn-line {
  background: linear-gradient(90deg, var(--violet), transparent)
}

@keyframes dnFloat {

  0%,
  100% {
    transform: translateX(-50%) translateY(0)
  }

  50% {
    transform: translateX(-50%) translateY(-4px)
  }
}

.dn-left,
.dn-right {
  animation-name: dnFloat2
}

@keyframes dnFloat2 {

  0%,
  100% {
    transform: translateY(-50%) translateX(0)
  }

  50% {
    transform: translateY(-50%) translateX(-3px)
  }
}

.logo-core {
  position: absolute;
  z-index: 6;
  width: 44%;
  height: 44%;
  display: flex;
  align-items: center;
  justify-content: center
}

.logo-glow-halo {
  inset: -40%;
  background: radial-gradient(circle, rgba(147, 51, 234, .15) 0, rgba(123, 47, 190, .06) 50%, transparent 70%);
  animation: 4s ease-in-out infinite haloPulse
}

[data-theme=light] .logo-glow-halo {
  background: radial-gradient(circle, rgba(123, 47, 190, .1) 0, rgba(123, 47, 190, .03) 50%, transparent 70%)
}

.logo-glow-inner {
  inset: -10%;
  background: radial-gradient(circle, rgba(147, 51, 234, .2) 0, transparent 70%);
  animation: 4s ease-in-out .5s infinite haloPulse
}

.hero-stats,
.process-grid {
  border: 1px solid var(--border)
}

@keyframes haloPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: .8
  }

  50% {
    transform: scale(1.12);
    opacity: 1
  }
}

.logo-3d-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(147, 51, 234, .5));
  animation: 7s ease-in-out infinite logoFloat3d;
  transition: filter .6s
}

[data-theme=light] .logo-3d-img {
  filter: drop-shadow(0 0 16px rgba(123, 47, 190, .28))
}

@keyframes logoFloat3d {

  0%,
  100% {
    transform: translateY(0) rotate(0) scale(1)
  }

  25% {
    transform: translateY(-8px) rotate(.5deg) scale(1.01)
  }

  75% {
    transform: translateY(-4px) rotate(-.4deg) scale(.99)
  }
}

.hero-brand-text {
  margin-bottom: 24px;
  animation: .85s .5s both fadeUp
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  letter-spacing: .01em;
  line-height: .95;
  display: block;
  margin-bottom: 10px
}

.ht-tech {
  background: linear-gradient(110deg, var(--electric) 0, var(--spark) 50%, var(--purple-300) 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: 7s ease-in-out infinite gradShift
}

@keyframes gradShift {

  0%,
  100% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }
}

[data-theme=light] .ht-tech {
  background: linear-gradient(110deg, var(--violet) 0, var(--electric) 60%, var(--purple-400) 100%);
  -webkit-background-clip: text;
  background-clip: text
}

.hero-slogan {
  font-family: var(--font-body);
  font-size: clamp(.85rem, 2vw, 1.1rem);
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--silver-dim);
  transition: color .4s
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 28px;
  animation: .85s .65s both fadeUp
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 16px 24px;
  border-radius: 0;
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  background: rgba(147, 51, 234, .04);
  width: fit-content;
  animation: .85s .78s both fadeUp;
  transition: var(--trans-theme)
}

[data-theme=light] .hero-stats {
  background: rgba(123, 47, 190, .04)
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px
}

.stat-item:first-child {
  padding-left: 4px
}

.stat-item:last-child {
  padding-right: 4px
}

.stat-sep {
  width: 1px;
  height: 28px;
  background: var(--border);
  flex-shrink: 0
}

.stat-n {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1;
  color: var(--text);
  transition: color .4s
}

.htr-item,
.stat-l {
  letter-spacing: .14em;
  color: var(--silver-dim);
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 700
}

.stat-l {
  font-size: .58rem;
  margin-top: 4px
}

.hero-tech-row {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px var(--page-gutter);
  width: 100%;
  animation: .85s .9s both fadeUp
}

.htr-item {
  font-size: .6rem
}

.htr-sep {
  font-size: .5rem;
  color: var(--electric);
  opacity: .45
}

.hero-scroll-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: 1s 1.1s both fadeUp
}

.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, transparent, var(--electric));
  animation: 2s ease-in-out infinite scrollBounce
}

@keyframes scrollBounce {

  0%,
  100% {
    transform: scaleY(1);
    opacity: .5
  }

  50% {
    transform: scaleY(1.3);
    opacity: 1
  }
}

.scroll-text {
  font-family: var(--font-body);
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--silver-dim)
}

.svc-card-cta,
.ticker-item {
  align-items: center;
  text-transform: uppercase
}

.ticker {
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--ticker-bg);
  transition: var(--trans-theme)
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: 35s linear infinite tickerScroll
}

.ticker-track:hover {
  animation-play-state: paused
}

@keyframes tickerScroll {
  to {
    transform: translateX(-50%)
  }
}

.ticker-item {
  display: flex;
  gap: 10px;
  padding: 0 34px;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--purple-300)
}

.ticker-sep {
  color: var(--purple-600);
  font-size: 1rem
}

.services-header {
  margin-bottom: 64px
}

.services-header .chip,
.visual-text h2 {
  margin-bottom: 18px
}

.services-header p {
  max-width: 520px;
  margin: 14px auto 0;
  font-size: 1.02rem
}

.svc-note {
  margin-top: 22px;
  font-size: .82rem;
  color: var(--silver-dim)
}

.svc-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.svc-card-v2 {
  position: relative;
  border-radius: 0;
  aspect-ratio: 4/5;
  border: 1px solid var(--border);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  transition: border-color .4s, transform .4s, box-shadow .4s;
  background: var(--surface)
}

.ph-circuit,
.ph-glow,
.svc-card-badge,
.svc-card-body,
.svc-card-img,
.svc-card-num,
.svc-card-overlay,
.svc-placeholder {
  position: absolute
}

.c-icon,
.svc-card-badge {
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%)
}

.svc-card-v2:hover {
  border-color: var(--border2);
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--glow), 0 20px 60px rgba(0, 0, 0, .3)
}

.svc-card-img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
  display: block
}

.svc-card-v2:hover .svc-card-img {
  transform: scale(1.08)
}

.svc-card-overlay {
  inset: 0;
  background: var(--svc-overlay);
  transition: background .35s
}

.svc-card-badge {
  top: 16px;
  left: 16px;
  z-index: 3;
  background: rgba(123, 47, 190, .18);
  border: 1px solid rgba(147, 51, 234, .35);
  border-radius: 0;
  padding: 4px 14px;
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--spark)
}

.author-av,
.na-brain-glow,
.na-dot,
.na-pulse {
  border-radius: 50%
}

.feat-item strong,
.svc-card-body h3,
.svc-card-num {
  font-family: var(--font-display)
}

.svc-card-num,
.testi-card::before {
  color: rgba(147, 51, 234, .1);
  line-height: 1
}

.svc-card-num {
  top: 12px;
  right: 16px;
  z-index: 3;
  font-size: 3.2rem;
  font-weight: 900;
  user-select: none;
  letter-spacing: -.04em;
  transition: color .3s
}

.svc-card-cta,
label {
  letter-spacing: .16em
}

.svc-card-v2:hover .svc-card-num {
  color: rgba(147, 51, 234, .22)
}

.svc-card-body {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 26px 24px 22px
}

.svc-card-body h3 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 7px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .5)
}

.svc-card-body p {
  font-size: .82rem;
  color: rgba(200, 195, 210, .85);
  line-height: 1.55;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s, opacity .4s;
  opacity: 0
}

.feat-item strong,
label {
  display: block;
  transition: color .4s
}

.svc-card-v2:hover .svc-card-body p {
  max-height: 100px;
  opacity: 1
}

.svc-card-cta {
  display: inline-flex;
  gap: 6px;
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: .66rem;
  font-weight: 700;
  color: var(--electric);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, gap .2s
}

.svc-card-v2:hover .svc-card-cta {
  border-color: var(--electric);
  gap: 10px
}

.svc-placeholder {
  inset: 0
}

.ph-web {
  background: linear-gradient(145deg, #0a0518, #1c142e 35%, #2d0a5c 60%, #140e22)
}

.ph-ec {
  background: linear-gradient(145deg, #080310, #140e22 40%, #4a1080 70%, #0d0818)
}

.ph-sys {
  background: linear-gradient(145deg, #0c0620, #1c142e 45%, #6b20b8 75%, #140e22)
}

.ph-land {
  background: linear-gradient(145deg, #090415, #1c142e 40%, #4a1080 70%, #140e22)
}

.ph-maint {
  background: linear-gradient(145deg, #070310, #140e22 40%, #2d0a5c 65%, #0d0818)
}

.ph-boost {
  background: linear-gradient(145deg, #0b0520, #1c142e 40%, #6b20b8 68%, #140e22)
}

.ph-circuit {
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(147, 51, 234, .4) 1px, transparent 1px), linear-gradient(90deg, rgba(147, 51, 234, .4) 1px, transparent 1px);
  background-size: 30px 30px
}

.ph-glow {
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(147, 51, 234, .12), transparent 70%)
}

.visual-section {
  padding: 0;
  background: linear-gradient(180deg, var(--bg), var(--void) 50%, var(--bg));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: var(--trans-theme)
}

.visual-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 580px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px
}

.visual-text {
  padding: 80px 60px 80px 0
}

.contact-info .chip,
.visual-text .chip {
  margin-bottom: 22px
}

.visual-text>p {
  margin-bottom: 34px;
  font-size: 1rem
}

.feat-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px
}

.feat-item {
  display: flex;
  align-items: flex-start;
  gap: 16px
}

.feat-bullet {
  width: 8px;
  height: 8px;
  background: var(--electric);
  flex-shrink: 0;
  margin-top: 7px;
  box-shadow: 0 0 10px var(--electric);
  transform: rotate(45deg)
}

.feat-item p {
  font-size: .9rem
}

.feat-item strong {
  color: var(--text);
  font-weight: 600;
  margin-bottom: 2px;
  letter-spacing: .03em
}

.na-ring-data span,
.step-label {
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--electric)
}

.c-value a,
.f-col ul li a {
  transition: color .2s;
  text-decoration: none
}

.visual-3d {
  position: relative;
  height: 580px;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(147, 51, 234, .04), transparent)
}

.na-core,
.neural-anim {
  position: absolute;
  display: flex;
  align-items: center
}

#scene-canvas {
  width: 100%;
  height: 100%;
  display: block
}

.neural-anim {
  inset: 0;
  justify-content: center;
  z-index: 2
}

.na-core {
  width: 120px;
  height: 120px;
  justify-content: center;
  z-index: 10
}

.na-brain-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 0 20px rgba(147, 51, 234, .6));
  animation: 5s ease-in-out infinite naBrainFloat
}

.na-brain-glow,
.na-circuit,
.na-dot,
.na-hexgrid,
.na-pulse,
.na-ring-data,
.testi-card::before {
  position: absolute
}

@keyframes naBrainFloat {

  0%,
  100% {
    transform: translateY(0) scale(1)
  }

  50% {
    transform: translateY(-8px) scale(1.05)
  }
}

.na-brain-glow {
  inset: -60%;
  background: radial-gradient(circle, rgba(147, 51, 234, .2) 0, rgba(123, 47, 190, .08) 40%, transparent 70%);
  animation: 4s ease-in-out infinite naGlowPulse;
  z-index: 1
}

@keyframes naGlowPulse {

  0%,
  100% {
    transform: scale(.9);
    opacity: .6
  }

  50% {
    transform: scale(1.15);
    opacity: 1
  }
}

.na-orbit-1 {
  width: 220px;
  height: 220px;
  animation: 12s linear infinite naOrbit1;
  border-color: rgba(147, 51, 234, .25);
  border-style: dashed
}

.na-orbit-2 {
  width: 320px;
  height: 320px;
  animation: 18s linear infinite reverse naOrbit2;
  border-color: rgba(183, 110, 255, .18)
}

.na-orbit-3 {
  width: 420px;
  height: 420px;
  animation: 25s linear infinite naOrbit3;
  border-color: rgba(147, 51, 234, .12);
  border-style: dotted
}

@keyframes naOrbit1 {
  to {
    transform: rotate(360deg)
  }
}

@keyframes naOrbit2 {
  to {
    transform: rotate(360deg)
  }
}

@keyframes naOrbit3 {
  to {
    transform: rotate(360deg)
  }
}

.na-dot-1 {
  width: 12px;
  height: 12px;
  background: var(--electric);
  top: -6px;
  left: 50%;
  margin-left: -6px;
  box-shadow: 0 0 16px var(--electric), 0 0 40px rgba(147, 51, 234, .4), -8px 0 12px rgba(147, 51, 234, .3), -16px 0 8px rgba(147, 51, 234, .15)
}

.na-dot-2 {
  width: 8px;
  height: 8px;
  background: var(--spark);
  bottom: 10%;
  right: -4px;
  box-shadow: 0 0 12px var(--spark), 0 0 30px rgba(183, 110, 255, .3)
}

.na-dot-3 {
  width: 10px;
  height: 10px;
  background: var(--purple-300);
  left: -5px;
  top: 50%;
  margin-top: -5px;
  box-shadow: 0 0 14px var(--purple-300), 0 0 35px rgba(183, 110, 255, .35)
}

.na-dot-4 {
  width: 7px;
  height: 7px;
  background: var(--electric);
  top: -3px;
  left: 30%;
  box-shadow: 0 0 10px var(--electric)
}

.na-dot-5 {
  width: 9px;
  height: 9px;
  background: var(--spark);
  bottom: -4px;
  right: 20%;
  box-shadow: 0 0 12px var(--spark)
}

.na-dot-6 {
  width: 6px;
  height: 6px;
  background: var(--metal-light);
  left: -3px;
  top: 40%;
  box-shadow: 0 0 8px var(--metal-light)
}

.na-pulse-1,
.na-pulse-2,
.na-pulse-3 {
  width: 160px;
  height: 160px
}

.na-pulse {
  border: 1px solid rgba(147, 51, 234, .3)
}

.na-pulse-1 {
  animation: 3s ease-out infinite naPulseExpand
}

.na-pulse-2 {
  animation: 3s ease-out 1s infinite naPulseExpand
}

.na-pulse-3 {
  animation: 3s ease-out 2s infinite naPulseExpand
}

@keyframes naPulseExpand {
  0% {
    transform: scale(.5);
    opacity: .6;
    border-color: rgba(147, 51, 234, .4)
  }

  100% {
    transform: scale(2.8);
    opacity: 0;
    border-color: rgba(147, 51, 234, 0)
  }
}

.na-circuit {
  background: linear-gradient(90deg, transparent, rgba(147, 51, 234, .35), transparent);
  height: 1px
}

.na-circ-1 {
  width: 180px;
  top: 20%;
  left: 10%;
  transform: rotate(25deg);
  animation: 4s ease-in-out infinite naCircGlow
}

.na-circ-2 {
  width: 150px;
  bottom: 25%;
  right: 8%;
  transform: rotate(-35deg);
  animation: 4s ease-in-out 1s infinite naCircGlow
}

.na-circ-3 {
  width: 120px;
  top: 60%;
  left: 5%;
  transform: rotate(-15deg);
  animation: 4s ease-in-out 2s infinite naCircGlow
}

.na-circ-4 {
  width: 140px;
  bottom: 40%;
  right: 15%;
  transform: rotate(45deg);
  animation: 4s ease-in-out 1.5s infinite naCircGlow
}

@keyframes naCircGlow {

  0%,
  100% {
    opacity: .2;
    box-shadow: none
  }

  50% {
    opacity: .8;
    box-shadow: 0 0 12px rgba(147, 51, 234, .3)
  }
}

.na-hexgrid {
  inset: 0;
  opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66L28 100' fill='none' stroke='%239333EA' stroke-width='0.5'/%3E%3Cpath d='M28 0L28 34L0 50L0 84L28 100L56 84L56 50L28 34' fill='none' stroke='%239333EA' stroke-width='0.5'/%3E%3C/svg%3E")
}

.na-ring-data {
  z-index: 8
}

.cta-section,
.process-card,
.testi-card {
  position: relative;
  overflow: hidden
}

.na-ring-data span {
  display: block;
  font-size: .55rem;
  letter-spacing: .2em;
  padding: 3px 10px;
  border: 1px solid rgba(147, 51, 234, .25);
  background: rgba(6, 3, 14, .6)
}

.na-rd-1 {
  top: 12%;
  right: 15%;
  animation: 6s ease-in-out infinite naLabelFloat
}

.na-rd-2 {
  bottom: 18%;
  left: 10%;
  animation: 6s ease-in-out 1.5s infinite naLabelFloat
}

.na-rd-3 {
  top: 50%;
  right: 5%;
  animation: 6s ease-in-out 3s infinite naLabelFloat
}

.na-rd-4 {
  bottom: 10%;
  right: 25%;
  animation: 6s ease-in-out 4.5s infinite naLabelFloat
}

@keyframes naLabelFloat {

  0%,
  100% {
    transform: translateY(0);
    opacity: .5
  }

  50% {
    transform: translateY(-8px);
    opacity: 1
  }
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 0;
  overflow: hidden;
  list-style: none
}

.process-card {
  padding: 38px 26px;
  border-right: 1px solid var(--border);
  background: var(--process-bg);
  transition: background .3s
}

.process-card:last-child {
  border-right: none
}

.process-card:hover {
  background: var(--surface2)
}

.process-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--electric), transparent);
  opacity: 0;
  transition: opacity .4s
}

.process-card:hover::after {
  opacity: 1
}

.step-label {
  font-size: .6rem;
  letter-spacing: .22em;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px
}

.author-av,
.author-name,
.step-num-big,
.testi-card::before {
  font-family: var(--font-display)
}

.step-label::before {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--electric), transparent)
}

.step-num-big {
  font-size: 4.5rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(147, 51, 234, .15);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -.04em;
  transition: -webkit-text-stroke .3s
}

.process-card:hover .step-num-big {
  -webkit-text-stroke: 1px rgba(147, 51, 234, .35)
}

.process-card h3 {
  font-size: .95rem;
  margin-bottom: 8px
}

.process-card p,
.stars {
  font-size: .85rem
}

.testi-bg {
  background: var(--testi-bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: var(--trans-theme)
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.testi-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 30px 26px;
  transition: border-color .3s, transform .3s, background .4s
}

.testi-card::before {
  content: '❝';
  top: 8px;
  right: 18px;
  font-size: 4rem
}

.testi-card:hover {
  border-color: var(--border2);
  transform: translateY(-4px);
  box-shadow: var(--glow)
}

.stars {
  color: var(--electric);
  letter-spacing: 3px;
  margin-bottom: 14px
}

.testi-text {
  font-size: .9rem;
  color: var(--silver);
  line-height: 1.75;
  margin-bottom: 22px;
  font-style: italic
}

.author-av {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--violet), var(--purple-600));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .95rem;
  color: #fff;
  border: 1px solid var(--border2)
}

.author-name {
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .03em;
  color: var(--text)
}

.author-role {
  font-size: .75rem;
  color: var(--silver-dim);
  margin-top: 2px
}

.c-label,
label {
  font-size: .66rem;
  font-family: var(--font-body);
  text-transform: uppercase
}

.cta-section {
  padding: 100px 0
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(147, 51, 234, .06) 50%, transparent);
  pointer-events: none;
  transition: opacity .4s
}

[data-theme=light] .cta-section::before {
  background: linear-gradient(180deg, transparent, rgba(123, 47, 190, .04) 50%, transparent)
}

.cta-glow-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(147, 51, 234, .12), transparent 70%);
  filter: blur(40px);
  transition: background .6s
}

.cta-inner,
.form-ok-content,
.form-wrap {
  position: relative
}

[data-theme=light] .cta-glow-orb {
  background: radial-gradient(ellipse, rgba(123, 47, 190, .06), transparent 70%)
}

.cta-section .chip {
  margin: 0 auto 22px;
  display: table
}

.cta-section h2,
.f-group {
  margin-bottom: 16px
}

.cta-section p {
  font-size: 1.1rem;
  max-width: 480px;
  margin: 0 auto 36px
}

.cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start
}

.c-icon,
.c-item,
.soc-btn,
.social-row {
  display: flex
}

.contact-info>p {
  margin-bottom: 40px;
  font-size: 1rem
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-style: normal
}

.c-item {
  align-items: center;
  gap: 14px
}

.c-icon {
  width: 46px;
  height: 46px;
  border-radius: 0;
  flex-shrink: 0;
  background: rgba(147, 51, 234, .08);
  border: 1px solid var(--border2);
  align-items: center;
  justify-content: center;
  transition: var(--trans-theme)
}

.c-svg {
  width: 20px;
  height: 20px;
  fill: var(--electric)
}

.c-svg-wa {
  fill: #25D366
}

.c-label {
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--electric);
  margin-bottom: 2px
}

.f-soc-btn,
.form-ok-btn,
.soc-btn {
  letter-spacing: .12em
}

.c-value,
.c-value a,
.soc-btn,
select option {
  color: var(--text)
}

.c-value {
  font-weight: 500;
  font-size: .95rem
}

#form-ok h3,
.f-col h4,
.f-soc-btn,
.soc-btn,
label {
  font-weight: 700
}

.social-row {
  gap: 10px;
  margin-top: 28px;
  flex-wrap: wrap
}

.soc-btn {
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 0;
  border: 1px solid var(--border2);
  background: rgba(147, 51, 234, .05);
  font-family: var(--font-body);
  font-size: .68rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .25s, border-color .25s, color .25s, transform .25s, box-shadow .25s
}

.form-wrap,
select option {
  background: var(--surface)
}

.form-ok-content,
.form-wrap,
footer {
  transition: var(--trans-theme)
}

.soc-btn:hover {
  background: rgba(147, 51, 234, .12);
  border-color: var(--electric);
  color: var(--electric);
  transform: translateY(-2px);
  box-shadow: var(--glow-sm)
}

.soc-btn svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  flex-shrink: 0
}

.soc-btn.wa {
  border-color: rgba(37, 211, 102, .3);
  color: #25d366
}

#form-ok a,
#form-ok h3,
.f-soc-btn:hover {
  color: var(--electric)
}

.soc-btn.wa:hover {
  background: rgba(37, 211, 102, .1);
  border-color: #25d366;
  box-shadow: 0 0 14px rgba(37, 211, 102, .2)
}

.soc-btn.fb:hover {
  color: #1877f2;
  border-color: #1877f2
}

.soc-btn.ig:hover {
  color: #e1306c;
  border-color: #e1306c
}

.soc-btn.tk:hover {
  color: #69c9d0;
  border-color: #69c9d0
}

.form-wrap {
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 42px 38px;
  overflow: hidden
}

.form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--violet), var(--electric), var(--spark))
}

.form-wrap h3 {
  font-size: 1.3rem;
  margin-bottom: 6px
}

.form-wrap>p {
  font-size: .86rem;
  margin-bottom: 30px
}

.f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.f-submit {
  width: 100%;
  margin-top: 4px
}

label {
  color: var(--silver-dim);
  margin-bottom: 7px
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 15px;
  background: var(--input-bg);
  border: 1px solid var(--border);
  border-radius: 0;
  color: var(--text);
  font-family: var(--font-body);
  font-size: .9rem;
  transition: border-color .25s, box-shadow .25s, background .4s, color .4s;
  outline: 0;
  -webkit-appearance: none
}

input::placeholder,
textarea::placeholder {
  color: var(--silver-dim);
  opacity: .6
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(147, 51, 234, .5);
  box-shadow: 0 0 0 3px rgba(147, 51, 234, .08)
}

.footer-bottom,
footer {
  border-top: 1px solid var(--border)
}

textarea {
  resize: vertical;
  min-height: 108px
}

#form-ok {
  display: none;
  padding: 26px 0
}

.form-ok-icon {
  font-size: 2.6rem;
  margin-bottom: 10px
}

#form-ok h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  -webkit-background-clip: text;
  background-clip: text;
  animation: .6s .3s both fadeUp
}

#form-ok a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s
}

.form-ok-content {
  padding: 38px 32px;
  background: linear-gradient(135deg, rgba(147, 51, 234, .05) 0, rgba(123, 47, 190, .02) 100%);
  border: 1px solid var(--border);
  border-radius: 0;
  animation: .6s cubic-bezier(.34, 1.4, .64, 1) both successSlideIn
}

@supports (backdrop-filter:blur(1px)) {
  nav.scrolled {
    background: var(--nav-bg);
    backdrop-filter: blur(24px) saturate(1.3)
  }

  .mob-menu {
    backdrop-filter: blur(28px)
  }

  .svc-card-badge {
    backdrop-filter: blur(10px)
  }

  .na-ring-data span {
    backdrop-filter: blur(6px)
  }

  .form-ok-content {
    backdrop-filter: blur(4px)
  }
}

@keyframes successSlideIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.95)
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

.form-ok-checkmark {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--electric), var(--spark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: .6s cubic-bezier(.34, 1.4, .64, 1) .2s both checkmarkPulse;
  box-shadow: 0 0 30px rgba(147, 51, 234, .25);
  transition: box-shadow .3s
}

@keyframes checkmarkPulse {
  0% {
    transform: scale(0) rotate(-180deg);
    opacity: 0
  }

  50% {
    transform: scale(1.15)
  }

  100% {
    transform: scale(1) rotate(0);
    opacity: 1
  }
}

.form-ok-checkmark svg {
  width: 40px;
  height: 40px;
  stroke: #fff;
  stroke-width: 3;
  animation: .8s ease-out .4s both checkmarkDraw
}

@keyframes checkmarkDraw {
  0% {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    opacity: 0
  }

  100% {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
    opacity: 1
  }
}

#form-ok p {
  font-size: .95rem;
  margin-bottom: 20px;
  color: var(--text);
  line-height: 1.6;
  animation: .6s .4s both fadeUp
}

#form-ok a:hover {
  border-bottom-color: var(--electric)
}

.form-ok-btn {
  margin-top: 12px;
  animation: .6s .5s both fadeUp;
  font-size: .82rem
}

.form-ok-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(147, 51, 234, .3)
}

footer {
  padding: 60px 0 30px;
  background: var(--footer-bg)
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 48px
}

.f-brand>p {
  font-size: .86rem;
  margin-top: 12px;
  max-width: 260px
}

.f-col h4 {
  font-family: var(--font-body);
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 16px
}

.f-col ul li a,
.f-soc-btn,
.footer-bottom p {
  color: var(--silver-dim)
}

.f-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px
}

.f-col ul li a {
  font-size: .86rem
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  flex-wrap: wrap;
  gap: 14px
}

.f-soc-btn,
.footer-socials {
  align-items: center;
  display: flex
}

.footer-bottom p {
  font-size: .78rem
}

.footer-socials {
  gap: 10px;
  flex-wrap: wrap
}

.f-soc-btn {
  gap: 6px;
  padding: 7px 13px;
  border-radius: 0;
  border: 1px solid var(--border);
  background: 0 0;
  font-family: var(--font-body);
  font-size: .64rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s, border-color .2s
}

.reveal,
.reveal-l,
.reveal-r {
  opacity: 0;
  transition: opacity .8s, transform .8s
}

.f-soc-btn svg {
  width: 13px;
  height: 13px;
  fill: currentColor
}

.f-soc-btn:hover {
  border-color: var(--border2)
}

.f-soc-btn.f-wa:hover {
  color: #25d366;
  border-color: rgba(37, 211, 102, .4)
}

.reveal {
  transform: translateY(26px)
}

.reveal-l {
  transform: translateX(-26px)
}

.reveal-r {
  transform: translateX(26px)
}

.reveal-l.in,
.reveal-r.in,
.reveal.in {
  opacity: 1;
  transform: none
}

.wa-btn {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 500;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(37, 211, 102, .4);
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  animation: 3s ease-in-out infinite waPulse
}

.wa-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37, 211, 102, .6)
}

@keyframes waPulse {

  0%,
  100% {
    box-shadow: 0 6px 22px rgba(37, 211, 102, .4)
  }

  50% {
    box-shadow: 0 6px 36px rgba(37, 211, 102, .7)
  }
}

.wa-btn svg {
  width: 24px;
  height: 24px;
  fill: #fff
}

@media (max-width:1024px) {

  .process-grid,
  .svc-grid-v2,
  .testi-grid {
    grid-template-columns: 1fr 1fr
  }

  .contact-grid,
  .visual-inner {
    grid-template-columns: 1fr
  }

  .visual-3d {
    display: none
  }

  .visual-text {
    padding: 80px 24px
  }

  .process-card:nth-child(2) {
    border-right: none
  }

  .process-card:nth-child(n+3) {
    border-top: 1px solid var(--border)
  }

  .process-card:nth-child(3) {
    border-right: 1px solid var(--border)
  }

  .contact-grid {
    gap: 44px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px
  }
}

@media (max-width:768px) {
  .hero-meta-row {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start
  }

  .data-node,
  .hero-meta-right,
  .hero-scroll-hint,
  .nav-cta,
  .nav-links {
    display: none
  }

  .logo-3d-scene {
    width: min(320px, 80vw);
    height: min(320px, 80vw)
  }

  .hero-title {
    font-size: clamp(2.6rem, 12vw, 4.2rem)
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 300px
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center
  }

  .hero-stats {
    padding: 12px 16px
  }

  .stat-item {
    padding: 0 12px
  }

  .stat-n {
    font-size: 1.2rem
  }

  .process-card,
  .process-card:nth-child(3) {
    border-right: none
  }

  .ham {
    display: flex
  }

  h2 {
    font-size: 2rem
  }

  .section {
    padding: 80px 0
  }

  .f-row,
  .footer-grid,
  .process-grid,
  .svc-grid-v2,
  .testi-grid {
    grid-template-columns: 1fr
  }

  .svc-card-v2 {
    aspect-ratio: 16/10
  }

  .process-card {
    border-bottom: 1px solid var(--border)
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center
  }

  .form-wrap {
    padding: 30px 20px
  }

  .social-row {
    justify-content: center
  }

  .form-ok-content {
    padding: 28px 20px
  }

  .form-ok-checkmark {
    width: 60px;
    height: 60px;
    margin-bottom: 14px
  }

  .form-ok-checkmark svg {
    width: 32px;
    height: 32px
  }

  #form-ok h3 {
    font-size: 1.2rem;
    margin-bottom: 10px
  }

  #form-ok p {
    font-size: .9rem;
    margin-bottom: 16px
  }

  .form-ok-btn {
    margin-top: 10px;
    font-size: .75rem
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}