:root {
  --bg: #030609;
  --bg-soft: #071016;
  --panel: rgba(8, 18, 24, 0.72);
  --panel-strong: rgba(5, 13, 18, 0.9);
  --line: rgba(147, 220, 232, 0.16);
  --line-strong: rgba(0, 195, 226, 0.46);
  --primary: #00c3e2;
  --secondary: #66f2b8;
  --tertiary: #b78cff;
  --warning: #f5c86b;
  --text: #f6fbff;
  --muted: #9eb4be;
  --muted-strong: #c7d7de;
  --danger: #ff687d;
  --success: #66f2b8;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  scroll-behavior: smooth;
}

:root.accessibility-contrast {
  --bg: #000000;
  --bg-soft: #000000;
  --panel: rgba(0, 0, 0, 0.96);
  --panel-strong: #000000;
  --line: rgba(255, 255, 255, 0.72);
  --line-strong: #ffffff;
  --primary: #fff200;
  --secondary: #00f5ff;
  --tertiary: #ffffff;
  --warning: #fff200;
  --text: #ffffff;
  --muted: #f2f2f2;
  --muted-strong: #ffffff;
  --danger: #ff5b5b;
  --success: #00ff99;
  --shadow: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: calc(100% * var(--accessibility-font-scale, 1));
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

body {
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.brand-nowrap {
  white-space: nowrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.ambient-stage {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 12%, rgba(0, 195, 226, 0.12), transparent 34%),
    linear-gradient(135deg, #020406 0%, #071018 44%, #030609 100%);
  overflow: hidden;
}

.ambient-image {
  position: absolute;
  inset: -4%;
  opacity: 0;
  transform: scale(1.06);
  background-position: center;
  background-size: cover;
  filter: saturate(0.88) contrast(1.08) brightness(0.42);
  transition:
    opacity 1800ms ease,
    transform 7600ms ease;
}

.ambient-image.active {
  opacity: 0.36;
  transform: scale(1.01);
}

.ambient-image.has-bg {
  background-image: var(--ambient-gradient), var(--ambient-image);
}

.ambient-image[data-bg="0"] {
  --ambient-gradient: linear-gradient(90deg, rgba(3, 6, 9, 0.9), rgba(3, 6, 9, 0.5) 54%, rgba(3, 6, 9, 0.94));
}

.ambient-image[data-bg="1"] {
  --ambient-gradient: linear-gradient(90deg, rgba(3, 6, 9, 0.9), rgba(3, 6, 9, 0.5) 52%, rgba(3, 6, 9, 0.96));
}

.ambient-image[data-bg="2"] {
  --ambient-gradient: linear-gradient(90deg, rgba(3, 6, 9, 0.9), rgba(3, 6, 9, 0.5) 52%, rgba(3, 6, 9, 0.96));
}

.ambient-image[data-bg="3"] {
  --ambient-gradient: linear-gradient(90deg, rgba(3, 6, 9, 0.9), rgba(3, 6, 9, 0.5) 50%, rgba(3, 6, 9, 0.96));
}

.ambient-image[data-bg="4"] {
  --ambient-gradient: linear-gradient(90deg, rgba(3, 6, 9, 0.9), rgba(3, 6, 9, 0.5) 50%, rgba(3, 6, 9, 0.96));
}

.ambient-image[data-bg="5"] {
  --ambient-gradient: linear-gradient(90deg, rgba(3, 6, 9, 0.9), rgba(3, 6, 9, 0.5) 50%, rgba(3, 6, 9, 0.96));
}

.ambient-image[data-bg="6"] {
  --ambient-gradient: linear-gradient(90deg, rgba(3, 6, 9, 0.9), rgba(3, 6, 9, 0.5) 50%, rgba(3, 6, 9, 0.96));
}

.ambient-image[data-bg="7"] {
  --ambient-gradient: linear-gradient(90deg, rgba(3, 6, 9, 0.9), rgba(3, 6, 9, 0.5) 50%, rgba(3, 6, 9, 0.96));
}

.ambient-image[data-bg="8"] {
  --ambient-gradient: linear-gradient(90deg, rgba(3, 6, 9, 0.9), rgba(3, 6, 9, 0.5) 50%, rgba(3, 6, 9, 0.96));
}

.ambient-image[data-bg="9"] {
  --ambient-gradient: linear-gradient(90deg, rgba(3, 6, 9, 0.9), rgba(3, 6, 9, 0.5) 50%, rgba(3, 6, 9, 0.96));
}

.ambient-grid {
  position: absolute;
  inset: 0;
  display: none;
}

.data-rain {
  position: absolute;
  inset: 0;
  display: none;
}

.kinetic-beams {
  position: absolute;
  inset: 0;
  display: none;
}

.ambient-scan {
  position: absolute;
  inset: -12%;
  display: none;
}

.ambient-circuit-bursts {
  position: absolute;
  inset: 0;
  display: none;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.ambient-space-glow {
  position: absolute;
  inset: -10%;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.ambient-space-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background:
    radial-gradient(ellipse at 22% 18%, rgba(0, 195, 226, 0.1), transparent 34%),
    radial-gradient(ellipse at 78% 72%, rgba(102, 242, 184, 0.08), transparent 36%),
    linear-gradient(135deg, transparent 0 28%, rgba(183, 140, 255, 0.04) 46%, transparent 64%);
  filter: blur(10px);
  animation: spatialVeil 18s ease-in-out infinite alternate;
}

.space-nebula {
  position: absolute;
  border-radius: 46% 54% 58% 42%;
  opacity: 0;
  background:
    radial-gradient(
      ellipse at 48% 52%,
      rgba(var(--space-a), 0.28) 0,
      rgba(var(--space-b), 0.13) 28%,
      rgba(var(--space-a), 0.045) 48%,
      transparent 72%
    );
  filter: blur(28px);
  transform: translate(-50%, -50%) rotate(var(--rotate)) scale(0.72);
  animation: spaceNebula var(--duration) ease-in-out forwards;
  will-change: opacity, transform;
}

.space-nebula.large {
  filter: blur(42px);
}

.star-speck {
  position: absolute;
  border-radius: 999px;
  opacity: 0;
  background: rgba(238, 255, 255, 0.82);
  box-shadow:
    0 0 8px rgba(0, 195, 226, 0.55),
    0 0 18px rgba(102, 242, 184, 0.2);
  animation: starSpeck var(--duration) ease-out forwards;
}

.space-comet {
  position: absolute;
  width: clamp(120px, 18vw, 260px);
  height: 2px;
  opacity: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 100% 50%, rgba(255, 255, 255, 0.95) 0 2px, rgba(102, 242, 184, 0.46) 3px 7px, transparent 10px),
    linear-gradient(90deg, transparent, rgba(0, 195, 226, 0.1), rgba(102, 242, 184, 0.48), rgba(255, 255, 255, 0.78));
  filter:
    blur(0.2px)
    drop-shadow(0 0 10px rgba(0, 195, 226, 0.48))
    drop-shadow(0 0 22px rgba(102, 242, 184, 0.22));
  transform: translate3d(0, 0, 0) rotate(var(--rotate));
  animation: cometCross var(--duration) cubic-bezier(0.18, 0.72, 0.2, 1) forwards;
}

.space-comet::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 0 16px rgba(255, 255, 255, 0.56),
    0 0 34px rgba(0, 195, 226, 0.4);
  transform: translateY(-50%);
}

.circuit-burst {
  --burst-size: 118px;
  --burst-width: var(--burst-size);
  --burst-height: var(--burst-size);
  --duration: 5200ms;
  --rotate: 0deg;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--burst-width);
  height: var(--burst-height);
  opacity: 0;
  transform: translate(-50%, -50%) rotate(var(--rotate)) scale(0.86);
  filter:
    drop-shadow(0 0 7px rgba(0, 195, 226, 0.3))
    drop-shadow(0 0 30px rgba(102, 242, 184, 0.16))
    drop-shadow(0 0 58px rgba(0, 195, 226, 0.08));
  animation: circuitBurstLife var(--duration) ease-out forwards;
  will-change: opacity, transform;
}

.circuit-structure {
  filter:
    drop-shadow(0 0 8px rgba(0, 195, 226, 0.26))
    drop-shadow(0 0 38px rgba(102, 242, 184, 0.14))
    drop-shadow(0 0 86px rgba(0, 195, 226, 0.1));
}

.circuit-burst::before,
.circuit-burst::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.circuit-burst::before {
  inset: -28%;
  z-index: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(91, 238, 255, 0.2), transparent 38%),
    radial-gradient(circle at 58% 56%, rgba(102, 242, 184, 0.16), transparent 48%),
    conic-gradient(
      from 35deg,
      transparent,
      rgba(0, 195, 226, 0.16),
      transparent 22%,
      rgba(102, 242, 184, 0.14),
      transparent 48%,
      rgba(91, 238, 255, 0.12),
      transparent 72%
    );
  filter: blur(18px);
  animation: circuitAura var(--duration) ease-out forwards;
}

.circuit-structure::before {
  inset: -18%;
  background:
    radial-gradient(circle at 42% 46%, rgba(91, 238, 255, 0.16), transparent 34%),
    radial-gradient(circle at 60% 54%, rgba(102, 242, 184, 0.14), transparent 48%),
    linear-gradient(90deg, transparent, rgba(0, 195, 226, 0.11), transparent),
    linear-gradient(180deg, transparent, rgba(102, 242, 184, 0.08), transparent);
  filter: blur(22px);
}

.circuit-burst::after {
  inset: 3%;
  z-index: 2;
  background:
    radial-gradient(circle at 22% 52%, rgba(255, 255, 255, 0.74) 0 1px, transparent 3px),
    radial-gradient(circle at 48% 30%, rgba(91, 238, 255, 0.7) 0 1px, transparent 4px),
    radial-gradient(circle at 72% 66%, rgba(102, 242, 184, 0.68) 0 1px, transparent 4px),
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.54) 0 1px, transparent 3px);
  filter: blur(0.2px) drop-shadow(0 0 8px rgba(91, 238, 255, 0.56));
  animation: circuitFlecks var(--duration) ease-out forwards;
}

.circuit-burst svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.circuit-line {
  fill: none;
  stroke: rgba(91, 238, 255, 0.6);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 8px rgba(91, 238, 255, 0.62));
  animation: circuitTrace var(--duration) cubic-bezier(0.2, 0.72, 0.18, 1) forwards;
}

.circuit-line.secondary {
  stroke: rgba(102, 242, 184, 0.52);
  stroke-width: 1.35;
  animation-delay: 140ms;
}

.circuit-line.tertiary {
  stroke: rgba(183, 140, 255, 0.34);
  stroke-width: 1.18;
  animation-delay: 320ms;
}

.circuit-structure .circuit-line {
  stroke-width: 1.15;
  opacity: 0.72;
  animation-name: circuitTraceLong;
}

.circuit-structure .circuit-line.secondary {
  stroke-width: 1;
  animation-delay: 420ms;
}

.circuit-structure .circuit-line.tertiary {
  stroke-width: 0.9;
  animation-delay: 760ms;
}

.circuit-structure .circuit-node {
  transform-origin: center;
  animation-delay: 480ms;
}

.circuit-structure .circuit-spark {
  animation-delay: 900ms;
}

.circuit-node {
  fill: rgba(102, 242, 184, 0.76);
  opacity: 0;
  filter: drop-shadow(0 0 10px rgba(102, 242, 184, 0.72));
  animation: circuitNodePulse var(--duration) ease-out forwards;
}

.circuit-spark {
  fill: rgba(255, 255, 255, 0.78);
  opacity: 0;
  transform-origin: center;
  filter: drop-shadow(0 0 12px rgba(91, 238, 255, 0.62));
  animation: circuitSparkPulse var(--duration) ease-out forwards;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  width: min(1180px, calc(100% - 36px));
  min-height: 78px;
  margin: 0 auto;
  padding: 14px 0;
  transition:
    min-height 240ms ease,
    background 240ms ease,
    border-color 240ms ease;
}

.site-header.scrolled {
  min-height: 68px;
  padding-inline: 18px;
  background: rgba(2, 6, 9, 0.78);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 150px;
  min-width: 128px;
  border-radius: 8px;
  isolation: isolate;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.brand-mark::before {
  left: -4px;
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 195, 226, 0.3), rgba(0, 195, 226, 0.08) 44%, transparent 72%);
  box-shadow:
    0 0 28px rgba(0, 195, 226, 0.22),
    0 0 52px rgba(102, 242, 184, 0.1);
  transform: translateY(-50%);
  animation: cubeCorePulse 2.6s ease-in-out infinite;
}

.brand-mark::after {
  left: 4px;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent),
    radial-gradient(circle at 50% 50%, rgba(102, 242, 184, 0.22), transparent 62%);
  opacity: 0;
  mix-blend-mode: screen;
  transform: translateY(-50%) rotate(45deg) scale(0.7);
  animation: cubeFlash 3.1s steps(1, end) infinite;
}

.brand-mark img {
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 0 5px rgba(0, 195, 226, 0.28))
    drop-shadow(0 0 12px rgba(0, 195, 226, 0.14));
}

.cube-shock {
  position: absolute;
  left: -2px;
  top: 50%;
  width: 49px;
  height: 49px;
  overflow: visible;
  pointer-events: none;
  transform: translateY(-50%);
  mix-blend-mode: screen;
}

.cube-wire {
  fill: none;
  stroke: rgba(0, 195, 226, 0.16);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cube-current {
  fill: none;
  stroke: #73f6ff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 26 292;
  stroke-dashoffset: 318;
  filter: url("#cube-electric-glow");
  opacity: 0;
  animation: cubeCurrent 2.75s cubic-bezier(0.5, 0, 0.12, 1) infinite;
}

.cube-current-delay {
  stroke: #66f2b8;
  stroke-width: 1.5;
  stroke-dasharray: 12 306;
  animation-delay: 420ms;
}

.cube-spark {
  fill: none;
  stroke: #f7fdff;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url("#cube-electric-glow");
  opacity: 0;
}

.spark-one {
  animation: cubeSpark 2.75s steps(1, end) infinite;
}

.spark-two {
  animation: cubeSpark 2.75s steps(1, end) 1.05s infinite;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.desktop-nav a,
.header-cta,
.mobile-menu a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  color: var(--muted-strong);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.desktop-nav a:hover,
.mobile-menu a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.header-social {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(2, 12, 17, 0.48);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.035),
    0 10px 28px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.header-social:hover {
  transform: translateY(-1px);
  border-color: rgba(102, 242, 184, 0.5);
  background:
    radial-gradient(circle at 30% 20%, rgba(102, 242, 184, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(0, 195, 226, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(2, 12, 17, 0.66);
  box-shadow:
    inset 0 0 22px rgba(0, 195, 226, 0.08),
    0 14px 34px rgba(0, 195, 226, 0.14);
}

.header-social img {
  width: 18px;
  height: 18px;
  display: block;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.22));
}

.header-cta {
  color: #001013;
  background: var(--primary);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 34px rgba(0, 195, 226, 0.28);
}

.header-cta:hover {
  transform: translateY(-1px);
  background: #5ee8ff;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 76px 18px auto;
  z-index: 29;
  display: none;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 7, 10, 0.94);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.mobile-menu.open {
  display: grid;
  gap: 8px;
}

.mobile-menu .mobile-menu-cta {
  color: #001013;
  background: var(--primary);
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: start;
  width: min(1240px, calc(100% - 36px));
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: clamp(12px, 2.2vw, 30px) 0 clamp(28px, 4vw, 52px);
}

.hero-copy {
  max-width: 780px;
  margin-top: clamp(0px, 1.2vh, 12px);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--primary);
}

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(2.85rem, 3.72vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-title {
  display: block;
  text-wrap: normal;
  overflow-wrap: normal;
}

.hero-title-prefix,
.hero-title-line,
.hero-title-tail {
  display: block;
}

.hero-title-line {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: baseline;
  gap: 0.16em;
  white-space: nowrap;
}

.typewriter-shell {
  display: inline-flex;
  align-items: baseline;
  width: var(--typewriter-width, 10ch);
  min-width: var(--typewriter-width, 10ch);
  flex: 0 0 var(--typewriter-width, 10ch);
  line-height: 1.12;
  padding-bottom: 0.05em;
  white-space: nowrap;
  overflow: visible;
  vertical-align: baseline;
}

.typewriter-gradient {
  display: inline-block;
  min-width: 0;
  line-height: 1.12;
  padding-bottom: 0.04em;
  background:
    linear-gradient(90deg, #ffffff 0%, #7df4ff 34%, var(--primary) 62%, var(--secondary) 100%);
  background-size: 220% 100%;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(0, 195, 226, 0.2));
  transform: translateY(0);
  transition:
    opacity 170ms ease,
    transform 170ms ease,
    filter 170ms ease;
  animation: titleGradientShift 4.8s ease-in-out infinite;
}

.typewriter-gradient.is-switching {
  filter:
    drop-shadow(0 0 18px rgba(0, 195, 226, 0.34))
    drop-shadow(0 0 30px rgba(102, 242, 184, 0.16));
}

.typewriter-cursor {
  width: 0.09em;
  height: 0.94em;
  display: inline-block;
  margin-left: 0.08em;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow: 0 0 18px rgba(102, 242, 184, 0.62);
  transform: translateY(0.08em);
  animation: cursorBlink 850ms steps(1, end) infinite;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy p,
.split-copy p,
.section-heading p,
.cta-band p,
.contact-copy p,
.site-footer p {
  max-width: 690px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.36vw, 1.12rem);
  line-height: 1.62;
}

.hero-actions,
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(16px, 2.4vw, 24px);
}

.button {
  position: relative;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 26%, rgba(255, 255, 255, 0.38), transparent 48%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 180ms ease;
}

.button:hover::before {
  opacity: 1;
  animation: ctaShimmer 900ms ease;
}

.button.primary {
  color: #001013;
  background: var(--primary);
  box-shadow: 0 16px 44px rgba(0, 195, 226, 0.28);
}

.button.primary:hover {
  transform: translateY(-2px);
  background: #5de7ff;
  box-shadow: 0 22px 60px rgba(0, 195, 226, 0.34);
}

.button.ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line);
}

.button.ghost:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
}

.hero-proof span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
}

.hero-system {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(10, 28, 36, 0.92), rgba(4, 12, 17, 0.86)),
    linear-gradient(90deg, rgba(0, 195, 226, 0.14), transparent);
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.floating-flow-system {
  margin-top: clamp(0px, 1.5vh, 14px);
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
}

.process-console {
  position: relative;
}

.process-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 26%, rgba(0, 195, 226, 0.18), transparent 24%),
    radial-gradient(circle at 84% 66%, rgba(102, 242, 184, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%);
}

.system-topbar {
  min-height: 52px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.system-topbar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 20px rgba(102, 242, 184, 0.5);
}

.system-topbar strong {
  color: var(--text);
  font-size: 0.86rem;
}

.system-topbar em {
  color: var(--secondary);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.logic-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
}

.floating-flow {
  width: min(100%, 660px);
  min-height: 0;
  justify-self: end;
  grid-auto-rows: minmax(176px, auto);
  column-gap: clamp(18px, 2.2vw, 28px);
  row-gap: clamp(22px, 3vw, 38px);
  padding: 0;
}

.logic-flow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 195, 226, 0.5), transparent);
  transform: translateX(-50%);
}

.logic-flow::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102, 242, 184, 0.38), transparent);
  transform: translateY(-50%);
}

.floating-flow::before,
.floating-flow::after {
  display: none;
}

.flow-step {
  position: relative;
  min-height: clamp(174px, 13.6vw, 218px);
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(17px, 1.8vw, 24px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(2, 10, 14, 0.58);
  overflow: hidden;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    background 220ms ease;
  animation: cardFloat 7s ease-in-out infinite;
}

.floating-flow .flow-step:nth-child(1) {
  margin-top: 0;
}

.floating-flow .flow-step:nth-child(2) {
  animation-delay: -1.4s;
}

.floating-flow .flow-step:nth-child(3) {
  animation-delay: -2.8s;
}

.floating-flow .flow-step:nth-child(4) {
  margin-top: 0;
  animation-delay: -4.2s;
}

.flow-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 26%, rgba(0, 195, 226, 0.16), transparent 54%);
  opacity: 0;
  transform: translateX(-45%);
  transition: opacity 220ms ease;
}

.flow-step.active {
  border-color: rgba(0, 195, 226, 0.62);
  background:
    linear-gradient(145deg, rgba(0, 195, 226, 0.16), rgba(255, 255, 255, 0.03)),
    rgba(2, 13, 18, 0.78);
  box-shadow:
    inset 0 0 30px rgba(0, 195, 226, 0.08),
    0 0 30px rgba(0, 195, 226, 0.12);
}

.floating-flow .flow-step.active {
  border-color: rgba(102, 242, 184, 0.66);
  box-shadow:
    inset 0 0 34px rgba(0, 195, 226, 0.1),
    0 18px 56px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(0, 195, 226, 0.22);
}

.flow-step.active::before {
  opacity: 1;
  animation: flowSweep 1.6s ease;
}

.flow-step span,
.logic-outcome small {
  color: var(--secondary);
  font-size: clamp(0.74rem, 1vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flow-step strong,
.logic-outcome strong {
  position: relative;
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: clamp(1.16rem, 1.52vw, 1.62rem);
  line-height: 1.15;
}

.flow-step p,
.logic-outcome p {
  position: relative;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1vw, 1.02rem);
  line-height: 1.48;
}

.logic-outcome {
  position: relative;
  margin: 0 16px 16px;
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(102, 242, 184, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.outcome-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 0.7fr) 18px minmax(0, 0.8fr) 18px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}

.outcome-map span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.72rem;
  font-weight: 850;
}

.outcome-map i {
  height: 1px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  box-shadow: 0 0 12px rgba(0, 195, 226, 0.4);
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
}

.metric-panel {
  min-height: 150px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.metric-panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  animation: lineSweep 4.6s linear infinite;
}

.metric-panel small,
.portfolio-card span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.metric-panel strong {
  display: block;
  margin-top: 8px;
  line-height: 1.16;
}

.metric-panel.tall {
  grid-row: span 2;
  min-height: 312px;
}

.metric-panel.wide {
  grid-column: 1 / -1;
}

.metric-panel.accent {
  border-color: rgba(102, 242, 184, 0.32);
}

.pulse-map {
  position: absolute;
  inset: auto 18px 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pulse-map i {
  height: 46px;
  border: 1px solid rgba(0, 195, 226, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(0, 195, 226, 0.25), transparent),
    rgba(255, 255, 255, 0.04);
  animation: tilePulse 2.7s ease-in-out infinite;
}

.pulse-map i:nth-child(2n) {
  animation-delay: 320ms;
}

.pulse-map i:nth-child(3n) {
  animation-delay: 620ms;
}

.signal-line {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 24px;
  height: 46px;
  background:
    linear-gradient(90deg, transparent, rgba(0, 195, 226, 0.28), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 22px);
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.message-chip {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 22px;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
  color: #001013;
  background: var(--secondary);
  font-size: 0.82rem;
  font-weight: 800;
}

.node-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.node-row span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 0.72rem;
  font-weight: 800;
}

.proof-strip,
.tech-stack-section,
.section,
.cta-band,
.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 0 42px;
}

.proof-strip article,
.tech-logo-card,
.challenge-list article,
.service-card,
.portfolio-card,
.timeline article,
.ecosystem-node,
.lead-form,
.whatsapp-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.proof-strip article,
.tech-logo-card,
.service-card,
.portfolio-card,
.challenge-list article {
  position: relative;
  overflow: hidden;
}

.proof-strip article::before,
.tech-logo-card::before,
.service-card::before,
.portfolio-card::before,
.challenge-list article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0 30%, rgba(0, 195, 226, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 38%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.proof-strip article:hover::before,
.tech-logo-card:hover::before,
.service-card:hover::before,
.portfolio-card:hover::before,
.challenge-list article:hover::before {
  opacity: 1;
}

.proof-strip article {
  min-height: 160px;
  padding: 22px;
}

.tech-stack-section {
  padding: 22px 0 90px;
}

.tech-stack-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(280px, 1fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: end;
  margin-bottom: 22px;
}

.tech-stack-copy .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.tech-stack-copy h2 {
  max-width: 860px;
  margin-bottom: 0;
  font-size: clamp(1.75rem, 3vw, 3.4rem);
}

.tech-marquee {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 195, 226, 0.09), transparent 42%, rgba(183, 140, 255, 0.08)),
    rgba(3, 9, 13, 0.76);
  box-shadow: var(--shadow);
}

.tech-marquee::before,
.tech-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 96px;
  pointer-events: none;
}

.tech-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(3, 6, 9, 0.98), transparent);
}

.tech-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(3, 6, 9, 0.98), transparent);
}

.tech-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 16px;
  animation: techMarquee 76s linear infinite;
}

.tech-marquee:hover .tech-track {
  animation-play-state: paused;
}

.tech-logo-card {
  min-width: 178px;
  min-height: 118px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 18px;
  text-align: center;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.tech-logo-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.22),
    0 0 32px rgba(0, 195, 226, 0.12);
}

.tech-symbol {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0, 195, 226, 0.28);
  border-radius: 8px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(0, 195, 226, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 0 18px rgba(0, 195, 226, 0.08),
    0 0 24px rgba(0, 195, 226, 0.12);
  font-weight: 950;
}

