:root {
  color-scheme: dark;
  --bg: #05070d;
  --bg-soft: #0b1020;
  --panel: rgba(12, 18, 34, 0.74);
  --panel-solid: #101626;
  --border: rgba(125, 249, 255, 0.16);
  --border-strong: rgba(0, 229, 255, 0.42);
  --text: #f5f7fb;
  --muted: #9aa7bd;
  --cyan: #00e5ff;
  --blue: #3b82f6;
  --violet: #8b5cf6;
  --gold: #eab308;
  --danger: #fb7185;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  --media-radius: 12px;
  --container: 1180px;
  --header-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 2%, rgba(0, 229, 255, 0.15), transparent 28rem),
    radial-gradient(circle at 84% 24%, rgba(139, 92, 246, 0.18), transparent 30rem),
    linear-gradient(180deg, #05070d 0%, #07101d 44%, #05070d 100%);
  color: var(--text);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 86%);
  content: "";
}

body.is-loading {
  overflow: hidden;
}

body.is-lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--text);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.04;
}

h1 {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: 4.7rem;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 18px;
  font-size: 1.85rem;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.22;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 108px 0;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading.align-left {
  margin-inline: 0 auto;
  text-align: left;
}

.section-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin: 0 0 14px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(0, 229, 255, 0.08);
  color: #8cf7ff;
  padding: 8px 12px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.btn {
  --x: 0px;
  --y: 0px;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition:
    border-color 220ms var(--ease),
    background 220ms var(--ease),
    color 220ms var(--ease),
    box-shadow 220ms var(--ease),
    transform 220ms var(--ease);
}

.btn:hover,
.btn:focus-visible {
  outline: 0;
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--cyan), var(--blue) 46%, var(--violet));
  box-shadow: 0 18px 44px rgba(0, 229, 255, 0.24);
  color: #041019;
}

.btn-ghost,
.btn-light {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  backdrop-filter: blur(14px);
}

.btn-light {
  border-color: rgba(0, 229, 255, 0.32);
}

.lens-preloader {
  --loader-progress: 0%;
  --iris-size: 42px;
  --blade-offset: 16px;
  --blade-tilt: -9deg;
  --focus-rotate: 0deg;
  --core-scale: 1;
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 229, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.1), transparent 16rem),
    #02040a;
  animation: fikri-loader-guard 3600ms var(--ease) 1 forwards;
  transition: opacity 520ms var(--ease), visibility 520ms var(--ease);
}

.lens-preloader.is-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes fikri-loader-guard {
  0%,
  72% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.lens-shell {
  display: grid;
  place-items: center;
  gap: 10px;
  width: min(320px, calc(100% - 48px));
  text-align: center;
}

.lens-ring {
  position: relative;
  display: grid;
  isolation: isolate;
  width: 178px;
  height: 178px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 42%, rgba(255, 255, 255, 0.28), transparent 0 5%, transparent 14%),
    radial-gradient(circle, #02040a 0 31%, transparent 32%),
    conic-gradient(from 120deg, #121827, var(--cyan), #5f7cff, var(--violet), #111827, var(--cyan));
  box-shadow:
    0 0 44px rgba(0, 229, 255, 0.26),
    0 22px 70px rgba(0, 0, 0, 0.56),
    inset 0 0 18px rgba(255, 255, 255, 0.16),
    inset 0 0 50px rgba(0, 0, 0, 0.9);
  overflow: hidden;
  transform-origin: 50% 50%;
  transform: rotate(var(--focus-rotate));
  transition: transform 180ms linear;
}

.lens-ring::before,
.lens-ring::after {
  position: absolute;
  inset: 10px;
  z-index: 0;
  border-radius: 50%;
  content: "";
}

.lens-ring::before {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.28) 0 1deg, transparent 1deg 9deg);
  mask-image: radial-gradient(circle, transparent 0 63%, #000 64% 71%, transparent 72%);
}

.lens-ring::after {
  inset: 22px;
  border: 1px solid rgba(0, 229, 255, 0.18);
  background:
    radial-gradient(circle at 36% 32%, rgba(255, 255, 255, 0.2), transparent 0 5%, transparent 22%),
    radial-gradient(circle at 58% 58%, rgba(0, 229, 255, 0.2), transparent 0 20%, rgba(4, 8, 18, 0.84) 62%),
    radial-gradient(circle, rgba(5, 12, 28, 0.92), rgba(0, 0, 0, 0.96));
  box-shadow: inset 0 0 28px rgba(0, 229, 255, 0.18);
}

.lens-rim,
.lens-ticks,
.lens-glass,
.lens-aperture,
.lens-core,
.lens-flare {
  position: absolute;
  border-radius: 50%;
}

.lens-rim {
  inset: 2px;
  z-index: 1;
  border: 2px solid rgba(0, 229, 255, 0.26);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.12),
    0 0 34px rgba(0, 229, 255, 0.2);
}

.lens-ticks {
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: repeating-conic-gradient(from 8deg, rgba(125, 249, 255, 0.32) 0 2deg, transparent 2deg 18deg);
  mask-image: radial-gradient(circle, transparent 0 70%, #000 72% 77%, transparent 79%);
}

.lens-glass {
  inset: 30px;
  z-index: 2;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.18), transparent 0 9%, transparent 30%),
    radial-gradient(circle at 62% 64%, rgba(139, 92, 246, 0.24), transparent 0 28%, transparent 50%),
    radial-gradient(circle, rgba(0, 229, 255, 0.13), rgba(3, 6, 14, 0.72) 58%, rgba(0, 0, 0, 0.96));
  box-shadow:
    inset 0 0 38px rgba(0, 0, 0, 0.82),
    inset 0 0 18px rgba(0, 229, 255, 0.12);
}

.lens-blade {
  --blade-angle: 0deg;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 104px;
  height: 64px;
  border-radius: 7px 38px 12px 36px;
  background: linear-gradient(130deg, rgba(20, 29, 49, 0.98), rgba(2, 4, 10, 0.98) 72%);
  clip-path: polygon(0 10%, 100% 0, 84% 88%, 0 100%);
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotate(var(--blade-angle)) translateX(var(--blade-offset)) rotate(var(--blade-tilt));
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.72);
  transition: transform 110ms linear;
}

.blade-1 { --blade-angle: 0deg; }
.blade-2 { --blade-angle: 45deg; }
.blade-3 { --blade-angle: 90deg; }
.blade-4 { --blade-angle: 135deg; }
.blade-5 { --blade-angle: 180deg; }
.blade-6 { --blade-angle: 225deg; }
.blade-7 { --blade-angle: 270deg; }
.blade-8 { --blade-angle: 315deg; }

.lens-preloader.is-closing .lens-blade,
.lens-preloader.is-complete .lens-blade {
  transform: translate(-50%, -50%) rotate(var(--blade-angle)) translateX(84px) rotate(26deg);
}

.lens-aperture {
  z-index: 4;
  left: 50%;
  top: 50%;
  width: var(--iris-size);
  height: var(--iris-size);
  border: 1px solid rgba(0, 229, 255, 0.34);
  background:
    radial-gradient(circle at 43% 38%, rgba(0, 229, 255, 0.32), transparent 0 10%, transparent 30%),
    radial-gradient(circle, #02040a 0 58%, rgba(2, 4, 10, 0.88) 60%);
  box-shadow:
    0 0 24px rgba(0, 229, 255, 0.28),
    inset 0 0 24px rgba(0, 0, 0, 0.94);
  transform: translate(-50%, -50%);
  transition: width 110ms linear, height 110ms linear;
}

.lens-core {
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 229, 255, 0.5);
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.48), transparent 0 11%, transparent 28%),
    radial-gradient(circle, rgba(139, 92, 246, 0.56), rgba(0, 229, 255, 0.2) 44%, rgba(0, 0, 0, 0.96) 74%);
  transform: translate(-50%, -50%) scale(var(--core-scale));
  transition: transform 110ms linear;
}

.lens-flare {
  z-index: 6;
  left: 36%;
  top: 27%;
  width: 28px;
  height: 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(0, 229, 255, 0.1));
  filter: blur(2px);
  transform: rotate(-26deg);
  opacity: 0.78;
}

