:root {
  --bg: #020202;
  --ink: #f5f1ea;
  --muted: #aaa49a;
  --dim: #5f5c57;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(54, 255, 176, 0.4);
  --green: #36ffb0;
  --green-deep: #08b978;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-padding-top: 96px;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  background: linear-gradient(180deg, #050505 0%, #000 100%);
}

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

.site-menu {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 34px);
  width: min(calc(100% - 32px), 1328px);
  margin: 16px auto 0;
  padding: 13px clamp(18px, 3vw, 34px);
  background: rgba(2, 2, 2, 0.7);
  border: 1px solid rgba(54, 255, 176, 0.18);
  border-radius: 8px;
  box-shadow: inset 0 0 18px rgba(54, 255, 176, 0.02);
}

.menu-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.menu-brand img,
.footer-brand img {
  display: block;
  width: auto;
  height: 28px;
  object-fit: contain;
}

.menu-nav,
.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(14px, 2.4vw, 30px);
}

.menu-nav a,
.footer-nav a {
  display: inline-flex;
  align-items: center;
  color: rgba(245, 241, 234, 0.64);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease;
}

.menu-nav a:hover,
.menu-nav a:focus-visible,
.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--green);
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(560px, 1.08fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(36px, 4vw, 64px);
  min-height: 100vh;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(36px, 4vw, 56px);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 46%, transparent 76%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent 36%, rgba(0, 0, 0, 0.55)),
    radial-gradient(circle at 52% 52%, transparent 0 28%, rgba(0, 0, 0, 0.64) 78%);
}

.particle-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.72;
}

.hologram-wrap {
  display: grid;
  place-items: center;
  min-height: 560px;
}

.hologram-card {
  position: relative;
  width: min(100%, 650px);
  aspect-ratio: 1 / 0.86;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 48%, rgba(54, 255, 176, 0.18), transparent 18%),
    radial-gradient(circle at 50% 51%, rgba(8, 185, 120, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  box-shadow:
    inset 0 0 90px rgba(255, 255, 255, 0.035),
    0 28px 90px rgba(0, 0, 0, 0.44);
}

.hologram-card::before,
.hologram-card::after {
  content: "";
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transform: rotate(-12deg) skewX(-10deg);
}

.hologram-card::after {
  inset: 27%;
  border-color: rgba(54, 255, 176, 0.22);
  animation: pulseLine 5.6s ease-in-out infinite;
}

.scanner-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(54, 255, 176, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(54, 255, 176, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 48%, #000 0 48%, transparent 80%);
}

.scan-beam {
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: 16%;
  width: 74px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(54, 255, 176, 0.06),
    rgba(54, 255, 176, 0.2),
    rgba(54, 255, 176, 0.06),
    transparent
  );
  filter: blur(0.5px);
  transform: rotate(12deg);
  animation: scanSweep 6.8s ease-in-out infinite;
}

.visitor-map {
  position: absolute;
  inset: 10%;
  opacity: 0.86;
}

.path-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(54, 255, 176, 0.38), transparent);
  transform-origin: left center;
}

.line-one {
  left: 14%;
  top: 35%;
  width: 68%;
  transform: rotate(10deg);
}

.line-two {
  left: 20%;
  top: 62%;
  width: 56%;
  transform: rotate(-17deg);
}

.line-three {
  left: 35%;
  top: 22%;
  width: 44%;
  transform: rotate(52deg);
}

.path-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(54, 255, 176, 0.8);
  animation: nodePulse 3.4s ease-in-out infinite;
}

.node-one {
  left: 17%;
  top: 32%;
}

.node-two {
  left: 42%;
  top: 41%;
  animation-delay: -0.8s;
}

.node-three {
  left: 71%;
  top: 28%;
  animation-delay: -1.5s;
}

.node-four {
  left: 62%;
  top: 67%;
  animation-delay: -2.2s;
}