.tech-logo-card strong {
  color: var(--muted-strong);
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

.anthropic-symbol {
  color: #f8f0de;
  font-family: Georgia, serif;
  font-size: 1.65rem;
}

.gemini-symbol {
  position: relative;
  border-color: rgba(183, 140, 255, 0.42);
}

.gemini-symbol::before {
  content: "";
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #7adfff, #b78cff 46%, #fff2a8);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  filter: drop-shadow(0 0 16px rgba(183, 140, 255, 0.62));
}

.openai-symbol {
  color: #eafff7;
  border-color: rgba(102, 242, 184, 0.36);
  font-size: 2rem;
}

.python-symbol {
  color: #031014;
  background: linear-gradient(135deg, #3476ac 0 48%, #ffe46b 52% 100%);
}

.php-symbol {
  color: #eef1ff;
  border-radius: 999px;
  background: linear-gradient(135deg, #5462a8, #8b9cff);
  font-style: italic;
  text-transform: uppercase;
}

.meta-symbol {
  color: #dff8ff;
  border-color: rgba(0, 195, 226, 0.44);
  font-size: 2.25rem;
}

.heygen-symbol {
  color: #031014;
  background: linear-gradient(135deg, #00c3e2, #66f2b8);
  letter-spacing: 0.02em;
}

.runway-symbol {
  color: #f7fdff;
  border-color: rgba(255, 255, 255, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(0, 195, 226, 0.08)),
    #0a1015;
}

.kling-symbol {
  color: #031014;
  background: linear-gradient(135deg, #f7fdff, #8eeeff 42%, #b78cff);
  font-size: 1.55rem;
}

.pixverse-symbol {
  color: #f7fdff;
  border-color: rgba(183, 140, 255, 0.48);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.28), transparent 26%),
    linear-gradient(135deg, #6437ff, #00c3e2 58%, #66f2b8);
}

.midjourney-symbol {
  color: #fdf7ff;
  border-color: rgba(245, 200, 107, 0.42);
  background:
    linear-gradient(135deg, rgba(245, 200, 107, 0.28), rgba(183, 140, 255, 0.3)),
    rgba(255, 255, 255, 0.05);
  font-family: Georgia, serif;
}

.node-symbol {
  color: #031014;
  background: linear-gradient(135deg, #66f2b8, #1fb877);
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

.java-symbol {
  color: #f7fdff;
  border-color: rgba(245, 200, 107, 0.42);
  background:
    linear-gradient(135deg, #f05a28, #2456a6 62%, #00c3e2);
}

.docker-symbol {
  position: relative;
  color: transparent;
  border-color: rgba(0, 195, 226, 0.42);
  background: linear-gradient(135deg, #0db7ed, #096dd9);
}

.docker-symbol::before {
  content: "";
  width: 30px;
  height: 22px;
  background:
    linear-gradient(#f7fdff 0 0) 0 11px / 8px 8px,
    linear-gradient(#f7fdff 0 0) 10px 11px / 8px 8px,
    linear-gradient(#f7fdff 0 0) 20px 11px / 8px 8px,
    linear-gradient(#f7fdff 0 0) 10px 1px / 8px 8px,
    linear-gradient(#f7fdff 0 0) 20px 1px / 8px 8px;
  background-repeat: no-repeat;
}

.codex-symbol {
  color: #001013;
  background:
    linear-gradient(135deg, #f7fdff, #7df4ff 44%, #66f2b8);
  font-weight: 950;
}

.vercel-symbol {
  position: relative;
  color: transparent;
  border-color: rgba(255, 255, 255, 0.36);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(0, 195, 226, 0.06));
}

.vercel-symbol::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 30px solid #f7fdff;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.32));
}

.tech-symbol {
  --logo-url: none;
  border-radius: 8px;
  background-image:
    var(--logo-url),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(0, 195, 226, 0.14), rgba(255, 255, 255, 0.04));
  background-position:
    center,
    center,
    center;
  background-repeat: no-repeat;
  background-size:
    62% 62%,
    100% 100%,
    100% 100%;
  clip-path: none;
  color: transparent;
  font-size: 0;
}

.tech-symbol::before {
  display: none;
}

.anthropic-symbol {
  --logo-url: url("./assets/logos/anthropic.svg");
}

.gemini-symbol {
  --logo-url: url("./assets/logos/gemini.svg");
}

.openai-symbol {
  --logo-url: url("./assets/logos/openai.png");
  background-size:
    66% 66%,
    100% 100%,
    100% 100%;
}

.apify-symbol {
  --logo-url: url("./assets/logos/apify.svg");
  background-size:
    64% 64%,
    100% 100%,
    100% 100%;
}

.heygen-symbol {
  --logo-url: url("./assets/logos/heygen.png");
}

.runway-symbol {
  --logo-url: url("./assets/logos/runway.png");
}

.kling-symbol {
  --logo-url: url("./assets/logos/kling.png");
}

.pixverse-symbol {
  --logo-url: url("./assets/logos/pixverse.png");
}

.midjourney-symbol {
  --logo-url: url("./assets/logos/midjourney.png");
}

.python-symbol {
  --logo-url: url("./assets/logos/python.svg");
}

.javascript-symbol {
  --logo-url: url("./assets/logos/javascript.svg");
}

.node-symbol {
  --logo-url: url("./assets/logos/nodejs.svg");
}

.java-symbol {
  --logo-url: url("./assets/logos/java.svg");
}

.php-symbol {
  --logo-url: url("./assets/logos/php.svg");
  border-radius: 8px;
  background-size:
    72% 72%,
    100% 100%,
    100% 100%;
}

.docker-symbol {
  --logo-url: url("./assets/logos/docker.svg");
}

.aws-symbol {
  --logo-url: url("./assets/logos/aws.png");
  background-size:
    66% 66%,
    100% 100%,
    100% 100%;
}

.github-symbol {
  --logo-url: url("./assets/logos/github.svg");
  background-size:
    62% 62%,
    100% 100%,
    100% 100%;
}

.codex-symbol {
  --logo-url: url("./assets/logos/codex.png");
}

.vercel-symbol {
  --logo-url: url("./assets/logos/vercel.svg");
  background-size:
    55% 55%,
    100% 100%,
    100% 100%;
}

.meta-symbol {
  --logo-url: url("./assets/logos/meta.svg");
  background-size:
    68% 68%,
    100% 100%,
    100% 100%;
}

.rag-symbol,
.api-symbol {
  color: rgba(2, 10, 14, 0.92);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(135deg, rgba(0, 195, 226, 0.92), rgba(102, 242, 184, 0.9));
}

.tech-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.proof-strip span,
.timeline span {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.proof-strip .proof-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 195, 226, 0.38);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 22%, rgba(102, 242, 184, 0.22), transparent 42%),
    rgba(0, 195, 226, 0.08);
  color: var(--secondary);
  box-shadow:
    inset 0 0 22px rgba(0, 195, 226, 0.08),
    0 0 24px rgba(0, 195, 226, 0.12);
  letter-spacing: 0;
}

.proof-strip .proof-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(102, 242, 184, 0.32));
}

.ecosystem-node .ecosystem-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid rgba(102, 242, 184, 0.42);
  border-radius: 16px;
  color: #001013;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.58), transparent 25%),
    linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow:
    0 0 28px rgba(0, 195, 226, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  letter-spacing: 0;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.ecosystem-node .ecosystem-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ecosystem-node:hover .ecosystem-icon {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow:
    0 0 36px rgba(102, 242, 184, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.proof-strip article:hover .proof-icon {
  border-color: rgba(102, 242, 184, 0.66);
  color: #8cffd1;
  box-shadow:
    inset 0 0 26px rgba(102, 242, 184, 0.1),
    0 0 30px rgba(0, 195, 226, 0.2);
}

.proof-strip strong,
.challenge-list strong,
.service-card h3,
.portfolio-card h3,
.timeline strong,
.ecosystem-node strong {
  display: block;
  margin: 10px 0 8px;
}

.proof-strip p,
.challenge-list p,
.service-card p,
.portfolio-card p,
.timeline p,
.ecosystem-node p,
.board-note {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.section {
  padding: 94px 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.split-section > .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -44px;
}

.challenge-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.challenge-list article {
  position: relative;
  min-height: 178px;
  padding: 22px;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.challenge-list article:hover,
.service-card:hover,
.portfolio-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  background: rgba(9, 28, 36, 0.82);
}

.challenge-list .warning-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 200, 107, 0.56);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 226, 151, 0.34), transparent 44%),
    linear-gradient(145deg, rgba(245, 200, 107, 0.22), rgba(0, 195, 226, 0.05)),
    rgba(255, 255, 255, 0.04);
  color: #f5c86b;
  box-shadow:
    inset 0 0 22px rgba(245, 200, 107, 0.14),
    0 0 18px rgba(245, 200, 107, 0.2),
    0 0 34px rgba(255, 226, 151, 0.1);
}

.challenge-list .warning-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(245, 200, 107, 0.5));
}

.challenge-list article:hover .warning-icon {
  border-color: rgba(255, 226, 151, 0.84);
  color: #ffe297;
  box-shadow:
    inset 0 0 26px rgba(245, 200, 107, 0.18),
    0 0 26px rgba(245, 200, 107, 0.28),
    0 0 46px rgba(255, 226, 151, 0.16);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  min-height: 382px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 28px 30px;
  text-align: center;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.service-icon {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  margin: 0 auto 28px;
  color: #001013;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.82), transparent 32%),
    linear-gradient(145deg, #5df0ff, var(--primary));
  box-shadow:
    inset 0 0 26px rgba(255, 255, 255, 0.22),
    0 22px 56px rgba(0, 195, 226, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.service-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card:nth-child(2) .service-icon {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.82), transparent 32%),
    linear-gradient(145deg, #c9a8ff, var(--tertiary));
  border-color: rgba(183, 140, 255, 0.48);
  box-shadow:
    inset 0 0 26px rgba(255, 255, 255, 0.2),
    0 22px 56px rgba(183, 140, 255, 0.22);
}

.service-card:nth-child(3) .service-icon {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.78), transparent 32%),
    linear-gradient(145deg, #9affd5, var(--secondary));
  border-color: rgba(102, 242, 184, 0.48);
  box-shadow:
    inset 0 0 26px rgba(255, 255, 255, 0.2),
    0 22px 56px rgba(102, 242, 184, 0.22);
}

.service-card:hover .service-icon {
  transform: translateY(-3px) scale(1.04);
  border-color: rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 0 30px rgba(255, 255, 255, 0.24),
    0 26px 68px rgba(0, 195, 226, 0.32);
}

a.service-card {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a.service-card:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 4px;
}

.service-card a,
.service-card-link,
.portfolio-card a {
  width: fit-content;
  margin-top: auto;
  color: var(--primary);
  font-weight: 850;
}

.service-card h3 {
  max-width: 300px;
  margin: 0 auto 14px;
  font-size: clamp(1.28rem, 1.55vw, 1.62rem);
}

.service-card p {
  max-width: 31ch;
  margin-inline: auto;
}

.service-card-link {
  min-width: min(100%, 218px);
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(91, 238, 255, 0.42);
  border-radius: 999px;
  padding: 0 24px;
  color: #eafbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(102, 242, 184, 0.2), transparent 34%),
    linear-gradient(135deg, #04314a 0%, #031a2a 52%, #06111f 100%);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(0, 195, 226, 0.2),
    inset 0 0 18px rgba(91, 238, 255, 0.1);
  font-family: "Roboto Slab", "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.01em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.service-card-link::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 0 22%, rgba(255, 255, 255, 0.18), transparent 42%);
  opacity: 0;
  transform: translateX(-120%);
  transition:
    opacity 180ms ease,
    transform 520ms ease;
}

.service-card-link::after {
  content: "\2192";
  position: relative;
  font-size: 1.05rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.service-card-link {
  isolation: isolate;
}

.service-card:hover .service-card-link {
  transform: translateY(-1px);
  filter: saturate(1.08);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(0, 195, 226, 0.26),
    inset 0 0 20px rgba(91, 238, 255, 0.14);
}

.service-card:hover .service-card-link::before {
  opacity: 1;
  transform: translateX(115%);
}

.service-card:hover .service-card-link::after {
  transform: translateX(3px);
}

.ecosystem-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.95fr) minmax(0, 1fr);
  grid-template-rows: repeat(3, minmax(158px, auto));
  gap: clamp(18px, 2.2vw, 30px);
  align-items: stretch;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 36px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 195, 226, 0.1), transparent 30%),
    linear-gradient(315deg, rgba(183, 140, 255, 0.1), transparent 34%),
    rgba(3, 9, 13, 0.8);
  box-shadow: var(--shadow);
}

.ecosystem-board::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
}

.ecosystem-board::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0, 195, 226, 0.14), transparent 68%),
    radial-gradient(circle, rgba(102, 242, 184, 0.1), transparent 48%);
  filter: blur(4px);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.connector-line {
  display: none;
}

.ecosystem-connectors {
  position: absolute;
  inset: clamp(22px, 3vw, 36px);
  z-index: 1;
  width: auto;
  height: auto;
  pointer-events: none;
  overflow: visible;
}

.ecosystem-core-halo {
  fill: url("#ecosystem-core-gradient");
  opacity: 0.92;
  transform-box: fill-box;
  transform-origin: center;
  animation: ecosystemCoreBreath 4.8s ease-in-out infinite;
}

.ecosystem-route {
  fill: none;
  stroke: url("#ecosystem-line-gradient");
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.ecosystem-routes-base .ecosystem-route {
  stroke-width: 1.25;
  opacity: 0.38;
  filter: drop-shadow(0 0 10px rgba(0, 195, 226, 0.2));
}

.ecosystem-routes-pulse .ecosystem-route {
  stroke-width: 2.8;
  stroke-dasharray: 44 380;
  stroke-dashoffset: 420;
  opacity: 0;
  filter: url("#ecosystem-route-glow");
  animation: ecosystemRoutePulse 4.2s ease-in-out infinite;
  animation-delay: var(--delay);
}

.ecosystem-mobile-connectors {
  display: none;
}

.ecosystem-mobile-rail {
  fill: none;
  stroke: url("#ecosystem-mobile-line-gradient");
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.ecosystem-mobile-rail.base {
  stroke-width: 1.35;
  opacity: 0.38;
}

.ecosystem-mobile-rail.pulse {
  stroke-width: 3;
  stroke-dasharray: 70 430;
  stroke-dashoffset: 500;
  opacity: 0.95;
  filter: drop-shadow(0 0 12px rgba(0, 195, 226, 0.46));
  animation: ecosystemMobileRail 4.1s ease-in-out infinite;
}

.ecosystem-mobile-dots circle {
  fill: rgba(102, 242, 184, 0.7);
  filter:
    drop-shadow(0 0 8px rgba(102, 242, 184, 0.36))
    drop-shadow(0 0 18px rgba(0, 195, 226, 0.22));
  opacity: 0.7;
  transform-box: fill-box;
  transform-origin: center;
  animation: ecosystemMobileDot 3.2s ease-in-out infinite;
}

.ecosystem-mobile-dots circle:nth-child(2n) {
  animation-delay: 0.45s;
}

.ecosystem-node {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  min-height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(18px, 2.1vw, 24px);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.ecosystem-node:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  background: rgba(9, 28, 36, 0.82);
}

.node-a {
  grid-column: 1;
  grid-row: 1;
}

.node-b {
  grid-column: 1;
  grid-row: 3;
}

.node-c {
  grid-column: 2;
  grid-row: 2;
  min-height: 210px;
  border-color: var(--line-strong);
  box-shadow:
    inset 0 0 30px rgba(0, 195, 226, 0.08),
    0 0 38px rgba(0, 195, 226, 0.18);
}

.node-d {
  grid-column: 2;
  grid-row: 1;
}

.node-e {
  grid-column: 3;
  grid-row: 1;
}

.node-f {
  grid-column: 3;
  grid-row: 2;
}

.node-g {
  grid-column: 2;
  grid-row: 3;
}

.node-h {
  grid-column: 3;
  grid-row: 3;
}

.board-note {
  margin-top: 16px;
  font-size: 0.92rem;
}

.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.filter-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-weight: 800;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.filter-button.active,
.filter-button:hover {
  color: #001013;
  background: var(--primary);
  border-color: var(--primary);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.portfolio-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.portfolio-card.hidden {
  display: none;
}

.portfolio-card > span,
.portfolio-card h3,
.portfolio-card p,
.portfolio-card a,
.saas-modules {
  margin-inline: 20px;
}

.portfolio-card > span {
  margin-top: 20px;
}

.portfolio-card a {
  margin-bottom: 22px;
}

.catalog-section .section-heading {
  max-width: 1040px;
}

.catalog-section .section-heading p {
  max-width: 760px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.7;
}

.catalog-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.022)),
    rgba(3, 9, 13, 0.74);
}

.catalog-card > span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 195, 226, 0.26);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--secondary);
  background: rgba(0, 195, 226, 0.07);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.catalog-card h3 {
  margin-top: 18px;
}

.saas-modules {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  margin-bottom: 22px;
  padding: 0;
  list-style: none;
}

.saas-modules li {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted-strong);
  font-size: 0.88rem;
}

.saas-modules li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 14px rgba(0, 195, 226, 0.5);
}

.portfolio-visual {
  min-height: 218px;
  border-bottom: 1px solid var(--line);
  background-color: rgba(255, 255, 255, 0.04);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.portfolio-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
  transition:
    transform 380ms ease,
    filter 380ms ease;
}

.portfolio-visual.has-cover {
  background: rgba(3, 9, 13, 0.88);
}

.portfolio-visual.has-cover::before,
.portfolio-visual.has-cover::after {
  pointer-events: none;
  border: 0;
  border-radius: 0;
}

.portfolio-visual.has-cover::before {
  inset: 0;
  z-index: 1;
  height: auto;
  background: linear-gradient(180deg, rgba(2, 8, 11, 0), rgba(2, 8, 11, 0.06));
}

.portfolio-visual.has-cover::after {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  box-shadow: none;
}

.catalog-card:hover .portfolio-visual.has-cover img {
  transform: scale(1.035);
  filter: saturate(1.1) contrast(1.04);
}

.portfolio-visual::before,
.portfolio-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(3, 8, 11, 0.72);
}

.portfolio-visual::before {
  left: 24px;
  right: 44px;
  top: 26px;
  height: 70px;
}

.portfolio-visual::after {
  left: 44px;
  right: 24px;
  bottom: 24px;
  height: 46px;
}

.visual-ai {
  background:
    radial-gradient(circle at 24% 28%, rgba(0, 195, 226, 0.55), transparent 24%),
    linear-gradient(135deg, rgba(0, 195, 226, 0.22), rgba(183, 140, 255, 0.16)),
    url("./assets/control-room.jpg");
}

.visual-saas {
  background:
    linear-gradient(135deg, rgba(183, 140, 255, 0.28), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 22px);
}

.visual-whatsapp {
  background:
    linear-gradient(135deg, rgba(102, 242, 184, 0.22), rgba(0, 195, 226, 0.18)),
    url("./assets/citizens-whatsapp.png");
}

.visual-flow {
  background:
    radial-gradient(circle at 72% 22%, rgba(245, 200, 107, 0.42), transparent 22%),
    linear-gradient(135deg, rgba(0, 195, 226, 0.18), rgba(102, 242, 184, 0.14)),
    url("./assets/smart-city.jpg");
}

.visual-dashboard {
  background:
    linear-gradient(135deg, rgba(0, 195, 226, 0.18), rgba(183, 140, 255, 0.18)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 24px),
    radial-gradient(circle at 78% 18%, rgba(102, 242, 184, 0.32), transparent 22%),
    rgba(4, 15, 22, 0.9);
}

.visual-dashboard::before {
  left: 22px;
  right: 52%;
  top: 24px;
  height: 112px;
}

.visual-dashboard::after {
  left: 52%;
  right: 22px;
  bottom: 24px;
  height: 112px;
}

.visual-agenda {
  background:
    linear-gradient(135deg, rgba(102, 242, 184, 0.2), rgba(0, 195, 226, 0.12)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 34px),
    rgba(5, 18, 18, 0.9);
}

.visual-agenda::before {
  left: 24px;
  right: 24px;
  top: 24px;
  height: 44px;
}

.visual-agenda::after {
  left: 36px;
  right: 36px;
  bottom: 28px;
  height: 86px;
}

.empty-state {
  display: none;
  border: 1px dashed var(--line-strong);
  border-radius: 8px;
  padding: 28px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.empty-state.visible {
  display: block;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(0, 195, 226, 0.08), transparent 26%, rgba(102, 242, 184, 0.05) 58%, transparent 100%),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 80px rgba(0, 0, 0, 0.22);
}

.timeline article {
  position: relative;
  min-height: 235px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  padding: 24px;
  background: transparent;
  box-shadow: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.timeline article:nth-child(1) {
  z-index: 5;
}

.timeline article:nth-child(2) {
  z-index: 4;
}

.timeline article:nth-child(3) {
  z-index: 3;
}

.timeline article:nth-child(4) {
  z-index: 2;
}

.timeline article:nth-child(5) {
  z-index: 1;
}

.timeline article:hover {
  border-color: rgba(102, 242, 184, 0.34);
  background:
    radial-gradient(circle at 88% 48%, rgba(0, 195, 226, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.025);
  transform: translateY(-3px);
}

.timeline article::before,
.timeline article::after {
  content: none;
  display: none;
}

.timeline article:not(:last-child)::before {
  top: 50%;
  right: -46px;
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 82% 50%, rgba(246, 251, 255, 0.96) 0 5%, transparent 6%),
    linear-gradient(90deg, transparent, rgba(0, 195, 226, 0.2) 16%, var(--primary) 46%, var(--secondary) 82%, transparent);
  box-shadow:
    0 0 20px rgba(0, 195, 226, 0.48),
    0 0 34px rgba(102, 242, 184, 0.26);
  transform: translateY(-50%);
  animation: processArrowLine 3.2s ease-in-out infinite;
}

.timeline article:not(:last-child)::after {
  top: 50%;
  right: -48px;
  width: 18px;
  height: 18px;
  border-top: 3px solid var(--secondary);
  border-right: 3px solid var(--secondary);
  filter:
    drop-shadow(0 0 8px rgba(102, 242, 184, 0.72))
    drop-shadow(0 0 18px rgba(0, 195, 226, 0.38));
  transform: translateY(-50%) rotate(45deg);
  animation: processArrowHead 3.2s ease-in-out infinite;
}

.timeline article:nth-child(2)::before,
.timeline article:nth-child(2)::after {
  animation-delay: 240ms;
}

.timeline article:nth-child(3)::before,
.timeline article:nth-child(3)::after {
  animation-delay: 480ms;
}

.timeline article:nth-child(4)::before,
.timeline article:nth-child(4)::after {
  animation-delay: 720ms;
}

.timeline article:last-child {
  border-right: 0;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(0, 195, 226, 0.18), transparent 45%),
    linear-gradient(315deg, rgba(102, 242, 184, 0.1), transparent 38%),
    rgba(3, 9, 13, 0.9);
  box-shadow: var(--shadow);
}

.contact-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.whatsapp-card {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  padding: 24px;
  border-color: rgba(102, 242, 184, 0.4);
}

.whatsapp-card strong {
  color: var(--secondary);
  font-size: 1.2rem;
}

.whatsapp-card span {
  color: var(--muted);
  line-height: 1.55;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
}

.lead-form label,
.privacy-note,
.form-result {
  min-width: 0;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--muted-strong);
  font-size: 0.92rem;
  font-weight: 800;
}

.lead-form .form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.lead-form .full {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.phone-field {
  display: grid;
  grid-template-columns: minmax(108px, 0.26fr) minmax(0, 1fr);
  align-items: stretch;
}

.phone-country {
  min-height: 50px;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  padding: 0 32px 0 12px;
  color: var(--text);
  background:
    linear-gradient(45deg, transparent 50%, var(--muted-strong) 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, var(--muted-strong) 50%, transparent 50%) calc(100% - 12px) 50% / 6px 6px no-repeat,
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(1, 12, 16, 0.7);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  cursor: pointer;
}

.phone-field input {
  border-radius: 0 8px 8px 0;
}

.phone-field:focus-within .phone-country {
  border-color: var(--primary);
  background:
    linear-gradient(45deg, transparent 50%, var(--primary) 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, var(--primary) 50%, transparent 50%) calc(100% - 12px) 50% / 6px 6px no-repeat,
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(1, 18, 23, 0.82);
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(0, 195, 226, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.lead-form label.error input,
.lead-form label.error select,
.lead-form label.error textarea {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(255, 104, 125, 0.12);
}

.lead-form label.error .phone-country {
  border-color: var(--danger);
}

.lead-form label.error .phone-field input {
  border-left-color: var(--danger);
}

.lead-form small {
  display: none;
  color: var(--danger);
  font-weight: 700;
}

.lead-form label.error small {
  display: block;
}

.privacy-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.form-result {
  display: none;
  border-radius: 8px;
  padding: 14px;
  color: #001013;
  background: var(--success);
  font-weight: 850;
}

.form-result.visible {
  display: block;
}

.consent-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 31;
  width: min(390px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(147, 220, 232, 0.16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(3, 7, 10, 0.86);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.78rem;
  line-height: 1.38;
}

.consent-banner div {
  display: flex;
  gap: 8px;
}

.consent-banner button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 850;
}

.consent-banner button[data-consent-accept] {
  color: #001013;
  background: var(--primary);
  border-color: var(--primary);
}

.accessibility-toolkit {
  position: fixed;
  left: 18px;
  bottom: 104px;
  z-index: 35;
  display: grid;
  gap: 10px;
  justify-items: start;
}

.accessibility-trigger {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102, 242, 184, 0.42);
  border-radius: 999px;
  color: #eafbff;
  background:
    radial-gradient(circle at 30% 22%, rgba(102, 242, 184, 0.28), transparent 38%),
    linear-gradient(145deg, rgba(0, 195, 226, 0.24), rgba(5, 16, 24, 0.94));
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(0, 195, 226, 0.2),
    inset 0 0 18px rgba(102, 242, 184, 0.1);
  cursor: pointer;
}

.accessibility-trigger span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}

.accessibility-trigger svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.accessibility-trigger:hover,
.accessibility-trigger:focus-visible {
  border-color: var(--secondary);
  transform: translateY(-2px);
}

.accessibility-panel {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: min(286px, calc(100vw - 32px));
  display: grid;
  gap: 8px;
  border: 1px solid rgba(147, 220, 232, 0.22);
  border-radius: 8px;
  padding: 12px;
  background: rgba(3, 7, 10, 0.94);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.38),
    inset 0 0 28px rgba(0, 195, 226, 0.06);
  backdrop-filter: blur(20px);
}