.lens-preloader.is-closing .lens-core,
.lens-preloader.is-complete .lens-core {
  transform: translate(-50%, -50%) scale(1.28);
}

.lens-shell p,
.lens-shell strong,
.lens-shell span,
.lens-shell em {
  margin: 0;
  font-style: normal;
}

.lens-shell p {
  color: var(--text);
  font-weight: 800;
}

.lens-shell strong,
.lens-shell span {
  color: var(--muted);
  font-size: 0.8rem;
}

.lens-shell em {
  color: var(--cyan);
  font-family: "Space Grotesk", monospace;
  font-weight: 800;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: var(--header-h);
  transition: background 220ms var(--ease), border-color 220ms var(--ease), backdrop-filter 220ms var(--ease);
}

.site-header.is-scrolled,
.site-header.is-open {
  border-bottom: 1px solid rgba(125, 249, 255, 0.14);
  background: rgba(5, 7, 13, 0.8);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.brand strong {
  color: var(--cyan);
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(0, 229, 255, 0.34);
  border-radius: 50%;
  background: rgba(0, 229, 255, 0.08);
  color: var(--cyan);
  box-shadow: 0 0 26px rgba(0, 229, 255, 0.2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(245, 247, 251, 0.82);
  font-size: 0.88rem;
  font-weight: 700;
}

.nav-links a,
.site-footer a {
  text-decoration: none;
  transition: color 180ms var(--ease);
}

.nav-links a:hover,
.nav-links a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--cyan);
  outline: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.hero-scene {
  position: relative;
  display: grid;
  min-height: 100vh;
  overflow: hidden;
  padding: 136px 0 70px;
  align-items: center;
  perspective: 1200px;
}

.hero-media,
.hero-frame,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.015);
  will-change: transform;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 28%, transparent 0 24%, rgba(0, 0, 0, 0.14) 66%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46) 100%);
  content: "";
}

.hero-frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1100ms var(--ease), transform 900ms var(--ease);
  will-change: opacity, transform;
}

.hero-frame.is-active {
  opacity: 1;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.72), rgba(5, 7, 13, 0.34) 43%, rgba(5, 7, 13, 0.02) 72%, rgba(5, 7, 13, 0.08)),
    linear-gradient(180deg, rgba(5, 7, 13, 0.02), rgba(5, 7, 13, 0.2) 68%, var(--bg) 100%);
}

.hero-focus-reticle {
  position: absolute;
  right: 8%;
  top: 22%;
  z-index: 2;
  width: 210px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 229, 255, 0.36);
  border-radius: 50%;
  box-shadow: 0 0 36px rgba(0, 229, 255, 0.18);
}

.hero-focus-reticle::before,
.hero-focus-reticle::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 132%;
  height: 1px;
  background: rgba(0, 229, 255, 0.28);
  content: "";
  transform: translate(-50%, -50%);
}

.hero-focus-reticle::after {
  width: 1px;
  height: 132%;
}

.hero-layout {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 44px;
}

.hero-copy {
  max-width: 760px;
}