.visitor-core {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.user-head,
.user-body {
  position: absolute;
  background: rgba(54, 255, 176, 0.92);
  box-shadow: 0 0 28px rgba(54, 255, 176, 0.58);
}

.user-head {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translateY(-28px);
}

.user-body {
  width: 54px;
  height: 30px;
  border-radius: 42px 42px 12px 12px;
  transform: translateY(14px);
  opacity: 0.72;
}

.core-ring {
  position: absolute;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(54, 255, 176, 0.36);
  border-radius: 50%;
  animation: breathe 4.8s ease-in-out infinite;
}

.ring-delay {
  width: 126px;
  height: 126px;
  border-color: rgba(8, 185, 120, 0.24);
  animation-delay: -1.7s;
}

.floating-block {
  position: absolute;
  display: grid;
  gap: 6px;
  min-width: 142px;
  padding: 12px 14px;
  border: 1px solid rgba(54, 255, 176, 0.34);
  border-radius: 8px;
  color: rgba(245, 241, 234, 0.88);
  font-size: 11px;
  font-weight: 700;
  background: rgba(4, 4, 4, 0.68);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 0 26px rgba(54, 255, 176, 0.035),
    0 14px 34px rgba(0, 0, 0, 0.28);
  animation: floatPanel 5.8s ease-in-out infinite;
}

.floating-block span {
  color: rgba(54, 255, 176, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.floating-block strong {
  color: rgba(245, 241, 234, 0.94);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.block-agent {
  left: 6%;
  top: 13%;
}

.block-pattern {
  right: 5%;
  top: 24%;
  animation-delay: -1.1s;
}

.block-focus {
  left: 7%;
  bottom: 18%;
  animation-delay: -2.4s;
}

.block-time {
  right: 10%;
  bottom: 10%;
  min-width: 118px;
  animation-delay: -3.1s;
}

.block-crm {
  left: 38%;
  top: 9%;
  min-width: 196px;
  animation-delay: -2.8s;
}

.block-hot {
  right: 6%;
  bottom: 33%;
  min-width: 148px;
  animation-delay: -1.8s;
}

.block-exit {
  left: 36%;
  top: auto;
  bottom: 14%;
  border-color: rgba(255, 255, 255, 0.16);
  animation-delay: -4s;
}

.hero-copy {
  max-width: 610px;
  justify-self: end;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 34px;
  color: rgba(54, 255, 176, 0.88);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(54, 255, 176, 0.76));
}

h1 {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 300;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-text {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(245, 241, 234, 0.9);
  font-size: clamp(16px, 1.28vw, 19px);
  font-weight: 400;
  line-height: 1.58;
}

.hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 54px;
  margin-top: 44px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  color: #0a0a0a;
  background: var(--ink);
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-action::after {
  content: "->";
  margin-left: 14px;
}

.hero-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(245, 241, 234, 0.16);
}

.problem-section {
  position: relative;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(78px, 10vw, 136px) clamp(22px, 4vw, 56px);
}

.problem-section::before {
  content: "";
  position: absolute;
  inset: 5% clamp(22px, 4vw, 56px) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(54, 255, 176, 0.26), transparent);
}

.problem-header {
  display: grid;
  gap: 20px;
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.problem-eyebrow {
  margin: 0;
}

.problem-header h2 {
  max-width: 740px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.7vw, 46px);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0;
}

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

.problem-card {
  position: relative;
  min-height: 330px;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(2, 2, 2, 0.74);
  box-shadow: inset 0 0 46px rgba(54, 255, 176, 0.018);
}

.problem-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 0%, rgba(54, 255, 176, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(54, 255, 176, 0.09), transparent 1px);
  opacity: 0.62;
}

.problem-kicker {
  position: relative;
  margin: 0 0 28px;
  color: rgba(54, 255, 176, 0.86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.problem-card p:not(.problem-kicker) {
  position: relative;
  margin: 0;
  color: rgba(245, 241, 234, 0.9);
  font-size: clamp(15px, 1.18vw, 17px);
  font-weight: 400;
  line-height: 1.62;
}

.problem-card-wide {
  border-color: rgba(54, 255, 176, 0.22);
}

.solution-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(620px, 1.18fr);
  align-items: center;
  gap: clamp(36px, 5vw, 82px);
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(38px, 5vw, 72px) clamp(22px, 4vw, 56px) clamp(80px, 10vw, 148px);
}

.solution-copy {
  max-width: 590px;
}

.solution-eyebrow {
  margin: 0 0 28px;
}

.solution-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
}

.solution-text {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.solution-text p,
.solution-close {
  margin: 0;
  color: rgba(245, 241, 234, 0.9);
  font-size: clamp(15px, 1.12vw, 17px);
  line-height: 1.64;
}

.solution-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.solution-capabilities span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(54, 255, 176, 0.22);
  border-radius: 999px;
  color: rgba(245, 241, 234, 0.82);
  background: rgba(255, 255, 255, 0.025);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.solution-map {
  position: relative;
  min-height: 640px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(54, 255, 176, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  box-shadow:
    inset 0 0 86px rgba(255, 255, 255, 0.025),
    0 28px 90px rgba(0, 0, 0, 0.36);
}

.solution-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 56%, transparent 86%);
}

.system-node {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 6px;
  width: 178px;
  padding: 13px 14px;
  border: 1px solid rgba(54, 255, 176, 0.26);
  border-radius: 8px;
  background: rgba(4, 4, 4, 0.76);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 30px rgba(54, 255, 176, 0.028);
}

.system-node span {
  color: rgba(54, 255, 176, 0.86);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.system-node strong {
  color: rgba(245, 241, 234, 0.94);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.22;
  text-transform: uppercase;
}

.system-node em {
  color: rgba(245, 241, 234, 0.58);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.web-node {
  left: 50%;
  top: 50%;
  width: 210px;
  min-height: 126px;
  place-items: center;
  text-align: center;
  border-color: rgba(54, 255, 176, 0.48);
  background:
    radial-gradient(circle at 50% 70%, rgba(54, 255, 176, 0.12), transparent 42%),
    rgba(4, 4, 4, 0.78);
  transform: translate(-50%, -50%);
}

.web-node strong {
  font-size: 13px;
  letter-spacing: 0;
}

.web-node::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 34px rgba(54, 255, 176, 0.7);
  transform: translate(-50%, 58px);
  animation: nodePulse 3s ease-in-out infinite;
}

.node-data {
  left: 7%;
  top: 45%;
  width: 146px;
}

.node-actions {
  left: 50%;
  top: 9%;
  transform: translateX(-50%);
}

.integrations-node {
  position: absolute;
  z-index: 2;
  right: 6%;
  top: 7%;
  display: grid;
  grid-template-columns: repeat(5, 24px);
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(54, 255, 176, 0.22);
  border-radius: 8px;
  background: rgba(4, 4, 4, 0.66);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 26px rgba(54, 255, 176, 0.025);
}

.integration-badge {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: rgba(245, 241, 234, 0.88);
  background: rgba(255, 255, 255, 0.035);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.integration-badge img {
  display: block;
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.integration-badge img.slack-icon {
  filter: brightness(0) saturate(100%) invert(89%) sepia(94%) saturate(519%) hue-rotate(81deg)
    brightness(101%) contrast(103%);
}

.integration-badge.more {
  color: rgba(54, 255, 176, 0.92);
  border-color: rgba(54, 255, 176, 0.3);
  font-size: 15px;
}

.node-agent {
  right: 5%;
  top: 43%;
  width: 166px;
}

.node-analytics {
  left: 20%;
  bottom: 12%;
}

.node-logs {
  right: 20%;
  bottom: 12%;
  width: 178px;
}

.flow-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(54, 255, 176, 0.34), transparent);
  transform-origin: left center;
}

.flow-line::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #51d7ff;
  box-shadow: 0 0 18px rgba(81, 215, 255, 0.82);
  animation: flowPulse 3.8s linear infinite;
}

.line-data {
  left: 27%;
  top: 50%;
  width: 23%;
}

.line-actions {
  left: 50%;
  top: 30%;
  width: 20%;
  transform: rotate(90deg);
}

.line-integrations {
  left: 62%;
  top: 16%;
  width: 18%;
  transform: rotate(-14deg);
}

.line-agent {
  left: 60%;
  top: 50%;
  width: 25%;
}

.line-analytics {
  left: 37%;
  top: 59%;
  width: 18%;
  transform: rotate(132deg);
}

.line-logs {
  left: 56%;
  top: 60%;
  width: 22%;
  transform: rotate(42deg);
}

.line-actions::after {
  animation-delay: -0.8s;
}

.line-agent::after {
  animation-delay: -1.5s;
}

.line-integrations::after {
  animation-delay: -1.1s;
}

.line-analytics::after {
  animation-delay: -2.1s;
}

.line-logs::after {
  animation-delay: -2.7s;
}

.business-highlight {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(320px, 1.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  width: min(100% - 44px, 1240px);
  margin: 0 auto clamp(80px, 10vw, 140px);
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(54, 255, 176, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 50%, rgba(54, 255, 176, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
  box-shadow: inset 0 0 54px rgba(54, 255, 176, 0.02);
}

.business-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.business-highlight p,
.business-highlight h2 {
  position: relative;
  margin: 0;
}

.business-highlight p {
  color: rgba(54, 255, 176, 0.9);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.business-highlight h2 {
  color: rgba(245, 241, 234, 0.9);
  font-size: clamp(21px, 2.2vw, 32px);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: 0;
}

.after-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(560px, 1.14fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: center;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(70px, 9vw, 132px) clamp(22px, 4vw, 56px);
}

.after-copy {
  max-width: 620px;
}

.after-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
}

.after-text {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.after-text p {
  margin: 0;
  color: rgba(245, 241, 234, 0.9);
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 1.54;
}

.conversation-hologram {
  position: relative;
  min-height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 24%, rgba(54, 255, 176, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  box-shadow:
    inset 0 0 86px rgba(255, 255, 255, 0.025),
    0 28px 90px rgba(0, 0, 0, 0.36);
}

.conversation-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 44%, #000 0 58%, transparent 88%);
}

.chat-window {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 7%;
  height: 340px;
  overflow: hidden;
}

.chat-track {
  display: grid;
  gap: 13px;
}

.chat-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  opacity: 0;
  transform: translateY(12px);
  animation-duration: 32s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.chat-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(54, 255, 176, 0.26);
  border-radius: 50%;
  background: rgba(4, 4, 4, 0.72);
  box-shadow: 0 0 20px rgba(54, 255, 176, 0.08);
}

.chat-avatar::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(245, 241, 234, 0.86);
}

.user-avatar::before {
  box-shadow: 0 13px 0 5px rgba(245, 241, 234, 0.86);
  transform: translateY(-6px);
}

.agent-avatar::before {
  width: 18px;
  height: 15px;
  border-radius: 6px;
  background: var(--green);
  box-shadow: 0 0 16px rgba(54, 255, 176, 0.52);
}

.agent-avatar::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #020202;
  box-shadow: 9px 0 0 #020202;
}

.chat-row p {
  min-height: 48px;
  margin: 0;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(245, 241, 234, 0.86);
  background: rgba(4, 4, 4, 0.66);
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.38;
}

.user-row p {
  border-color: rgba(54, 255, 176, 0.24);
}

.final-message p {
  color: rgba(54, 255, 176, 0.9);
}

.message-waiting {
  animation-name: messageOne;
}

.message-user-question {
  animation-name: messageTwo;
}

.message-agent-email {
  animation-name: messageThree;
}

.message-user-email {
  animation-name: messageFour;
}

.message-final {
  animation-name: messageFinal;
}

.automation-flow {
  position: absolute;
  inset: 44% 7% 8%;
  opacity: 0;
  transform: translateY(12px);
  animation: automationSequence 32s ease-in-out infinite both;
}

.auto-node {
  position: absolute;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 112px;
  padding: 13px 14px;
  border: 1px solid rgba(54, 255, 176, 0.28);
  border-radius: 8px;
  background: rgba(4, 4, 4, 0.72);
  backdrop-filter: blur(12px);
}

.auto-node strong {
  color: rgba(245, 241, 234, 0.9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.auto-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(54, 255, 176, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
}

.auto-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.web-mark::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid var(--green);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(54, 255, 176, 0.2), 0 0 14px rgba(54, 255, 176, 0.38);
}

.mail-mark::before {
  content: "";
  width: 19px;
  height: 14px;
  border: 2px solid var(--green);
  border-radius: 3px;
  background:
    linear-gradient(35deg, transparent 47%, var(--green) 49% 52%, transparent 54%),
    linear-gradient(-35deg, transparent 47%, var(--green) 49% 52%, transparent 54%);
}

.webhook-mark {
  position: relative;
}

.webhook-mark::before,
.webhook-mark::after {
  content: "";
  position: absolute;
}

.webhook-mark::before {
  width: 20px;
  height: 20px;
  border: 2px solid var(--green);
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 48%, 0 48%);
  transform: rotate(-24deg);
}

.webhook-mark::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    10px 3px 0 var(--green),
    4px 13px 0 var(--green),
    0 0 14px rgba(54, 255, 176, 0.5);
}

.webhook-node {
  left: 4%;
  top: 20%;
}

.web-flow-node {
  left: 40%;
  top: 20%;
}

.mailchimp-node {
  right: 4%;
  top: 20%;
}

.mail-node {
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
}

.auto-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(54, 255, 176, 0.36), transparent);
  transform-origin: left center;
}