.accessibility-panel[hidden] {
  display: none;
}

.accessibility-panel > strong {
  color: var(--secondary);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.accessibility-panel button {
  min-height: 44px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(147, 220, 232, 0.16);
  border-radius: 8px;
  padding: 6px 10px 6px 6px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  text-align: left;
  cursor: pointer;
}

.accessibility-panel button span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102, 242, 184, 0.28);
  border-radius: 999px;
  color: #001013;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font-family: "Roboto Slab", "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.74rem;
  font-weight: 950;
}

.accessibility-panel button em {
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 850;
}

.accessibility-panel button:hover,
.accessibility-panel button:focus-visible,
.accessibility-panel button[aria-pressed="true"] {
  border-color: rgba(102, 242, 184, 0.48);
  background: rgba(102, 242, 184, 0.1);
}

.accessibility-status {
  min-height: 18px;
  margin: 2px 0 0;
  color: var(--muted-strong);
  font-size: 0.76rem;
  line-height: 1.35;
}

:root.accessibility-contrast body,
:root.accessibility-contrast .ambient-stage {
  background: #000000;
}

:root.accessibility-contrast .ambient-image,
:root.accessibility-contrast .space-stars,
:root.accessibility-contrast .space-comet {
  opacity: 0.08 !important;
  filter: grayscale(1) contrast(1.35) brightness(0.28);
}

:root.accessibility-contrast .site-header,
:root.accessibility-contrast .mobile-menu,
:root.accessibility-contrast .proof-strip article,
:root.accessibility-contrast .tech-logo-card,
:root.accessibility-contrast .challenge-list article,
:root.accessibility-contrast .service-card,
:root.accessibility-contrast .portfolio-card,
:root.accessibility-contrast .ecosystem-node,
:root.accessibility-contrast .lead-form,
:root.accessibility-contrast .service-visual-panel,
:root.accessibility-contrast .service-panel,
:root.accessibility-contrast .service-checklist div,
:root.accessibility-contrast .service-module-card,
:root.accessibility-contrast .service-flow-grid article,
:root.accessibility-contrast .service-metric-strip article,
:root.accessibility-contrast .service-preview-section,
:root.accessibility-contrast .accessibility-panel {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(0, 0, 0, 0.96) !important;
  box-shadow: none !important;
}

:root.accessibility-contrast a:focus-visible,
:root.accessibility-contrast button:focus-visible,
:root.accessibility-contrast input:focus,
:root.accessibility-contrast select:focus,
:root.accessibility-contrast textarea:focus {
  outline: 3px solid #fff200;
  outline-offset: 3px;
  box-shadow: none !important;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 52px 0 86px;
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 150px;
}

.site-footer .footer-brand {
  width: 150px;
  min-width: 150px;
}

.site-footer .footer-brand img {
  width: 100%;
}

.site-footer p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.site-footer nav {
  display: flex;
  gap: 16px;
  color: var(--muted-strong);
  font-weight: 800;
}

.mobile-sticky-cta {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 14px;
  z-index: 28;
  display: none;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(91, 238, 255, 0.42);
  border-radius: 999px;
  color: #eafbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(102, 242, 184, 0.2), transparent 34%),
    linear-gradient(135deg, #04314a 0%, #031a2a 52%, #06111f 100%);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(0, 195, 226, 0.24),
    inset 0 0 18px rgba(91, 238, 255, 0.1);
  font-family: "Roboto Slab", "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(18px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.mobile-sticky-cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 0 22%, rgba(255, 255, 255, 0.2), transparent 42%);
  opacity: 0;
  transform: translateX(-120%);
  animation: mobileCtaSweep 3.9s ease-in-out infinite;
}

.mobile-sticky-cta::after {
  content: "";
  position: absolute;
  inset: -35%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 195, 226, 0.18), transparent 46%),
    radial-gradient(circle at 70% 30%, rgba(102, 242, 184, 0.14), transparent 34%);
  opacity: 0.72;
  transform: rotate(0deg);
  animation: mobileCtaGlow 5.6s ease-in-out infinite;
}

.mobile-sticky-cta > span {
  position: relative;
  z-index: 1;
}

.mobile-sticky-icon {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(102, 242, 184, 0.36);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 0 12px rgba(0, 195, 226, 0.12),
    0 0 16px rgba(0, 195, 226, 0.18);
  animation: mobileIconTap 2.7s ease-in-out infinite;
}

.mobile-sticky-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-sticky-cta.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 29;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  transform: translateY(14px) scale(0.96);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.back-to-top-button::before {
  content: none;
}

.back-to-top-button::after {
  content: none;
}

.back-to-top-button.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top-button:hover,
.back-to-top-button:focus-visible {
  transform: translateY(-2px) scale(1.03);
}

.back-to-top-icon {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: none;
}

.back-to-top-icon::before {
  content: "";
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: block;
  background: url("./assets/back-to-top-rocket-full.svg?v=20260616-rocket-fire") center / contain no-repeat;
  filter:
    drop-shadow(0 0 7px rgba(255, 23, 68, 0.18))
    drop-shadow(0 0 12px rgba(102, 242, 184, 0.14));
  transform-origin: center;
  animation: backRocketLift 1.9s ease-in-out infinite;
}

.back-to-top-icon::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 52% 44%, rgba(102, 242, 184, 0.28), transparent 32%),
    radial-gradient(circle at 48% 56%, rgba(0, 195, 226, 0.22), transparent 48%),
    radial-gradient(circle at 52% 58%, rgba(255, 23, 68, 0.14), transparent 62%);
  filter: blur(8px);
  opacity: 0.82;
  transform: scale(0.9);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    filter 180ms ease;
}

.back-to-top-button:hover .back-to-top-icon::after,
.back-to-top-button:focus-visible .back-to-top-icon::after {
  opacity: 1;
  filter: blur(10px);
  transform: scale(1.06);
}

.back-to-top-icon svg {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.service-detail-hero .reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spatialVeil {
  0% {
    opacity: 0.2;
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  46% {
    opacity: 0.36;
  }
  100% {
    opacity: 0.26;
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

@keyframes spaceNebula {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--rotate)) scale(0.68);
  }
  18% {
    opacity: 0.34;
  }
  46% {
    opacity: 0.5;
    transform:
      translate(calc(-50% + (var(--drift-x) * 0.38)), calc(-50% + (var(--drift-y) * 0.38)))
      rotate(calc(var(--rotate) + 4deg))
      scale(1.02);
  }
  72% {
    opacity: 0.28;
  }
  100% {
    opacity: 0;
    transform:
      translate(calc(-50% + var(--drift-x)), calc(-50% + var(--drift-y)))
      rotate(calc(var(--rotate) + 9deg))
      scale(1.18);
  }
}

@keyframes starSpeck {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
  22% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  42% {
    opacity: 0.9;
    transform: scale(1.12);
  }
  64% {
    opacity: 0.22;
    transform: scale(0.72);
  }
}

@keyframes cometCross {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--rotate)) scaleX(0.72);
  }
  8% {
    opacity: 0.58;
  }
  28%,
  56% {
    opacity: 0.72;
  }
  78% {
    opacity: 0.28;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--comet-x), var(--comet-y), 0) rotate(var(--rotate)) scaleX(1.05);
  }
}

@keyframes circuitDrift {
  from {
    background-position:
      0 0,
      100% 8%,
      0 0;
  }
  to {
    background-position:
      3% 2%,
      96% 6%,
      620px 360px;
  }
}

@keyframes circuitBurstLife {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--rotate)) scale(0.82);
  }
  10% {
    opacity: 0.22;
  }
  44% {
    opacity: 0.34;
    transform: translate(-50%, -50%) rotate(calc(var(--rotate) + 1.5deg)) scale(1);
  }
  72% {
    opacity: 0.16;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(calc(var(--rotate) + 3deg)) scale(1.08);
  }
}

@keyframes circuitAura {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.74) rotate(-8deg);
  }
  16% {
    opacity: 0.32;
  }
  36%,
  54% {
    opacity: 0.58;
    transform: scale(1.05) rotate(6deg);
  }
  76% {
    opacity: 0.2;
    transform: scale(1.18) rotate(14deg);
  }
}

@keyframes circuitTrace {
  0% {
    opacity: 0;
    stroke-dashoffset: 1;
  }
  12% {
    opacity: 0.74;
  }
  48% {
    stroke-dashoffset: 0;
  }
  76% {
    opacity: 0.34;
    stroke-dashoffset: -0.16;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: -0.32;
  }
}

@keyframes circuitTraceLong {
  0% {
    opacity: 0;
    stroke-dashoffset: 1;
  }
  9% {
    opacity: 0.42;
    stroke-dashoffset: 0.92;
  }
  28% {
    stroke-dashoffset: 0.62;
  }
  48% {
    stroke-dashoffset: 0.28;
  }
  68% {
    opacity: 0.68;
    stroke-dashoffset: 0;
  }
  84% {
    opacity: 0.36;
    stroke-dashoffset: -0.08;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: -0.2;
  }
}

@keyframes circuitNodePulse {
  0%,
  14% {
    opacity: 0;
    r: 2.4;
  }
  24%,
  58% {
    opacity: 0.68;
    r: 3.4;
  }
  72% {
    opacity: 0.24;
    r: 2.8;
  }
  100% {
    opacity: 0;
    r: 2.2;
  }
}

@keyframes circuitSparkPulse {
  0%,
  36%,
  48%,
  100% {
    opacity: 0;
    transform: scale(0.52);
  }
  40% {
    opacity: 0.78;
    transform: scale(1.36);
  }
  43% {
    opacity: 0.18;
    transform: scale(0.72);
  }
}

@keyframes circuitFlecks {
  0%,
  24%,
  54%,
  100% {
    opacity: 0;
    transform: scale(0.84);
  }
  30% {
    opacity: 0.18;
    transform: scale(1);
  }
  38% {
    opacity: 0.42;
    transform: scale(1.08);
  }
  46% {
    opacity: 0.08;
    transform: scale(0.94);
  }
}

@keyframes verticalGlowDrift {
  from {
    transform: translateX(-2.8%) scaleX(1);
    background-position:
      0 0,
      140px 0,
      -220px 0,
      320px 0;
  }
  to {
    transform: translateX(3.2%) scaleX(1.04);
    background-position:
      160px 0,
      -80px 0,
      220px 0,
      -260px 0;
  }
}

@keyframes verticalGlowPulse {
  0%,
  100% {
    opacity: 0.14;
  }
  48% {
    opacity: 0.27;
  }
  62% {
    opacity: 0.2;
  }
}

@keyframes circuitEnergy {
  0%,
  100% {
    opacity: 0.24;
    transform: translateX(-7%);
  }
  42%,
  58% {
    opacity: 0.76;
    transform: translateX(4%);
  }
}

@keyframes circuitNodes {
  0%,
  18% {
    opacity: 0.26;
  }
  19%,
  36% {
    opacity: 0.62;
  }
  37%,
  58% {
    opacity: 0.38;
  }
  59%,
  76% {
    opacity: 0.7;
  }
  77%,
  100% {
    opacity: 0.44;
  }
}

@keyframes dataRain {
  from {
    background-position:
      0 -220px,
      0 -280px;
  }
  to {
    background-position:
      0 220px,
      0 280px;
  }
}

@keyframes beamDrift {
  from {
    transform: translateX(-8%) skewX(-4deg);
  }
  to {
    transform: translateX(8%) skewX(3deg);
  }
}

@keyframes cubeCorePulse {
  0%,
  100% {
    opacity: 0.45;
    transform: translateY(-50%) scale(0.92);
  }
  48% {
    opacity: 0.82;
    transform: translateY(-50%) scale(1.06);
  }
  54% {
    opacity: 1;
    transform: translateY(-50%) scale(1.16);
  }
  62% {
    opacity: 0.5;
    transform: translateY(-50%) scale(0.96);
  }
}

@keyframes cubeFlash {
  0%,
  49%,
  57%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  52% {
    opacity: 0.15;
  }
  54% {
    opacity: 0.95;
  }
}

@keyframes cubeCurrent {
  0% {
    opacity: 0;
    stroke-dashoffset: 318;
  }
  9% {
    opacity: 1;
  }
  58% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  68%,
  100% {
    opacity: 0;
    stroke-dashoffset: -82;
  }
}

@keyframes cubeSpark {
  0%,
  38%,
  45%,
  52%,
  100% {
    opacity: 0;
  }
  39% {
    opacity: 1;
  }
  43% {
    opacity: 0.22;
  }
  48% {
    opacity: 0.9;
  }
}

@keyframes logoNeonPulse {
  0%,
  100% {
    filter:
      drop-shadow(0 0 9px rgba(0, 195, 226, 0.42))
      drop-shadow(0 0 24px rgba(0, 195, 226, 0.2));
  }
  50% {
    filter:
      drop-shadow(0 0 16px rgba(0, 195, 226, 0.72))
      drop-shadow(0 0 38px rgba(102, 242, 184, 0.24));
  }
}

@keyframes logoNeonFrame {
  0%,
  100% {
    opacity: 0.72;
    box-shadow:
      0 0 16px rgba(0, 195, 226, 0.2),
      inset 0 0 18px rgba(0, 195, 226, 0.06);
  }
  50% {
    opacity: 1;
    box-shadow:
      0 0 30px rgba(0, 195, 226, 0.34),
      0 0 54px rgba(102, 242, 184, 0.12),
      inset 0 0 24px rgba(0, 195, 226, 0.12);
  }
}

@keyframes logoScan {
  0%,
  62%,
  100% {
    opacity: 0;
    transform: translateX(-36%);
  }
  72% {
    opacity: 0.9;
  }
  88% {
    opacity: 0;
    transform: translateX(36%);
  }
}

@keyframes ctaShimmer {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

@keyframes mobileCtaSweep {
  0%,
  52%,
  100% {
    opacity: 0;
    transform: translateX(-120%);
  }
  64% {
    opacity: 0.8;
  }
  82% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes mobileCtaGlow {
  0%,
  100% {
    opacity: 0.46;
    transform: rotate(0deg) scale(1);
  }
  50% {
    opacity: 0.86;
    transform: rotate(9deg) scale(1.05);
  }
}

@keyframes mobileIconTap {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  42% {
    transform: translateY(-1px) scale(1.02);
  }
  54% {
    transform: translateY(1px) scale(0.96);
  }
  64% {
    transform: translateY(0) scale(1);
  }
}

@keyframes titleGradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes cursorBlink {
  0%,
  48% {
    opacity: 1;
  }
  49%,
  100% {
    opacity: 0;
  }
}

@keyframes flowSweep {
  from {
    transform: translateX(-58%);
  }
  to {
    transform: translateX(58%);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -6px;
  }
}

@keyframes techMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@keyframes lineSweep {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes tilePulse {
  0%,
  100% {
    opacity: 0.55;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@keyframes flowLine {
  from {
    background-position: -220px 0;
  }
  to {
    background-position: 220px 0;
  }
}

@keyframes processArrowLine {
  0%,
  100% {
    opacity: 0.34;
    transform: translateY(-50%) translateX(-12px) scaleX(0.58);
    filter: saturate(0.78);
  }
  45%,
  60% {
    opacity: 1;
    transform: translateY(-50%) translateX(8px) scaleX(1);
    filter: saturate(1.2);
  }
}

@keyframes processArrowHead {
  0%,
  100% {
    opacity: 0.36;
    transform: translateY(-50%) translateX(-12px) rotate(45deg) scale(0.82);
  }
  45%,
  60% {
    opacity: 1;
    transform: translateY(-50%) translateX(9px) rotate(45deg) scale(1);
  }
}

@keyframes processArrowLineMobile {
  0%,
  100% {
    opacity: 0.32;
    transform: translateX(50%) translateY(-10px) scaleY(0.56);
  }
  45%,
  60% {
    opacity: 1;
    transform: translateX(50%) translateY(8px) scaleY(1);
  }
}

@keyframes processArrowHeadMobile {
  0%,
  100% {
    opacity: 0.38;
    transform: translateX(-50%) translateY(-10px) rotate(45deg) scale(0.84);
  }
  45%,
  60% {
    opacity: 1;
    transform: translateX(-50%) translateY(8px) rotate(45deg) scale(1);
  }
}

@keyframes ecosystemRoutePulse {
  0% {
    opacity: 0;
    stroke-dashoffset: 440;
  }
  14% {
    opacity: 0.92;
  }
  62% {
    opacity: 0.98;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: -160;
  }
}

@keyframes backRocketLift {
  0%,
  100% {
    transform: translateY(3px) rotate(-45deg);
  }

  50% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

@keyframes ecosystemCoreBreath {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.94);
  }
  50% {
    opacity: 0.98;
    transform: scale(1.08);
  }
}

@keyframes ecosystemMobileRail {
  0% {
    opacity: 0;
    stroke-dashoffset: 560;
  }
  18%,
  72% {
    opacity: 0.96;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: -240;
  }
}

@keyframes ecosystemMobileDot {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.86);
  }
  46% {
    opacity: 0.92;
    transform: scale(1.12);
  }
}

@media (max-width: 1060px) {
  .hero-section,
  .split-section,
  .contact-section,
  .tech-stack-copy {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-system {
    max-width: 680px;
  }

  .proof-strip,
  .service-grid,
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
  }

  .timeline article::before,
  .timeline article::after {
    display: none;
  }

  .timeline article:not(:last-child)::before {
    top: auto;
    right: 50%;
    bottom: -30px;
    width: 4px;
    height: 60px;
    background:
      radial-gradient(circle at 50% 82%, rgba(246, 251, 255, 0.96) 0 6%, transparent 7%),
      linear-gradient(180deg, transparent, rgba(0, 195, 226, 0.24) 18%, var(--primary) 48%, var(--secondary) 86%, transparent);
    transform: translateX(50%);
    animation-name: processArrowLineMobile;
  }

  .timeline article:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -33px;
    border-top: 0;
    border-left: 0;
    border-right: 3px solid var(--secondary);
    border-bottom: 3px solid var(--secondary);
    transform: translateX(-50%) rotate(45deg);
    animation-name: processArrowHeadMobile;
  }

  .timeline article:last-child {
    border-bottom: 0;
    padding-bottom: 24px;
  }

  .ecosystem-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 16px;
    padding: 22px;
  }

  .ecosystem-connectors {
    display: none;
  }

  .ecosystem-node,
  .node-a,
  .node-b,
  .node-c,
  .node-d,
  .node-e,
  .node-f,
  .node-g,
  .node-h {
    grid-column: auto;
    grid-row: auto;
  }

  .node-c {
    grid-column: 1 / -1;
    min-height: 170px;
  }

  .split-section > .section-kicker {
    margin-bottom: 0;
  }

  .tech-stack-copy .section-kicker {
    margin-bottom: 0;
  }
}