.hero-brand-line {
  margin-bottom: 18px;
  color: var(--cyan);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.hero-title {
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 700px;
  color: rgba(245, 247, 251, 0.9);
  font-size: 1.14rem;
}

.hero-malay {
  max-width: 660px;
  color: rgba(154, 167, 189, 0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-badge,
.automation-list span,
.portfolio-mini-chip,
.training-list article {
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: 999px;
  background: rgba(9, 14, 28, 0.72);
  color: rgba(245, 247, 251, 0.86);
  padding: 9px 12px;
  font-size: 0.83rem;
  font-weight: 700;
}

.hero-orbit {
  position: relative;
  min-height: 420px;
}

.orbit-ring {
  position: absolute;
  inset: 42px 0 0;
  margin: auto;
  width: 290px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 38px rgba(0, 229, 255, 0.08), 0 0 44px rgba(139, 92, 246, 0.12);
}

.orbit-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 132px;
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(8, 13, 25, 0.8);
  box-shadow: var(--shadow);
  padding: 12px;
  color: var(--text);
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.orbit-card i {
  color: var(--cyan);
}

.card-video { left: 18px; top: 66px; }
.card-image { right: 0; top: 154px; }
.card-bot { left: 0; bottom: 86px; }
.card-api { right: 36px; bottom: 22px; }

.hero-amierul-style {
  min-height: 100svh;
  background:
    linear-gradient(rgba(120, 131, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 131, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 74% 20%, rgba(102, 99, 255, 0.16), transparent 25rem),
    radial-gradient(circle at 20% 80%, rgba(0, 229, 255, 0.1), transparent 24rem),
    linear-gradient(135deg, #070d1d 0%, #0a1023 52%, #07101b 100%);
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
  padding: 118px 0 78px;
}

.hero-amierul-style .hero-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(42px, 7vw, 84px);
}

.hero-amierul-style .hero-copy {
  max-width: 650px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  border: 1px solid rgba(251, 191, 36, 0.38);
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.06);
  color: #fbbf24;
  padding: 10px 16px;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero-eyebrow span {
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 16px rgba(245, 158, 11, 0.78);
}

.hero-name {
  max-width: 680px;
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(4.3rem, 8vw, 7.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-name .name-hi {
  display: block;
  color: #9aa7c7;
  font-size: 0.52em;
}

.hero-name .name-main {
  display: block;
  color: #f8fbff;
}

.hero-name .name-main span {
  color: #6d6aff;
}

.hero-name .name-sub {
  display: block;
  margin-top: 10px;
  background: linear-gradient(90deg, #8d8cff, #d6a0bc 48%, #f2a83f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 0.34em;
  line-height: 1.12;
}

.hero-lead {
  max-width: 650px;
  margin-top: 28px;
  color: #9fb0d2;
  font-size: 1.2rem;
  line-height: 1.66;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-pills span {
  border: 1px solid rgba(160, 174, 205, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #dce7ff;
  padding: 9px 14px;
  font-size: 0.84rem;
  font-weight: 800;
}

.hero-visual-stage {
  position: relative;
  min-height: 560px;
}

.hero-slideshow-card {
  position: absolute;
  inset: 0 0 34px 26px;
  overflow: hidden;
  border: 1px solid rgba(99, 102, 241, 0.36);
  border-radius: 28px;
  background: rgba(7, 12, 26, 0.86);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
}

.hero-slideshow-card .hero-media {
  position: absolute;
  inset: 0;
  transform: none;
}

.hero-slideshow-card .hero-media::after {
  background:
    linear-gradient(90deg, rgba(6, 10, 23, 0.28), rgba(6, 10, 23, 0.02) 52%, rgba(6, 10, 23, 0.3)),
    linear-gradient(180deg, rgba(6, 10, 23, 0.02), rgba(6, 10, 23, 0.74));
}

.hero-slideshow-card .hero-frame {
  object-position: center;
}

.hero-floating-note {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 13, 25, 0.76);
  color: #eef7ff;
  padding: 11px 14px;
  font-size: 0.84rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.hero-floating-note i {
  color: var(--cyan);
}

.note-top {
  top: 24px;
  right: 24px;
}

.note-bottom {
  left: 24px;
  bottom: 24px;
}

.cute-robot {
  --robot-rotate-x: 0deg;
  --robot-rotate-y: 0deg;
  --robot-eye-x: 0px;
  --robot-eye-y: 0px;
  --robot-glow-x: 50%;
  --robot-glow-y: 50%;
  position: absolute;
  right: -16px;
  bottom: -8px;
  z-index: 4;
  width: 186px;
  height: 250px;
  cursor: default;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.44));
  transform: rotateX(var(--robot-rotate-x)) rotateY(var(--robot-rotate-y));
  transform-style: preserve-3d;
  transition: transform 220ms var(--ease);
}

.cute-robot-head,
.cute-robot-body,
.cute-robot-antenna,
.cute-arm,
.cute-shadow {
  position: absolute;
  left: 50%;
}

.cute-robot-head {
  top: 38px;
  width: 138px;
  height: 116px;
  border: 1px solid rgba(133, 247, 255, 0.48);
  border-radius: 32px;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.94), transparent 28%),
    linear-gradient(145deg, #eff9ff, #8aa0c0 48%, #162033);
  box-shadow: inset -14px -18px 28px rgba(8, 13, 25, 0.32), 0 0 30px rgba(0, 229, 255, 0.22);
  transform: translateX(-50%);
  animation: cute-head 3.8s ease-in-out infinite;
}

.cute-face {
  position: absolute;
  inset: 28px 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #07101c, #0b1626);
  box-shadow: inset 0 0 18px rgba(0, 229, 255, 0.22);
}

.cute-eye {
  position: absolute;
  top: 23px;
  width: 17px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 35%, #fff, #6ff8ff 28%, #00d9ff 70%);
  box-shadow: 0 0 14px rgba(0, 229, 255, 0.8);
  transform: translate(var(--robot-eye-x), var(--robot-eye-y));
  transition: transform 160ms var(--ease);
}

.cute-eye.left {
  left: 24px;
}

.cute-eye.right {
  right: 24px;
}

.cute-smile {
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 36px;
  height: 12px;
  border-bottom: 3px solid rgba(139, 92, 246, 0.82);
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
}

.cute-ear {
  position: absolute;
  top: 38px;
  width: 22px;
  height: 46px;
  border: 1px solid rgba(0, 229, 255, 0.3);
  background: rgba(17, 28, 45, 0.86);
}

.cute-ear.left {
  left: -18px;
  border-radius: 18px 6px 6px 18px;
}

.cute-ear.right {
  right: -18px;
  border-radius: 6px 18px 18px 6px;
}

.cute-robot-antenna {
  top: 0;
  width: 54px;
  height: 48px;
  transform: translateX(-50%);
}

.cute-robot-antenna::before,
.cute-robot-antenna::after {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 38px;
  background: rgba(121, 240, 255, 0.82);
  content: "";
}

.cute-robot-antenna::before {
  left: 13px;
  transform: rotate(-18deg);
}

.cute-robot-antenna::after {
  right: 13px;
  transform: rotate(18deg);
}

.cute-robot-antenna span {
  position: absolute;
  left: 50%;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #7c6dff;
  box-shadow: 0 0 20px rgba(124, 109, 255, 0.88);
  transform: translateX(-50%);
}

.cute-robot-body {
  top: 148px;
  width: 126px;
  height: 82px;
  border: 1px solid rgba(133, 247, 255, 0.4);
  border-radius: 28px 28px 34px 34px;
  background: linear-gradient(145deg, #e8f6ff, #687d9c 55%, #101827);
  transform: translateX(-50%);
}

.cute-core {
  position: absolute;
  left: 50%;
  top: 22px;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0 12%, #00e5ff 13% 48%, rgba(0, 229, 255, 0.18) 49%);
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.62);
  transform: translateX(-50%);
}

.cute-arm {
  top: 160px;
  width: 30px;
  height: 66px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9ee8ff, #1d2b42);
  transform-origin: top center;
}

.cute-arm.cute-left {
  margin-left: -86px;
  animation: cute-wave 2.8s ease-in-out infinite;
}

.cute-arm.cute-right {
  margin-left: 56px;
  transform: rotate(-14deg);
}

.cute-shadow {
  bottom: 0;
  width: 130px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 229, 255, 0.3), transparent 72%);
  filter: blur(4px);
  transform: translateX(-50%);
}

@keyframes cute-head {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -7px;
  }
}

@keyframes cute-wave {
  0%,
  100% {
    transform: rotate(20deg);
  }

  50% {
    transform: rotate(46deg);
  }
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(245, 247, 251, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.scroll-indicator span {
  width: 8px;
  height: 24px;
  border: 1px solid rgba(0, 229, 255, 0.38);
  border-radius: 999px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 58px;
}

.split-layout.reverse {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
}

.section-copy p {
  max-width: 680px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.stat-grid article {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(12, 18, 34, 0.72);
  padding: 18px;
}

.stat-grid strong {
  display: block;
  color: var(--cyan);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.72rem;
}

.stat-grid span {
  color: var(--muted);
  font-weight: 700;
}

.workspace-card,
.feature-card,
.service-card-media,
.automation-media,
.training-media,
.editing-feature figure,
.cta-portrait {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.16);
  border-radius: var(--media-radius);
  background: #070b14;
  box-shadow: var(--shadow);
}

.cta-portrait::before {
  position: absolute;
  inset: 8%;
  z-index: 0;
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 44px rgba(0, 229, 255, 0.16);
  content: "";
}

.cta-portrait img {
  position: relative;
  z-index: 1;
}

.about-robot-showcase {
  min-width: 0;
}

.about-robot-stage {
  --robot-rotate-x: 0deg;
  --robot-rotate-y: 0deg;
  --robot-eye-x: 0px;
  --robot-eye-y: 0px;
  --robot-head-x: 0px;
  --robot-head-y: 0px;
  --robot-arm-left: 13deg;
  --robot-arm-right: -13deg;
  --robot-glow-x: 50%;
  --robot-glow-y: 50%;
  position: relative;
  display: block;
  width: 100%;
  min-height: 560px;
  border: 1px solid rgba(69, 243, 209, 0.3);
  border-radius: var(--media-radius);
  background:
    radial-gradient(circle at var(--robot-glow-x) var(--robot-glow-y), rgba(255, 182, 94, 0.22), transparent 13rem),
    radial-gradient(circle at 18% 20%, rgba(42, 245, 196, 0.18), transparent 17rem),
    radial-gradient(circle at 82% 82%, rgba(255, 101, 158, 0.16), transparent 18rem),
    linear-gradient(145deg, rgba(7, 18, 28, 0.96), rgba(18, 13, 31, 0.95));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: inherit;
  cursor: pointer;
  font: inherit;
  overflow: hidden;
  perspective: 960px;
  isolation: isolate;
}

.about-robot-stage:focus-visible {
  outline: 3px solid rgba(255, 182, 94, 0.42);
  outline-offset: 4px;
}

.about-robot-grid {
  position: absolute;
  inset: 22px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(rgba(69, 243, 209, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 182, 94, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 58%, transparent 78%);
}

.about-robot-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(69, 243, 209, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  inset: 60px 9%;
  animation: about-robot-orbit 20s linear infinite;
}

.orbit-two {
  inset: 112px 19%;
  border-color: rgba(255, 101, 158, 0.2);
  animation: about-robot-orbit 16s linear infinite reverse;
}

.about-robot-spark {
  position: absolute;
  z-index: 2;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffcf6a;
  box-shadow: 0 0 20px rgba(255, 207, 106, 0.76);
  pointer-events: none;
}

.spark-one {
  left: 18%;
  top: 22%;
  animation: about-spark-drift 4.4s ease-in-out infinite;
}

.spark-two {
  right: 16%;
  top: 32%;
  width: 9px;
  background: #45f3d1;
  box-shadow: 0 0 18px rgba(69, 243, 209, 0.72);
  animation: about-spark-drift 5s ease-in-out infinite 420ms;
}

.spark-three {
  left: 27%;
  bottom: 22%;
  width: 8px;
  background: #ff659e;
  box-shadow: 0 0 18px rgba(255, 101, 158, 0.68);
  animation: about-spark-drift 4.8s ease-in-out infinite 820ms;
}

.about-robot {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 3;
  width: min(310px, 60vw);
  height: 430px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  animation: about-robot-float 5.4s ease-in-out infinite;
  pointer-events: none;
}

.about-robot-head,
.about-robot-body,
.about-robot-neck,
.about-robot-arm,
.about-robot-antenna,
.about-robot-foot {
  position: absolute;
  left: 50%;
  transform-style: preserve-3d;
}

.about-robot-antenna {
  top: 2px;
  width: 82px;
  height: 62px;
  transform: translateX(-50%);
}

.about-robot-antenna::before,
.about-robot-antenna::after {
  position: absolute;
  bottom: 6px;
  width: 3px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffcf6a, #45f3d1);
  content: "";
}

.about-robot-antenna::before {
  left: 18px;
  transform: rotate(-17deg);
}

.about-robot-antenna::after {
  right: 18px;
  transform: rotate(17deg);
}

.about-robot-antenna span {
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #fff, #ffcf6a 42%, #ff7a59);
  box-shadow: 0 0 24px rgba(255, 207, 106, 0.8);
  transform: translateX(-50%);
}

.about-robot-head {
  top: 56px;
  width: 226px;
  height: 172px;
  border: 1px solid rgba(255, 207, 106, 0.42);
  border-radius: 42px;
  background:
    radial-gradient(circle at 27% 20%, rgba(255, 255, 255, 0.92), transparent 29%),
    linear-gradient(145deg, #ffe0a4 0%, #ff8aa9 44%, #8a7cff 100%);
  box-shadow:
    inset -18px -22px 34px rgba(49, 20, 64, 0.32),
    inset 16px 18px 26px rgba(255, 255, 255, 0.28),
    0 20px 56px rgba(255, 101, 158, 0.2);
  transform:
    translate(calc(-50% + var(--robot-head-x)), var(--robot-head-y))
    rotateX(var(--robot-rotate-x))
    rotateY(var(--robot-rotate-y))
    translateZ(56px);
  transition: transform 220ms var(--ease);
}

.about-robot-face {
  position: absolute;
  inset: 38px 28px 30px;
  border: 1px solid rgba(69, 243, 209, 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 26% 38%, rgba(255, 207, 106, 0.18), transparent 32%),
    radial-gradient(circle at 72% 42%, rgba(69, 243, 209, 0.16), transparent 32%),
    linear-gradient(180deg, #06111d, #0c1728);
  box-shadow: inset 0 0 24px rgba(69, 243, 209, 0.2);
}

.about-robot-eye {
  position: absolute;
  top: 34px;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, #ffffff 0 16%, #fffbad 17% 33%, #45f3d1 34% 62%, #0d7568 100%);
  box-shadow: 0 0 20px rgba(69, 243, 209, 0.82);
  transform: translate(var(--robot-eye-x), var(--robot-eye-y));
  transition: transform 150ms var(--ease);
}

.about-robot-eye.eye-left {
  left: 34px;
}

.about-robot-eye.eye-right {
  right: 34px;
}

.about-robot-mouth {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 58px;
  height: 16px;
  border-bottom: 4px solid rgba(255, 207, 106, 0.88);
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
  transition: width 220ms var(--ease), border-color 220ms var(--ease);
}

.about-robot-stage:hover .about-robot-mouth,
.about-robot-stage:focus-visible .about-robot-mouth {
  width: 72px;
  border-color: rgba(69, 243, 209, 0.9);
}

.about-robot-ear {
  position: absolute;
  top: 50px;
  width: 28px;
  height: 58px;
  border: 1px solid rgba(69, 243, 209, 0.28);
  background: linear-gradient(180deg, #102033, #45f3d1);
}

.about-robot-ear.ear-left {
  left: -21px;
  border-radius: 20px 8px 8px 20px;
}

.about-robot-ear.ear-right {
  right: -21px;
  border-radius: 8px 20px 20px 8px;
}

.about-robot-neck {
  top: 222px;
  width: 72px;
  height: 42px;
  border: 1px solid rgba(255, 207, 106, 0.28);
  border-radius: 18px;
  background: linear-gradient(180deg, #65f4dd, #1f4d5f);
  transform: translateX(-50%) translateZ(16px);
}

.about-robot-body {
  top: 250px;
  width: 222px;
  height: 148px;
  border: 1px solid rgba(69, 243, 209, 0.34);
  border-radius: 42px 42px 48px 48px;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(145deg, #45f3d1 0%, #39a7ff 48%, #37255f 100%);
  box-shadow:
    inset -20px -26px 36px rgba(8, 13, 31, 0.34),
    0 20px 52px rgba(57, 167, 255, 0.18);
  transform: translateX(-50%) translateZ(36px);
}

.about-robot-core {
  position: absolute;
  left: 50%;
  top: 34px;
  width: 68px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 14%, #ffcf6a 15% 46%, rgba(255, 207, 106, 0.16) 47%),
    #102033;
  box-shadow: 0 0 26px rgba(255, 207, 106, 0.7), inset 0 0 18px rgba(255, 255, 255, 0.24);
  transform: translateX(-50%);
}

.about-robot-badge {
  position: absolute;
  bottom: 30px;
  width: 42px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 207, 106, 0.58);
}

.about-robot-badge.badge-left {
  left: 44px;
}

.about-robot-badge.badge-right {
  right: 44px;
  background: rgba(255, 101, 158, 0.58);
}

.about-robot-arm {
  top: 268px;
  width: 46px;
  height: 122px;
  transform-origin: 50% 16px;
}

.about-robot-arm span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe0a4, #ff8aa9 52%, #2b264f);
  box-shadow: inset -9px -14px 22px rgba(0, 0, 0, 0.32);
}

.about-robot-arm span::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #ffcf6a 42%, #ff7a59);
  box-shadow: 0 0 18px rgba(255, 207, 106, 0.42);
  content: "";
  transform: translateX(-50%);
}

.about-robot-arm.arm-left {
  margin-left: -166px;
  transform: translateZ(22px) rotate(var(--robot-arm-left));
  transition: transform 220ms var(--ease);
}

.about-robot-arm.arm-right {
  margin-left: 120px;
  transform: translateZ(22px) rotate(var(--robot-arm-right));
  transition: transform 220ms var(--ease);
}

.about-robot-foot {
  top: 394px;
  width: 70px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #45f3d1, #14213b);
  box-shadow: inset -8px -10px 18px rgba(0, 0, 0, 0.28);
}

.about-robot-foot.foot-left {
  margin-left: -82px;
}

.about-robot-foot.foot-right {
  margin-left: 12px;
}

.about-robot-shadow {
  position: absolute;
  left: 50%;
  bottom: 62px;
  z-index: 1;
  width: 250px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.46), transparent 72%);
  transform: translateX(-50%);
}

.about-robot-stage.is-celebrating .about-robot {
  animation: about-robot-cheer 820ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.about-robot-stage.is-celebrating .about-robot-head {
  animation: about-head-happy 820ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.about-robot-stage.is-celebrating .about-robot-arm.arm-left {
  animation: about-arm-wave-left 820ms ease-in-out both;
}

.about-robot-stage.is-celebrating .about-robot-arm.arm-right {
  animation: about-arm-wave-right 820ms ease-in-out both;
}

.about-robot-stage.is-celebrating .about-robot-shadow {
  animation: about-shadow-hop 820ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

@keyframes about-robot-float {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-50%, calc(-50% - 14px));
  }
}

@keyframes about-robot-cheer {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  28% {
    transform: translate(-50%, calc(-50% - 46px)) scale(1.035);
  }

  54% {
    transform: translate(-50%, calc(-50% - 18px)) rotate(-3deg) scale(1.02);
  }

  76% {
    transform: translate(-50%, calc(-50% - 30px)) rotate(3deg) scale(1.025);
  }
}

@keyframes about-head-happy {
  0%,
  100% {
    transform:
      translate(calc(-50% + var(--robot-head-x)), var(--robot-head-y))
      rotateX(var(--robot-rotate-x))
      rotateY(var(--robot-rotate-y))
      translateZ(56px);
  }

  38% {
    transform: translate(-50%, -12px) rotateZ(-8deg) translateZ(64px);
  }

  70% {
    transform: translate(-50%, -6px) rotateZ(8deg) translateZ(64px);
  }
}

@keyframes about-arm-wave-left {
  0%,
  100% {
    transform: translateZ(22px) rotate(var(--robot-arm-left));
  }

  22% {
    transform: translateZ(22px) rotate(-46deg);
  }

  42% {
    transform: translateZ(22px) rotate(-18deg);
  }

  62% {
    transform: translateZ(22px) rotate(-54deg);
  }

  82% {
    transform: translateZ(22px) rotate(-20deg);
  }
}

@keyframes about-arm-wave-right {
  0%,
  100% {
    transform: translateZ(22px) rotate(var(--robot-arm-right));
  }

  26% {
    transform: translateZ(22px) rotate(46deg);
  }

  52% {
    transform: translateZ(22px) rotate(18deg);
  }

  76% {
    transform: translateZ(22px) rotate(52deg);
  }
}

@keyframes about-shadow-hop {
  0%,
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }

  32% {
    opacity: 0.58;
    transform: translateX(-50%) scale(0.72);
  }
}

@keyframes about-robot-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes about-spark-drift {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate3d(8px, -14px, 0) scale(1.2);
  }
}

.workspace-card {
  margin-bottom: 42px;
}

.workspace-card img {
  height: 230px;
  object-fit: cover;
}

.workspace-card figcaption {
  position: absolute;
  inset: auto 12px 12px;
  border-radius: var(--radius);
  background: rgba(5, 7, 13, 0.74);
  color: var(--text);
  padding: 10px 12px;
  font-size: 0.82rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.glow-card,
.service-card,
.skill-card {
  --mx: 50%;
  --my: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(0, 229, 255, 0.14), transparent 18rem),
    rgba(9, 14, 28, 0.78);
  box-shadow: 0 0 32px rgba(0, 229, 255, 0.08);
  padding: 16px;
  transition: border-color 220ms var(--ease), transform 220ms var(--ease), box-shadow 220ms var(--ease);
}

.glow-card:hover,
.service-card:hover,
.skill-card:hover {
  border-color: rgba(0, 229, 255, 0.45);
  box-shadow: 0 18px 54px rgba(0, 229, 255, 0.13);
  transform: translateY(-4px);
}

.glow-card img {
  width: 100%;
  height: 188px;
  border-radius: var(--radius);
  object-fit: cover;
}

.glow-card > i,
.icon-chip {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 16px 0 14px;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(0, 229, 255, 0.1);
  color: var(--cyan);
}

.glow-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--cyan);
  font-weight: 800;
  text-decoration: none;
}

.work-section {
  background:
    linear-gradient(180deg, rgba(11, 16, 32, 0), rgba(11, 16, 32, 0.64) 48%, rgba(11, 16, 32, 0));
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: 330px;
  gap: 16px;
}

.feature-card {
  min-height: 0;
}

.feature-card.large {
  grid-row: span 2;
}

.feature-card.wide {
  grid-column: span 2;
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card div {
  position: absolute;
  inset: auto 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(5, 7, 13, 0.76);
  padding: 16px;
  backdrop-filter: blur(16px);
}

.feature-card p {
  margin-bottom: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.process-grid.compact {
  display: block;
}

.process-grid:not(.compact) {
  grid-template-columns: repeat(3, 1fr);
}

.process-scroll-shell {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 4px 2px 18px;
  scrollbar-color: rgba(0, 229, 255, 0.42) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.process-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  min-width: max-content;
  will-change: transform;
}

.process-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(9, 14, 28, 0.72);
  box-shadow: var(--shadow);
}

.process-scroll-mount .process-card {
  flex: 0 0 clamp(320px, 38vw, 430px);
  min-height: 520px;
}

.process-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 50% 30%, rgba(0, 229, 255, 0.1), transparent 18rem),
    #060b15;
}

.process-image-button {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
}

.process-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 380ms var(--ease);
}

.process-card:hover img,
.process-image-button:focus-visible img {
  transform: scale(1.05);
}

.process-card-body {
  padding: 16px;
}

.process-card-body span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-weight: 800;
}