.auto-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #51d7ff;
  box-shadow: 0 0 18px rgba(81, 215, 255, 0.82);
  animation: flowPulse 3.8s linear infinite;
}

.line-webhook-web {
  left: 22%;
  top: 31%;
  width: 22%;
}

.line-web-mailchimp {
  left: 54%;
  top: 31%;
  width: 24%;
}

.line-mailchimp-mail {
  left: 64%;
  top: 43%;
  width: 23%;
  transform: rotate(124deg);
}

.line-web-mailchimp::after {
  animation-delay: -1.2s;
}

.line-mailchimp-mail::after {
  animation-delay: -2.4s;
}

.contact-section {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(78px, 10vw, 140px) clamp(22px, 4vw, 56px) clamp(90px, 11vw, 156px);
  scroll-margin-top: 96px;
}

.contact-copy {
  display: grid;
  grid-template-columns: minmax(460px, 0.86fr) minmax(460px, 1.14fr);
  gap: 18px clamp(28px, 4vw, 56px);
  align-items: start;
  max-width: none;
  margin: 0 0 clamp(34px, 5vw, 58px);
  text-align: left;
}

.contact-eyebrow {
  grid-column: 1;
  margin: 0 0 28px;
}

.contact-copy h2 {
  grid-column: 1;
  margin: 0;
  max-width: 580px;
  color: var(--ink);
  font-size: clamp(30px, 3.3vw, 44px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
}

.contact-text {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin: 0;
}

.contact-text p {
  margin: 0;
  color: rgba(245, 241, 234, 0.9);
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 1.56;
}

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

.contact-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 210px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(2, 2, 2, 0.74);
  box-shadow: inset 0 0 46px rgba(54, 255, 176, 0.014);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(54, 255, 176, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(54, 255, 176, 0.1), transparent 1px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.contact-card span,
.contact-card strong,
.contact-card em {
  position: relative;
}

.contact-card span {
  color: rgba(54, 255, 176, 0.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-card strong {
  color: rgba(245, 241, 234, 0.94);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 400;
  line-height: 1.12;
}

.contact-card em {
  align-self: end;
  color: rgba(245, 241, 234, 0.68);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.contact-card em::after {
  content: " ->";
  color: rgba(54, 255, 176, 0.9);
}

.contact-card:hover,
.contact-card:focus-visible {
  border-color: rgba(54, 255, 176, 0.72);
  box-shadow:
    inset 0 0 52px rgba(54, 255, 176, 0.035),
    0 18px 54px rgba(54, 255, 176, 0.08);
  transform: translateY(-4px);
}

.contact-card:hover::before,
.contact-card:focus-visible::before {
  opacity: 1;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 34px clamp(22px, 4vw, 56px) 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(70px, 9vw, 128px) clamp(22px, 4vw, 56px);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1.28fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.about-image {
  position: sticky;
  top: 94px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
}

.about-image img {
  display: block;
  width: 100%;
  height: auto;
}

.page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: rgba(54, 255, 176, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(54, 255, 176, 0.76));
}

.page-title {
  margin: 0 0 34px;
  color: var(--ink);
  font-size: clamp(36px, 4.6vw, 58px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0;
}

.page-copy {
  display: grid;
  gap: 16px;
}

.page-copy p {
  margin: 0;
  color: rgba(245, 241, 234, 0.9);
  font-size: clamp(15px, 1.12vw, 17px);
  line-height: 1.64;
}

.chaos-page {
  min-height: 100vh;
  overflow: hidden;
}

.chaos-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 78px);
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(64px, 7vw, 104px) clamp(22px, 4vw, 56px)
    clamp(78px, 8vw, 120px);
}

.chaos-hero::before {
  content: "";
  position: absolute;
  inset: 0 clamp(22px, 4vw, 56px);
  z-index: -1;
  background:
    radial-gradient(circle at 68% 34%, rgba(54, 255, 176, 0.08), transparent 30%),
    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;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
}

.chaos-copy {
  max-width: 620px;
}

.chaos-copy h1 {
  max-width: 620px;
}

.chaos-text {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.chaos-text p {
  margin: 0;
  color: rgba(245, 241, 234, 0.9);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.58;
}

.chaos-text p:nth-child(3) {
  margin-top: 8px;
  color: rgba(54, 255, 176, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chaos-hologram {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(54, 255, 176, 0.14), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(2, 2, 2, 0.8);
  box-shadow:
    inset 0 0 90px rgba(255, 255, 255, 0.026),
    0 26px 90px rgba(0, 0, 0, 0.34);
}

.chaos-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 58%, transparent 86%);
}

.chaos-core,
.chaos-node,
.chaos-click,
.chaos-label,
.chaos-status {
  position: absolute;
  z-index: 3;
}

.chaos-core {
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 160px;
  height: 92px;
  border: 1px solid rgba(54, 255, 176, 0.34);
  border-radius: 8px;
  background: rgba(4, 4, 4, 0.74);
  box-shadow:
    inset 0 0 32px rgba(54, 255, 176, 0.045),
    0 0 34px rgba(54, 255, 176, 0.08);
  transform: translate(-50%, -50%);
}

.chaos-core-label {
  position: absolute;
  color: rgba(245, 241, 234, 0.94);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.chaos-system {
  color: rgba(54, 255, 176, 0.96);
  opacity: 0;
  animation: systemReveal 14s ease-in-out infinite;
}

.chaos-company {
  animation: companyFade 14s ease-in-out infinite;
}

.chaos-node {
  display: grid;
  place-items: center;
  min-width: 112px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(54, 255, 176, 0.24);
  border-radius: 8px;
  color: rgba(245, 241, 234, 0.9);
  background: rgba(4, 4, 4, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: inset 0 0 24px rgba(54, 255, 176, 0.025);
}

.node-web {
  left: 50%;
  top: 9%;
  transform: translateX(-50%);
}

.node-instagram {
  right: 8%;
  top: 22%;
}

.node-whatsapp {
  right: 9%;
  bottom: 21%;
}

.node-email {
  left: 38%;
  bottom: 8%;
  transform: translateX(-50%);
}

.node-mail {
  left: 62%;
  bottom: 8%;
  transform: translateX(-50%);
}

.node-phone {
  left: 8%;
  bottom: 22%;
}

.node-crm {
  left: 9%;
  top: 22%;
}

.chaos-route {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 210px;
  transform-origin: 50% 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(54, 255, 176, 0.5), transparent);
  animation: orderedRoutes 14s ease-in-out infinite;
}

.route-web {
  transform: rotate(180deg);
}

.route-instagram {
  transform: rotate(236deg);
}

.route-whatsapp {
  transform: rotate(304deg);
}

.route-email {
  transform: rotate(16deg);
}

.route-mail {
  transform: rotate(344deg);
}

.route-phone {
  transform: rotate(56deg);
}

.route-crm {
  transform: rotate(124deg);
}

.chaos-particle {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(241, 194, 92, 0.96);
  box-shadow: 0 0 18px rgba(241, 194, 92, 0.72);
}

.particle-one {
  animation: trafficOne 14s ease-in-out infinite;
}

.particle-two {
  animation: trafficTwo 14s ease-in-out infinite;
}

.particle-three {
  animation: trafficThree 14s ease-in-out infinite;
}

.particle-four {
  animation: trafficFour 14s ease-in-out infinite;
}

.particle-five {
  animation: trafficFive 14s ease-in-out infinite;
}

.particle-six {
  animation: trafficSix 14s ease-in-out infinite;
}

.particle-seven {
  animation: trafficSeven 14s ease-in-out infinite;
}

.particle-eight {
  animation: trafficEight 14s ease-in-out infinite;
}

.particle-nine {
  animation: trafficNine 14s ease-in-out infinite;
}

.particle-ten {
  animation: trafficTen 14s ease-in-out infinite;
}

.chaos-click {
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(54, 255, 176, 0.5);
  border-radius: 50%;
  color: rgba(54, 255, 176, 0.92);
  background: rgba(4, 4, 4, 0.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  animation: clickPulse 14s ease-in-out infinite;
}

.chaos-label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 176px;
  padding: 9px 11px;
  border: 1px solid rgba(241, 194, 92, 0.2);
  border-radius: 8px;
  color: rgba(245, 241, 234, 0.68);
  background: rgba(4, 4, 4, 0.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
  opacity: 0;
  animation: chaosLabels 14s ease-in-out infinite;
}

.chaos-label::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(241, 194, 92, 0.96);
  box-shadow: 0 0 14px rgba(241, 194, 92, 0.68);
}

.label-users {
  left: 6%;
  top: 38%;
  animation-delay: -0.1s;
}

.label-weekend {
  left: 6%;
  top: calc(38% + 48px);
  animation-delay: -0.25s;
}

.label-closed {
  left: 6%;
  top: calc(38% + 108px);
  animation-delay: -0.4s;
}

.chaos-status {
  right: 6%;
  top: 36%;
  display: grid;
  gap: 7px;
  width: 226px;
  padding: 12px;
  border: 1px solid rgba(241, 194, 92, 0.24);
  border-radius: 8px;
  background: rgba(4, 4, 4, 0.7);
  box-shadow: inset 0 0 24px rgba(241, 194, 92, 0.025);
  opacity: 0;
  animation: statusReveal 14s ease-in-out infinite;
}

.chaos-status span {
  display: flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(245, 241, 234, 0.88);
  background: transparent;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chaos-status span::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(241, 194, 92, 0.9);
  box-shadow: 0 0 12px rgba(241, 194, 92, 0.52);
}

.chaos-status span:first-child::before {
  content: none;
}

.chaos-status span:first-child {
  color: rgba(54, 255, 176, 0.94);
}

.system-answer {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(560px, 1.14fr);
  align-items: center;
  gap: clamp(36px, 5vw, 78px);
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 118px) clamp(22px, 4vw, 56px);
}

.system-answer-copy {
  max-width: 620px;
}

.system-answer-copy h2,
.system-statement h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.7vw, 46px);
  font-weight: 300;
  line-height: 1.08;
}

.system-answer-text {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.system-answer-text p,
.system-statement p {
  margin: 0;
  color: rgba(245, 241, 234, 0.9);
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 1.58;
}

.system-hologram {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(54, 255, 176, 0.14), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(2, 2, 2, 0.8);
  box-shadow:
    inset 0 0 90px rgba(255, 255, 255, 0.026),
    0 26px 90px rgba(0, 0, 0, 0.34);
}

.system-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 60%, transparent 88%);
}

.activity-feed {
  position: absolute;
  inset: 8%;
  z-index: 4;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(2, 2, 2, 0.74);
  box-shadow: inset 0 0 44px rgba(54, 255, 176, 0.018);
}

.activity-feed::before,
.activity-feed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  height: 92px;
  pointer-events: none;
}

.activity-feed::before {
  top: 0;
  background: linear-gradient(180deg, rgba(2, 2, 2, 0.96), transparent);
}

.activity-feed::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(2, 2, 2, 0.96), transparent);
}