@media (max-width: 780px) {
  body {
    padding-bottom: 78px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto auto;
    gap: 10px;
    width: min(100% - 24px, 1180px);
    min-height: 72px;
    padding: 10px 0;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .header-social {
    grid-column: 3;
  }

  .menu-toggle {
    display: block;
    grid-column: 4;
  }

  .brand-mark {
    width: 122px;
    min-width: 112px;
  }

  .brand-mark::before {
    width: 48px;
    height: 48px;
  }

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

  .cube-shock {
    width: 44px;
    height: 44px;
  }

  .mobile-menu {
    inset: 72px 12px auto;
  }

  .mobile-menu a {
    min-height: 46px;
    display: flex;
    align-items: center;
  }

  .hero-section,
  .proof-strip,
  .tech-stack-section,
  .section,
  .cta-band,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .hero-section {
    width: min(100% - 24px, 1180px);
    gap: 22px;
    padding-top: 24px;
    padding-bottom: 34px;
  }

  .hero-copy {
    max-width: 100%;
    min-width: 0;
    margin-top: 0;
  }

  .hero-copy,
  .section-heading,
  .split-copy,
  .tech-stack-copy,
  .cta-band,
  .contact-copy,
  .proof-strip article,
  .challenge-list article,
  .service-card,
  .timeline article,
  .ecosystem-node {
    text-align: center;
  }

  .eyebrow,
  .section-kicker {
    max-width: 100%;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 0.68rem;
    line-height: 1.34;
    letter-spacing: 0.07em;
    justify-content: center;
    margin-inline: auto;
  }

  .eyebrow::before,
  .section-kicker::before {
    width: 34px;
    flex: 0 0 34px;
  }

  h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(2.55rem, 11.5vw, 3.28rem);
    line-height: 1.04;
    text-wrap: balance;
  }

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

  .hero-title-line {
    justify-content: center;
    margin-inline: auto;
  }

  h2 {
    margin-bottom: 14px;
    font-size: clamp(2.05rem, 10vw, 3.12rem);
    line-height: 1.02;
  }

  h3 {
    font-size: clamp(1.12rem, 6.2vw, 1.45rem);
    line-height: 1.1;
  }

  .typewriter-shell {
    width: var(--typewriter-width, 10ch);
    min-width: var(--typewriter-width, 10ch);
    max-width: none;
    flex-basis: var(--typewriter-width, 10ch);
    line-height: 1.1;
  }

  .typewriter-gradient {
    line-height: 1.1;
    padding-bottom: 0.07em;
  }

  .hero-copy p,
  .split-copy p,
  .section-heading p,
  .cta-band p,
  .contact-copy p,
  .site-footer p {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions,
  .hero-proof {
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }

  .button,
  .hero-proof span {
    width: 100%;
  }

  .button {
    min-height: 52px;
    padding-inline: 18px;
  }

  .hero-proof {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -4px;
    padding: 0 4px 4px;
    scrollbar-width: none;
  }

  .hero-proof::-webkit-scrollbar {
    display: none;
  }

  .hero-proof span {
    width: auto;
    min-height: 36px;
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.82rem;
  }

  .system-grid,
  .logic-flow,
  .challenge-list,
  .service-grid,
  .lead-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .metric-panel.tall {
    min-height: 240px;
  }

  .metric-panel.wide {
    grid-column: auto;
  }

  .node-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logic-flow::before,
  .logic-flow::after {
    display: none;
  }

  .hero-system {
    max-width: none;
    min-width: 0;
    width: 100%;
  }

  .floating-flow {
    display: flex;
    width: 100%;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 4px 12px;
    scroll-padding-left: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .floating-flow::-webkit-scrollbar {
    display: none;
  }

  .flow-step {
    min-height: 178px;
    flex: 0 0 min(82vw, 300px);
    padding: 18px;
    scroll-snap-align: start;
  }

  .flow-step strong {
    font-size: 1.28rem;
  }

  .flow-step p {
    font-size: 0.92rem;
  }

  .proof-strip .proof-icon,
  .challenge-list .warning-icon,
  .service-icon {
    margin-inline: auto;
  }

  .service-card a,
  .service-card-link {
    margin-inline: auto;
  }

  .floating-flow .flow-step:nth-child(1),
  .floating-flow .flow-step:nth-child(4) {
    margin-top: 0;
  }

  .outcome-map {
    grid-template-columns: 1fr;
  }

  .outcome-map i {
    width: 1px;
    height: 18px;
    justify-self: center;
    background: linear-gradient(180deg, var(--primary), var(--secondary));
  }

  .section {
    padding: 58px 0;
  }

  .proof-strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 48px;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .proof-strip::-webkit-scrollbar {
    display: none;
  }

  .proof-strip article {
    min-height: 172px;
    flex: 0 0 min(78vw, 292px);
    scroll-snap-align: start;
  }

  .tech-stack-section {
    padding: 0 0 68px;
  }

  .tech-stack-copy h2 {
    font-size: clamp(1.85rem, 8.4vw, 2.55rem);
  }

  .tech-marquee::before,
  .tech-marquee::after {
    width: 42px;
  }

  .tech-logo-card {
    min-width: 138px;
    min-height: 112px;
  }

  .challenge-list article,
  .service-card,
  .timeline article,
  .lead-form,
  .cta-band {
    padding: 20px;
  }

  .challenge-list article {
    min-height: auto;
  }

  .service-card {
    min-height: auto;
  }

  .service-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
  }

  .service-icon svg {
    width: 32px;
    height: 32px;
  }

  .service-card-link {
    min-width: min(100%, 214px);
    min-height: 50px;
  }

  .ecosystem-board {
    min-height: 0;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 14px;
    scroll-padding-left: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ecosystem-board::-webkit-scrollbar {
    display: none;
  }

  .ecosystem-board::before,
  .ecosystem-connectors,
  .connector-line {
    display: none;
  }

  .ecosystem-mobile-connectors {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 1;
    display: block;
    width: calc((min(82vw, 312px) * 7) + (12px * 6));
    height: calc(100% - 28px);
    min-width: 0;
    pointer-events: none;
  }

  .ecosystem-node {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 190px;
    flex: 0 0 min(82vw, 312px);
    scroll-snap-align: start;
  }

  .portfolio-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 7px;
    padding-bottom: 8px;
    margin-inline: -2px;
    padding-inline: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .portfolio-filters::-webkit-scrollbar {
    display: none;
  }

  .filter-button {
    min-height: 38px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .portfolio-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
    padding: 0;
  }

  .portfolio-card {
    min-height: auto;
    flex: none;
  }

  .portfolio-card.hidden {
    display: none;
  }

  .catalog-section .section-heading {
    margin-bottom: 22px;
  }

  .catalog-section .section-heading p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .catalog-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "tag"
      "title"
      "summary"
      "modules";
    gap: 12px;
    padding: 14px;
    background:
      radial-gradient(circle at 50% 4%, rgba(0, 195, 226, 0.18), transparent 42%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.022)),
      rgba(3, 9, 13, 0.82);
    text-align: center;
  }

  .catalog-card .portfolio-visual {
    grid-area: visual;
    width: 100%;
    min-height: 0;
    height: 154px;
    border: 1px solid rgba(0, 195, 226, 0.2);
    border-radius: 10px;
    box-shadow:
      inset 0 0 20px rgba(0, 195, 226, 0.08),
      0 18px 34px rgba(0, 0, 0, 0.28);
  }

  .catalog-card .portfolio-visual img {
    min-height: 0;
  }

  .catalog-card .portfolio-visual::before {
    left: 13px;
    right: 13px;
    top: 17px;
    height: 24px;
    border-radius: 5px;
  }

  .catalog-card .portfolio-visual::after {
    left: 18px;
    right: 18px;
    bottom: 16px;
    height: 18px;
    border-radius: 5px;
  }

  .catalog-card .portfolio-visual.has-cover::before {
    inset: 0;
    height: auto;
    border: 0;
    border-radius: 0;
  }

  .catalog-card .portfolio-visual.has-cover::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border: 0;
    border-radius: 0;
  }

  .portfolio-card > span,
  .portfolio-card h3,
  .portfolio-card p,
  .portfolio-card a,
  .saas-modules {
    margin-inline: 0;
  }

  .catalog-card > span {
    grid-area: tag;
    justify-self: center;
    align-self: center;
    margin-top: 0;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .catalog-card h3 {
    grid-area: title;
    align-self: start;
    margin: 0;
    font-size: 1.28rem;
    text-align: center;
  }

  .catalog-card p {
    grid-area: summary;
    margin: 4px 0 0;
    font-size: 0.94rem;
    line-height: 1.5;
    text-align: center;
  }

  .saas-modules {
    grid-area: modules;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .saas-modules li {
    min-height: 30px;
    border: 1px solid rgba(147, 220, 232, 0.14);
    border-radius: 999px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.78rem;
    line-height: 1;
  }

  .saas-modules li::before {
    width: 6px;
    height: 6px;
  }

  .catalog-card a {
    grid-area: cta;
    width: 100%;
    min-height: 42px;
    justify-content: center;
    border: 1px solid rgba(0, 195, 226, 0.28);
    border-radius: 999px;
    margin-top: 2px;
    margin-bottom: 0;
    color: #001013;
    background: var(--primary);
    box-shadow: 0 14px 34px rgba(0, 195, 226, 0.2);
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .cta-band .button {
    width: 100%;
  }

  .contact-section {
    gap: 22px;
  }

  .whatsapp-card {
    margin-top: 20px;
    padding: 20px;
  }

  .lead-form {
    gap: 14px;
  }

  .lead-form input,
  .lead-form select,
  .lead-form textarea {
    min-height: 50px;
    padding: 13px 14px;
  }

  .lead-form textarea {
    min-height: 128px;
  }

  .site-footer {
    align-items: start;
    gap: 18px;
    padding-bottom: 34px;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .mobile-sticky-cta {
    display: flex;
    left: 12px;
    right: 12px;
    bottom: 10px;
    min-height: 54px;
  }

  .back-to-top-button {
    display: none;
  }

  .consent-banner {
    left: 12px;
    right: 12px;
    bottom: 76px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .consent-banner p {
    text-align: center;
  }

  .consent-banner div {
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .site-header.scrolled {
    padding-inline: 12px;
  }

  .hero-section {
    width: min(100% - 24px, 1180px);
    padding-top: 18px;
  }

  h1 {
    font-size: clamp(2.14rem, 9.7vw, 2.44rem);
    line-height: 1.08;
  }

  .hero-title-prefix,
  .hero-title-line,
  .hero-title-tail {
    text-align: center;
  }

  .hero-title-line {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 0.12em;
  }

  .typewriter-shell {
    flex: 0 1 var(--typewriter-width, 10ch);
  }

  .hero-copy p {
    font-size: 0.94rem;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    margin-inline: 0;
    padding: 0;
  }

  .hero-proof span {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .flow-step {
    flex-basis: 84vw;
  }

  .system-grid {
    padding: 12px;
  }

  .metric-panel,
  .proof-strip article,
  .challenge-list article,
  .service-card,
  .portfolio-card,
  .lead-form,
  .cta-band {
    padding: 18px;
  }

  .portfolio-card {
    padding: 0;
  }

  .catalog-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .catalog-card .portfolio-visual {
    width: 100%;
    height: 136px;
  }

  .service-card-link {
    width: 100%;
    min-width: 0;
  }

  .portfolio-card > span,
  .portfolio-card h3,
  .portfolio-card p,
  .portfolio-card a,
  .saas-modules {
    margin-inline: 18px;
  }

  .catalog-card > span,
  .catalog-card h3,
  .catalog-card p,
  .catalog-card a,
  .catalog-card .saas-modules {
    margin-inline: 0;
  }

  .mobile-sticky-cta {
    font-size: 0.92rem;
  }
}

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

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -14px;
  right: -14px;
  height: 26px;
}

.nav-dropdown-trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.72;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 40;
  width: min(320px, 82vw);
  display: none;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(7, 21, 28, 0.98), rgba(2, 8, 12, 0.96)),
    rgba(3, 7, 10, 0.96);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel,
.nav-dropdown.open .nav-dropdown-panel {
  display: grid;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-header .desktop-nav .nav-dropdown.open > .nav-dropdown-panel {
  display: grid !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.nav-dropdown-panel a {
  justify-content: flex-start;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 12px;
  white-space: normal;
}

.nav-dropdown-panel a:hover {
  background:
    linear-gradient(90deg, rgba(0, 195, 226, 0.14), rgba(102, 242, 184, 0.08)),
    rgba(255, 255, 255, 0.05);
}

.mobile-subnav {
  display: grid;
  gap: 6px;
  padding: 0 4px 2px 14px;
}

.mobile-subnav a {
  min-height: 38px;
  justify-content: flex-start;
  padding: 0 14px;
  color: rgba(184, 205, 214, 0.88);
  font-size: 0.84rem;
  background: rgba(255, 255, 255, 0.035);
}

.service-page {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(18px, 3vw, 36px) 0 clamp(72px, 8vw, 120px);
}

.service-detail-hero {
  min-height: calc(100vh - 96px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(28px, 5vw, 76px) 0 clamp(36px, 5vw, 78px);
}

.service-detail-copy {
  max-width: 730px;
}

.service-back-link {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--secondary);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-detail-copy h1 {
  margin: 16px 0 22px;
  font-size: clamp(2.2rem, 3.85vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.service-detail-copy p,
.service-panel p {
  max-width: 720px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.36vw, 1.14rem);
  line-height: 1.68;
}

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

.button-primary,
.button-ghost {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button-primary::before,
.button-ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 26%, rgba(255, 255, 255, 0.38), transparent 48%);
  opacity: 0;
  transform: translateX(-120%);
}

.button-primary:hover::before,
.button-ghost:hover::before {
  opacity: 1;
  animation: ctaShimmer 900ms ease;
}

.button-primary {
  color: #001013;
  background: var(--primary);
  box-shadow: 0 16px 44px rgba(0, 195, 226, 0.28);
}

.button-primary:hover,
.button-ghost:hover {
  transform: translateY(-2px);
}

.button-primary:hover {
  background: #5de7ff;
  box-shadow: 0 22px 60px rgba(0, 195, 226, 0.34);
}

.button-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line);
}

.button-ghost:hover {
  border-color: var(--line-strong);
}

.service-visual-panel {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 18%, rgba(0, 195, 226, 0.18), transparent 34%),
    radial-gradient(circle at 84% 72%, rgba(102, 242, 184, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(10, 27, 34, 0.9), rgba(3, 8, 12, 0.92));
  box-shadow:
    0 24px 78px rgba(0, 0, 0, 0.36),
    inset 0 0 34px rgba(0, 195, 226, 0.06);
}

.service-visual-panel.service-visual-whatsapp {
  min-height: 600px;
}

.service-visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.48;
}

.service-visual-status {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  border: 1px solid rgba(102, 242, 184, 0.28);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--secondary);
  background: rgba(1, 13, 17, 0.7);
  font-size: 0.82rem;
  font-weight: 850;
}

.service-visual-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 20px rgba(102, 242, 184, 0.72);
}

.ai-route-map {
  position: absolute;
  inset: 86px 24px 24px;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ai-node,
.dashboard-widget,
.service-checklist div,
.service-module-card,
.service-flow-grid article,
.service-panel,
.service-metric-strip article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(3, 11, 15, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.ai-node {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.ai-node small,
.service-module-card span,
.service-flow-grid span {
  color: var(--primary);
  font-weight: 950;
  letter-spacing: 0.16em;
}

.ai-node strong {
  margin: 14px 0 8px;
  font-size: 1.25rem;
}

.ai-node p,
.dashboard-widget p {
  color: var(--muted);
  line-height: 1.45;
}

.node-icon,
.module-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(102, 242, 184, 0.45);
  border-radius: 18px;
  color: #001013;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.62), transparent 24%),
    linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow:
    0 0 26px rgba(0, 195, 226, 0.22),
    0 16px 38px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.node-icon::before,
.module-icon::before {
  content: "";
  position: absolute;
  inset: -24%;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, 0.54), transparent 62%);
  opacity: 0;
  transform: translateX(-80%) rotate(12deg);
}

.node-icon svg,
.module-icon svg {
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-node .node-icon {
  margin-bottom: 14px;
}

.service-module-card .module-icon,
.service-flow-grid .module-icon {
  margin-bottom: 24px;
  color: #001013;
  font-weight: 900;
  letter-spacing: 0;
}

.ai-node:hover .node-icon,
.service-module-card:hover .module-icon,
.service-flow-grid article:hover .module-icon {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow:
    0 0 36px rgba(102, 242, 184, 0.26),
    0 20px 48px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.ai-node:hover .node-icon::before,
.service-module-card:hover .module-icon::before,
.service-flow-grid article:hover .module-icon::before {
  opacity: 1;
  animation: ctaShimmer 900ms ease;
}

.service-flow-grid .module-icon {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  color: var(--secondary);
  background:
    radial-gradient(circle at 50% 50%, rgba(102, 242, 184, 0.14), transparent 58%),
    rgba(2, 14, 18, 0.76);
  border-color: rgba(102, 242, 184, 0.5);
  box-shadow:
    inset 0 0 24px rgba(0, 195, 226, 0.08),
    0 0 34px rgba(102, 242, 184, 0.12),
    0 16px 38px rgba(0, 0, 0, 0.3);
}

.service-flow-grid .module-icon::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(0, 195, 226, 0.22);
  border-radius: inherit;
  pointer-events: none;
}

.service-flow-grid article:hover .module-icon {
  color: #001013;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.58), transparent 24%),
    linear-gradient(135deg, var(--secondary), var(--primary));
  border-color: rgba(255, 255, 255, 0.44);
}

.node-core {
  border-color: rgba(102, 242, 184, 0.4);
  background:
    radial-gradient(circle at 80% 10%, rgba(102, 242, 184, 0.14), transparent 40%),
    rgba(3, 15, 18, 0.86);
}

.ai-hero-lab {
  min-height: 590px;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 195, 226, 0.2), transparent 24%),
    radial-gradient(circle at 76% 22%, rgba(102, 242, 184, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(5, 19, 25, 0.86), rgba(2, 8, 12, 0.9));
}

.ai-lab-header,
.ai-lab-document,
.ai-lab-core,
.ai-lab-sources article,
.ai-lab-output {
  position: absolute;
  z-index: 3;
}

.ai-lab-header {
  top: 22px;
  right: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(1, 10, 14, 0.76);
}

.ai-lab-header span,
.ai-lab-header strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-lab-header strong {
  color: var(--secondary);
}

.ai-lab-header i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow: 0 0 18px rgba(102, 242, 184, 0.86);
}

.ai-lab-document,
.ai-lab-output,
.ai-lab-sources article {
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(2, 12, 16, 0.84);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ai-lab-document {
  top: 106px;
  left: 26px;
  width: min(300px, 44%);
  padding: 16px;
}

.ai-lab-document small,
.ai-lab-output small,
.ai-lab-sources small {
  display: block;
  color: var(--primary);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-lab-document strong,
.ai-lab-output strong {
  display: block;
  margin: 9px 0 14px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.34;
}

.ai-lab-document > span {
  display: block;
  height: 7px;
  margin-top: 9px;
  border-radius: 999px;
  background: rgba(184, 205, 214, 0.2);
}

.ai-lab-document > span:nth-of-type(1) {
  width: 92%;
}

.ai-lab-document > span:nth-of-type(2) {
  width: 72%;
}

.ai-lab-document > span:nth-of-type(3) {
  width: 46%;
  background: linear-gradient(90deg, var(--primary), rgba(102, 242, 184, 0.48));
}

.ai-lab-core {
  top: 55%;
  left: 48%;
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102, 242, 184, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(102, 242, 184, 0.2), rgba(0, 195, 226, 0.12) 42%, rgba(2, 10, 14, 0.94) 70%);
  box-shadow:
    0 0 84px rgba(0, 195, 226, 0.2),
    inset 0 0 38px rgba(102, 242, 184, 0.09);
  transform: translate(-50%, -50%);
}

.ai-lab-core span {
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(102, 242, 184, 0.32);
  border-radius: inherit;
  animation: aiCoreSpin 9s linear infinite;
}

.ai-lab-core strong {
  color: var(--secondary);
  font-size: 2.15rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.ai-search-core svg {
  width: 58px;
  height: 58px;
  color: var(--secondary);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 16px rgba(102, 242, 184, 0.48))
    drop-shadow(0 0 28px rgba(0, 195, 226, 0.26));
}

.ai-lab-sources {
  position: absolute;
  top: 122px;
  right: 22px;
  z-index: 4;
  display: grid;
  gap: 10px;
  width: min(238px, 41%);
}

.ai-lab-sources article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
}

.ai-lab-sources .module-icon {
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 14px;
}

.ai-lab-sources strong {
  display: block;
  color: var(--text);
  font-size: 0.92rem;
}

.ai-lab-output {
  right: 34px;
  bottom: 42px;
  left: 72px;
  padding: 18px;
}

.ai-lab-output div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai-lab-output div span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--secondary);
  background: rgba(1, 12, 16, 0.72);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-lab-beam {
  position: absolute;
  z-index: 2;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(102, 242, 184, 0.62), transparent);
  box-shadow: 0 0 22px rgba(0, 195, 226, 0.22);
  transform-origin: left center;
  animation: aiEnergy 4.8s ease-in-out infinite;
}

.beam-one {
  top: 250px;
  left: 29%;
  width: 260px;
  transform: rotate(18deg);
}

.beam-two {
  top: 48%;
  right: 18%;
  width: 220px;
  transform: rotate(-20deg);
  animation-delay: 0.9s;
}

.beam-three {
  bottom: 180px;
  left: 22%;
  width: 330px;
  transform: rotate(-10deg);
  animation-delay: 1.8s;
}

.dashboard-shell,
.phone-mock {
  position: absolute;
  inset: 34px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(2, 8, 12, 0.72);
  overflow: hidden;
}

.dashboard-topbar,
.phone-top {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}

.dashboard-topbar span,
.phone-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 18px rgba(0, 195, 226, 0.42);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
}

.dashboard-widget {
  min-height: 128px;
  padding: 18px;
}

.dashboard-widget.wide {
  grid-column: 1 / -1;
}

.dashboard-widget small {
  color: var(--muted);
  font-weight: 800;
}

.dashboard-widget strong {
  display: block;
  margin-top: 8px;
  color: var(--secondary);
  font-size: 2rem;
}

.dashboard-bars {
  height: 86px;
  display: flex;
  align-items: end;
  gap: 10px;
  margin-top: 14px;
}

.dashboard-bars span {
  flex: 1;
  min-width: 18px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--secondary), rgba(0, 195, 226, 0.28));
}

.service-visual-panel.service-visual-saas {
  min-height: 560px;
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 195, 226, 0.22), transparent 32%),
    radial-gradient(circle at 86% 70%, rgba(102, 242, 184, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(6, 20, 28, 0.95), rgba(2, 8, 12, 0.94));
}

.saas-runtime-demo {
  position: absolute;
  inset: 24px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.saas-runtime-topbar,
.saas-execution-header {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  padding: 0 16px;
  background: rgba(2, 10, 14, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.saas-runtime-topbar span,
.saas-execution-header span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 18px rgba(0, 195, 226, 0.5);
}

.saas-runtime-topbar strong,
.saas-execution-header strong {
  color: var(--text);
  font-size: 0.92rem;
}

.saas-runtime-topbar small,
.saas-execution-header small {
  margin-left: auto;
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--secondary);
  background: rgba(102, 242, 184, 0.08);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saas-runtime-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(138px, 0.42fr);
  gap: 12px;
  min-height: 260px;
}

.saas-runtime-main,
.saas-runtime-kpi,
.saas-process-stream,
.saas-execution-window,
.saas-execution-loop {
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(2, 10, 14, 0.8);
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.saas-runtime-main {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.saas-runtime-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 195, 226, 0.18), transparent 30%),
    linear-gradient(90deg, transparent, rgba(102, 242, 184, 0.1), transparent);
  opacity: 0.7;
  transform: translateX(-50%);
  animation: saasEnergySweep 7s linear infinite;
}

.saas-ticket-card,
.saas-progress-rail,
.saas-runtime-actions {
  position: relative;
  z-index: 1;
}

.saas-ticket-card span,
.saas-runtime-kpi span,
.saas-execution-panel small,
.saas-execution-report small {
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.saas-ticket-card strong {
  display: block;
  margin: 10px 0;
  max-width: 360px;
  color: var(--text);
  font-size: clamp(1.18rem, 2.2vw, 1.78rem);
  line-height: 1.1;
}

.saas-ticket-card p {
  max-width: 400px;
  color: var(--muted-strong);
  line-height: 1.5;
}

.saas-ticket-scroll {
  position: relative;
  height: 132px;
  margin-top: 16px;
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 8px;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(0, 195, 226, 0.08), transparent 42%),
    rgba(1, 10, 14, 0.72);
  overflow: hidden;
}

.saas-ticket-scroll::before,
.saas-ticket-scroll::after,
.saas-execution-panel-scroll::before,
.saas-execution-panel-scroll::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 30px;
  pointer-events: none;
}

.saas-ticket-scroll::before,
.saas-execution-panel-scroll::before {
  top: 0;
  background: linear-gradient(180deg, rgba(2, 10, 14, 0.94), transparent);
}

.saas-ticket-scroll::after,
.saas-execution-panel-scroll::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(2, 10, 14, 0.94), transparent);
}

.saas-ticket-scroll-track {
  display: grid;
  gap: 8px;
  animation: saasTicketScroll 24s linear infinite;
  will-change: transform;
}

.saas-ticket-scroll-track div {
  min-height: 40px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(102, 242, 184, 0.13);
  border-radius: 7px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.034);
}

.saas-ticket-scroll-track small {
  color: var(--primary);
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.saas-ticket-scroll-track strong {
  margin: 0;
  max-width: none;
  color: rgba(236, 248, 252, 0.9);
  font-size: 0.78rem;
  line-height: 1.2;
}

.saas-progress-rail {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 26px 0 20px;
  padding: 0 4px;
}

.saas-progress-rail::before,
.saas-progress-rail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px;
  height: 2px;
  transform: translateY(-50%);
  background: rgba(102, 242, 184, 0.14);
}

.saas-progress-rail::after {
  right: auto;
  width: 42%;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  box-shadow: 0 0 24px rgba(102, 242, 184, 0.42);
  animation: saasRailProgress 7.5s linear infinite;
}

.saas-progress-rail span {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(102, 242, 184, 0.5);
  border-radius: 999px;
  background: rgba(2, 12, 16, 0.92);
  box-shadow: 0 0 20px rgba(0, 195, 226, 0.14);
  animation: saasNodePulse 7.5s ease infinite;
}

.saas-progress-rail span:nth-child(2) {
  animation-delay: 1.4s;
}

.saas-progress-rail span:nth-child(3) {
  animation-delay: 2.8s;
}

.saas-progress-rail span:nth-child(4) {
  animation-delay: 4.2s;
}

.saas-progress-rail span:nth-child(5) {
  animation-delay: 5.6s;
}

.saas-runtime-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.saas-runtime-actions span {
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--secondary);
  background: rgba(2, 18, 20, 0.72);
  font-size: 0.74rem;
  font-weight: 900;
}

.saas-runtime-side {
  display: grid;
  gap: 12px;
}

.saas-runtime-kpi {
  display: flex;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}

.saas-runtime-kpi strong {
  margin-top: 6px;
  color: var(--text);
  font-size: 1.05rem;
}

.saas-process-stream {
  position: relative;
  flex: 1;
  min-height: 124px;
  overflow: hidden;
  padding: 12px;
}