.process-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.process-zoom-chip {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(0, 229, 255, 0.32);
  border-radius: 999px;
  background: rgba(3, 7, 18, 0.72);
  color: #e8fbff;
  padding: 9px 11px;
  font-size: 0.72rem;
  font-weight: 900;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
  backdrop-filter: blur(12px);
}

.process-image-button:hover .process-zoom-chip,
.process-image-button:focus-visible .process-zoom-chip {
  opacity: 1;
  transform: translateY(0);
}

.process-image-button:focus-visible {
  outline: 3px solid rgba(0, 229, 255, 0.34);
  outline-offset: -3px;
}

.process-lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  background: rgba(1, 4, 10, 0.84);
  padding: clamp(16px, 4vw, 42px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms var(--ease), visibility 220ms var(--ease);
}

.process-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.process-lightbox-panel {
  position: relative;
  display: grid;
  width: min(1080px, 100%);
  max-height: min(86vh, 820px);
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.32);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(9, 14, 28, 0.98), rgba(5, 8, 15, 0.98));
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.72);
}

.process-lightbox-panel img {
  width: 100%;
  max-height: min(66vh, 620px);
  object-fit: contain;
  background: #02040a;
}

.process-lightbox-caption {
  display: grid;
  gap: 8px;
  padding: 18px 20px 20px;
}