.activity-track {
  display: grid;
  --activity-distance: 864px;
  animation: activityScroll 34s linear infinite;
}

.activity-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  height: 108px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(4, 4, 4, 0.36);
}

.activity-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(54, 255, 176, 0.28);
  border-radius: 50%;
  background: rgba(54, 255, 176, 0.07);
  box-shadow: 0 0 22px rgba(54, 255, 176, 0.08);
}

.activity-icon::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid rgba(54, 255, 176, 0.9);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

.activity-icon img {
  width: 18px;
  height: 18px;
}

.activity-icon img + ::before {
  content: none;
}

.whatsapp-activity::before,
.instagram-activity::before {
  content: none;
}

.lead-activity,
.activity-gold .activity-icon {
  border-color: rgba(241, 194, 92, 0.36);
  background: rgba(241, 194, 92, 0.08);
  box-shadow: 0 0 22px rgba(241, 194, 92, 0.1);
}

.lead-activity::before {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(241, 194, 92, 0.92);
  border-radius: 4px;
  transform: rotate(45deg);
}

.crm-activity::before {
  width: 16px;
  height: 13px;
  border: 2px solid rgba(241, 194, 92, 0.92);
  border-radius: 50%;
  box-shadow:
    0 5px 0 -1px rgba(4, 4, 4, 1),
    0 7px 0 -1px rgba(241, 194, 92, 0.92);
  transform: none;
}

.hot-lead-activity::before {
  width: 13px;
  height: 17px;
  border: 2px solid rgba(241, 194, 92, 0.92);
  border-radius: 9px 9px 9px 2px;
  transform: rotate(45deg);
}

.order-activity::before {
  width: 15px;
  height: 10px;
  border: 2px solid rgba(54, 255, 176, 0.9);
  border-radius: 3px;
  transform: none;
}

.web-activity::before {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(54, 255, 176, 0.9);
  border-radius: 50%;
  transform: none;
}