.saas-auto-console {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.saas-auto-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.saas-auto-console-head span {
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.saas-auto-console-head strong {
  color: var(--text);
  font-size: 0.86rem;
}

.saas-auto-workspace {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.saas-auto-stage {
  position: relative;
  min-height: 84px;
  border: 1px solid rgba(102, 242, 184, 0.16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.saas-auto-stage::before {
  content: "";
  position: absolute;
  inset: auto 12px 10px;
  height: 2px;
  border-radius: 999px;
  background: rgba(102, 242, 184, 0.14);
}

.saas-auto-stage::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 12px;
  width: 46%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  box-shadow: 0 0 18px rgba(102, 242, 184, 0.42);
  animation: saasStageProgress 5.4s ease-in-out infinite;
}

.saas-auto-stage.active {
  border-color: rgba(102, 242, 184, 0.4);
  background:
    radial-gradient(circle at 82% 18%, rgba(102, 242, 184, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.05);
}

.saas-auto-stage small,
.saas-auto-stage span {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 850;
}

.saas-auto-stage small {
  color: var(--primary);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.saas-auto-stage strong {
  display: block;
  margin: 6px 0 5px;
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1.14;
}

.saas-blueprint-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.08fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
}

.saas-blueprint-copy h2 {
  margin: 16px 0 18px;
  max-width: 760px;
  font-size: clamp(2rem, 4.2vw, 4.35rem);
  line-height: 1.02;
  text-wrap: balance;
}

.saas-blueprint-copy p {
  max-width: 630px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.66;
}

.saas-blueprint-points {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.saas-blueprint-points article {
  position: relative;
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 8px;
  padding: 18px 18px 18px 48px;
  background:
    linear-gradient(110deg, rgba(0, 195, 226, 0.1), transparent 52%),
    rgba(2, 12, 16, 0.66);
  overflow: hidden;
}

.saas-blueprint-points article::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 18px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow: 0 0 24px rgba(102, 242, 184, 0.62);
}

.saas-blueprint-points strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
}

.saas-blueprint-points span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.42;
}

.saas-blueprint-board {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(185px, 1fr) minmax(240px, 1.05fr) minmax(185px, 1fr);
  gap: 14px;
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  padding: clamp(18px, 2.2vw, 28px);
  background:
    radial-gradient(circle at 50% 42%, rgba(102, 242, 184, 0.16), transparent 28%),
    radial-gradient(circle at 18% 18%, rgba(0, 195, 226, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(5, 19, 25, 0.78), rgba(2, 8, 12, 0.72));
  box-shadow:
    0 28px 86px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.saas-blueprint-board::before,
.saas-blueprint-board::after {
  content: "";
  position: absolute;
  inset: 54px;
  border: 1px solid rgba(102, 242, 184, 0.12);
  border-radius: 8px;
  pointer-events: none;
}

.saas-blueprint-board::after {
  inset: 108px;
  border-color: rgba(0, 195, 226, 0.13);
  transform: rotate(8deg);
}

.saas-blueprint-core {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(102, 242, 184, 0.44);
  border-radius: 8px;
  padding: 24px;
  background:
    radial-gradient(circle at 78% 18%, rgba(102, 242, 184, 0.18), transparent 32%),
    rgba(2, 13, 17, 0.92);
  box-shadow:
    0 0 56px rgba(102, 242, 184, 0.13),
    0 24px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.saas-blueprint-core::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: -1;
  border: 1px solid rgba(102, 242, 184, 0.12);
  border-radius: 10px;
}

.saas-blueprint-core span,
.saas-blueprint-layer small {
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.saas-blueprint-core strong {
  display: block;
  margin: 11px 0;
  color: var(--text);
  font-size: clamp(1.12rem, 2.2vw, 1.8rem);
  line-height: 1.08;
}

.saas-blueprint-core p {
  color: var(--muted-strong);
  line-height: 1.46;
}

.saas-blueprint-layer {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 158px;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(2, 10, 14, 0.82);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.saas-blueprint-layer::before {
  display: none;
}

.saas-blueprint-layer strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--text);
  font-size: 1.02rem;
}

.saas-blueprint-layer span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.38;
}

.saas-blueprint-layer:hover {
  transform: translateY(-5px);
  border-color: rgba(102, 242, 184, 0.42);
  background:
    radial-gradient(circle at 78% 12%, rgba(102, 242, 184, 0.12), transparent 32%),
    rgba(6, 22, 28, 0.88);
  box-shadow:
    0 26px 68px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(0, 195, 226, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.layer-portal {
  grid-column: 1;
  grid-row: 1;
}

.layer-portal::before {
  right: -58px;
  bottom: -36px;
  transform: rotate(36deg);
}

.layer-backoffice {
  grid-column: 3;
  grid-row: 1;
}

.layer-backoffice::before {
  bottom: -34px;
  left: -58px;
  transform: rotate(144deg);
}

.layer-automation {
  grid-column: 1;
  grid-row: 2;
}

.layer-automation::before {
  top: 50%;
  right: -66px;
}

.layer-bi {
  grid-column: 3;
  grid-row: 2;
}

.layer-bi::before {
  top: 50%;
  left: -66px;
  transform: rotate(180deg);
}

.layer-api {
  grid-column: 1;
  grid-row: 3;
}

.layer-api::before {
  top: -34px;
  right: -52px;
  transform: rotate(-38deg);
}

.layer-governance {
  grid-column: 3;
  grid-row: 3;
}

.layer-governance::before {
  top: -34px;
  left: -52px;
  transform: rotate(218deg);
}

.saas-blueprint-roadmap {
  position: relative;
  grid-column: 1 / -1;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 8px;
  background: rgba(1, 10, 14, 0.78);
  overflow: hidden;
}

.saas-blueprint-roadmap span {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(102, 242, 184, 0.14);
  padding: 0 10px;
  color: var(--muted-strong);
  font-size: 0.76rem;
  font-weight: 900;
  text-align: center;
}

.saas-blueprint-roadmap span:last-child {
  border-right: 0;
  color: var(--secondary);
}

.saas-layer-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.12fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}

.saas-layer-copy h2 {
  margin: 16px 0 18px;
  max-width: 760px;
  font-size: clamp(2rem, 4.4vw, 4.55rem);
  line-height: 1.02;
  text-wrap: balance;
}

.saas-layer-copy p {
  max-width: 520px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.62;
}

.saas-layer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.saas-layer-tags span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 999px;
  padding: 0 13px;
  color: var(--secondary);
  background: rgba(2, 18, 20, 0.66);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.saas-exploded-view {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 24%, rgba(0, 195, 226, 0.18), transparent 26%),
    radial-gradient(circle at 48% 74%, rgba(102, 242, 184, 0.15), transparent 32%),
    linear-gradient(145deg, rgba(5, 19, 25, 0.78), rgba(2, 8, 12, 0.74));
  box-shadow:
    0 28px 86px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  perspective: 900px;
}

.saas-exploded-view::before,
.saas-exploded-view::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.saas-exploded-view::before {
  inset: 40px;
  border: 1px solid rgba(0, 195, 226, 0.1);
  border-radius: 8px;
  transform: rotate(-4deg);
}

.saas-exploded-view::after {
  inset: auto 13% 88px 13%;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(102, 242, 184, 0.2), transparent 68%);
  filter: blur(2px);
}

.saas-layer-stack {
  position: absolute;
  inset: 52px clamp(22px, 5vw, 72px) 120px;
  z-index: 2;
  transform: rotateX(58deg) rotateZ(-12deg);
  transform-style: preserve-3d;
}

.saas-layer-card {
  position: absolute;
  left: 50%;
  width: min(420px, 82%);
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 8px;
  padding: 14px 18px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(2, 12, 16, 0.82);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.32),
    0 0 36px rgba(0, 195, 226, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translateX(-50%);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.saas-layer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent 0 28%, rgba(102, 242, 184, 0.1), transparent 62%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.saas-layer-card .module-icon {
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 16px;
}

.saas-layer-card strong {
  position: relative;
  z-index: 1;
  color: var(--text);
  font-size: 1rem;
}

.saas-layer-card small {
  position: relative;
  z-index: 1;
  justify-self: end;
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.saas-layer-card:hover {
  border-color: rgba(102, 242, 184, 0.5);
  background:
    radial-gradient(circle at 78% 16%, rgba(102, 242, 184, 0.12), transparent 30%),
    rgba(5, 24, 30, 0.92);
  box-shadow:
    0 32px 76px rgba(0, 0, 0, 0.4),
    0 0 48px rgba(102, 242, 184, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.saas-layer-card:hover::before {
  opacity: 1;
}

.layer-card-portal {
  top: 0;
  transform: translateX(-50%) translateZ(130px);
}

.layer-card-backoffice {
  top: 68px;
  transform: translateX(-50%) translateZ(96px);
}

.layer-card-rules {
  top: 136px;
  transform: translateX(-50%) translateZ(62px);
}

.layer-card-data {
  top: 204px;
  transform: translateX(-50%) translateZ(28px);
}

.layer-card-api {
  top: 272px;
  transform: translateX(-50%) translateZ(-6px);
}

.layer-card-bi {
  top: 340px;
  transform: translateX(-50%) translateZ(-40px);
}

.saas-layer-card:hover.layer-card-portal {
  transform: translateX(-50%) translateZ(148px);
}

.saas-layer-card:hover.layer-card-backoffice {
  transform: translateX(-50%) translateZ(114px);
}

.saas-layer-card:hover.layer-card-rules {
  transform: translateX(-50%) translateZ(80px);
}

.saas-layer-card:hover.layer-card-data {
  transform: translateX(-50%) translateZ(46px);
}

.saas-layer-card:hover.layer-card-api {
  transform: translateX(-50%) translateZ(12px);
}

.saas-layer-card:hover.layer-card-bi {
  transform: translateX(-50%) translateZ(-22px);
}

.saas-layer-core-pill {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  min-width: 188px;
  border: 1px solid rgba(102, 242, 184, 0.38);
  border-radius: 999px;
  padding: 12px 18px;
  text-align: center;
  background: rgba(1, 12, 16, 0.88);
  box-shadow:
    0 0 44px rgba(102, 242, 184, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translate(-50%, -50%);
}

.saas-layer-core-pill strong,
.saas-layer-core-pill span {
  display: block;
}

.saas-layer-core-pill strong {
  color: var(--secondary);
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.saas-layer-core-pill span {
  margin-top: 4px;
  color: var(--muted-strong);
  font-size: 0.78rem;
}

.saas-layer-baseline {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(102, 242, 184, 0.16);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(1, 10, 14, 0.72);
}

.saas-layer-baseline span {
  color: var(--muted-strong);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saas-layer-baseline span:last-child {
  color: var(--secondary);
}

.saas-cockpit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(24px, 4.8vw, 72px);
  align-items: center;
}

.saas-cockpit-copy h2 {
  margin: 16px 0 18px;
  max-width: 650px;
  font-size: clamp(2rem, 3.6vw, 3.65rem);
  line-height: 1.04;
  text-wrap: balance;
}

.saas-cockpit-copy p {
  max-width: 590px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  line-height: 1.66;
}

.saas-cockpit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.saas-cockpit-tags span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--secondary);
  background: rgba(2, 18, 20, 0.66);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.saas-cockpit-board {
  position: relative;
  min-height: 660px;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 48%, rgba(102, 242, 184, 0.18), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(0, 195, 226, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(4, 18, 24, 0.8), rgba(1, 7, 11, 0.76));
  box-shadow:
    0 32px 92px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.saas-cockpit-board::before,
.saas-cockpit-board::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.saas-cockpit-board::before {
  inset: 34px;
  background:
    linear-gradient(90deg, rgba(102, 242, 184, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 195, 226, 0.06) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 78%);
}

.saas-cockpit-board::after {
  inset: 84px 72px;
  border: 1px solid rgba(102, 242, 184, 0.12);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.cockpit-header {
  position: absolute;
  top: 28px;
  right: 28px;
  left: 28px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(1, 10, 14, 0.72);
}

.cockpit-header span,
.cockpit-header strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cockpit-header strong {
  color: var(--secondary);
}

.cockpit-header i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow: 0 0 18px rgba(102, 242, 184, 0.9);
}

.cockpit-screen {
  position: absolute;
  top: 132px;
  left: 50%;
  z-index: 5;
  width: min(610px, 76%);
  min-height: 392px;
  border: 1px solid rgba(102, 242, 184, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(3, 14, 19, 0.9);
  box-shadow:
    0 36px 88px rgba(0, 0, 0, 0.46),
    0 0 70px rgba(0, 195, 226, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateX(-50%) perspective(980px) rotateX(4deg) rotateY(-7deg);
}

.cockpit-window-bar {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid rgba(102, 242, 184, 0.14);
  padding: 14px 16px;
}

.cockpit-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 18px rgba(0, 195, 226, 0.6);
}

.cockpit-window-bar span:nth-child(2) {
  background: var(--secondary);
  box-shadow: 0 0 18px rgba(102, 242, 184, 0.54);
}

.cockpit-window-bar span:nth-child(3) {
  background: rgba(255, 255, 255, 0.36);
  box-shadow: none;
}

.cockpit-screen-grid {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 338px;
}

.cockpit-rail {
  display: grid;
  gap: 12px;
  align-content: start;
  border-right: 1px solid rgba(102, 242, 184, 0.14);
  padding: 18px 14px;
}

.cockpit-rail span {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  background: rgba(102, 242, 184, 0.08);
}

.cockpit-main {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.cockpit-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.cockpit-kpi-row article,
.cockpit-kanban article {
  border: 1px solid rgba(102, 242, 184, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.cockpit-kpi-row article {
  padding: 12px;
}

.cockpit-kpi-row small,
.cockpit-kanban small {
  display: block;
  color: var(--primary);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cockpit-kpi-row strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.cockpit-flow-line {
  position: relative;
  height: 2px;
  margin: 4px 4px 0;
  background: linear-gradient(90deg, rgba(0, 195, 226, 0.12), rgba(102, 242, 184, 0.56), rgba(0, 195, 226, 0.12));
}

.cockpit-flow-line span {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow: 0 0 18px rgba(102, 242, 184, 0.78);
  transform: translate(-50%, -50%);
  animation: cockpitSignal 3.8s ease-in-out infinite;
}

.cockpit-flow-line span:nth-child(1) { left: 8%; }
.cockpit-flow-line span:nth-child(2) { left: 38%; animation-delay: 0.45s; }
.cockpit-flow-line span:nth-child(3) { left: 68%; animation-delay: 0.9s; }
.cockpit-flow-line span:nth-child(4) { left: 92%; animation-delay: 1.35s; }

.cockpit-kanban {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.cockpit-kanban article {
  position: relative;
  min-height: 106px;
  padding: 14px;
}

.cockpit-kanban span {
  display: block;
  width: 36px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  box-shadow: 0 0 16px rgba(0, 195, 226, 0.34);
}

.cockpit-kanban strong {
  display: block;
  margin: 18px 0 7px;
  color: var(--text);
  font-size: 0.94rem;
}

.cockpit-chart {
  display: flex;
  align-items: end;
  gap: 9px;
  height: 74px;
  border: 1px solid rgba(102, 242, 184, 0.12);
  border-radius: 8px;
  padding: 12px;
  background: rgba(0, 195, 226, 0.035);
}

.cockpit-chart span {
  flex: 1;
  height: var(--bar);
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, var(--secondary), rgba(0, 195, 226, 0.42));
  opacity: 0.86;
  animation: cockpitBar 4.2s ease-in-out infinite;
}

.cockpit-chart span:nth-child(2) { animation-delay: 0.25s; }
.cockpit-chart span:nth-child(3) { animation-delay: 0.5s; }
.cockpit-chart span:nth-child(4) { animation-delay: 0.75s; }
.cockpit-chart span:nth-child(5) { animation-delay: 1s; }

.cockpit-module {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(102, 242, 184, 0.26);
  border-radius: 999px;
  padding: 9px 14px 9px 9px;
  background: rgba(2, 14, 18, 0.82);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(102, 242, 184, 0.09);
}

.cockpit-module .module-icon {
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 12px;
}

.cockpit-module strong {
  color: var(--text);
  font-size: 0.8rem;
}

.cockpit-module-a {
  top: 132px;
  left: 40px;
}

.cockpit-module-b {
  top: 128px;
  right: 44px;
}

.cockpit-module-c {
  right: 58px;
  bottom: 96px;
}

.cockpit-module-d {
  bottom: 100px;
  left: 54px;
}

.cockpit-pulse {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow:
    0 0 18px rgba(102, 242, 184, 0.84),
    0 0 46px rgba(0, 195, 226, 0.34);
  animation: cockpitFloat 5.2s ease-in-out infinite;
}

.cockpit-pulse-a {
  top: 172px;
  left: 24%;
}

.cockpit-pulse-b {
  top: 50%;
  right: 17%;
  animation-delay: 1.1s;
}

.cockpit-pulse-c {
  bottom: 128px;
  left: 42%;
  animation-delay: 2.2s;
}

@keyframes cockpitSignal {
  0%,
  100% {
    opacity: 0.35;
    transform: translate(-50%, -50%) scale(0.72);
  }

  42% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.24);
  }
}

@keyframes cockpitBar {
  0%,
  100% {
    transform: scaleY(0.82);
    transform-origin: bottom;
  }

  50% {
    transform: scaleY(1.08);
    transform-origin: bottom;
  }
}

@keyframes cockpitFloat {
  0%,
  100% {
    opacity: 0.35;
    transform: translate3d(0, 0, 0) scale(0.86);
  }

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


.saas-execution-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.08fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
}

.saas-execution-copy h2 {
  margin: 16px 0 18px;
  max-width: 720px;
  font-size: clamp(2rem, 4.2vw, 4.4rem);
  line-height: 1.02;
  text-wrap: balance;
}

.saas-execution-copy p {
  max-width: 620px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.66;
}

.saas-execution-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.saas-execution-metrics span {
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 8px;
  padding: 14px;
  color: var(--muted);
  background: rgba(2, 12, 16, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
}

.saas-execution-metrics strong {
  color: var(--secondary);
  font-size: 1.8rem;
  line-height: 1;
}

.saas-execution-board {
  position: relative;
  min-height: 590px;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  padding: 22px;
  background:
    radial-gradient(circle at 24% 20%, rgba(0, 195, 226, 0.16), transparent 30%),
    radial-gradient(circle at 82% 76%, rgba(102, 242, 184, 0.12), transparent 36%),
    rgba(2, 9, 13, 0.72);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.saas-execution-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 46%, rgba(0, 195, 226, 0.12), transparent 74%),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  opacity: 0.58;
  pointer-events: none;
}

.saas-execution-window {
  position: relative;
  z-index: 1;
  min-height: 410px;
  overflow: hidden;
}

.saas-execution-header {
  border-width: 0 0 1px;
  border-radius: 0;
}

.saas-execution-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 0.36fr);
  gap: 14px;
  padding: 18px;
}

.saas-execution-panel {
  grid-row: span 2;
  min-height: 250px;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(140deg, rgba(0, 195, 226, 0.11), transparent 44%),
    rgba(255, 255, 255, 0.035);
}

.saas-execution-panel strong {
  display: block;
  margin: 11px 0;
  max-width: 360px;
  color: var(--text);
  font-size: clamp(1.18rem, 2.2vw, 1.75rem);
  line-height: 1.12;
}

.saas-execution-panel p {
  max-width: 410px;
  color: var(--muted-strong);
  line-height: 1.5;
}

.saas-execution-panel-scroll {
  position: relative;
  height: 146px;
  margin-top: 16px;
  border: 1px solid rgba(102, 242, 184, 0.16);
  border-radius: 8px;
  padding: 9px;
  background:
    linear-gradient(135deg, rgba(102, 242, 184, 0.07), transparent 44%),
    rgba(1, 10, 14, 0.72);
  overflow: hidden;
}

.saas-execution-panel-track {
  display: grid;
  gap: 8px;
  animation: saasPanelScroll 27s linear infinite;
  will-change: transform;
}

.saas-execution-panel-track span {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(102, 242, 184, 0.12);
  border-radius: 7px;
  padding: 0 10px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.034);
  font-size: 0.76rem;
  line-height: 1.25;
}

.saas-execution-panel-track b {
  color: var(--primary);
  white-space: nowrap;
}

.saas-execution-panel button {
  min-height: 42px;
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  padding: 0 17px;
  color: #001013;
  background: var(--primary);
  font-weight: 900;
}

.saas-execution-timeline {
  display: grid;
  gap: 8px;
}

.saas-execution-timeline span {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.82rem;
  font-weight: 850;
}

.saas-execution-timeline b {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow: 0 0 18px rgba(102, 242, 184, 0.54);
  animation: saasDotBreath 3.2s ease-in-out infinite;
}

.saas-execution-timeline span:nth-child(2) b {
  animation-delay: 0.45s;
}

.saas-execution-timeline span:nth-child(3) b {
  animation-delay: 0.9s;
}

.saas-execution-timeline span:nth-child(4) b {
  animation-delay: 1.35s;
}

.saas-execution-timeline span:nth-child(5) b {
  animation-delay: 1.8s;
}

.saas-execution-report {
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.saas-execution-report div {
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.saas-execution-report span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  animation: saasReportFill 4.8s ease-in-out infinite;
  transform-origin: left;
}

.saas-execution-loop {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  overflow: hidden;
  padding: 12px;
}

.saas-execution-loop-track {
  display: flex;
  width: max-content;
  gap: 8px;
  animation: saasLoopSlide 28s linear infinite;
  will-change: transform;
}

.saas-execution-loop-track article {
  width: 150px;
  min-height: 76px;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  padding: 12px;
  background:
    radial-gradient(circle at 80% 16%, rgba(102, 242, 184, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.038);
}

.saas-execution-loop-track strong {
  display: block;
  color: var(--secondary);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.saas-execution-loop-track span {
  display: block;
  margin-top: 9px;
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 850;
}

@keyframes saasEnergySweep {
  0% {
    transform: translateX(-56%);
  }

  100% {
    transform: translateX(56%);
  }
}

@keyframes saasRailProgress {
  0% {
    width: 0%;
  }

  100% {
    width: calc(100% - 24px);
  }
}

@keyframes saasNodePulse {
  0%,
  26%,
  100% {
    background: rgba(2, 12, 16, 0.92);
    box-shadow: 0 0 20px rgba(0, 195, 226, 0.14);
    transform: scale(1);
  }

  10% {
    background: var(--secondary);
    box-shadow: 0 0 28px rgba(102, 242, 184, 0.78);
    transform: scale(1.22);
  }
}

@keyframes saasTicketScroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(calc(-50% - 4px));
  }
}

@keyframes saasStageProgress {
  0%,
  100% {
    width: 24%;
    opacity: 0.62;
  }

  55% {
    width: calc(100% - 24px);
    opacity: 1;
  }
}

@keyframes saasPanelScroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(calc(-50% - 4px));
  }
}

@keyframes saasDotBreath {
  0%,
  100% {
    transform: scale(0.78);
    opacity: 0.58;
  }

  50% {
    transform: scale(1.22);
    opacity: 1;
  }
}

@keyframes saasReportFill {
  0%,
  100% {
    transform: scaleX(0.38);
  }

  55% {
    transform: scaleX(1);
  }
}

@keyframes saasLoopSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 4px));
  }
}

.phone-mock {
  inset: 28px 76px 86px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
}

.chat-bubble {
  width: 78%;
  margin: 0 18px;
  border-radius: 18px;
  padding: 12px 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.075);
  line-height: 1.42;
}

.chat-bubble.user {
  align-self: flex-end;
  background: rgba(102, 242, 184, 0.18);
}

.chat-actions,
.journey-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 18px;
}

.chat-actions span,
.journey-tags span {
  border: 1px solid rgba(102, 242, 184, 0.28);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--secondary);
  background: rgba(2, 18, 20, 0.78);
  font-size: 0.82rem;
  font-weight: 850;
}

.journey-tags {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  justify-content: flex-end;
}

.service-visual-panel.service-visual-whatsapp {
  min-height: 620px;
  background:
    radial-gradient(circle at 20% 14%, rgba(37, 211, 102, 0.24), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(0, 195, 226, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(4, 20, 17, 0.94), rgba(3, 8, 12, 0.94));
}

.whatsapp-api-hero {
  position: absolute;
  inset: 24px;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(240px, 1.1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
}

.wa-api-status {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: 999px;
  padding: 0 13px;
  color: #7dffb0;
  background: rgba(2, 14, 12, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 32px rgba(37, 211, 102, 0.12);
}

.wa-api-status span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 0 18px rgba(37, 211, 102, 0.75);
}

.wa-api-phone,
.wa-api-inbox article,
.wa-api-console,
.whatsapp-cover-main,
.whatsapp-cover-float {
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)),
    rgba(2, 10, 14, 0.78);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.wa-api-phone {
  position: relative;
  z-index: 2;
  grid-row: 1 / -1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 0%, rgba(37, 211, 102, 0.18), transparent 34%),
    rgba(2, 12, 11, 0.88);
}

.wa-api-phone::before {
  content: "";
  position: absolute;
  inset: 56px 0 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(37, 211, 102, 0.1), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 48%);
  pointer-events: none;
}

.wa-message-stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 18px 0;
}

.wa-api-phone .chat-bubble {
  width: calc(100% - 36px);
  margin-right: 18px;
  margin-left: 18px;
  background: rgba(255, 255, 255, 0.08);
  animation: waBubbleArrive 7.2s ease-in-out infinite;
}

.wa-api-phone .chat-bubble.user {
  width: 74%;
  background: rgba(37, 211, 102, 0.2);
}

.wa-api-phone .wa-msg-2 {
  animation-delay: 700ms;
}

.wa-api-phone .wa-msg-3 {
  animation-delay: 1.3s;
}

.wa-api-phone .wa-msg-4 {
  animation-delay: 1.9s;
}

.wa-api-inbox {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  align-content: end;
  padding-top: 50px;
}

.wa-api-inbox article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  padding: 14px;
  animation: waInboxPulse 5.6s ease-in-out infinite;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.wa-api-inbox article:nth-child(2) {
  animation-delay: 800ms;
}

.wa-api-inbox article:nth-child(3) {
  animation-delay: 1.45s;
}

.wa-api-inbox article:hover {
  transform: translateX(5px);
  border-color: rgba(37, 211, 102, 0.44);
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(37, 211, 102, 0.12);
}

.wa-api-inbox article > span {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.68);
}

.wa-api-inbox strong {
  color: var(--text);
}

.wa-api-inbox p {
  grid-column: 2;
  margin-top: 5px;
  color: var(--muted-strong);
  font-size: 0.86rem;
  line-height: 1.38;
}

.wa-api-console {
  position: relative;
  z-index: 2;
  grid-column: 2;
  display: grid;
  gap: 8px;
  padding: 16px;
  color: rgba(184, 205, 214, 0.86);
  background:
    linear-gradient(145deg, rgba(37, 211, 102, 0.09), rgba(0, 195, 226, 0.045)),
    rgba(2, 9, 12, 0.86);
  font-family: Consolas, "Roboto Mono", monospace;
  font-size: 0.78rem;
  overflow: hidden;
}

.wa-api-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(37, 211, 102, 0.11), transparent);
  opacity: 0.55;
  pointer-events: none;
}

.wa-api-console div {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

.wa-api-console span {
  color: #7dffb0;
  font-weight: 900;
}

.whatsapp-cover-section {
  grid-template-columns: minmax(280px, 0.55fr) minmax(620px, 1.45fr);
}

.whatsapp-cover-board {
  position: relative;
  z-index: 1;
  min-height: 640px;
  perspective: 1000px;
}

.whatsapp-cover-main,
.whatsapp-cover-float {
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.whatsapp-cover-main {
  inset: 20px 34px 42px 0;
  transform: rotateY(-6deg) rotateX(2deg);
  transform-origin: center;
}

.whatsapp-cover-main::after,
.whatsapp-cover-float::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(1, 8, 12, 0.76), transparent 46%),
    linear-gradient(120deg, rgba(0, 195, 226, 0.18), transparent 32%);
  pointer-events: none;
}

.whatsapp-cover-main img,
.whatsapp-cover-float img {
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(1.08) contrast(1.04);
}

.whatsapp-cover-main img {
  object-fit: contain;
  background:
    radial-gradient(circle at 22% 18%, rgba(37, 211, 102, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(213, 246, 229, 0.98), rgba(239, 252, 246, 0.94));
}

.whatsapp-cover-float img {
  object-fit: cover;
}

.whatsapp-cover-main figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
}

.whatsapp-cover-main figcaption span {
  display: inline-flex;
  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: 999px;
  padding: 7px 10px;
  color: #7dffb0;
  background: rgba(2, 15, 12, 0.76);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.whatsapp-cover-main figcaption strong {
  display: block;
  max-width: 560px;
  margin-top: 12px;
  color: var(--text);
  font-size: clamp(1.45rem, 2.4vw, 2.45rem);
  line-height: 1.05;
}

.whatsapp-cover-grid .whatsapp-cover-main figcaption {
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  justify-items: start;
  gap: 8px;
}

.whatsapp-cover-grid .whatsapp-cover-main figcaption strong {
  max-width: 430px;
  margin-top: 0;
  border: 1px solid rgba(37, 211, 102, 0.24);
  border-radius: 8px;
  padding: 9px 11px;
  color: rgba(244, 250, 252, 0.92);
  background: rgba(2, 12, 14, 0.74);
  font-size: clamp(0.84rem, 1.05vw, 1.02rem);
  line-height: 1.25;
  backdrop-filter: blur(10px);
}

.whatsapp-cover-float {
  width: 36%;
  min-width: 190px;
  height: 180px;
  z-index: 2;
  border-color: rgba(0, 195, 226, 0.3);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(0, 195, 226, 0.14);
}

.cover-float-one {
  top: 12px;
  right: 14px;
  transform: rotate(2deg);
}

.cover-float-two {
  right: 54px;
  bottom: 14px;
  transform: rotate(-3deg);
}

.whatsapp-cover-badge {
  position: absolute;
  top: 42px;
  left: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: 999px;
  padding: 10px 12px;
  color: #7dffb0;
  background: rgba(1, 10, 12, 0.82);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.whatsapp-cover-badge span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 0 18px rgba(37, 211, 102, 0.72);
}

.whatsapp-cover-points {
  display: grid;
  gap: 10px;
  max-width: 460px;
  margin-top: 24px;
}

.whatsapp-cover-points span {
  min-height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  padding: 0 14px;
  color: rgba(244, 250, 252, 0.92);
  background:
    linear-gradient(90deg, rgba(37, 211, 102, 0.12), transparent 70%),
    rgba(2, 11, 15, 0.58);
  font-size: 0.88rem;
  font-weight: 850;
}

.whatsapp-cover-grid {
  position: absolute;
  inset: 24px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(330px, 1fr) minmax(150px, 0.42fr);
  gap: 14px;
}

.whatsapp-cover-grid .whatsapp-cover-main,
.whatsapp-cover-tile,
.whatsapp-cover-kpis {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(2, 10, 14, 0.78);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    filter 240ms ease;
}

.whatsapp-cover-grid .whatsapp-cover-main {
  inset: auto;
  grid-column: 1 / -1;
  grid-row: 1;
  transform: none;
}

.cover-tile-one {
  grid-column: 1 / 6;
  grid-row: 2;
}

.cover-tile-two {
  grid-column: 6 / 10;
  grid-row: 2;
}

.whatsapp-cover-grid .whatsapp-cover-main:hover,
.whatsapp-cover-tile:hover,
.whatsapp-cover-kpis:hover {
  transform: translateY(-5px);
  border-color: rgba(102, 242, 184, 0.46);
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(37, 211, 102, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.whatsapp-cover-grid .whatsapp-cover-main img,
.whatsapp-cover-tile img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 420ms ease, filter 240ms ease;
}

.whatsapp-cover-grid .whatsapp-cover-main:hover img,
.whatsapp-cover-tile:hover img {
  transform: scale(1.035);
  filter: saturate(1.12) contrast(1.05);
}

.whatsapp-cover-tile img {
  object-fit: cover;
}

.whatsapp-cover-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(1, 8, 12, 0.76), transparent 52%),
    radial-gradient(circle at 80% 20%, rgba(102, 242, 184, 0.18), transparent 34%);
  pointer-events: none;
}