.process-lightbox-caption h3 {
  margin: 0;
}

.process-lightbox-caption p {
  margin: 0;
}

.process-lightbox-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(3, 7, 18, 0.78);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.process-lightbox-close:hover,
.process-lightbox-close:focus-visible {
  border-color: rgba(0, 229, 255, 0.52);
  color: var(--cyan);
  outline: 0;
}

.center-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.portrait-cta {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    radial-gradient(circle at 78% 38%, rgba(0, 229, 255, 0.15), transparent 28rem),
    linear-gradient(135deg, #060b14, #0b1020 54%, #05070d);
}

.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: center;
  gap: 56px;
}

.cta-copy h2 {
  max-width: 760px;
  font-size: 4rem;
}

.cta-copy p {
  max-width: 640px;
  color: rgba(245, 247, 251, 0.82);
  font-size: 1.06rem;
}

.cta-portrait {
  max-height: 520px;
}

.cta-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.site-footer {
  padding: 54px 0;
  border-top: 1px solid rgba(0, 229, 255, 0.12);
  background: #03050a;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) minmax(138px, 0.7fr) minmax(220px, 0.88fr) minmax(250px, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}

.site-footer strong {
  display: block;
  margin-bottom: 12px;
  color: var(--text);
}

.site-footer nav,
.site-footer div {
  min-width: 0;
}

.site-footer nav a,
.site-footer div > a {
  display: block;
  margin: 8px 0;
  color: var(--muted);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 44px);
  gap: 12px;
  width: 156px;
  max-width: 100%;
}

.site-footer .social-grid a {
  position: relative;
  isolation: isolate;
  display: grid;
  margin: 0;
  min-width: 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.14), transparent 32%),
    rgba(255, 255, 255, 0.055);
  color: var(--text);
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  transition:
    border-color 200ms var(--ease),
    color 200ms var(--ease),
    box-shadow 200ms var(--ease),
    transform 200ms var(--ease);
}

.site-footer .social-grid a::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: var(--social-glow, linear-gradient(135deg, rgba(0, 229, 255, 0.6), rgba(139, 92, 246, 0.5)));
  content: "";
  opacity: 0;
  transition: opacity 200ms var(--ease);
}

.site-footer .social-grid a i {
  font-size: 1rem;
  line-height: 1;
}

.site-footer .social-grid a:hover,
.site-footer .social-grid a:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  outline: 0;
  transform: translateY(-3px);
  box-shadow: 0 0 26px var(--social-shadow, rgba(0, 229, 255, 0.28));
}

.site-footer .social-grid a:hover::before,
.site-footer .social-grid a:focus-visible::before {
  opacity: 0.72;
}

.social-instagram {
  --social-glow: linear-gradient(135deg, #f97316, #ec4899 48%, #8b5cf6);
  --social-shadow: rgba(236, 72, 153, 0.42);
}

.social-youtube {
  --social-glow: linear-gradient(135deg, #ff0033, #ff4d4d);
  --social-shadow: rgba(255, 0, 51, 0.42);
}

.social-tiktok {
  --social-glow: linear-gradient(135deg, #00f2ea, #111827 45%, #ff0050);
  --social-shadow: rgba(0, 242, 234, 0.42);
}

.services-hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 130px 0 90px;
  perspective: 1200px;
}

.services-hero-media,
.services-hero-frame,
.services-hero-shade {
  position: absolute;
  inset: 0;
}

.services-hero-media {
  transform: translate3d(0, var(--services-parallax, 0px), 0) scale(1.05);
  will-change: transform;
}

.services-hero-frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.services-hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.7), rgba(5, 7, 13, 0.32) 52%, rgba(5, 7, 13, 0.04)),
    radial-gradient(circle at 76% 26%, transparent 0 24%, rgba(0, 0, 0, 0.18) 68%, rgba(0, 0, 0, 0.44)),
    linear-gradient(180deg, rgba(5, 7, 13, 0.02), var(--bg) 100%);
}