.user-activity::before {
  width: 11px;
  height: 11px;
  border: 2px solid rgba(54, 255, 176, 0.9);
  border-radius: 50%;
  box-shadow: 0 15px 0 5px rgba(54, 255, 176, 0.16);
  transform: translateY(-5px);
}

.activity-item strong,
.activity-item time,
.activity-item p {
  display: block;
}

.activity-item strong {
  max-width: 86%;
  color: rgba(245, 241, 234, 0.93);
  font-size: clamp(14px, 1.18vw, 17px);
  font-weight: 700;
  line-height: 1.25;
}

.activity-item time {
  position: absolute;
  right: 22px;
  margin-top: -18px;
  color: rgba(245, 241, 234, 0.42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.activity-item p {
  margin: 7px 0 0;
  color: rgba(245, 241, 234, 0.68);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.38;
}

.activity-muted strong,
.activity-muted p {
  color: rgba(245, 241, 234, 0.42);
}

.empty-chair {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(241, 194, 92, 0.22);
  border-radius: 8px;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: chairOut 12s ease-in-out infinite;
}

.empty-chair::before,
.empty-chair::after,
.empty-chair span {
  content: "";
  position: absolute;
  border: 1px solid rgba(241, 194, 92, 0.34);
}

.empty-chair::before {
  left: 31px;
  top: 22px;
  width: 56px;
  height: 48px;
  border-radius: 6px 6px 2px 2px;
}

.empty-chair::after {
  left: 24px;
  top: 68px;
  width: 70px;
  height: 18px;
  border-radius: 4px;
}

.empty-chair span {
  left: 34px;
  top: 86px;
  width: 48px;
  height: 22px;
  border-top: 0;
  border-bottom: 0;
}

.system-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  gap: 8px;
  width: 166px;
  height: 110px;
  border: 1px solid rgba(54, 255, 176, 0.34);
  border-radius: 8px;
  background: rgba(4, 4, 4, 0.76);
  box-shadow:
    inset 0 0 36px rgba(54, 255, 176, 0.05),
    0 0 42px rgba(54, 255, 176, 0.12);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  animation: coreIn 12s ease-in-out infinite;
}

.system-core span {
  color: rgba(54, 255, 176, 0.84);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.system-core strong {
  color: rgba(245, 241, 234, 0.96);
  font-size: 20px;
  letter-spacing: 0.12em;
}

.system-channel,
.system-outcomes {
  position: absolute;
  z-index: 5;
}

.system-channel {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 124px;
  padding: 13px 14px;
  border: 1px solid rgba(54, 255, 176, 0.24);
  border-radius: 8px;
  background: rgba(4, 4, 4, 0.72);
  box-shadow: inset 0 0 24px rgba(54, 255, 176, 0.025);
}

.system-channel strong {
  color: rgba(245, 241, 234, 0.88);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.channel-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(54, 255, 176, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
}

.channel-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.phone-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid rgba(54, 255, 176, 0.9);
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
}

.channel-phone {
  left: 50%;
  top: 9%;
  transform: translateX(-50%);
}

.channel-whatsapp {
  right: 8%;
  top: 35%;
}

.channel-instagram {
  left: 8%;
  top: 35%;
}

.channel-forms {
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
}

.system-line {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 210px;
  transform-origin: 50% 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(54, 255, 176, 0.58), transparent);
  animation: systemLines 12s ease-in-out infinite;
}

.line-phone {
  transform: rotate(180deg);
}

.line-whatsapp {
  transform: rotate(270deg);
}

.line-instagram {
  transform: rotate(90deg);
}

.line-forms {
  transform: rotate(0deg);
}

.system-dot {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(54, 255, 176, 0.96);
  box-shadow: 0 0 18px rgba(54, 255, 176, 0.74);
}

.dot-phone {
  animation: systemDotPhone 12s ease-in-out infinite;
}

.dot-whatsapp {
  animation: systemDotWhatsapp 12s ease-in-out infinite;
}

.dot-instagram {
  animation: systemDotInstagram 12s ease-in-out infinite;
}

.dot-forms {
  animation: systemDotForms 12s ease-in-out infinite;
}

.system-outcomes {
  right: 6%;
  bottom: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 310px;
  opacity: 0;
  animation: systemOutcomes 12s ease-in-out infinite;
}

.system-outcomes span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(54, 255, 176, 0.24);
  border-radius: 999px;
  color: rgba(245, 241, 234, 0.88);
  background: rgba(4, 4, 4, 0.74);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.system-statement {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  width: min(calc(100% - 44px), 1240px);
  margin: 0 auto clamp(78px, 9vw, 128px);
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(54, 255, 176, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(54, 255, 176, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
}

.system-statement div {
  display: grid;
  gap: 8px;
}

.gold-close {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1.14fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  width: min(100%, 1440px);
  margin: 0 auto clamp(78px, 9vw, 128px);
  padding: clamp(64px, 8vw, 118px) clamp(22px, 4vw, 56px);
}

.gold-close-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(245, 241, 234, 0.9);
  font-size: clamp(15px, 1.08vw, 17px);
  font-weight: 400;
  line-height: 1.58;
}

.gold-close-copy h2 {
  max-width: 620px;
  margin: 0 0 30px;
  color: var(--ink);
  font-size: clamp(30px, 3.7vw, 46px);
  font-weight: 300;
  line-height: 1.08;
}

.gold-close-copy p + p {
  margin-top: 8px;
}

.agent-hologram {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 420px;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(241, 194, 92, 0.3);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(241, 194, 92, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    rgba(4, 4, 4, 0.72);
  box-shadow:
    inset 0 0 64px rgba(241, 194, 92, 0.025),
    0 22px 72px rgba(0, 0, 0, 0.28);
}

.agent-hologram::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 48%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 194, 92, 0.24), transparent);
}

.agent-core-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin: 0 0 24px;
}

.agent-orbit {
  position: absolute;
  border: 1px solid rgba(241, 194, 92, 0.22);
  border-radius: 50%;
  inset: 0;
  animation: agentOrbit 8s linear infinite;
}

.orbit-two {
  inset: 18px;
  border-color: rgba(54, 255, 176, 0.22);
  animation-duration: 6s;
  animation-direction: reverse;
}

.agent-face {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 62px;
  border: 1px solid rgba(241, 194, 92, 0.36);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 194, 92, 0.12), transparent 50%),
    rgba(4, 4, 4, 0.78);
  box-shadow:
    inset 0 0 22px rgba(241, 194, 92, 0.06),
    0 0 34px rgba(241, 194, 92, 0.12);
  animation: agentBreathe 2400ms ease-in-out infinite;
}

.agent-face::before,
.agent-face::after {
  content: "";
  position: absolute;
  top: 23px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(54, 255, 176, 0.92);
  box-shadow: 0 0 12px rgba(54, 255, 176, 0.6);
}

.agent-face::before {
  left: 22px;
}

.agent-face::after {
  right: 22px;
}

.agent-face span {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 17px;
  height: 2px;
  border-radius: 999px;
  background: rgba(241, 194, 92, 0.8);
  animation: agentTalk 1400ms ease-in-out infinite;
}

.agent-core-visual::before,
.agent-core-visual::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(241, 194, 92, 0.96);
  box-shadow: 0 0 16px rgba(241, 194, 92, 0.58);
}

.agent-core-visual::before {
  left: 10px;
  top: 46px;
  animation: agentNodeOne 3200ms ease-in-out infinite;
}

.agent-core-visual::after {
  right: 9px;
  bottom: 40px;
  animation: agentNodeTwo 3600ms ease-in-out infinite;
}