.whatsapp-cover-tile figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(102, 242, 184, 0.28);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--secondary);
  background: rgba(1, 12, 16, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.whatsapp-cover-kpis {
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 10 / -1;
  grid-row: 2;
  gap: 1px;
  padding: 14px;
  background:
    radial-gradient(circle at 82% 10%, rgba(102, 242, 184, 0.14), transparent 30%),
    rgba(2, 10, 14, 0.82);
}

.whatsapp-cover-kpis span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(102, 242, 184, 0.13);
  padding: 0 10px;
  color: rgba(184, 205, 214, 0.76);
  font-size: 0.72rem;
  line-height: 1.25;
}

.whatsapp-cover-kpis span:last-child {
  border-bottom: 0;
}

.whatsapp-cover-kpis strong {
  color: var(--text);
  font-size: clamp(1.18rem, 2vw, 1.78rem);
  line-height: 1;
}

.journey-intent-board {
  position: relative;
  min-height: 300px;
  margin-top: 30px;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 16%, rgba(37, 211, 102, 0.16), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(2, 10, 14, 0.74);
  background-size: auto, 38px 38px, 38px 38px, auto, auto;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.journey-canvas {
  position: absolute;
  inset: 18px 18px 92px;
  z-index: 1;
}

.journey-line {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 195, 226, 0), rgba(102, 242, 184, 0.68), rgba(0, 195, 226, 0));
  box-shadow: 0 0 22px rgba(102, 242, 184, 0.24);
  transform-origin: left center;
}

.journey-line-a {
  top: 44%;
  left: 22%;
  width: 34%;
  transform: rotate(8deg);
}

.journey-line-b {
  top: 42%;
  left: 54%;
  width: 28%;
  transform: rotate(-10deg);
}

.journey-line-c {
  top: 72%;
  left: 36%;
  width: 42%;
  transform: rotate(5deg);
}

.journey-node {
  position: absolute;
  min-width: 132px;
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(1, 12, 16, 0.78);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.journey-node small {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-node strong {
  display: block;
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1.2;
}

.journey-node-trigger {
  top: 10px;
  left: 0;
}

.journey-node-message {
  top: 34%;
  left: 34%;
  border-color: rgba(37, 211, 102, 0.38);
}

.journey-node-action {
  top: 12px;
  right: 0;
}

.journey-node-team {
  right: 7%;
  bottom: 0;
}

.journey-intent-board:hover .journey-node {
  border-color: rgba(102, 242, 184, 0.42);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.34),
    0 0 30px rgba(37, 211, 102, 0.1);
}

.journey-intent-board:hover .journey-node-message {
  transform: translateY(-5px);
}

.journey-intent-board::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(0deg, rgba(1, 8, 12, 0.72), transparent 54%),
    radial-gradient(circle at 50% 44%, rgba(102, 242, 184, 0.08), transparent 36%);
  pointer-events: none;
}

.journey-intent-stack,
.journey-intent-meter {
  position: absolute;
  z-index: 1;
}

.journey-intent-stack {
  top: 18px;
  left: 18px;
  display: grid;
  gap: 8px;
}

.journey-intent-stack span {
  width: fit-content;
  border: 1px solid rgba(102, 242, 184, 0.25);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--secondary);
  background: rgba(1, 12, 16, 0.7);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease;
}

.journey-intent-board:hover .journey-intent-stack span {
  border-color: rgba(102, 242, 184, 0.46);
  transform: translateX(4px);
}

.journey-intent-meter {
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  padding: 14px;
  color: var(--text);
  background: rgba(1, 12, 16, 0.72);
  backdrop-filter: blur(14px);
}

.journey-intent-meter strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.88rem;
}

.journey-intent-meter span {
  position: relative;
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.journey-intent-meter span::before {
  content: "";
  position: absolute;
  inset: 0 24% 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  box-shadow: 0 0 26px rgba(102, 242, 184, 0.24);
}

@keyframes waBubbleArrive {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(0);
  }

  15%,
  72% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes waInboxPulse {
  0%,
  100% {
    border-color: rgba(102, 242, 184, 0.18);
  }

  46% {
    border-color: rgba(37, 211, 102, 0.46);
  }
}

.service-visual-panel.service-visual-whatsapp {
  min-height: 650px;
}

.whatsapp-chat-hero {
  inset: 24px;
  display: block;
}

.whatsapp-chat-hero .wa-api-status {
  top: 18px;
  right: 18px;
}

.wa-phone-solo {
  height: 100%;
  min-height: 600px;
  border-color: rgba(37, 211, 102, 0.28);
  background:
    radial-gradient(circle at 24% 0%, rgba(37, 211, 102, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(4, 20, 17, 0.96), rgba(2, 9, 12, 0.94));
}

.wa-phone-solo::before {
  inset: 72px 0 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(37, 211, 102, 0.1), transparent 30%),
    radial-gradient(circle at 86% 80%, rgba(0, 195, 226, 0.12), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
}

.wa-phone-header {
  position: relative;
  z-index: 2;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(102, 242, 184, 0.18);
  padding: 0 20px;
  color: var(--text);
  background: rgba(1, 15, 12, 0.82);
}

.wa-phone-avatar {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 211, 102, 0.46);
  border-radius: 50%;
  color: #001013;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.58), transparent 24%),
    linear-gradient(135deg, #25d366, var(--secondary));
  font-weight: 950;
  box-shadow: 0 0 26px rgba(37, 211, 102, 0.22);
}

.wa-phone-header strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 1rem;
}

.wa-phone-header small {
  display: block;
  margin-top: 3px;
  color: rgba(184, 205, 214, 0.74);
  font-size: 0.78rem;
}

.wa-verified {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #001013;
  background: #25d366;
  font-size: 0.75rem;
  font-weight: 950;
  box-shadow: 0 0 18px rgba(37, 211, 102, 0.55);
}

.wa-chat-screen {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding: 14px 0;
}

.wa-chat-screen::before,
.wa-chat-screen::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 76px;
  pointer-events: none;
}

.wa-chat-screen::before {
  top: 0;
  background: linear-gradient(180deg, rgba(2, 12, 11, 0.98), transparent);
}

.wa-chat-screen::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(2, 12, 11, 0.98), transparent);
}

.wa-chat-thread {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 0 16px 20px;
  will-change: transform;
}

.wa-chat-screen.is-playing .wa-chat-thread {
  animation: waThreadScroll var(--wa-scroll-duration, 42s) linear infinite alternate;
}

.wa-phone-solo .chat-bubble {
  position: relative;
  width: fit-content;
  max-width: 78%;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px 16px 16px 4px;
  padding: 11px 12px 18px;
  color: rgba(244, 250, 252, 0.95);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  line-height: 1.36;
  animation: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.wa-phone-solo .chat-bubble.user {
  align-self: flex-end;
  border-radius: 16px 16px 4px 16px;
  background: rgba(37, 211, 102, 0.2);
}

.wa-interactive-message {
  width: min(86%, 360px);
}

.wa-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(37, 211, 102, 0.18);
}

.wa-quick-replies span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(37, 211, 102, 0.36);
  border-radius: 999px;
  padding: 0 10px;
  color: #72ffc0;
  background: rgba(37, 211, 102, 0.08);
  font-size: 0.72rem;
  font-weight: 850;
  white-space: nowrap;
}

.wa-quick-replies-grid span {
  flex: 1 1 calc(50% - 7px);
  justify-content: center;
}

.wa-phone-solo .wa-media-card,
.wa-phone-solo .wa-video-card,
.wa-phone-solo .wa-appointment-card,
.wa-phone-solo .wa-location-card {
  width: min(84%, 340px);
  max-width: 84%;
  padding: 8px 8px 22px;
  overflow: hidden;
}

.wa-media-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  filter: saturate(1.08) contrast(1.04);
}

.wa-media-card strong,
.wa-video-card strong {
  display: block;
  margin: 10px 4px 4px;
  font-size: 0.86rem;
}

.wa-media-card p,
.wa-video-card small {
  display: block;
  margin: 0 4px;
  color: rgba(184, 205, 214, 0.78);
  font-size: 0.72rem;
  line-height: 1.38;
}

.wa-phone-solo .wa-appointment-card {
  padding: 12px 12px 20px;
}

.wa-appointment-card > strong {
  display: block;
  margin-bottom: 10px;
  color: rgba(244, 250, 252, 0.96);
  font-size: 0.9rem;
}

.wa-appointment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(37, 211, 102, 0.14);
  padding: 8px 0;
}

.wa-appointment-row span {
  color: rgba(184, 205, 214, 0.72);
  font-size: 0.72rem;
}

.wa-appointment-row b {
  color: rgba(244, 250, 252, 0.94);
  font-size: 0.76rem;
  text-align: right;
}

.wa-phone-solo .wa-location-card {
  padding: 8px 8px 22px;
}

.wa-map-preview {
  position: relative;
  min-height: 116px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 62% 48%, rgba(37, 211, 102, 0.28), transparent 6%),
    linear-gradient(90deg, transparent 48%, rgba(114, 255, 192, 0.2) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(0, 195, 226, 0.2) 49% 51%, transparent 52%),
    linear-gradient(135deg, rgba(0, 195, 226, 0.16), rgba(37, 211, 102, 0.1)),
    rgba(3, 20, 18, 0.78);
  background-size: auto, 44px 44px, 44px 44px, auto, auto;
  overflow: hidden;
}

.wa-map-preview::before {
  content: "";
  position: absolute;
  inset: 18px 22px 20px;
  border: 2px solid rgba(114, 255, 192, 0.5);
  border-left-color: transparent;
  border-bottom-color: rgba(0, 195, 226, 0.5);
  border-radius: 42% 58% 48% 52%;
  transform: rotate(-8deg);
}

.wa-map-preview::after {
  content: "";
  position: absolute;
  left: 58%;
  top: 42%;
  width: 14px;
  height: 14px;
  border: 3px solid #001013;
  border-radius: 50% 50% 50% 0;
  background: #25d366;
  box-shadow: 0 0 22px rgba(37, 211, 102, 0.65);
  transform: rotate(-45deg);
}

.wa-map-preview span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(114, 255, 192, 0.3);
  border-radius: 999px;
  padding: 6px 9px;
  color: #72ffc0;
  background: rgba(1, 13, 17, 0.68);
  font-size: 0.68rem;
  font-weight: 850;
}

.wa-location-card strong {
  display: block;
  margin: 10px 4px 4px;
  font-size: 0.86rem;
}

.wa-location-card small {
  display: block;
  margin: 0 4px;
  color: rgba(184, 205, 214, 0.78);
  font-size: 0.72rem;
  line-height: 1.38;
}

.wa-phone-solo .wa-document-card,
.wa-phone-solo .wa-audio-card {
  width: min(82%, 330px);
  max-width: 82%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px 20px;
}

.wa-doc-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 10px;
  color: #001013;
  background: linear-gradient(135deg, var(--primary), #72ffc0);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.05em;
}

.wa-document-card strong {
  display: block;
  font-size: 0.84rem;
}

.wa-document-card small,
.wa-audio-card small {
  display: block;
  margin-top: 2px;
  color: rgba(184, 205, 214, 0.7);
  font-size: 0.68rem;
}

.wa-video-thumb {
  min-height: 120px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background:
    radial-gradient(circle at 28% 22%, rgba(114, 255, 192, 0.38), transparent 26%),
    linear-gradient(135deg, rgba(0, 195, 226, 0.32), rgba(37, 211, 102, 0.16)),
    url("./assets/service-previews/service-preview-whatsapp.png") center / cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.wa-video-thumb span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  border-radius: 50%;
  background: rgba(1, 13, 17, 0.72);
  box-shadow: 0 0 34px rgba(37, 211, 102, 0.38);
}

.wa-video-thumb span::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #72ffc0;
  transform: translateX(2px);
}

.wa-audio-play {
  width: 34px;
  height: 34px;
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #25d366;
}

.wa-audio-play::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #001013;
  transform: translateX(1px);
}

.wa-audio-wave {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 120px;
}

.wa-audio-wave i {
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: rgba(114, 255, 192, 0.45);
}

.wa-audio-wave i:nth-child(2n) {
  height: 9px;
}

.wa-audio-wave i:nth-child(3n) {
  height: 15px;
}

.message-time {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: rgba(184, 205, 214, 0.58);
  font-size: 0.62rem;
  font-weight: 700;
}

.wa-chat-input {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(102, 242, 184, 0.16);
  padding: 13px 16px 16px;
  background: rgba(1, 12, 12, 0.86);
}

.wa-chat-input span {
  flex: 1;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0 15px;
  color: rgba(184, 205, 214, 0.64);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.86rem;
}

.wa-chat-input strong {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  color: #001013;
  background: #25d366;
  font-size: 0.82rem;
  box-shadow: 0 0 26px rgba(37, 211, 102, 0.22);
}

.whatsapp-api-stream-section {
  position: relative;
  margin-top: clamp(-22px, -1vw, 0px);
}

.wa-api-stream-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 14px;
  align-items: stretch;
}

.wa-api-inbox-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 0;
}

.wa-example-label {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 8px;
  padding: 16px 18px;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.12), rgba(0, 195, 226, 0.06)),
    rgba(2, 12, 14, 0.7);
}

.wa-example-label span {
  width: fit-content;
  color: #72ffc0;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wa-example-label strong {
  max-width: 760px;
  color: var(--text);
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  line-height: 1.28;
}

.wa-api-inbox-section article {
  min-height: 210px;
  align-content: start;
  padding: 22px;
}

.wa-api-inbox-section article > span {
  width: 14px;
  height: 14px;
}

.wa-api-inbox-section strong {
  font-size: 1.08rem;
}

.wa-api-inbox-section p {
  grid-column: 1 / -1;
  margin-top: 16px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.wa-api-console-section {
  grid-column: auto;
  align-content: center;
  min-height: 210px;
  padding: 22px;
  font-size: 0.86rem;
}

.wa-citizen-visual {
  position: relative;
  display: grid;
  align-content: end;
  margin: 0;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 16%, rgba(37, 211, 102, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(2, 10, 14, 0.78);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.wa-citizen-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(1, 10, 12, 0.92), transparent 46%),
    radial-gradient(circle at 76% 20%, rgba(0, 195, 226, 0.12), transparent 30%);
  pointer-events: none;
}

.wa-citizen-visual img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.03) brightness(0.88);
  transform: scale(1.02);
}

.wa-citizen-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(37, 211, 102, 0.22);
  border-radius: 8px;
  padding: 14px;
  background: rgba(1, 13, 17, 0.72);
  backdrop-filter: blur(12px);
}

.wa-citizen-visual figcaption span {
  color: #72ffc0;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wa-citizen-visual figcaption strong {
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.34;
}

.wa-api-console-section div {
  min-height: 38px;
  align-items: center;
  border-bottom: 1px solid rgba(102, 242, 184, 0.12);
}

.wa-api-console-section div:last-child {
  border-bottom: 0;
}

@keyframes waThreadScroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(var(--wa-scroll-end, -620px));
  }
}

.wa-chat-screen:not(.is-playing) .wa-chat-thread {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .wa-chat-screen.is-playing .wa-chat-thread {
    animation: none;
  }
}

.whatsapp-command-center {
  position: absolute;
  inset: 24px;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(190px, 0.92fr) minmax(220px, 1.08fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
}

.wa-signal-strip {
  position: absolute;
  inset: 18% 34% 16% 28%;
  z-index: 0;
  pointer-events: none;
}

.wa-signal-strip span {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(102, 242, 184, 0.8), transparent);
  box-shadow: 0 0 22px rgba(102, 242, 184, 0.34);
  animation: waSignalDash 3.8s ease-in-out infinite;
}

.wa-signal-strip span:nth-child(1) {
  top: 18%;
  left: 0;
  width: 76%;
  transform: rotate(13deg);
}

.wa-signal-strip span:nth-child(2) {
  top: 48%;
  left: 6%;
  width: 92%;
  animation-delay: 620ms;
}

.wa-signal-strip span:nth-child(3) {
  right: 0;
  bottom: 20%;
  width: 70%;
  transform: rotate(-16deg);
  animation-delay: 1.1s;
}

.wa-phone-mock,
.wa-ops-panel article,
.wa-live-card,
.whatsapp-playbook-grid article {
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)),
    rgba(2, 10, 14, 0.78);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.wa-phone-mock {
  position: relative;
  z-index: 1;
  grid-row: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 18px;
  overflow: hidden;
  animation: waFloatCard 6s ease-in-out infinite;
}

.wa-phone-mock::before {
  content: "";
  position: absolute;
  inset: 56px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 195, 226, 0.28), transparent);
}

.wa-phone-mock .chat-bubble {
  width: calc(100% - 38px);
}

.wa-phone-mock .chat-bubble.user {
  width: 76%;
}

.wa-ops-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  min-height: 0;
}

.wa-ops-panel article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  min-height: 0;
  padding: 12px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.wa-ops-panel article:hover {
  transform: translateX(4px);
  border-color: rgba(102, 242, 184, 0.38);
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.32),
    0 0 32px rgba(102, 242, 184, 0.1);
}

.wa-panel-icon,
.checklist-mini-icon,
.playbook-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #001013;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.6), transparent 24%),
    linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow:
    0 0 26px rgba(0, 195, 226, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.wa-panel-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  grid-row: span 2;
}

.wa-panel-icon svg,
.checklist-mini-icon svg,
.playbook-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wa-ops-panel strong,
.wa-live-card strong,
.whatsapp-playbook-grid h3 {
  color: var(--text);
}

.wa-ops-panel p,
.wa-live-card p,
.whatsapp-playbook-grid p {
  color: var(--muted-strong);
  line-height: 1.45;
}

.wa-ops-panel p {
  margin-top: 4px;
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wa-live-card {
  position: relative;
  z-index: 1;
  grid-column: 2;
  padding: 15px;
  background:
    radial-gradient(circle at 88% 20%, rgba(102, 242, 184, 0.15), transparent 38%),
    linear-gradient(145deg, rgba(0, 195, 226, 0.12), rgba(2, 10, 14, 0.8));
}

.wa-live-card span {
  color: var(--secondary);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wa-live-card strong {
  display: block;
  margin: 10px 0 6px;
  font-size: clamp(1.35rem, 2vw, 1.88rem);
}

.wa-live-card p {
  font-size: 0.88rem;
}

.whatsapp-playbook-section {
  position: relative;
}

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

.whatsapp-playbook-grid article {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  text-align: center;
  overflow: hidden;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.whatsapp-playbook-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(102, 242, 184, 0.13), transparent 38%),
    linear-gradient(180deg, rgba(0, 195, 226, 0.08), transparent 52%);
  opacity: 0;
  transition: opacity 200ms ease;
}

.whatsapp-playbook-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(102, 242, 184, 0.44);
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.36),
    0 0 42px rgba(102, 242, 184, 0.1);
}

.whatsapp-playbook-grid article:hover::before {
  opacity: 1;
}

.playbook-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 999px;
  z-index: 1;
}

.whatsapp-playbook-grid h3,
.whatsapp-playbook-grid p,
.whatsapp-playbook-grid strong {
  position: relative;
  z-index: 1;
}

.whatsapp-playbook-grid h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.whatsapp-playbook-grid strong {
  margin-top: auto;
  color: var(--secondary);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-checklist-whatsapp div {
  min-height: 172px;
}

.checklist-mini-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  z-index: 2;
}

.service-checklist-whatsapp div:hover .checklist-mini-icon {
  transform: translateY(-2px);
  box-shadow:
    0 0 34px rgba(102, 242, 184, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

@keyframes waSignalDash {
  0%,
  100% {
    opacity: 0.18;
    transform: translateX(-10px) scaleX(0.72);
  }

  48% {
    opacity: 0.78;
    transform: translateX(10px) scaleX(1);
  }
}

@keyframes waFloatCard {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.service-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 clamp(58px, 8vw, 108px);
}

.service-metric-strip article {
  padding: 22px;
}

.service-metric-strip span {
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-metric-strip strong {
  display: block;
  margin: 12px 0 8px;
  font-size: clamp(1.45rem, 2.8vw, 2.6rem);
  line-height: 1;
}

.service-metric-strip p {
  color: var(--muted);
  line-height: 1.52;
}

.ai-ops-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(520px, 1.18fr);
  gap: clamp(24px, 4.8vw, 68px);
  align-items: center;
}

.ai-ops-copy h2 {
  margin: 16px 0 18px;
  max-width: 680px;
  font-size: clamp(2rem, 3.9vw, 4.05rem);
  line-height: 1.03;
  text-wrap: balance;
}

.ai-ops-copy p {
  max-width: 580px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.66;
}

.ai-ops-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.ai-ops-tags span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--secondary);
  background: rgba(2, 18, 20, 0.66);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ai-ops-board {
  position: relative;
  min-height: 720px;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(0, 195, 226, 0.2), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(102, 242, 184, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(5, 19, 25, 0.78), rgba(2, 8, 12, 0.74));
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.ai-ops-board::before,
.ai-ops-board::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ai-ops-board::before {
  inset: 28px;
  background:
    linear-gradient(90deg, rgba(0, 195, 226, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(102, 242, 184, 0.05) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 78%);
}

.ai-ops-board::after {
  inset: 110px 78px;
  border: 1px solid rgba(102, 242, 184, 0.14);
  border-radius: 50%;
  transform: rotate(-15deg);
}

.ai-ops-header {
  position: absolute;
  top: 28px;
  right: 28px;
  left: 28px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(102, 242, 184, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(1, 10, 14, 0.74);
}

.ai-ops-header span,
.ai-ops-header strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-ops-header strong {
  color: var(--secondary);
}

.ai-ops-header i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow: 0 0 18px rgba(102, 242, 184, 0.84);
}

.ai-intake-card,
.ai-answer-card,
.ai-human-card,
.ai-knowledge-stack article {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(2, 12, 16, 0.84);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ai-intake-card {
  top: 104px;
  left: 34px;
  width: min(314px, 45%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.ai-intake-card .module-icon,
.ai-human-card .module-icon,
.ai-knowledge-stack .module-icon {
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 15px;
}

.ai-intake-card small,
.ai-answer-card small,
.ai-knowledge-stack small,
.ai-human-card small {
  display: block;
  color: var(--primary);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-intake-card strong {
  display: block;
  margin-top: 7px;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.35;
}

.ai-processing-core {
  position: absolute;
  top: 47%;
  left: 50%;
  z-index: 6;
  width: 146px;
  height: 146px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102, 242, 184, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(102, 242, 184, 0.18), rgba(0, 195, 226, 0.1) 42%, rgba(2, 10, 14, 0.92) 70%);
  box-shadow:
    0 0 74px rgba(0, 195, 226, 0.18),
    inset 0 0 36px rgba(102, 242, 184, 0.08);
  transform: translate(-50%, -50%);
}

.ai-processing-core span {
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(102, 242, 184, 0.3);
  border-radius: inherit;
  animation: aiCoreSpin 9s linear infinite;
}

.ai-processing-core strong {
  color: var(--secondary);
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.ai-knowledge-stack {
  position: absolute;
  top: 146px;
  right: 30px;
  z-index: 5;
  display: grid;
  gap: 10px;
  width: min(236px, 36%);
}

.ai-knowledge-stack article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
}

.ai-knowledge-stack strong,
.ai-human-card strong {
  display: block;
  color: var(--text);
  font-size: 0.9rem;
}

.ai-answer-card {
  right: 30px;
  bottom: 100px;
  width: min(326px, 48%);
  padding: 18px;
}

.ai-answer-card p {
  margin: 10px 0 16px;
  color: var(--muted-strong);
  font-size: 0.9rem;
  line-height: 1.52;
}

.ai-confidence-row {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.ai-confidence-row span,
.ai-confidence-row strong {
  color: var(--secondary);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-confidence-row i {
  height: 7px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--primary) 0 87%, rgba(255, 255, 255, 0.1) 87% 100%);
  box-shadow: 0 0 20px rgba(102, 242, 184, 0.18);
}

.ai-human-card {
  bottom: 100px;
  left: 34px;
  width: min(260px, 39%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px;
}

.ai-energy-line {
  position: absolute;
  z-index: 3;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(102, 242, 184, 0.58), transparent);
  box-shadow: 0 0 20px rgba(0, 195, 226, 0.22);
  transform-origin: left center;
  animation: aiEnergy 4.8s ease-in-out infinite;
}

.line-a {
  top: 230px;
  left: 28%;
  width: 280px;
  transform: rotate(16deg);
}

.line-b {
  top: 50%;
  right: 22%;
  width: 230px;
  transform: rotate(-18deg);
  animation-delay: 0.9s;
}

.line-c {
  bottom: 190px;
  left: 20%;
  width: 340px;
  transform: rotate(-10deg);
  animation-delay: 1.8s;
}

@keyframes aiCoreSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes aiEnergy {
  0%,
  100% {
    opacity: 0.16;
    filter: blur(1px);
  }

  45% {
    opacity: 0.92;
    filter: blur(0);
  }
}

.ai-review-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(540px, 1.26fr);
  gap: clamp(24px, 4.8vw, 68px);
  align-items: center;
}

.ai-review-copy h2 {
  margin: 16px 0 18px;
  max-width: 720px;
  font-size: clamp(2rem, 3.9vw, 4.05rem);
  line-height: 1.03;
  text-wrap: balance;
}

.ai-review-copy p {
  max-width: 590px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.66;
}

.ai-review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.ai-review-tags span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--secondary);
  background: rgba(2, 18, 20, 0.66);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ai-review-board {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.92fr);
  gap: 14px;
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  padding: 18px;
  background:
    radial-gradient(circle at 26% 30%, rgba(0, 195, 226, 0.2), transparent 30%),
    radial-gradient(circle at 78% 72%, rgba(102, 242, 184, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(5, 19, 25, 0.82), rgba(2, 8, 12, 0.82));
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.ai-review-board::before,
.ai-review-board::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ai-review-board::before {
  inset: 18px;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 195, 226, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(102, 242, 184, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 48% 50%, black, transparent 78%);
}

.ai-review-board::after {
  right: 18px;
  bottom: 18px;
  z-index: -1;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 242, 184, 0.16), transparent 62%);
  filter: blur(2px);
}

.review-topbar,
.review-document,
.review-dossier,
.review-draft,
.review-audit-strip {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(2, 12, 16, 0.84);
  box-shadow:
    0 20px 62px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.review-topbar {
  grid-column: 1 / -1;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 999px;
  padding: 0 15px;
  background: rgba(1, 10, 14, 0.76);
}

.review-topbar span,
.review-topbar strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-topbar strong {
  color: var(--secondary);
}

.review-topbar i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow: 0 0 18px rgba(102, 242, 184, 0.84);
}

.review-document {
  grid-row: span 2;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
}

.review-document small,
.review-dossier small,
.review-draft small {
  display: block;
  color: var(--primary);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-document strong {
  display: block;
  max-width: 410px;
  margin: 12px 0 14px;
  color: var(--text);
  font-size: clamp(1.42rem, 2.5vw, 2.2rem);
  line-height: 1.07;
  text-wrap: balance;
}

.review-document p {
  max-width: 390px;
  margin: 0 0 18px;
  color: var(--muted-strong);
  line-height: 1.58;
}

.doc-line {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(184, 205, 214, 0.18);
}

.doc-line + .doc-line {
  margin-top: 10px;
}

.line-full {
  width: 92%;
}

.line-mid {
  width: 64%;
}

.doc-highlight {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(102, 242, 184, 0.26);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--secondary);
  background: rgba(102, 242, 184, 0.08);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-lens {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102, 242, 184, 0.36);
  border-radius: 50%;
  color: var(--secondary);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.54), transparent 22%),
    linear-gradient(135deg, rgba(0, 195, 226, 0.9), rgba(102, 242, 184, 0.86));
  box-shadow:
    0 0 40px rgba(0, 195, 226, 0.24),
    0 0 64px rgba(102, 242, 184, 0.18);
  animation: reviewLensPulse 3.8s ease-in-out infinite;
}

.review-lens svg {
  width: 48px;
  height: 48px;
  color: rgba(1, 10, 14, 0.92);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.review-dossier,
.review-draft {
  padding: 18px;
}

.review-dossier dl {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.review-dossier dl div {
  border-top: 1px solid rgba(102, 242, 184, 0.14);
  padding-top: 10px;
}

.review-dossier dt {
  color: var(--secondary);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-dossier dd {
  margin: 5px 0 0;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.36;
}

.review-draft p {
  margin: 12px 0 16px;
  color: var(--muted-strong);
  line-height: 1.52;
}

.review-draft div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.review-draft div span,
.review-audit-strip span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--secondary);
  background: rgba(1, 12, 16, 0.72);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-audit-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.review-audit-strip span {
  justify-content: center;
  min-height: 42px;
}

.review-scan-line {
  position: absolute;
  top: 78px;
  bottom: 86px;
  left: 34%;
  z-index: 1;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(102, 242, 184, 0.72), transparent);
  box-shadow: 0 0 28px rgba(0, 195, 226, 0.24);
  animation: reviewScan 4.8s ease-in-out infinite;
}

@keyframes reviewLensPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.035);
  }
}