.services-hero-copy {
  position: relative;
  z-index: 2;
  max-width: var(--container);
}

.services-hero-copy p {
  max-width: 700px;
  color: rgba(245, 247, 251, 0.88);
  font-size: 1.1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0;
}

.service-card-media {
  margin: 0;
  border-width: 0;
  border-radius: var(--radius) var(--radius) 0 0;
}

.service-card-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-card-body {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 18px;
}

.service-card-body ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.service-card-body li {
  position: relative;
  padding-left: 18px;
  color: rgba(245, 247, 251, 0.82);
  font-size: 0.9rem;
}

.service-card-body li::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.service-neon-cta {
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  border: 1px solid rgba(0, 229, 255, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.1), rgba(139, 92, 246, 0.12)),
    rgba(6, 12, 24, 0.86);
  color: #dffcff;
  padding: 12px 15px;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.08);
  transition:
    border-color 180ms var(--ease),
    color 180ms var(--ease),
    box-shadow 180ms var(--ease),
    transform 180ms var(--ease);
}

.service-neon-cta::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.55), rgba(139, 92, 246, 0.5));
  content: "";
  opacity: 0;
  transition: opacity 180ms var(--ease);
}

.service-neon-cta:hover,
.service-neon-cta:focus-visible {
  border-color: rgba(0, 229, 255, 0.72);
  color: #ffffff;
  outline: 0;
  transform: translateY(-2px);
  box-shadow: 0 0 32px rgba(0, 229, 255, 0.16);
}

.service-neon-cta:hover::before,
.service-neon-cta:focus-visible::before {
  opacity: 0.28;
}

.service-neon-cta i {
  color: #25d366;
}

.robot-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(139, 92, 246, 0.16), transparent 22rem),
    radial-gradient(circle at 18% 72%, rgba(0, 229, 255, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(6, 12, 22, 0.98), rgba(5, 8, 15, 0.98));
}

.robot-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.robot-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.robot-pills span {
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: 999px;
  background: rgba(10, 18, 32, 0.72);
  color: #dffcff;
  padding: 9px 12px;
  font-size: 0.82rem;
  font-weight: 800;
}

.robot-stage {
  --robot-rotate-x: 0deg;
  --robot-rotate-y: 0deg;
  --robot-eye-x: 0px;
  --robot-eye-y: 0px;
  --robot-glow-x: 50%;
  --robot-glow-y: 50%;
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--robot-glow-x) var(--robot-glow-y), rgba(0, 229, 255, 0.22), transparent 14rem),
    linear-gradient(145deg, rgba(9, 18, 33, 0.72), rgba(12, 11, 28, 0.82));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  perspective: 960px;
  isolation: isolate;
}

.robot-stage::before {
  position: absolute;
  inset: 28px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(rgba(0, 229, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 74%);
  content: "";
}

.robot-halo {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.halo-one {
  top: 74px;
  right: 56px;
  width: 230px;
  aspect-ratio: 1;
  animation: robot-orbit 14s linear infinite;
}

.halo-two {
  left: 54px;
  bottom: 74px;
  width: 180px;
  aspect-ratio: 1;
  border-color: rgba(139, 92, 246, 0.28);
  animation: robot-orbit 18s linear infinite reverse;
}

.robot-model {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 2;
  width: min(290px, 58vw);
  height: 430px;
  transform: translate(-50%, -50%) rotateX(var(--robot-rotate-x)) rotateY(var(--robot-rotate-y));
  transform-style: preserve-3d;
  transition: transform 260ms var(--ease);
  animation: robot-float 5.6s ease-in-out infinite;
}

.robot-head,
.robot-body,
.robot-neck,
.robot-arm,
.robot-antenna,
.robot-shadow {
  position: absolute;
  left: 50%;
  transform-style: preserve-3d;
}

.robot-head {
  top: 52px;
  width: 210px;
  height: 168px;
  border: 1px solid rgba(132, 250, 255, 0.42);
  border-radius: 34px;
  background:
    linear-gradient(150deg, rgba(242, 251, 255, 0.94), rgba(91, 117, 145, 0.72) 52%, rgba(15, 25, 42, 0.94)),
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.9), transparent 36%);
  box-shadow:
    inset -18px -24px 38px rgba(3, 7, 18, 0.45),
    inset 18px 18px 34px rgba(255, 255, 255, 0.32),
    0 18px 58px rgba(0, 229, 255, 0.18);
  transform: translateX(-50%) translateZ(64px);
}

.robot-face {
  position: absolute;
  inset: 38px 28px 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 32% 42%, rgba(0, 229, 255, 0.22), transparent 30%),
    radial-gradient(circle at 68% 42%, rgba(139, 92, 246, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(2, 6, 14, 0.94), rgba(4, 12, 22, 0.92));
  box-shadow: inset 0 0 24px rgba(0, 229, 255, 0.24);
}

.robot-eye {
  position: absolute;
  top: 34px;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 35%, #ffffff, #78f7ff 22%, #00e5ff 52%, #067c91 100%);
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.86);
  transform: translate(var(--robot-eye-x), var(--robot-eye-y));
  transition: transform 180ms var(--ease);
}

.eye-left {
  left: 34px;
}

.eye-right {
  right: 34px;
}

.robot-mouth {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 58px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.35), rgba(139, 92, 246, 0.55));
  transform: translateX(-50%);
  box-shadow: 0 0 16px rgba(139, 92, 246, 0.4);
}

.robot-ear {
  position: absolute;
  top: 54px;
  width: 28px;
  height: 68px;
  border: 1px solid rgba(0, 229, 255, 0.32);
  background: linear-gradient(180deg, rgba(0, 229, 255, 0.22), rgba(15, 23, 42, 0.84));
}

.ear-left {
  left: -24px;
  border-radius: 18px 6px 6px 18px;
}

.ear-right {
  right: -24px;
  border-radius: 6px 18px 18px 6px;
}

.robot-antenna {
  top: 6px;
  width: 84px;
  height: 72px;
  transform: translateX(-50%) translateZ(50px);
}

.robot-antenna::before,
.robot-antenna::after {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 58px;
  background: rgba(121, 240, 255, 0.74);
  content: "";
}

.robot-antenna::before {
  left: 22px;
  transform: rotate(-18deg);
}

.robot-antenna::after {
  right: 22px;
  transform: rotate(18deg);
}

.robot-antenna span {
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #8b5cf6;
  box-shadow: 0 0 22px rgba(139, 92, 246, 0.9);
  transform: translateX(-50%);
}

.robot-neck {
  top: 214px;
  width: 72px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(87, 110, 136, 0.88), rgba(17, 28, 45, 0.92));
  transform: translateX(-50%) translateZ(36px);
}

.robot-body {
  top: 244px;
  width: 236px;
  height: 164px;
  border: 1px solid rgba(0, 229, 255, 0.3);
  border-radius: 34px 34px 46px 46px;
  background: linear-gradient(145deg, rgba(239, 248, 255, 0.88), rgba(47, 65, 86, 0.84) 54%, rgba(7, 13, 24, 0.96));
  box-shadow:
    inset 18px 16px 34px rgba(255, 255, 255, 0.26),
    inset -20px -26px 42px rgba(0, 0, 0, 0.48),
    0 26px 56px rgba(0, 0, 0, 0.38);
  transform: translateX(-50%) translateZ(44px);
}

.robot-core {
  position: absolute;
  left: 50%;
  top: 42px;
  width: 72px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 229, 255, 0.44);
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0 7%, #00e5ff 8% 24%, rgba(0, 229, 255, 0.12) 25% 100%);
  box-shadow: 0 0 34px rgba(0, 229, 255, 0.58);
  transform: translateX(-50%);
}

.robot-panel {
  position: absolute;
  bottom: 28px;
  width: 42px;
  height: 12px;
  border-radius: 999px;
  background: rgba(0, 229, 255, 0.42);
}

.panel-left {
  left: 42px;
}

.panel-right {
  right: 42px;
  background: rgba(139, 92, 246, 0.52);
}