.agent-hologram p {
  margin: 0;
  color: rgba(245, 241, 234, 0.92);
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.agent-hologram strong {
  margin-top: 8px;
  color: rgba(245, 241, 234, 0.58);
  font-size: 14px;
  font-weight: 500;
}

.agent-hologram ul {
  display: grid;
  gap: 12px;
  width: min(100%, 340px);
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.agent-hologram li {
  position: relative;
  padding-left: 30px;
  color: rgba(245, 241, 234, 0.86);
  font-size: clamp(14px, 1.12vw, 16px);
  font-weight: 700;
  line-height: 1.35;
}

.agent-hologram li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(54, 255, 176, 0.38);
  border-radius: 50%;
  background: rgba(54, 255, 176, 0.88);
  box-shadow: 0 0 18px rgba(54, 255, 176, 0.18);
}

.agent-hologram li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(0.1em + 5px);
  width: 5px;
  height: 8px;
  border: solid #050505;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.facts-box {
  margin-top: clamp(44px, 6vw, 76px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(54, 255, 176, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 0%, rgba(54, 255, 176, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
}

.facts-box h2,
.legal-card h1 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 300;
  line-height: 1.1;
}

.facts-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facts-list li {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: rgba(245, 241, 234, 0.84);
  background: rgba(4, 4, 4, 0.52);
  font-size: 15px;
  font-weight: 700;
}

.legal-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.legal-content {
  display: grid;
  gap: 14px;
}

.legal-content h2 {
  margin: 34px 0 4px;
  color: rgba(54, 255, 176, 0.88);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.18;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-content p {
  margin: 0;
  color: rgba(245, 241, 234, 0.78);
  font-size: 18px;
  line-height: 1.6;
}

.legal-list-line {
  padding-left: 18px;
}

@keyframes breathe {
  0%,
  100% {
    transform: scale(0.84);
    opacity: 0.34;
  }
  50% {
    transform: scale(1.16);
    opacity: 0.75;
  }
}

@keyframes pulseLine {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes scanSweep {
  0%,
  100% {
    transform: translateX(-40px) rotate(12deg);
    opacity: 0.16;
  }
  45%,
  55% {
    opacity: 0.72;
  }
  50% {
    transform: translateX(345px) rotate(12deg);
  }
}

@keyframes nodePulse {
  0%,
  100% {
    transform: scale(0.86);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.22);
    opacity: 1;
  }
}

@keyframes floatPanel {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes flowPulse {
  0% {
    left: 0;
    opacity: 0;
  }
  10%,
  82% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 7px);
    opacity: 0;
  }
}

@keyframes messageOne {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  6%,
  88% {
    opacity: 1;
    transform: translateY(0);
  }
  95%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@keyframes messageTwo {
  0%,
  22% {
    opacity: 0;
    transform: translateY(12px);
  }
  27%,
  88% {
    opacity: 1;
    transform: translateY(0);
  }
  95%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@keyframes messageThree {
  0%,
  38% {
    opacity: 0;
    transform: translateY(12px);
  }
  43%,
  88% {
    opacity: 1;
    transform: translateY(0);
  }
  95%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@keyframes messageFour {
  0%,
  52% {
    opacity: 0;
    transform: translateY(12px);
  }
  57%,
  88% {
    opacity: 1;
    transform: translateY(0);
  }
  95%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@keyframes messageFinal {
  0%,
  78% {
    opacity: 0;
    transform: translateY(12px);
  }
  82%,
  88% {
    opacity: 1;
    transform: translateY(0);
  }
  95%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@keyframes automationSequence {
  0%,
  62% {
    opacity: 0;
    transform: translateY(12px);
  }
  66%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  82%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@keyframes companyFade {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  58%,
  86% {
    opacity: 0;
  }
}

@keyframes systemReveal {
  0%,
  52%,
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
  60%,
  88% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes clickPulse {
  0%,
  43%,
  59%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
  }
  48%,
  54% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes orderedRoutes {
  0%,
  52%,
  100% {
    opacity: 0;
  }
  62%,
  88% {
    opacity: 0.68;
  }
}

@keyframes statusReveal {
  0%,
  58%,
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
  66%,
  88% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes chaosLabels {
  0%,
  5%,
  57%,
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
  10%,
  52% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes trafficOne {
  0% { transform: translate(-260px, -160px); opacity: 0; }
  8% { opacity: 1; }
  18% { transform: translate(120px, 86px); }
  32% { transform: translate(-96px, 174px); }
  48% { transform: translate(230px, -120px); opacity: 1; }
  60% { transform: translate(-4px, -4px); }
  82% { transform: translate(0, -230px); opacity: 1; }
  100% { transform: translate(0, -230px); opacity: 0; }
}

@keyframes trafficTwo {
  0% { transform: translate(270px, -120px); opacity: 0; }
  10% { opacity: 1; }
  24% { transform: translate(-190px, 120px); }
  38% { transform: translate(70px, -196px); }
  50% { transform: translate(-230px, -80px); opacity: 1; }
  60% { transform: translate(-4px, -4px); }
  82% { transform: translate(218px, -126px); opacity: 1; }
  100% { transform: translate(218px, -126px); opacity: 0; }
}

@keyframes trafficThree {
  0% { transform: translate(250px, 148px); opacity: 0; }
  9% { opacity: 1; }
  22% { transform: translate(-220px, -80px); }
  34% { transform: translate(154px, -176px); }
  49% { transform: translate(-96px, 164px); opacity: 1; }
  60% { transform: translate(-4px, -4px); }
  82% { transform: translate(218px, 126px); opacity: 1; }
  100% { transform: translate(218px, 126px); opacity: 0; }
}

@keyframes trafficFour {
  0% { transform: translate(-28px, 246px); opacity: 0; }
  12% { opacity: 1; }
  24% { transform: translate(180px, -118px); }
  36% { transform: translate(-230px, 76px); }
  50% { transform: translate(110px, 188px); opacity: 1; }
  60% { transform: translate(-4px, -4px); }
  82% { transform: translate(0, 230px); opacity: 1; }
  100% { transform: translate(0, 230px); opacity: 0; }
}

@keyframes trafficFive {
  0% { transform: translate(-258px, 138px); opacity: 0; }
  8% { opacity: 1; }
  20% { transform: translate(230px, -52px); }
  36% { transform: translate(-130px, -190px); }
  48% { transform: translate(168px, 160px); opacity: 1; }
  60% { transform: translate(-4px, -4px); }
  82% { transform: translate(-218px, 126px); opacity: 1; }
  100% { transform: translate(-218px, 126px); opacity: 0; }
}

@keyframes trafficSix {
  0% { transform: translate(-264px, -126px); opacity: 0; }
  11% { opacity: 1; }
  25% { transform: translate(206px, 96px); }
  39% { transform: translate(-38px, -212px); }
  49% { transform: translate(-220px, 122px); opacity: 1; }
  60% { transform: translate(-4px, -4px); }
  82% { transform: translate(-218px, -126px); opacity: 1; }
  100% { transform: translate(-218px, -126px); opacity: 0; }
}

@keyframes trafficSeven {
  0% { transform: translate(-180px, -224px); opacity: 0; }
  13% { opacity: 1; }
  27% { transform: translate(238px, -10px); }
  41% { transform: translate(-208px, 188px); }
  50% { transform: translate(26px, -230px); opacity: 1; }
  60% { transform: translate(-4px, -4px); }
  82% { transform: translate(0, -230px); opacity: 1; }
  100% { transform: translate(0, -230px); opacity: 0; }
}

@keyframes trafficEight {
  0% { transform: translate(190px, -220px); opacity: 0; }
  12% { opacity: 1; }
  24% { transform: translate(-245px, 14px); }
  40% { transform: translate(218px, 168px); }
  50% { transform: translate(-60px, -210px); opacity: 1; }
  60% { transform: translate(-4px, -4px); }
  82% { transform: translate(218px, -126px); opacity: 1; }
  100% { transform: translate(218px, -126px); opacity: 0; }
}

@keyframes trafficNine {
  0% { transform: translate(184px, 226px); opacity: 0; }
  10% { opacity: 1; }
  22% { transform: translate(-248px, -34px); }
  36% { transform: translate(210px, -172px); }
  49% { transform: translate(-180px, 168px); opacity: 1; }
  60% { transform: translate(-4px, -4px); }
  82% { transform: translate(218px, 126px); opacity: 1; }
  100% { transform: translate(218px, 126px); opacity: 0; }
}

@keyframes trafficTen {
  0% { transform: translate(-192px, 214px); opacity: 0; }
  9% { opacity: 1; }
  23% { transform: translate(248px, 26px); }
  37% { transform: translate(-196px, -180px); }
  50% { transform: translate(212px, 108px); opacity: 1; }
  60% { transform: translate(-4px, -4px); }
  82% { transform: translate(-218px, 126px); opacity: 1; }
  100% { transform: translate(-218px, 126px); opacity: 0; }
}

@keyframes chairOut {
  0%,
  18% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(1);
  }
  32%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82);
  }
}

@keyframes coreIn {
  0%,
  24%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  36%,
  86% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes systemLines {
  0%,
  32%,
  100% {
    opacity: 0;
  }
  44%,
  86% {
    opacity: 0.68;
  }
}

@keyframes systemOutcomes {
  0%,
  48%,
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
  58%,
  86% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes systemDotPhone {
  0%,
  28% { transform: translate(0, -224px); opacity: 0; }
  40% { opacity: 1; }
  70% { transform: translate(-4px, -4px); opacity: 1; }
  100% { transform: translate(-4px, -4px); opacity: 0; }
}

@keyframes systemDotWhatsapp {
  0%,
  30% { transform: translate(228px, -4px); opacity: 0; }
  42% { opacity: 1; }
  72% { transform: translate(-4px, -4px); opacity: 1; }
  100% { transform: translate(-4px, -4px); opacity: 0; }
}

@keyframes systemDotInstagram {
  0%,
  32% { transform: translate(-236px, -4px); opacity: 0; }
  44% { opacity: 1; }
  74% { transform: translate(-4px, -4px); opacity: 1; }
  100% { transform: translate(-4px, -4px); opacity: 0; }
}

@keyframes systemDotForms {
  0%,
  34% { transform: translate(0, 224px); opacity: 0; }
  46% { opacity: 1; }
  76% { transform: translate(-4px, -4px); opacity: 1; }
  100% { transform: translate(-4px, -4px); opacity: 0; }
}

@keyframes activityScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-1 * var(--activity-distance)));
  }
}

@keyframes voicePulse {
  0%,
  100% {
    transform: scaleY(0.45);
    opacity: 0.62;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes agentOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes agentBreathe {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes agentTalk {
  0%,
  100% {
    transform: scaleX(0.7);
    opacity: 0.55;
  }
  50% {
    transform: scaleX(1.25);
    opacity: 1;
  }
}

@keyframes agentNodeOne {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.5;
  }
  50% {
    transform: translate(18px, -18px);
    opacity: 1;
  }
}

@keyframes agentNodeTwo {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.5;
  }
  50% {
    transform: translate(-18px, 18px);
    opacity: 1;
  }
}

@media (max-width: 920px) {
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-menu {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding: 42px 22px 64px;
  }

  .hero-copy {
    order: -1;
    justify-self: start;
    max-width: 720px;
  }

  .hologram-wrap {
    min-height: 390px;
  }

  .hologram-card {
    width: min(100%, 620px);
  }

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

  .problem-card {
    min-height: 300px;
  }

  .solution-section {
    grid-template-columns: 1fr;
  }

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

  .solution-map {
    min-height: 620px;
  }

  .business-highlight {
    grid-template-columns: 1fr;
  }

  .after-section {
    grid-template-columns: 1fr;
  }

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

  .contact-copy {
    grid-template-columns: 1fr;
  }

  .contact-eyebrow,
  .contact-copy h2,
  .contact-text {
    grid-column: 1;
    grid-row: auto;
  }

  .contact-text {
    margin-top: 0;
  }

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

  .contact-card {
    min-height: 180px;
  }

  .about-hero {
    grid-template-columns: 1fr;
  }

  .chaos-hero {
    grid-template-columns: 1fr;
  }

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

  .chaos-hologram {
    min-height: 580px;
  }

  .system-answer,
  .system-statement {
    grid-template-columns: 1fr;
  }

  .system-answer-copy {
    max-width: 760px;
  }

  .system-hologram {
    min-height: 580px;
  }

  .about-image {
    position: static;
    max-width: 420px;
  }

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

@media (max-width: 560px) {
  .site-menu {
    width: calc(100% - 24px);
    margin-top: 12px;
    padding: 13px 16px;
  }

  .menu-brand img,
  .footer-brand img {
    height: 22px;
  }

  .menu-nav,
  .footer-nav {
    gap: 12px 16px;
  }

  .menu-nav a,
  .footer-nav a {
    font-size: 10px;
  }

  .hero {
    padding-inline: 18px;
  }

  .hologram-wrap {
    min-height: 560px;
  }

  .hologram-card {
    height: 520px;
    aspect-ratio: auto;
  }

  .eyebrow {
    margin-bottom: 24px;
    font-size: 10px;
  }

  h1 {
    font-size: clamp(32px, 9.2vw, 40px);
  }

  .hero-text {
    margin-top: 24px;
  }

  .floating-block {
    min-width: 116px;
    padding: 10px 11px;
  }

  .floating-block span {
    font-size: 12px;
  }

  .floating-block strong {
    font-size: 9px;
  }

  .block-agent {
    left: 5%;
    top: 5%;
  }

  .block-pattern {
    left: 5%;
    right: auto;
    top: 30%;
  }

  .block-crm {
    left: auto;
    right: 5%;
    top: 17%;
    min-width: 142px;
  }

  .block-hot {
    right: 5%;
    bottom: 14%;
    min-width: 130px;
  }

  .block-focus {
    left: 5%;
    bottom: 23%;
  }

  .block-time {
    right: auto;
    left: 37%;
    bottom: 3%;
  }

  .block-exit {
    left: auto;
    right: 7%;
    top: auto;
    bottom: 24%;
  }

  .problem-section {
    padding: 72px 18px 84px;
  }

  .problem-section::before {
    inset-inline: 18px;
  }

  .problem-header {
    margin-bottom: 28px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .problem-card {
    min-height: auto;
    padding: 22px;
  }

  .problem-card p:not(.problem-kicker) {
    font-size: 15px;
  }

  .solution-section {
    padding: 42px 18px 92px;
  }

  .solution-copy h2 {
    font-size: clamp(29px, 8.4vw, 38px);
  }

  .solution-capabilities {
    gap: 8px;
  }

  .solution-capabilities span {
    min-height: 32px;
    font-size: 10px;
  }

  .solution-map {
    min-height: 760px;
  }

  .system-node {
    width: 150px;
    padding: 12px;
  }

  .system-node span {
    font-size: 12px;
  }

  .system-node strong {
    font-size: 9px;
  }

  .web-node {
    top: 48%;
    width: 160px;
    min-height: 104px;
  }

  .web-node strong {
    font-size: 12px;
  }

  .web-node::after {
    transform: translate(-50%, 48px);
  }

  .node-data {
    left: 5%;
    top: 25%;
  }

  .node-actions {
    left: 50%;
    right: auto;
    top: 8%;
    transform: translateX(-50%);
  }

  .integrations-node {
    right: 5%;
    top: 56%;
    grid-template-columns: repeat(5, 25px);
    gap: 6px;
    padding: 9px;
  }

  .integration-badge {
    width: 25px;
    height: 25px;
    font-size: 8px;
  }

  .node-agent {
    right: 5%;
    top: 28%;
    width: 150px;
  }

  .node-analytics {
    left: 5%;
    bottom: 23%;
  }

  .node-logs {
    left: auto;
    right: 5%;
    bottom: 9%;
    width: 155px;
  }

  .line-data {
    left: 27%;
    top: 48%;
    width: 26%;
  }

  .line-actions {
    left: 50%;
    top: 22%;
    width: 26%;
    transform: rotate(90deg);
  }

  .line-integrations {
    left: 54%;
    top: 22%;
    width: 52%;
    transform: rotate(74deg);
  }

  .line-agent {
    left: 54%;
    top: 43%;
    width: 28%;
    transform: rotate(-8deg);
  }

  .line-analytics {
    left: 28%;
    top: 60%;
    width: 26%;
    transform: rotate(122deg);
  }

  .line-logs {
    left: 55%;
    top: 60%;
    width: 28%;
    transform: rotate(76deg);
  }

  .business-highlight {
    width: calc(100% - 36px);
    margin-bottom: 84px;
    padding: 24px;
    gap: 18px;
  }

  .business-highlight h2 {
    font-size: 22px;
  }

  .after-section {
    padding: 72px 18px 92px;
  }

  .after-copy h2 {
    font-size: clamp(29px, 8.4vw, 38px);
  }

  .conversation-hologram {
    min-height: 760px;
  }

  .chat-window {
    left: 5%;
    right: 5%;
    top: 5%;
    height: 390px;
  }

  .chat-row {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
  }

  .chat-avatar {
    width: 30px;
    height: 30px;
  }

  .chat-row p {
    min-height: 45px;
    padding: 11px 12px;
    font-size: 12px;
  }

  .automation-flow {
    inset: 58% 5% 5%;
  }

  .auto-node {
    min-width: 86px;
    padding: 10px;
  }

  .auto-icon {
    width: 30px;
    height: 30px;
  }

  .webhook-node {
    left: 0;
    top: 8%;
  }

  .web-flow-node {
    left: 50%;
    top: 8%;
    transform: translateX(-50%);
  }

  .mailchimp-node {
    right: 0;
    top: 8%;
  }

  .mail-node {
    bottom: 8%;
  }

  .line-webhook-web {
    left: 26%;
    top: 20%;
    width: 22%;
  }

  .line-web-mailchimp {
    left: 57%;
    top: 20%;
    width: 21%;
  }

  .line-mailchimp-mail {
    left: 72%;
    top: 34%;
    width: 40%;
    transform: rotate(121deg);
  }

  .contact-section {
    padding: 72px 18px 92px;
  }

  .contact-text {
    margin-top: 0;
  }

  .contact-card {
    min-height: auto;
    padding: 24px;
  }

  .site-footer {
    padding: 28px 18px 38px;
  }

  .page-shell {
    padding: 58px 18px 78px;
  }

  .chaos-hero {
    padding: 54px 18px 82px;
  }

  .chaos-text {
    gap: 9px;
    margin-top: 24px;
  }

  .chaos-text p {
    font-size: 15px;
  }

  .chaos-hologram {
    min-height: 560px;
  }

  .chaos-core {
    width: 132px;
    height: 82px;
  }

  .chaos-core-label {
    font-size: 14px;
  }

  .chaos-click {
    width: 78px;
    height: 78px;
    font-size: 9px;
  }

  .chaos-node {
    min-width: 94px;
    min-height: 40px;
    padding: 0 10px;
    font-size: 10px;
  }

  .node-web {
    top: 8%;
  }

  .node-instagram {
    right: 4%;
    top: 22%;
  }

  .node-whatsapp {
    right: 4%;
    bottom: 23%;
  }

  .node-email {
    left: 36%;
    bottom: 8%;
  }

  .node-mail {
    left: 64%;
    bottom: 8%;
  }

  .node-phone {
    left: 4%;
    bottom: 23%;
  }

  .node-crm {
    left: 4%;
    top: 22%;
  }

  .chaos-route {
    height: 172px;
  }

  .chaos-status {
    left: auto;
    right: 5%;
    top: 36%;
    bottom: auto;
    width: 124px;
    padding: 9px;
  }

  .chaos-status span {
    font-size: 7px;
    line-height: 1.3;
  }

  .chaos-label {
    width: 112px;
    padding: 7px 8px;
    font-size: 7px;
  }

  .label-users {
    left: 5%;
    top: 38%;
  }

  .label-weekend {
    left: 5%;
    top: calc(38% + 40px);
  }

  .label-closed {
    left: 5%;
    top: calc(38% + 88px);
  }

  .system-answer {
    padding: 54px 18px 82px;
  }

  .system-answer-text {
    margin-top: 24px;
  }

  .system-hologram {
    min-height: 560px;
  }

  .activity-feed {
    inset: 5%;
  }

  .activity-track {
    --activity-distance: 992px;
    animation-duration: 38s;
  }

  .activity-item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    height: 124px;
    padding: 17px 14px;
  }

  .activity-icon {
    width: 32px;
    height: 32px;
  }

  .activity-item strong {
    max-width: 100%;
    padding-right: 54px;
    font-size: 13px;
  }

  .activity-item time {
    right: 14px;
    margin-top: -16px;
    font-size: 10px;
  }

  .activity-item p {
    font-size: 12px;
    line-height: 1.36;
  }

  .empty-chair {
    width: 100px;
    height: 100px;
  }

  .empty-chair::before {
    left: 25px;
    top: 18px;
    width: 50px;
    height: 42px;
  }

  .empty-chair::after {
    left: 20px;
    top: 60px;
    width: 60px;
  }

  .empty-chair span {
    left: 30px;
    top: 78px;
    width: 40px;
  }

  .system-core {
    width: 132px;
    height: 90px;
  }

  .system-core strong {
    font-size: 16px;
  }

  .system-channel {
    min-width: 106px;
    padding: 10px;
  }

  .system-channel strong {
    font-size: 8px;
  }

  .channel-icon {
    width: 28px;
    height: 28px;
  }

  .channel-phone {
    top: 8%;
  }

  .channel-whatsapp {
    right: 4%;
    top: 29%;
  }

  .channel-instagram {
    left: 4%;
    top: 29%;
  }

  .channel-forms {
    bottom: 8%;
  }

  .system-line {
    height: 176px;
  }

  .system-outcomes {
    left: 5%;
    right: 5%;
    bottom: 2%;
    justify-content: center;
    max-width: none;
  }

  .system-outcomes span {
    min-height: 27px;
    padding: 0 8px;
    font-size: 8px;
  }

  .system-statement {
    width: calc(100% - 36px);
    margin-bottom: 84px;
    padding: 24px;
  }

  .gold-close {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    margin-bottom: 84px;
    padding: 54px 18px 82px;
  }

  .gold-close-copy p {
    font-size: 15px;
    line-height: 1.58;
  }

  .agent-hologram {
    min-height: 390px;
    padding: 28px 22px;
  }

  .agent-core-visual {
    width: 116px;
    height: 116px;
  }

  .agent-hologram ul {
    width: 100%;
    margin-top: 34px;
  }

  .facts-list {
    grid-template-columns: 1fr;
  }
}