@keyframes reviewScan {
  0%,
  100% {
    opacity: 0.16;
    transform: translateX(-30px);
  }

  46% {
    opacity: 0.82;
    transform: translateX(84px);
  }
}

.ai-search-grid {
  position: absolute;
  inset: 76px 28px 28px;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.ai-search-grid span {
  position: absolute;
  inset: var(--ring-inset, 0);
  border: 1px solid rgba(102, 242, 184, 0.13);
  border-radius: inherit;
  box-shadow: inset 0 0 42px rgba(0, 195, 226, 0.04);
}

.ai-search-grid span:nth-child(1) {
  --ring-inset: 14px;
}

.ai-search-grid span:nth-child(2) {
  --ring-inset: 78px;
  border-style: dashed;
  animation: aiCoreSpin 14s linear infinite reverse;
}

.ai-search-grid span:nth-child(3) {
  --ring-inset: 142px;
  border-color: rgba(0, 195, 226, 0.18);
  animation: aiCoreSpin 11s linear infinite;
}

.ai-search-core {
  animation: aiSearchDrift 6.2s ease-in-out infinite;
}

.ai-search-status {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  z-index: 4;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(2, 12, 16, 0.84);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ai-search-status small,
.ai-finding small {
  display: block;
  color: var(--primary);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-search-status strong {
  display: block;
  max-width: 420px;
  margin: 8px 0 12px;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.36;
}

.ai-search-status > span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--secondary);
  background: rgba(102, 242, 184, 0.08);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ai-finding-cloud {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.ai-finding {
  position: absolute;
  width: min(220px, 46%);
  min-height: 88px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 8px;
  padding: 12px;
  background:
    radial-gradient(circle at 18% 20%, rgba(102, 242, 184, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)),
    rgba(2, 12, 16, 0.9);
  box-shadow:
    0 22px 72px rgba(0, 0, 0, 0.36),
    0 0 38px rgba(0, 195, 226, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: visible;
  opacity: 0;
  transform: translateY(14px) scale(0.92);
  animation: aiFindingPulse 42s ease-in-out infinite;
  animation-delay: var(--finding-delay, 0s);
}

.ai-finding::after {
  display: none;
}

.ai-finding .tech-symbol {
  width: 48px;
  height: 48px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ai-finding strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.1;
}

.finding-pos-a {
  top: 104px;
  left: 44px;
}

.finding-pos-b {
  top: 112px;
  right: 32px;
}

.finding-pos-c {
  top: 218px;
  left: 30px;
}

.finding-pos-d {
  top: 304px;
  right: 40px;
}

.finding-pos-e {
  left: 46px;
  bottom: 154px;
}

.finding-pos-f {
  right: 54px;
  bottom: 146px;
}

.ai-search-ray {
  position: absolute;
  z-index: 2;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(102, 242, 184, 0.7), transparent);
  box-shadow: 0 0 26px rgba(0, 195, 226, 0.28);
  transform-origin: left center;
  animation: aiSearchRay 4.8s ease-in-out infinite;
}

.ray-one {
  top: 224px;
  left: 22%;
  width: 300px;
  transform: rotate(18deg);
}

.ray-two {
  top: 51%;
  right: 12%;
  width: 250px;
  transform: rotate(-21deg);
  animation-delay: 1.6s;
}

.ray-three {
  bottom: 156px;
  left: 18%;
  width: 360px;
  transform: rotate(-9deg);
  animation-delay: 3.2s;
}

.ai-cycle-board {
  position: relative;
  isolation: isolate;
  justify-self: center;
  width: min(100%, 690px);
  aspect-ratio: 1;
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(102, 242, 184, 0.16), transparent 28%),
    radial-gradient(circle at 50% 20%, rgba(0, 195, 226, 0.17), transparent 34%),
    linear-gradient(145deg, rgba(5, 19, 25, 0.82), rgba(2, 8, 12, 0.82));
  box-shadow:
    0 34px 102px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.ai-cycle-board::before {
  content: "";
  position: absolute;
  inset: 28px;
  z-index: -2;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(0, 195, 226, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(102, 242, 184, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 75%);
}

.cycle-orbit {
  position: absolute;
  inset: 94px;
  z-index: 1;
  border: 1px solid rgba(102, 242, 184, 0.32);
  border-radius: 50%;
  box-shadow:
    0 0 48px rgba(0, 195, 226, 0.1),
    inset 0 0 48px rgba(102, 242, 184, 0.06);
  animation: cycleOrbitSpin 42s linear infinite;
}

.cycle-orbit::before,
.cycle-orbit::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.cycle-orbit::before {
  inset: 26px;
  border: 1px dashed rgba(0, 195, 226, 0.26);
}

.cycle-orbit::after {
  inset: -18px;
  background: conic-gradient(
    from 40deg,
    transparent 0 12%,
    rgba(102, 242, 184, 0.24) 15%,
    transparent 20% 37%,
    rgba(0, 195, 226, 0.24) 42%,
    transparent 48% 100%
  );
  filter: blur(10px);
  opacity: 0.8;
}

.cycle-arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102, 242, 184, 0.3);
  border-radius: 50%;
  background: rgba(2, 12, 16, 0.86);
  box-shadow: 0 0 28px rgba(0, 195, 226, 0.18);
}

.cycle-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--secondary);
  filter: drop-shadow(0 0 10px rgba(102, 242, 184, 0.72));
}

.arrow-top {
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.arrow-right {
  top: 50%;
  right: -18px;
  transform: translateY(-50%) rotate(90deg);
}

.arrow-bottom {
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.arrow-left {
  top: 50%;
  left: -18px;
  transform: translateY(-50%) rotate(270deg);
}

.cycle-step,
.cycle-center {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(102, 242, 184, 0.24);
  background:
    radial-gradient(circle at 28% 18%, rgba(102, 242, 184, 0.15), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)),
    rgba(2, 12, 16, 0.88);
  box-shadow:
    0 20px 66px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(0, 195, 226, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cycle-step {
  width: 154px;
  min-height: 154px;
  border-radius: 50%;
  padding: 18px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.cycle-step:hover {
  border-color: rgba(102, 242, 184, 0.48);
  box-shadow:
    0 24px 74px rgba(0, 0, 0, 0.36),
    0 0 44px rgba(0, 195, 226, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cycle-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border: 1px solid rgba(102, 242, 184, 0.42);
  border-radius: 50%;
  color: var(--secondary);
  background:
    radial-gradient(circle at 50% 50%, rgba(102, 242, 184, 0.12), transparent 58%),
    rgba(2, 12, 16, 0.62);
  box-shadow:
    inset 0 0 18px rgba(0, 195, 226, 0.1),
    0 0 22px rgba(102, 242, 184, 0.12);
}

.cycle-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(102, 242, 184, 0.24));
}

.cycle-icon svg * {
  fill: none;
  stroke: currentColor;
  vector-effect: non-scaling-stroke;
}

.cycle-step strong {
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.cycle-need {
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.cycle-ai-step {
  top: 23%;
  right: 8%;
}

.cycle-dev {
  right: 14%;
  bottom: 9%;
}

.cycle-institution {
  bottom: 9%;
  left: 14%;
}

.cycle-city {
  top: 23%;
  left: 8%;
}

.cycle-center {
  top: 50%;
  left: 50%;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cycle-center span {
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cycle-center strong {
  display: block;
  margin-top: 10px;
  color: var(--text);
  font-size: 1.4rem;
  line-height: 1.04;
}

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

  25% {
    transform: translate(-50%, -50%) translate(18px, -16px) scale(1.03);
  }

  50% {
    transform: translate(-50%, -50%) translate(-14px, 18px) scale(0.98);
  }

  75% {
    transform: translate(-50%, -50%) translate(16px, 14px) scale(1.02);
  }
}

@keyframes aiFindingPulse {
  0%,
  3%,
  100% {
    opacity: 0;
    transform: translateY(14px) scale(0.92);
    filter: blur(2px);
  }

  5%,
  11% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  14% {
    opacity: 0;
    transform: translateY(-10px) scale(0.96);
    filter: blur(1px);
  }
}

@keyframes aiSearchRay {
  0%,
  100% {
    opacity: 0.12;
    filter: blur(1px);
  }

  45% {
    opacity: 0.9;
    filter: blur(0);
  }
}

@keyframes cycleOrbitSpin {
  to {
    transform: rotate(360deg);
  }
}

.service-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: start;
}

.service-panel {
  padding: clamp(24px, 3.5vw, 42px);
}

.service-panel h2 {
  font-size: clamp(2rem, 4.3vw, 4.5rem);
}

.service-checklist {
  display: grid;
  gap: 12px;
}

.service-checklist div {
  position: relative;
  overflow: hidden;
  padding: 22px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.service-checklist div::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(102, 242, 184, 0.12), transparent 42%),
    radial-gradient(circle at 84% 18%, rgba(0, 195, 226, 0.16), transparent 36%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.service-checklist div:hover {
  transform: translateY(-4px);
  border-color: rgba(102, 242, 184, 0.38);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)),
    rgba(6, 24, 30, 0.82);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(0, 195, 226, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.service-checklist div:hover::before {
  opacity: 1;
}

.image-hover-checklist div {
  min-height: 124px;
  isolation: isolate;
  cursor: default;
}

.image-hover-checklist div::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--hover-image);
  background-position: var(--hover-position, center top);
  background-repeat: no-repeat;
  background-size: var(--hover-size, cover);
  opacity: 0;
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.08) brightness(0.82);
  pointer-events: none;
  transition:
    opacity 240ms ease,
    transform 620ms ease,
    filter 240ms ease;
}

.image-hover-checklist div::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(1, 8, 12, 0.9), rgba(1, 8, 12, 0.62) 50%, rgba(1, 8, 12, 0.3)),
    radial-gradient(circle at 82% 14%, rgba(102, 242, 184, 0.26), transparent 36%),
    linear-gradient(120deg, rgba(0, 195, 226, 0.24), transparent 52%);
}

.image-hover-checklist div:hover,
.image-hover-checklist div:focus,
.image-hover-checklist div.image-hover-active {
  transform: translateY(-6px) scale(1.012);
  border-color: rgba(102, 242, 184, 0.58);
  background: rgba(2, 12, 16, 0.72);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.38),
    0 0 44px rgba(102, 242, 184, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.image-hover-checklist div:hover::after,
.image-hover-checklist div:focus::after,
.image-hover-checklist div.image-hover-active::after {
  opacity: 0.76;
  transform: scale(1.01);
  filter: saturate(1.12) contrast(1.12) brightness(0.92);
}

.image-hover-checklist div:hover::before,
.image-hover-checklist div:focus::before,
.image-hover-checklist div.image-hover-active::before {
  opacity: 1;
}

.image-hover-checklist .blue-line-hover-demo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.image-hover-checklist .blue-line-hover-demo::after {
  inset: 6px 10px 10px;
  border: 1px solid rgba(117, 236, 255, 0.07);
  border-radius: 8px;
  background-color: transparent;
  opacity: 0;
  transform: scale(0.98);
  filter:
    drop-shadow(0 0 7px rgba(0, 195, 226, 0.12))
    drop-shadow(0 0 18px rgba(117, 236, 255, 0.06));
}

.image-hover-checklist .blue-line-hover-demo::before {
  background:
    linear-gradient(90deg, rgba(2, 10, 13, 0.88), rgba(2, 10, 13, 0.58) 52%, rgba(2, 10, 13, 0.16) 100%),
    radial-gradient(circle at 78% 72%, rgba(0, 195, 226, 0.1), transparent 48%),
    radial-gradient(circle at 100% 100%, rgba(102, 242, 184, 0.12), transparent 58%);
  opacity: 0;
}

.image-hover-checklist .blue-line-hover-demo:hover::after,
.image-hover-checklist .blue-line-hover-demo:focus::after {
  opacity: 0.68;
  transform: scale(1);
  filter:
    drop-shadow(0 0 8px rgba(0, 195, 226, 0.16))
    drop-shadow(0 0 22px rgba(117, 236, 255, 0.1));
}

.image-hover-checklist .blue-line-hover-demo:hover::before,
.image-hover-checklist .blue-line-hover-demo:focus::before {
  opacity: 1;
}

.image-hover-checklist .blue-line-hover-demo.image-hover-active:not(:hover):not(:focus)::after,
.image-hover-checklist .blue-line-hover-demo.image-hover-active:not(:hover):not(:focus)::before {
  opacity: 0;
}

.image-hover-checklist strong,
.image-hover-checklist p {
  z-index: 2;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
}

.image-hover-checklist div:hover strong,
.image-hover-checklist div:focus strong,
.image-hover-checklist div.image-hover-active strong {
  color: #f7fdff;
}

.image-hover-checklist div:hover p,
.image-hover-checklist div:focus p,
.image-hover-checklist div.image-hover-active p {
  color: rgba(224, 241, 246, 0.94);
}

.service-checklist strong,
.service-module-card h3,
.service-flow-grid h3 {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 1.12rem;
}

.service-checklist strong,
.service-checklist p {
  position: relative;
  z-index: 1;
}

.service-checklist p,
.service-module-card p,
.service-flow-grid p {
  color: var(--muted-strong);
  line-height: 1.56;
}

.service-module-card p,
.service-flow-grid p {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}

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

.service-module-card,
.service-flow-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-module-card {
  min-height: 260px;
  padding: 24px;
}

.service-module-card h3 {
  margin-top: 0;
}

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

.service-flow-grid article {
  min-height: 260px;
  padding: 24px;
}

.service-flow-grid h3 {
  margin-top: 0;
}

.whatsapp-broadcast-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.08fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
}

.broadcast-copy h2 {
  margin: 16px 0 18px;
  max-width: 720px;
  font-size: clamp(2rem, 4.2vw, 4.4rem);
  line-height: 1.02;
  text-wrap: balance;
}

.broadcast-copy p {
  max-width: 610px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.24vw, 1.12rem);
  line-height: 1.66;
}

.broadcast-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.broadcast-stats span {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  padding: 14px;
  color: rgba(184, 205, 214, 0.8);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(2, 10, 14, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
}

.broadcast-stats strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: clamp(1.24rem, 2.2vw, 2rem);
  line-height: 1;
}

.broadcast-demo {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  padding: 22px;
  background:
    radial-gradient(circle at 22% 18%, rgba(0, 195, 226, 0.16), transparent 34%),
    radial-gradient(circle at 84% 72%, rgba(37, 211, 102, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(5, 19, 25, 0.78), rgba(2, 8, 12, 0.68));
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.broadcast-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.5;
  pointer-events: none;
}

.broadcast-panel,
.broadcast-phone {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(2, 10, 14, 0.78);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.broadcast-panel {
  width: min(82%, 430px);
  padding: 18px;
}

.broadcast-status {
  display: inline-flex;
  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: 999px;
  padding: 7px 10px;
  color: #7dffb0;
  background: rgba(2, 15, 12, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.broadcast-panel strong {
  display: block;
  margin: 14px 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.32;
}

.broadcast-progress {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.broadcast-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  box-shadow: 0 0 24px rgba(102, 242, 184, 0.24);
}

.broadcast-panel small {
  display: block;
  margin-top: 10px;
  color: rgba(184, 205, 214, 0.7);
  font-size: 0.78rem;
}

.broadcast-phone {
  width: min(78%, 420px);
  margin: -18px 0 0 auto;
  overflow: hidden;
}

.broadcast-chat {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.broadcast-event-card {
  width: 100%;
  max-width: 100%;
  padding: 9px 9px 22px;
}

.broadcast-event-visual {
  min-height: 138px;
  display: flex;
  align-items: flex-end;
  border-radius: 12px;
  padding: 14px;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.36), transparent 12%),
    radial-gradient(circle at 28% 20%, rgba(102, 242, 184, 0.34), transparent 22%),
    linear-gradient(135deg, rgba(0, 195, 226, 0.38), rgba(37, 211, 102, 0.2)),
    url("./assets/smart-city-bg.jpg") center / cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.broadcast-event-visual span {
  border: 1px solid rgba(102, 242, 184, 0.34);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--secondary);
  background: rgba(1, 12, 16, 0.72);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.broadcast-event-card strong {
  display: block;
  margin: 10px 4px 4px;
  font-size: 0.94rem;
}

.broadcast-event-card p {
  margin: 0 4px;
  color: rgba(184, 205, 214, 0.78);
  font-size: 0.76rem;
  line-height: 1.4;
}

.service-preview-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(430px, 1.08fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  border: 1px solid rgba(102, 242, 184, 0.2);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 48px);
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 195, 226, 0.14), transparent 34%),
    radial-gradient(circle at 92% 76%, rgba(102, 242, 184, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(5, 19, 25, 0.72), rgba(2, 8, 12, 0.62));
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.service-preview-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 54%, rgba(0, 195, 226, 0.08), transparent 82%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  opacity: 0.62;
  pointer-events: none;
}

.service-preview-copy,
.service-preview-frame,
.service-showcase-board {
  position: relative;
  z-index: 1;
}

.service-preview-copy h2 {
  margin: 16px 0 18px;
  font-size: clamp(2rem, 4.4vw, 4.7rem);
  line-height: 1.02;
  text-wrap: balance;
}

.service-preview-copy p {
  max-width: 560px;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.66;
}

.service-preview-frame {
  margin: 0;
  border: 1px solid rgba(102, 242, 184, 0.26);
  border-radius: 8px;
  background: rgba(2, 10, 14, 0.86);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.36),
    0 0 48px rgba(0, 195, 226, 0.12);
  overflow: hidden;
}

.service-preview-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(0deg, rgba(1, 8, 12, 0.08), transparent 36%);
  pointer-events: none;
}

.service-preview-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1400 / 820;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.service-showcase-board {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.9fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  perspective: 900px;
}

.service-showcase-card {
  position: relative;
  min-height: 190px;
  border: 1px solid rgba(102, 242, 184, 0.24);
  border-radius: 8px;
  background: rgba(2, 10, 14, 0.86);
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(0, 195, 226, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.service-showcase-card.showcase-main {
  grid-row: 1 / -1;
}

.service-showcase-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.01);
  transition: transform 420ms ease, filter 220ms ease;
}

.service-showcase-card::before,
.service-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.service-showcase-card::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 25%),
    radial-gradient(circle at 72% 12%, rgba(102, 242, 184, 0.18), transparent 34%);
  opacity: 0.48;
  transition: opacity 220ms ease;
}

.service-showcase-card::after {
  background:
    linear-gradient(0deg, rgba(1, 8, 12, 0.78), transparent 52%),
    linear-gradient(90deg, rgba(0, 195, 226, 0.16), transparent 44%);
}

.service-showcase-card span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 28px);
  border: 1px solid rgba(102, 242, 184, 0.28);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--secondary);
  background: rgba(1, 12, 16, 0.76);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-showcase-card:hover {
  transform: translateY(-8px) rotateX(2deg);
  border-color: rgba(102, 242, 184, 0.5);
  box-shadow:
    0 32px 84px rgba(0, 0, 0, 0.42),
    0 0 52px rgba(102, 242, 184, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  filter: brightness(1.05);
}

.service-showcase-card:hover img {
  transform: scale(1.07);
}

.service-showcase-card:hover::before {
  opacity: 0.7;
}

.internal-screen-board {
  transform-style: preserve-3d;
}

.internal-screen-board .service-showcase-card {
  border-color: rgba(184, 205, 214, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(2, 10, 14, 0.88);
}

.internal-screen-board .service-showcase-card img {
  object-position: center top;
  filter: saturate(0.98) contrast(1.04) brightness(0.94);
}

.internal-screen-board .service-showcase-card::before {
  opacity: 0.38;
  mix-blend-mode: screen;
}

.internal-screen-board .service-showcase-card::after {
  background:
    linear-gradient(0deg, rgba(1, 8, 12, 0.8), transparent 48%),
    linear-gradient(90deg, rgba(0, 195, 226, 0.1), transparent 46%);
}

.internal-screen-board-ia .service-showcase-card::before {
  background:
    linear-gradient(120deg, rgba(125, 140, 255, 0.2), transparent 27%),
    radial-gradient(circle at 76% 12%, rgba(0, 195, 226, 0.2), transparent 34%);
}

.internal-screen-board-saas .service-showcase-card::before {
  background:
    linear-gradient(120deg, rgba(102, 242, 184, 0.18), transparent 27%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.13), transparent 34%);
}

.internal-screen-board .service-showcase-card:hover img {
  filter: saturate(1.08) contrast(1.07) brightness(1.02);
}

.service-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: clamp(50px, 7vw, 96px);
  border: 1px solid rgba(102, 242, 184, 0.22);
  border-radius: 8px;
  padding: clamp(26px, 4vw, 52px);
  background:
    radial-gradient(circle at 12% 18%, rgba(102, 242, 184, 0.16), transparent 35%),
    linear-gradient(135deg, rgba(0, 195, 226, 0.12), rgba(3, 9, 13, 0.84));
  box-shadow: var(--shadow);
}

.service-final-cta h2 {
  max-width: 850px;
  font-size: clamp(2rem, 4.4vw, 4.9rem);
}

.service-final-cta p {
  max-width: 720px;
  color: var(--muted-strong);
  line-height: 1.62;
}