.robot-arm {
  top: 270px;
  width: 48px;
  height: 122px;
  transform-origin: top center;
}

.robot-arm span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(147, 226, 255, 0.78), rgba(15, 23, 42, 0.94));
  box-shadow: inset -10px -16px 26px rgba(0, 0, 0, 0.42);
}

.arm-left {
  margin-left: -164px;
  transform: translateZ(20px) rotate(13deg);
}

.arm-right {
  margin-left: 116px;
  transform: translateZ(20px) rotate(-13deg);
}

.robot-shadow {
  bottom: 70px;
  z-index: 1;
  width: 250px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 229, 255, 0.32), rgba(0, 0, 0, 0) 72%);
  filter: blur(7px);
  transform: translateX(-50%);
}

@keyframes robot-float {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -14px;
  }
}

@keyframes robot-orbit {
  to {
    transform: rotate(360deg);
  }
}

.matrix-section {
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 229, 255, 0.12), transparent 26rem),
    linear-gradient(180deg, rgba(11, 16, 32, 0.72), rgba(5, 7, 13, 0.96));
}

.fineprint {
  max-width: 760px;
  color: rgba(234, 179, 8, 0.82);
  font-size: 0.92rem;
}

.editing-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 28px;
  margin-bottom: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(9, 14, 28, 0.72);
  padding: 16px;
}

.editing-feature figure {
  margin: 0;
}

.editing-feature img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.matrix-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.matrix-tab {
  flex: 0 0 auto;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 10px 14px;
  font-size: 0.86rem;
  font-weight: 800;
}

.matrix-tab.is-active,
.matrix-tab:hover,
.matrix-tab:focus-visible {
  border-color: rgba(0, 229, 255, 0.62);
  background: rgba(0, 229, 255, 0.14);
  outline: 0;
}

.skill-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.skill-card {
  min-height: 210px;
  border-color: var(--tool-accent, var(--border));
  background:
    radial-gradient(circle at var(--mx) var(--my), var(--tool-glow, rgba(0, 229, 255, 0.14)), transparent 18rem),
    linear-gradient(145deg, rgba(9, 14, 28, 0.92), rgba(9, 14, 28, 0.74));
  box-shadow: 0 0 34px var(--tool-glow, rgba(0, 229, 255, 0.1));
}

.skill-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--tool-glow, rgba(0, 229, 255, 0.14)), transparent 46%),
    radial-gradient(circle at 100% 0, var(--tool-glow, rgba(139, 92, 246, 0.12)), transparent 40%);
  content: "";
  opacity: 0.88;
}

.skill-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.skill-card-top span {
  color: var(--tool-accent, var(--cyan));
  font-size: 0.75rem;
  font-weight: 800;
}

.skill-card-top strong {
  color: var(--text);
  font-family: "Space Grotesk", monospace;
  font-size: 1.18rem;
}

.skill-card p {
  font-size: 0.9rem;
}

.skill-meter {
  position: relative;
  height: 9px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.skill-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tool-accent, var(--cyan)), var(--tool-accent-2, var(--violet)));
  transition: width 820ms var(--ease);
}

.skill-card.is-visible .skill-meter span {
  width: var(--target);
}