@media (max-width: 1080px) {
  .service-detail-hero,
  .service-two-column,
  .ai-ops-section,
  .ai-review-section,
  .service-preview-section,
  .saas-blueprint-section,
  .saas-layer-section,
  .saas-cockpit-section,
  .saas-execution-section,
  .whatsapp-broadcast-section {
    grid-template-columns: 1fr;
  }

  .service-detail-hero {
    min-height: auto;
  }

  .service-visual-panel {
    min-height: 480px;
  }

  .service-module-grid,
  .service-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-preview-copy p,
  .ai-ops-copy p,
  .ai-review-copy p {
    max-width: 720px;
  }

  .service-showcase-board {
    min-height: 400px;
  }

  .saas-blueprint-copy p,
  .saas-layer-copy p,
  .saas-cockpit-copy p,
  .saas-execution-copy p {
    max-width: 720px;
  }

  .whatsapp-cover-section {
    grid-template-columns: 1fr;
  }

  .whatsapp-cover-board {
    min-height: 640px;
  }

  .broadcast-copy p {
    max-width: 720px;
  }

  .broadcast-demo {
    min-height: 580px;
  }

  .broadcast-panel {
    width: min(100%, 520px);
  }

  .broadcast-phone {
    width: min(100%, 430px);
  }

  .wa-api-stream-layout {
    grid-template-columns: 1fr;
  }

  .wa-api-inbox-section {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .whatsapp-playbook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .service-page {
    width: min(100% - 28px, 560px);
    padding: 16px 0 96px;
  }

  .service-detail-hero {
    gap: 26px;
    padding: 24px 0 44px;
    text-align: center;
  }

  .service-detail-copy,
  .service-detail-copy p,
  .service-panel p,
  .service-final-cta p {
    margin-right: auto;
    margin-left: auto;
  }

  .service-back-link,
  .service-detail-copy .eyebrow,
  .service-hero-actions,
  .service-final-cta .button-primary {
    margin-right: auto;
    margin-left: auto;
  }

  .service-back-link {
    max-width: 310px;
    justify-content: center;
    white-space: normal;
    text-align: center;
    line-height: 1.45;
  }

  .service-hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .service-hero-actions .button-primary,
  .service-hero-actions .button-ghost {
    width: min(100%, 286px);
  }

  .service-detail-copy h1 {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.72rem, 7.1vw, 2.25rem);
    line-height: 1.12;
    overflow-wrap: normal;
    text-wrap: wrap;
  }

  .service-detail-copy p {
    max-width: 300px;
    font-size: 0.96rem;
  }

  .service-visual-panel {
    min-height: 420px;
  }

  .service-visual-panel.service-visual-ai {
    min-height: 520px;
  }

  .service-visual-panel.ai-hero-lab {
    min-height: 650px;
    padding: 16px;
  }

  .ai-lab-header,
  .ai-lab-document,
  .ai-lab-core,
  .ai-lab-sources,
  .ai-lab-sources article,
  .ai-lab-output {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  .ai-lab-header {
    z-index: 4;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .ai-lab-header span,
  .ai-lab-header strong {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .ai-search-grid {
    inset: 94px 12px 118px;
  }

  .ai-search-core {
    animation: none;
  }

  .ai-lab-document,
  .ai-lab-output {
    text-align: left;
  }

  .ai-lab-core {
    width: 128px;
    height: 128px;
    margin: 134px auto 250px;
  }

  .ai-lab-core strong {
    font-size: 1.78rem;
  }

  .ai-search-core svg {
    width: 50px;
    height: 50px;
  }

  .ai-search-status {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 15px;
  }

  .ai-search-status strong {
    font-size: 0.88rem;
  }

  .ai-finding-cloud {
    inset: 0;
  }

  .ai-finding {
    width: min(258px, 78%);
    min-height: 70px;
    padding: 10px;
  }

  .ai-finding .tech-symbol {
    width: 42px;
    height: 42px;
  }

  .ai-finding strong {
    font-size: 0.92rem;
  }

  .finding-pos-a,
  .finding-pos-b {
    top: 126px;
    right: 22px;
    left: auto;
  }

  .finding-pos-c,
  .finding-pos-e {
    top: 246px;
    left: 22px;
    right: auto;
    bottom: auto;
  }

  .finding-pos-d,
  .finding-pos-f {
    top: 356px;
    right: 22px;
    bottom: auto;
  }

  .ai-lab-sources {
    z-index: 4;
    gap: 9px;
    margin-bottom: 12px;
  }

  .ai-lab-output {
    z-index: 4;
  }

  .ai-lab-beam {
    display: none;
  }

  .ai-search-ray {
    display: none;
  }

  .service-visual-panel.service-visual-saas {
    min-height: 700px;
  }

  .service-visual-panel.service-visual-whatsapp {
    min-height: 700px;
  }

  .whatsapp-api-hero {
    inset: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px;
  }

  .whatsapp-chat-hero {
    inset: 14px;
    display: block;
  }

  .wa-api-status {
    position: relative;
    top: auto;
    right: auto;
    justify-self: center;
    width: fit-content;
  }

  .whatsapp-chat-hero .wa-api-status {
    display: none;
  }

  .wa-api-phone {
    grid-row: auto;
    min-height: 330px;
  }

  .wa-phone-solo {
    height: 100%;
    min-height: 670px;
  }

  .wa-phone-header {
    min-height: 64px;
    padding: 0 14px;
  }

  .wa-phone-avatar {
    width: 38px;
    height: 38px;
  }

  .wa-message-stack {
    padding: 14px 0;
  }

  .wa-api-phone .chat-bubble {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .wa-api-inbox {
    gap: 9px;
    padding-top: 0;
  }

  .wa-api-inbox article {
    padding: 11px;
  }

  .wa-api-inbox p {
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .wa-api-console {
    grid-column: auto;
    gap: 7px;
    padding: 12px;
    font-size: 0.68rem;
  }

  .wa-api-console div {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wa-chat-screen {
    padding: 14px 0;
  }

  .wa-chat-thread {
    gap: 8px;
    padding: 0 12px 18px;
  }

  .wa-phone-solo .chat-bubble {
    max-width: 86%;
    padding: 10px 11px 18px;
    font-size: 0.76rem;
    line-height: 1.34;
  }

  .wa-phone-solo .wa-media-card,
  .wa-phone-solo .wa-video-card,
  .wa-phone-solo .wa-appointment-card,
  .wa-phone-solo .wa-location-card,
  .wa-phone-solo .wa-document-card,
  .wa-phone-solo .wa-audio-card {
    width: min(90%, 310px);
    max-width: 90%;
  }

  .wa-quick-replies {
    gap: 6px;
  }

  .wa-quick-replies span {
    min-height: 28px;
    padding: 0 8px;
    font-size: 0.66rem;
  }

  .wa-video-thumb {
    min-height: 96px;
  }

  .wa-chat-input {
    gap: 8px;
    padding: 10px 12px 12px;
  }

  .wa-chat-input span,
  .wa-chat-input strong {
    min-height: 38px;
  }

  .wa-api-stream-section {
    margin-top: 0;
  }

  .wa-api-stream-layout,
  .wa-api-inbox-section {
    grid-template-columns: 1fr;
  }

  .wa-api-inbox-section article {
    min-height: 150px;
    padding: 18px;
    text-align: left;
  }

  .wa-api-console-section {
    min-height: 190px;
    padding: 18px;
  }

  .whatsapp-command-center {
    inset: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px;
  }

  .wa-signal-strip {
    display: none;
  }

  .wa-phone-mock {
    grid-row: auto;
    min-height: 246px;
    animation: none;
  }

  .wa-phone-mock .chat-bubble {
    font-size: 0.86rem;
  }

  .wa-ops-panel {
    gap: 10px;
  }

  .wa-ops-panel article {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 56px;
    padding: 12px;
    text-align: left;
    align-items: center;
  }

  .wa-ops-panel p {
    display: none;
    font-size: 0.78rem;
    line-height: 1.36;
  }

  .wa-panel-icon {
    width: 36px;
    height: 36px;
    border-radius: 13px;
  }

  .wa-ops-panel strong {
    font-size: 0.9rem;
  }

  .wa-live-card {
    grid-column: auto;
    padding: 15px;
    text-align: left;
  }

  .ai-route-map {
    inset: 76px 12px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ai-node {
    min-height: 0;
    padding: 13px;
    text-align: left;
  }

  .node-main,
  .ai-node:nth-child(4) {
    display: flex;
  }

  .service-visual-ai .ai-node strong {
    margin: 8px 0 6px;
    font-size: 0.96rem;
  }

  .service-visual-ai .ai-node p {
    font-size: 0.82rem;
    line-height: 1.36;
  }

  .service-visual-ai .ai-node .node-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 6px;
    border-radius: 14px;
  }

  .service-visual-ai .ai-node .node-icon svg {
    width: 21px;
    height: 21px;
  }

  .dashboard-shell {
    inset: 18px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-widget {
    min-height: 104px;
  }

  .ai-ops-section {
    text-align: center;
  }

  .ai-review-section {
    text-align: center;
  }

  .ai-ops-copy h2 {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1.08;
  }

  .ai-review-copy h2 {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1.08;
  }

  .ai-ops-copy p {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }

  .ai-review-copy p {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }

  .ai-ops-tags {
    justify-content: center;
  }

  .ai-review-tags {
    justify-content: center;
  }

  .ai-ops-board {
    min-height: auto;
    padding: 16px;
  }

  .ai-review-board {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 14px;
    text-align: left;
  }

  .ai-review-board::before {
    inset: 14px;
    background-size: 46px 46px;
  }

  .review-topbar {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
  }

  .review-topbar span,
  .review-topbar strong {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .review-document {
    grid-row: auto;
    min-height: auto;
    padding: 20px;
    padding-bottom: 100px;
  }

  .review-document strong {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .review-document p {
    font-size: 0.92rem;
  }

  .review-lens {
    right: 18px;
    bottom: 18px;
    width: 74px;
    height: 74px;
  }

  .review-lens svg {
    width: 36px;
    height: 36px;
  }

  .review-audit-strip {
    grid-template-columns: 1fr;
  }

  .review-scan-line {
    display: none;
  }

  .ai-cycle-board {
    display: grid;
    gap: 12px;
    width: 100%;
    aspect-ratio: auto;
    border-radius: 8px;
    padding: 14px;
    overflow: hidden;
  }

  .cycle-orbit {
    display: none;
  }

  .cycle-step,
  .cycle-center {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 104px;
    transform: none;
  }

  .cycle-step {
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    border-radius: 24px;
    padding: 18px;
    text-align: left;
  }

  .cycle-step:hover {
    transform: none;
  }

  .cycle-icon {
    flex: 0 0 auto;
    margin: 0;
  }

  .cycle-step strong {
    font-size: 0.94rem;
  }

  .cycle-center {
    order: -1;
    border-radius: 26px;
    padding: 20px;
  }

  .cycle-center strong {
    font-size: 1.25rem;
  }

  .ai-ops-board::before {
    inset: 16px;
    background-size: 54px 54px;
  }

  .ai-ops-board::after {
    inset: 96px 18px 160px;
  }

  .ai-ops-header,
  .ai-intake-card,
  .ai-processing-core,
  .ai-knowledge-stack,
  .ai-knowledge-stack article,
  .ai-answer-card,
  .ai-human-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  .ai-ops-header {
    z-index: 4;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .ai-ops-header span,
  .ai-ops-header strong {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .ai-intake-card,
  .ai-human-card {
    grid-template-columns: auto minmax(0, 1fr);
    text-align: left;
  }

  .ai-processing-core {
    width: 132px;
    height: 132px;
    margin: 18px auto;
  }

  .ai-processing-core strong {
    font-size: 1.82rem;
  }

  .ai-knowledge-stack {
    gap: 9px;
    margin: 0 0 12px;
  }

  .ai-answer-card {
    margin-bottom: 12px;
    text-align: left;
  }

  .ai-energy-line {
    display: none;
  }

  .saas-runtime-demo {
    inset: 14px;
    gap: 10px;
  }

  .saas-runtime-topbar,
  .saas-execution-header {
    min-height: 50px;
    padding: 0 12px;
  }

  .saas-runtime-topbar strong,
  .saas-execution-header strong {
    font-size: 0.78rem;
  }

  .saas-runtime-topbar small,
  .saas-execution-header small {
    padding: 6px 8px;
    font-size: 0.58rem;
  }

  .saas-runtime-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
  }

  .saas-runtime-main {
    padding: 16px;
  }

  .saas-ticket-card strong {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.12rem;
    text-align: center;
  }

  .saas-ticket-card p {
    max-width: 265px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.82rem;
    text-align: center;
  }

  .saas-ticket-card span {
    display: block;
    text-align: center;
  }

  .saas-ticket-scroll {
    height: 116px;
    text-align: left;
  }

  .saas-ticket-scroll-track div {
    min-height: 36px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 0 9px;
  }

  .saas-ticket-scroll-track small {
    font-size: 0.55rem;
  }

  .saas-ticket-scroll-track strong {
    font-size: 0.7rem;
    text-align: left;
  }

  .saas-runtime-actions {
    justify-content: center;
  }

  .saas-runtime-actions span {
    font-size: 0.66rem;
  }

  .saas-runtime-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .saas-runtime-kpi {
    min-height: 70px;
    align-items: center;
    padding: 10px;
    text-align: center;
  }

  .saas-runtime-kpi span {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .saas-runtime-kpi strong {
    font-size: 0.78rem;
  }

  .saas-process-stream {
    min-height: 250px;
    padding: 10px;
  }

  .saas-auto-console-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
  }

  .saas-auto-console-head span {
    font-size: 0.58rem;
  }

  .saas-auto-console-head strong {
    font-size: 0.76rem;
  }

  .saas-auto-workspace {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .saas-auto-stage {
    min-height: 64px;
    padding: 10px;
    text-align: center;
  }

  .saas-auto-stage strong {
    font-size: 0.76rem;
  }

  .saas-auto-stage small,
  .saas-auto-stage span {
    font-size: 0.58rem;
  }

  .saas-blueprint-section {
    text-align: center;
  }

  .saas-blueprint-copy h2 {
    font-size: clamp(1.9rem, 8.6vw, 2.65rem);
    line-height: 1.08;
  }

  .saas-blueprint-copy p {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .saas-blueprint-points {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .saas-blueprint-board {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
  }

  .saas-blueprint-board::before,
  .saas-blueprint-board::after,
  .saas-blueprint-layer::before,
  .saas-blueprint-core::before {
    display: none;
  }

  .saas-blueprint-core,
  .saas-blueprint-layer,
  .saas-blueprint-roadmap {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  .saas-blueprint-core {
    grid-column: 1 / -1;
    min-height: 150px;
    align-items: center;
    padding: 20px;
    text-align: center;
  }

  .saas-blueprint-layer {
    min-height: 146px;
    padding: 14px;
    text-align: left;
  }

  .layer-portal,
  .layer-backoffice,
  .layer-automation,
  .layer-bi,
  .layer-api,
  .layer-governance {
    grid-column: auto;
    grid-row: auto;
  }

  .saas-blueprint-roadmap {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    margin-top: 2px;
  }

  .saas-blueprint-roadmap span {
    min-height: 44px;
    border-right: 0;
    border-bottom: 1px solid rgba(102, 242, 184, 0.14);
  }

  .saas-blueprint-roadmap span:last-child {
    border-bottom: 0;
  }

  .saas-layer-section {
    text-align: center;
  }

  .saas-layer-copy h2 {
    font-size: clamp(1.9rem, 8.6vw, 2.65rem);
    line-height: 1.08;
  }

  .saas-layer-copy p {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .saas-layer-tags {
    justify-content: center;
  }

  .saas-exploded-view {
    min-height: auto;
    padding: 16px;
    perspective: none;
  }

  .saas-exploded-view::before,
  .saas-exploded-view::after {
    display: none;
  }

  .saas-layer-core-pill,
  .saas-layer-stack,
  .saas-layer-card,
  .saas-layer-baseline {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .saas-layer-core-pill {
    width: 100%;
    min-width: 0;
    margin-bottom: 12px;
  }

  .saas-layer-stack {
    display: grid;
    gap: 10px;
    transform-style: flat;
  }

  .saas-layer-card,
  .saas-layer-card:hover,
  .saas-layer-card:hover.layer-card-portal,
  .saas-layer-card:hover.layer-card-backoffice,
  .saas-layer-card:hover.layer-card-rules,
  .saas-layer-card:hover.layer-card-data,
  .saas-layer-card:hover.layer-card-api,
  .saas-layer-card:hover.layer-card-bi {
    width: 100%;
    min-height: 76px;
    grid-template-columns: auto minmax(0, 1fr);
    text-align: left;
    transform: none;
  }

  .saas-layer-card small {
    grid-column: 2;
    justify-self: start;
  }

  .saas-layer-baseline {
    margin-top: 12px;
    border-radius: 8px;
  }

  .saas-cockpit-section {
    text-align: center;
  }

  .saas-cockpit-copy h2 {
    font-size: clamp(1.75rem, 7.8vw, 2.35rem);
    line-height: 1.08;
  }

  .saas-cockpit-copy p {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }

  .saas-cockpit-tags {
    justify-content: center;
  }

  .saas-cockpit-board {
    min-height: 690px;
    padding: 16px;
  }

  .saas-cockpit-board::before {
    inset: 16px;
    background-size: 54px 54px;
  }

  .saas-cockpit-board::after {
    inset: 128px 18px 180px;
  }

  .cockpit-header {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-bottom: 14px;
    border-radius: 8px;
  }

  .cockpit-header span,
  .cockpit-header strong {
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .cockpit-screen {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 354px;
    transform: none;
  }

  .cockpit-screen-grid {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 294px;
  }

  .cockpit-rail {
    padding: 14px 9px;
  }

  .cockpit-rail span {
    width: 26px;
    height: 26px;
  }

  .cockpit-main {
    gap: 12px;
    padding: 14px;
  }

  .cockpit-kpi-row,
  .cockpit-kanban {
    gap: 7px;
  }

  .cockpit-kpi-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cockpit-kanban {
    grid-template-columns: 1fr;
  }

  .cockpit-kpi-row article {
    display: block;
    min-height: 64px;
    padding: 9px;
    text-align: left;
  }

  .cockpit-kpi-row small {
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  .cockpit-kpi-row strong {
    margin-top: 7px;
    font-size: 1rem;
  }

  .cockpit-kanban article {
    min-height: 74px;
    padding: 12px;
  }

  .cockpit-kanban strong {
    margin: 12px 0 4px;
  }

  .cockpit-chart {
    height: 54px;
  }

  .cockpit-module {
    position: relative;
    inset: auto;
    width: calc(50% - 7px);
    justify-content: center;
    margin: 10px 2px 0;
    transform: none;
  }

  .cockpit-module-a,
  .cockpit-module-b,
  .cockpit-module-c,
  .cockpit-module-d {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .cockpit-pulse {
    display: none;
  }

  .saas-execution-section {
    text-align: center;
  }

  .saas-execution-copy h2 {
    font-size: clamp(1.9rem, 8.6vw, 2.65rem);
    line-height: 1.08;
  }

  .saas-execution-copy p {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .saas-execution-metrics {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .saas-execution-board {
    min-height: auto;
    padding: 16px;
  }

  .saas-execution-body {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .saas-execution-panel {
    min-height: 220px;
    text-align: center;
  }

  .saas-execution-panel strong,
  .saas-execution-panel p {
    margin-right: auto;
    margin-left: auto;
  }

  .saas-execution-timeline {
    grid-template-columns: 1fr;
  }

  .saas-execution-panel-scroll {
    height: 132px;
    text-align: left;
  }

  .saas-execution-panel-track span {
    min-height: 36px;
    font-size: 0.68rem;
  }

  .saas-execution-loop-track article {
    width: 132px;
    min-height: 70px;
  }

  .phone-mock {
    inset: 18px 18px 96px;
  }

  .journey-tags {
    right: 18px;
    left: 18px;
    justify-content: center;
  }

  .service-metric-strip,
  .service-module-grid,
  .service-flow-grid {
    grid-template-columns: 1fr;
  }

  .service-metric-strip article,
  .service-module-card,
  .service-flow-grid article,
  .service-checklist div,
  .service-panel,
  .service-preview-section {
    text-align: center;
  }

  .service-preview-section {
    padding: 22px;
  }

  .service-preview-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .service-showcase-board {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
  }

  .service-showcase-card,
  .service-showcase-card.showcase-main {
    grid-row: auto;
    min-height: 190px;
  }

  .service-showcase-card.showcase-main {
    min-height: 240px;
  }

  .service-showcase-card span {
    right: auto;
    left: 50%;
    justify-content: center;
    text-align: center;
    transform: translateX(-50%);
  }

  .whatsapp-cover-board {
    min-height: 940px;
  }

  .whatsapp-cover-grid {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
    padding-top: 52px;
  }

  .whatsapp-cover-grid .whatsapp-cover-main,
  .whatsapp-cover-tile,
  .whatsapp-cover-kpis,
  .cover-tile-one,
  .cover-tile-two {
    grid-column: auto;
    grid-row: auto;
  }

  .whatsapp-cover-grid .whatsapp-cover-main {
    min-height: 320px;
  }

  .whatsapp-cover-main {
    inset: 54px 0 92px;
    transform: none;
  }

  .whatsapp-cover-tile {
    min-height: 170px;
  }

  .whatsapp-cover-kpis {
    grid-template-columns: 1fr;
  }

  .whatsapp-cover-kpis span {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(102, 242, 184, 0.13);
    text-align: left;
  }

  .whatsapp-cover-kpis span:last-child {
    border-bottom: 0;
  }

  .whatsapp-cover-main figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .whatsapp-cover-main figcaption strong {
    font-size: clamp(1.18rem, 6vw, 1.68rem);
  }

  .whatsapp-cover-float {
    width: 46%;
    min-width: 0;
    height: 128px;
  }

  .cover-float-one {
    top: 14px;
    right: 14px;
  }

  .cover-float-two {
    right: auto;
    bottom: 14px;
    left: 14px;
  }

  .whatsapp-cover-badge {
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    font-size: 0.66rem;
  }

  .whatsapp-cover-points {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .journey-intent-board {
    min-height: 280px;
  }

  .journey-canvas {
    inset: 16px 14px 90px;
  }

  .journey-node {
    min-width: 112px;
    padding: 10px;
  }

  .journey-node strong {
    font-size: 0.76rem;
  }

  .journey-node-message {
    left: 28%;
  }

  .whatsapp-broadcast-section {
    text-align: center;
  }

  .broadcast-copy h2 {
    font-size: clamp(1.9rem, 8.6vw, 2.65rem);
    line-height: 1.08;
  }

  .broadcast-copy p {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .broadcast-stats {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .broadcast-stats span {
    min-height: 82px;
    text-align: center;
  }

  .broadcast-demo {
    min-height: auto;
    padding: 16px;
  }

  .broadcast-panel,
  .broadcast-phone {
    width: 100%;
  }

  .broadcast-phone {
    margin: 12px 0 0;
  }

  .broadcast-chat {
    padding: 14px;
  }

  .broadcast-event-visual {
    min-height: 112px;
  }

  .whatsapp-playbook-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-playbook-grid article {
    min-height: 245px;
  }

  .service-module-card .module-icon,
  .service-flow-grid .module-icon,
  .ai-node .node-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .service-flow-grid .module-icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
  }

  .service-module-card .module-icon,
  .service-flow-grid .module-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .service-module-card,
  .service-flow-grid article {
    min-height: 220px;
  }

  .service-final-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .saas-blueprint-board {
    grid-template-columns: 1fr;
  }

  .saas-blueprint-layer {
    min-height: 116px;
  }
}

@media (max-width: 780px) {
  .mobile-menu {
    align-items: center;
    padding: 18px;
    text-align: center;
  }

  .mobile-menu a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .mobile-subnav {
    width: 100%;
    padding: 2px 0 4px;
  }

  .mobile-subnav a {
    justify-content: center;
    padding: 0 14px;
  }

  .hero-actions,
  .contact-actions,
  .service-hero-actions,
  .service-final-cta {
    justify-content: center;
  }

  .challenge-list article,
  .service-card,
  .portfolio-card,
  .catalog-card,
  .tech-logo-card,
  .ecosystem-node,
  .service-metric-strip article,
  .service-module-card,
  .service-flow-grid article,
  .service-checklist div,
  .whatsapp-playbook-grid article,
  .wa-api-inbox-section article,
  .ai-node,
  .saas-blueprint-layer,
  .saas-layer-card,
  .cockpit-module,
  .ai-intake-card,
  .ai-human-card,
  .ai-answer-card,
  .cycle-step {
    text-align: center;
  }

  .challenge-list .warning-icon,
  .service-icon,
  .portfolio-card > span,
  .catalog-card > span,
  .ecosystem-icon,
  .module-icon,
  .node-icon,
  .cycle-icon,
  .wa-panel-icon,
  .checklist-mini-icon,
  .playbook-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .service-checklist div,
  .wa-ops-panel article,
  .ai-intake-card,
  .ai-human-card,
  .saas-layer-card,
  .cycle-step {
    justify-items: center;
    align-items: center;
  }

  .catalog-card {
    justify-items: center;
  }

  .wa-ops-panel article,
  .ai-intake-card,
  .ai-human-card,
  .saas-layer-card,
  .cycle-step {
    grid-template-columns: 1fr;
  }

  .cycle-step {
    flex-direction: column;
    justify-content: center;
  }

  .saas-layer-card small {
    grid-column: auto;
    justify-self: center;
  }

  .site-footer {
    align-items: center;
    justify-items: center;
    text-align: center;
  }

  .site-footer .footer-brand {
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer p {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer nav {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .accessibility-toolkit {
    left: 14px;
    bottom: 82px;
  }

  .accessibility-trigger {
    width: 46px;
    height: 46px;
  }

  .accessibility-panel {
    bottom: 58px;
    width: min(300px, calc(100vw - 28px));
  }
}