.automation-list,
.training-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.automation-media img,
.training-media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.training-list article {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.training-list i {
  color: var(--cyan);
}

.contact-section {
  background:
    radial-gradient(circle at 78% 20%, rgba(234, 179, 8, 0.12), transparent 22rem),
    linear-gradient(180deg, rgba(11, 16, 32, 0.7), #05070d);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 50px;
  align-items: start;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(9, 14, 28, 0.76);
  padding: 20px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 12px;
  outline: 0;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(0, 229, 255, 0.62);
  box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.1);
}

.span-full {
  grid-column: 1 / -1;
}

.form-status {
  margin: 0;
  min-height: 1.5em;
  color: var(--cyan);
  font-weight: 700;
}

.js-reveal,
.stagger-item {
  opacity: 0;
}

.js-reveal.is-visible,
.stagger-item.is-visible {
  opacity: 1;
}

@media (max-width: 1180px) {
  .nav-actions {
    display: none;
  }

  .expertise-grid,
  .skill-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid,
  .process-grid:not(.compact) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 940px) {
  h1 {
    font-size: 3.4rem;
  }

  h2,
  .cta-copy h2 {
    font-size: 2.4rem;
  }

  .nav-toggle {
    display: grid;
  }

  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(var(--header-h) - 6px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(0, 229, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(5, 7, 13, 0.96);
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .site-header.is-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 13px 10px;
  }

  .hero-scene {
    min-height: auto;
    padding-top: 124px;
  }

  .hero-layout,
  .split-layout,
  .split-layout.reverse,
  .cta-layout,
  .contact-layout,
  .robot-layout,
  .editing-feature {
    grid-template-columns: 1fr;
  }

  .hero-orbit {
    display: none;
  }

  .hero-amierul-style .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual-stage {
    min-height: 520px;
  }

  .hero-slideshow-card {
    inset: 0 0 24px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 7, 13, 0.78), rgba(5, 7, 13, 0.42)),
      linear-gradient(180deg, rgba(5, 7, 13, 0.04), var(--bg) 96%);
  }

  .about-robot-stage {
    min-height: 520px;
  }

  .about-robot {
    width: min(292px, 64vw);
  }

  .workspace-card {
    margin-bottom: 0;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 360px;
  }

  .process-scroll-shell {
    scroll-snap-type: x mandatory;
  }

  .process-scroll-mount .process-card {
    flex-basis: min(78vw, 420px);
    scroll-snap-align: start;
  }

  .feature-card.large,
  .feature-card.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .robot-stage {
    min-height: 500px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-grid {
    width: 156px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 72px 0;
  }

  h1 {
    font-size: 2.45rem;
  }

  h2,
  .cta-copy h2 {
    font-size: 2rem;
  }

  .hero-subtitle,
  .services-hero-copy p {
    font-size: 1rem;
  }

  .hero-copy {
    max-width: 340px;
  }

  .hero-amierul-style .hero-copy,
  .hero-amierul-style .hero-actions,
  .hero-amierul-style .hero-pills {
    max-width: 100%;
  }

  .hero-name {
    font-size: clamp(3.2rem, 16vw, 5.2rem);
  }

  .hero-lead {
    font-size: 1.02rem;
  }

  .hero-title {
    font-size: 1.86rem;
    line-height: 1.08;
    text-wrap: wrap;
  }

  .hero-actions,
  .hero-badges {
    max-width: 340px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .center-actions {
    display: grid;
  }

  .hero-actions .btn {
    min-width: 0;
    width: 100%;
    padding-inline: 10px;
    font-size: clamp(0.78rem, 3.3vw, 0.92rem);
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .center-actions .btn {
    width: 100%;
  }

  .hero-visual-stage {
    min-height: 430px;
  }

  .hero-slideshow-card {
    border-radius: 22px;
  }

  .hero-floating-note {
    font-size: 0.76rem;
    padding: 9px 11px;
  }

  .cute-robot {
    right: -8px;
    width: 148px;
    height: 210px;
  }

  .cute-robot-head {
    width: 112px;
    height: 96px;
    border-radius: 26px;
  }

  .cute-face {
    inset: 23px 17px 18px;
  }

  .cute-eye {
    top: 19px;
    width: 14px;
  }

  .cute-eye.left {
    left: 19px;
  }

  .cute-eye.right {
    right: 19px;
  }

  .cute-robot-body {
    top: 128px;
    width: 102px;
    height: 68px;
  }

  .cute-arm {
    top: 138px;
    width: 24px;
    height: 54px;
  }

  .cute-arm.cute-left {
    margin-left: -70px;
  }

  .cute-arm.cute-right {
    margin-left: 46px;
  }

  .hero-focus-reticle,
  .scroll-indicator {
    display: none;
  }

  .hero-frame {
    object-position: 62% center;
  }

  .process-grid,
  .process-grid:not(.compact),
  .services-grid,
  .skill-grid,
  .contact-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .services-page .services-grid,
  .services-page .skill-grid,
  .services-page .process-grid,
  .services-page .process-grid:not(.compact) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .services-page .service-card-body,
  .services-page .process-card-body {
    padding: 11px;
  }

  .services-page .service-card h3,
  .services-page .skill-card h3,
  .services-page .process-card h3 {
    font-size: clamp(0.88rem, 3.5vw, 1.05rem);
    line-height: 1.16;
  }

  .services-page .service-card-body p,
  .services-page .skill-card p,
  .services-page .process-card p {
    font-size: clamp(0.72rem, 3vw, 0.84rem);
    line-height: 1.45;
  }

  .services-page .service-card-body li {
    padding-left: 13px;
    font-size: clamp(0.7rem, 2.9vw, 0.8rem);
    line-height: 1.35;
  }

  .services-page .service-card-body li::before {
    top: 0.58em;
    width: 5px;
    height: 5px;
  }

  .services-page .service-card-media img {
    height: clamp(96px, 28vw, 150px);
  }

  .services-page .service-neon-cta {
    width: 100%;
    gap: 6px;
    padding: 9px 8px;
    font-size: clamp(0.68rem, 2.8vw, 0.78rem);
    text-align: center;
  }

  .services-page .skill-card {
    min-height: 176px;
    padding: 12px;
  }

  .services-page .skill-card-top {
    gap: 8px;
    margin-bottom: 10px;
  }

  .services-page .skill-card-top span {
    font-size: 0.64rem;
    line-height: 1.15;
  }

  .services-page .skill-card-top strong {
    font-size: 0.98rem;
  }

  .services-page .skill-meter {
    height: 7px;
    margin-top: 12px;
  }

  .services-page .process-card figure {
    aspect-ratio: 16 / 11;
  }

  .services-page .process-card-body span {
    margin-bottom: 7px;
    font-size: 0.82rem;
  }

  .services-page .robot-pills,
  .services-page .automation-list,
  .services-page .training-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .services-page .robot-pills span,
  .services-page .automation-list span,
  .services-page .training-list article {
    min-width: 0;
    min-height: 42px;
    justify-content: center;
    text-align: center;
  }

  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .expertise-grid .glow-card {
    padding: 10px;
  }

  .expertise-grid .glow-card img {
    height: clamp(104px, 30vw, 150px);
  }

  .expertise-grid .glow-card > i {
    width: 34px;
    height: 34px;
    margin: 11px 0 9px;
    font-size: 0.9rem;
  }

  .expertise-grid .glow-card h3 {
    font-size: clamp(0.92rem, 3.8vw, 1.08rem);
    line-height: 1.12;
  }

  .expertise-grid .glow-card p {
    font-size: clamp(0.76rem, 3.3vw, 0.88rem);
    line-height: 1.45;
  }

  .expertise-grid .glow-card a {
    gap: 6px;
    font-size: 0.78rem;
  }

  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .process-scroll-shell {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .process-track {
    gap: 14px;
  }

  .process-scroll-mount .process-card {
    flex-basis: min(88vw, 380px);
    min-height: auto;
  }

  .process-card figure {
    aspect-ratio: 16 / 11;
  }

  .robot-stage {
    min-height: 460px;
  }

  .cta-portrait {
    max-height: 520px;
  }

  .about-robot-stage {
    min-height: 460px;
  }

  .about-robot {
    width: 250px;
    height: 360px;
  }

  .about-robot-head {
    top: 42px;
    width: 184px;
    height: 142px;
    border-radius: 34px;
  }

  .about-robot-face {
    inset: 31px 23px 24px;
  }

  .about-robot-eye {
    top: 28px;
    width: 22px;
  }

  .about-robot-eye.eye-left {
    left: 28px;
  }

  .about-robot-eye.eye-right {
    right: 28px;
  }

  .about-robot-neck {
    top: 184px;
    width: 58px;
    height: 34px;
  }

  .about-robot-body {
    top: 210px;
    width: 184px;
    height: 124px;
  }

  .about-robot-core {
    top: 28px;
    width: 56px;
  }

  .about-robot-arm {
    top: 226px;
    width: 38px;
    height: 100px;
  }

  .about-robot-arm.arm-left {
    margin-left: -138px;
  }

  .about-robot-arm.arm-right {
    margin-left: 100px;
  }

  .about-robot-foot {
    top: 330px;
    width: 58px;
    height: 24px;
  }

  .about-robot-foot.foot-left {
    margin-left: -68px;
  }

  .about-robot-foot.foot-right {
    margin-left: 10px;
  }

  .about-robot-shadow {
    bottom: 54px;
    width: 210px;
  }

  .service-card-media img,
  .editing-feature img {
    height: 220px;
  }

  .automation-media img,
  .training-media img {
    height: 390px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 1.86rem;
  }

  .hero-title {
    font-size: 1.86rem;
  }

  h2,
  .cta-copy h2 {
    font-size: 1.74rem;
  }

  .brand {
    gap: 9px;
    font-size: 0.92rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .hero-badge,
  .hero-pills span,
  .automation-list span,
  .training-list article {
    width: 100%;
    justify-content: center;
  }

  .services-page .robot-pills span,
  .services-page .automation-list span,
  .services-page .training-list article {
    width: auto;
  }

  .hero-name {
    font-size: clamp(2.8rem, 18vw, 4.2rem);
  }

  .hero-eyebrow {
    padding: 9px 13px;
    font-size: 0.75rem;
  }

  .hero-visual-stage {
    min-height: 390px;
  }

  .process-scroll-mount .process-card {
    flex-basis: 88vw;
  }

  .process-zoom-chip {
    left: 10px;
    right: 10px;
    justify-content: center;
    opacity: 1;
    transform: none;
  }

  .process-lightbox {
    padding: 10px;
  }

  .process-lightbox-panel {
    max-height: 90vh;
    border-radius: 14px;
  }

  .process-lightbox-caption {
    padding: 14px;
  }

  .note-top {
    top: 16px;
    right: 16px;
  }

  .note-bottom {
    left: 16px;
    bottom: 20px;
  }

  .site-footer {
    padding: 42px 0;
  }

  .footer-grid {
    gap: 24px;
  }

  .stat-grid article {
    padding: 14px;
  }

  .stat-grid strong {
    font-size: 1.38rem;
  }

  .stat-grid span {
    font-size: 0.78rem;
    line-height: 1.22;
  }

  .social-grid {
    grid-template-columns: repeat(3, 44px);
    width: 156px;
    max-width: 100%;
  }

  .about-robot-stage {
    min-height: 420px;
    border-radius: 22px;
  }

  .about-robot {
    width: 224px;
    height: 330px;
  }

  .about-robot-head {
    width: 166px;
    height: 130px;
  }

  .about-robot-body {
    top: 196px;
    width: 166px;
    height: 112px;
  }

  .about-robot-arm {
    top: 210px;
    height: 92px;
  }

  .about-robot-arm.arm-left {
    margin-left: -122px;
  }

  .about-robot-arm.arm-right {
    margin-left: 86px;
  }

  .about-robot-foot {
    top: 302px;
  }

  .about-robot-shadow {
    bottom: 48px;
    width: 186px;
  }

  .robot-stage {
    min-height: 430px;
    border-radius: 22px;
  }

  .robot-model {
    width: 238px;
    height: 366px;
  }

  .robot-head {
    top: 48px;
    width: 176px;
    height: 142px;
  }

  .robot-face {
    inset: 31px 23px 24px;
  }

  .robot-eye {
    top: 29px;
    width: 20px;
  }

  .eye-left {
    left: 28px;
  }

  .eye-right {
    right: 28px;
  }

  .robot-neck {
    top: 190px;
    width: 60px;
    height: 36px;
  }

  .robot-body {
    top: 218px;
    width: 196px;
    height: 136px;
  }

  .robot-core {
    top: 34px;
    width: 58px;
  }

  .robot-arm {
    top: 238px;
    width: 40px;
    height: 104px;
  }

  .arm-left {
    margin-left: -136px;
  }

  .arm-right {
    margin-left: 96px;
  }

  .robot-shadow {
    bottom: 48px;
    width: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .hero-frame,
  .glow-card,
  .service-card,
  .skill-card,
  .process-card img,
  .btn {
    transform: none !important;
  }
}
