:root {
  --ink: #08131f;
  --ink-soft: #142534;
  --paper: #f3f5f0;
  --white: #ffffff;
  --muted: #66727b;
  --line: rgba(8, 19, 31, 0.12);
  --lime: #b8f53b;
  --lime-bright: #d2ff68;
  --cyan: #61d9f6;
  --violet: #a88cff;
  --orange: #ffb461;
  --simula-blue: #2854d7;
  --simula-teal: #18b8aa;
  --phone-purple: #7b3ff2;
  --phone-lilac: #b895ff;
  --chat-blue: #2300a0;
  --chat-green: #00b91f;
  --radius-xl: 40px;
  --radius-lg: 28px;
  --shadow-soft: 0 30px 80px rgba(14, 27, 40, 0.12);
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--ink);
  background: var(--lime);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

svg {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 12px;
  color: var(--ink);
  background: var(--lime);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

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

.scroll-progress {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    backdrop-filter 0.3s ease;
}

.site-header.scrolled {
  color: var(--ink);
  border-bottom: 1px solid rgba(8, 19, 31, 0.08);
  background: rgba(243, 245, 240, 0.82);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 180px;
  min-height: 68px;
}

.brand-logo {
  display: block;
  width: 180px;
  height: auto;
  object-fit: contain;
}

.brand-logo--dark {
  display: none;
}

.site-header.scrolled .brand-logo--white {
  display: none;
}

.site-header.scrolled .brand-logo--dark {
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
  opacity: 0.78;
  transition: opacity 0.25s ease;
}

.main-nav > a:not(.nav-cta)::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav > a:not(.nav-cta):hover {
  opacity: 1;
}

.main-nav > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 100px;
  transition:
    color 0.25s ease,
    background 0.25s ease;
}

.site-header.scrolled .nav-cta {
  border-color: rgba(8, 19, 31, 0.16);
}

.nav-cta:hover {
  color: var(--ink);
  background: var(--lime);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 860px;
  padding: 170px 0 110px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 32%, rgba(61, 105, 136, 0.26), transparent 30%),
    linear-gradient(135deg, #07111b 0%, #0a1a29 60%, #0c1d28 100%);
  isolation: isolate;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 110px;
  content: "";
  background: linear-gradient(to top, rgba(4, 11, 18, 0.5), transparent);
}

.hero-grid,
.connection-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(184, 245, 59, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit--one {
  top: -360px;
  right: -220px;
  width: 950px;
  height: 950px;
}

.hero-orbit--two {
  top: 190px;
  right: 80px;
  width: 570px;
  height: 570px;
  border-color: rgba(97, 217, 246, 0.1);
}

.hero-glow,
.ecosystem-glow,
.connection-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(5px);
}

.hero-glow--one {
  top: 10%;
  right: 4%;
  width: 390px;
  height: 390px;
  background: rgba(83, 208, 247, 0.09);
}

.hero-glow--two {
  bottom: 8%;
  left: -10%;
  width: 420px;
  height: 420px;
  background: rgba(184, 245, 59, 0.06);
}

.hero-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-dot {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(184, 245, 59, 0.11);
}

.eyebrow--dark {
  color: #6d777d;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(54px, 5.5vw, 82px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.98;
}

.hero h1 span {
  display: block;
  color: var(--lime);
}

.hero-description {
  max-width: 570px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.button svg,
.text-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 0.25s ease;
}

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

.button:hover svg,
.text-link:hover svg {
  transform: translateX(3px);
}

.button--primary {
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 14px 40px rgba(184, 245, 59, 0.16);
}

.button--primary:hover {
  background: var(--lime-bright);
  box-shadow: 0 18px 50px rgba(184, 245, 59, 0.24);
}

.button--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

.button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.button--light {
  color: var(--ink);
  background: var(--white);
}

.meta-partner-badge {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 62px;
  margin-top: 28px;
  padding: 9px 48px 9px 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(6, 17, 28, 0.48);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.meta-partner-badge::after {
  position: absolute;
  top: -45px;
  right: -25px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  content: "";
  background: rgba(6, 104, 225, 0.18);
  filter: blur(12px);
}

.meta-partner-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 42px;
  margin-right: 11px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
}

.meta-partner-icon img {
  display: block;
  width: 42px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px rgba(4, 49, 177, 0.18));
}

.meta-partner-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1px;
  line-height: 1.2;
}

.meta-partner-copy small {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meta-partner-copy strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
}

.meta-partner-check {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 14px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0668e1;
  transform: translateY(-50%);
}

.meta-partner-check svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-products {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.hero-products a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 42px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.hero-products a:hover {
  border-color: rgba(184, 245, 59, 0.3);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.hero-products a:nth-child(1) {
  border-color: rgba(40, 84, 215, 0.35);
  background: rgba(40, 84, 215, 0.09);
}

.hero-products a:nth-child(2) {
  border-color: rgba(123, 63, 242, 0.35);
  background: rgba(248, 244, 255, 0.96);
}

.hero-products a:nth-child(3) {
  border-color: rgba(0, 185, 31, 0.22);
  background: rgba(255, 255, 255, 0.92);
}

.hero-product-logo {
  display: block;
  max-width: 100%;
  max-height: 25px;
  object-fit: contain;
}

.hero-product-logo--simula {
  max-height: 23px;
}

.hero-product-logo--phone {
  max-height: 26px;
}

.hero-product-logo--chat {
  max-height: 29px;
}

.product-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.product-dot--simula {
  background: var(--orange);
}

.product-dot--phone {
  background: var(--cyan);
}

.product-dot--chat {
  background: var(--violet);
}

.hero-visual {
  position: relative;
  height: 590px;
  perspective: 1000px;
}

.visual-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.visual-halo::before,
.visual-halo::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: inherit;
  content: "";
  transform: translate(-50%, -50%);
}

.visual-halo::before {
  width: 410px;
  height: 410px;
}

.visual-halo::after {
  width: 680px;
  height: 680px;
}

.command-center {
  position: absolute;
  z-index: 2;
  top: 98px;
  left: 50%;
  width: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(15, 31, 45, 0.83);
  box-shadow: 0 50px 90px rgba(0, 0, 0, 0.38);
  transform: translateX(-50%) rotateY(-5deg) rotateX(2deg);
  backdrop-filter: blur(24px);
}

.command-center::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 35%);
}

.command-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.window-dots {
  display: flex;
  gap: 5px;
}

.window-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.live-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
}

.live-indicator i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(184, 245, 59, 0.09);
  animation: livePulse 1.8s ease-in-out infinite;
}

.command-body {
  display: grid;
  min-height: 360px;
  grid-template-columns: 52px 1fr;
}

.command-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 18px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(4, 12, 20, 0.28);
}

.side-logo {
  display: grid;
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  place-items: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.95);
}

.side-logo img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.command-sidebar > i {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.command-sidebar > i.active {
  border-color: var(--lime);
  background: rgba(184, 245, 59, 0.15);
}

.command-sidebar > i.active::before {
  position: absolute;
  top: 3px;
  left: -8px;
  width: 2px;
  height: 6px;
  border-radius: 10px;
  content: "";
  background: var(--lime);
}

.command-content {
  padding: 28px 26px 24px;
}

.command-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 32px;
}

.command-heading div {
  display: flex;
  flex-direction: column;
}

.command-heading span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.command-heading strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
}

.command-heading .period {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
}

.journey-map {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 10px 8px 35px;
}

.journey-line {
  position: absolute;
  top: 17px;
  left: 9%;
  width: 82%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(184, 245, 59, 0.8), rgba(255, 255, 255, 0.16));
}

.journey-line::after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--lime);
  box-shadow: 0 0 10px var(--lime);
  animation: travel 4s linear infinite;
}

.journey-node {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.journey-node i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: #142534;
  box-shadow: 0 0 0 6px rgba(12, 28, 42, 0.8);
}

.journey-node svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.journey-node--start i {
  width: 14px;
  height: 14px;
  margin: 10px;
  border: 3px solid var(--ink-soft);
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(184, 245, 59, 0.13);
}

.journey-node--simula i {
  color: var(--simula-teal);
}

.journey-node--phone i {
  color: var(--phone-lilac);
}

.journey-node--chat i {
  color: var(--chat-green);
}

.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.metric-card {
  position: relative;
  min-height: 95px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.metric-card > span {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-card > strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
}

.tiny-chart {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  height: 25px;
}

.tiny-chart--bars {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 4px;
}

.tiny-chart--bars i {
  width: 9px;
  height: 35%;
  border-radius: 3px 3px 0 0;
  background: rgba(184, 245, 59, 0.25);
}

.tiny-chart--bars i:nth-child(2) {
  height: 55%;
}

.tiny-chart--bars i:nth-child(3) {
  height: 45%;
}

.tiny-chart--bars i:nth-child(4) {
  height: 75%;
}

.tiny-chart--bars i:nth-child(5) {
  height: 100%;
  background: var(--lime);
}

.tiny-chart--line svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tiny-chart--line path {
  fill: none;
  stroke: var(--cyan);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  vector-effect: non-scaling-stroke;
}

.visual-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(22, 42, 57, 0.88);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.visual-card-copy {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
}

.visual-card span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visual-card strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
}

.visual-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 76px;
  width: 76px;
  height: 28px;
}

.visual-card-logo img {
  display: block;
  max-width: 100%;
  max-height: 24px;
  object-fit: contain;
}

.visual-card--simula .visual-card-logo img {
  max-height: 21px;
}

.visual-card--chat .visual-card-logo img {
  max-height: 23px;
}

.visual-card--simula {
  top: 35px;
  left: 15px;
  border-color: rgba(40, 84, 215, 0.34);
  background: rgba(18, 43, 91, 0.92);
  animation: floatSlow 6s ease-in-out infinite;
}

.visual-card--phone {
  z-index: 5;
  top: 360px;
  right: -18px;
  border-color: rgba(123, 63, 242, 0.4);
  background: rgba(41, 22, 77, 0.94);
  animation: floatFast 5s ease-in-out infinite;
}

.visual-card--chat {
  bottom: 25px;
  left: 25px;
  border-color: rgba(0, 185, 31, 0.32);
  background: rgba(12, 37, 48, 0.96);
  animation: floatMedium 7s ease-in-out infinite;
}

.visual-card--chat .visual-card-logo {
  height: 30px;
  padding: 3px 5px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.95);
}

.visual-card--phone .visual-card-logo {
  height: 30px;
  padding: 3px 5px;
  border-radius: 7px;
  background: rgba(248, 244, 255, 0.96);
}

.mini-icon {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
}

.mini-icon svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.mini-icon--simula {
  color: var(--orange);
  background: rgba(255, 180, 97, 0.1);
}

.mini-icon--phone {
  color: var(--cyan);
  background: rgba(97, 217, 246, 0.1);
}

.mini-icon--phone svg {
  fill: currentColor;
  stroke: none;
}

.mini-icon--chat {
  color: var(--violet);
  background: rgba(168, 140, 255, 0.1);
}

.status {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.status--ok {
  background: var(--simula-teal);
  box-shadow: 0 0 0 4px rgba(24, 184, 170, 0.12);
}

.call-rings {
  position: absolute;
  top: 50%;
  left: 29px;
  width: 34px;
  height: 34px;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.call-rings i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(184, 149, 255, 0.5);
  border-radius: 50%;
  opacity: 0;
  animation: rings 2.2s ease-out infinite;
}

.call-rings i:nth-child(2) {
  animation-delay: 0.7s;
}

.call-rings i:nth-child(3) {
  animation-delay: 1.4s;
}

.avatar-stack {
  display: flex !important;
  align-items: center;
  flex: initial !important;
  flex-direction: row !important;
  margin-left: 4px;
}

.avatar-stack i {
  display: grid;
  width: 20px;
  height: 20px;
  margin-left: -7px;
  place-items: center;
  border: 2px solid #1a3142;
  border-radius: 50%;
  color: var(--white);
  background: #395064;
  font-size: 6px;
  font-style: normal;
}

.avatar-stack i:nth-child(2) {
  background: #5d507c;
}

.avatar-stack i:nth-child(3) {
  background: #354c43;
}

.scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-hint span {
  position: relative;
  display: block;
  width: 1px;
  height: 33px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
}

.scroll-hint span::after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 60%;
  content: "";
  background: var(--lime);
  animation: scrollHint 2s ease-in-out infinite;
}

.manifesto {
  color: rgba(255, 255, 255, 0.55);
  background: #091620;
}

.manifesto-row {
  display: grid;
  align-items: center;
  min-height: 100px;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
}

.manifesto p,
.manifesto strong {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manifesto strong {
  color: var(--lime);
}

.manifesto-line {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.manifesto-line i {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2f4350;
  transform: translateY(-50%);
}

.manifesto-line i:nth-child(1) {
  left: 10%;
}

.manifesto-line i:nth-child(2) {
  left: 30%;
}

.manifesto-line i:nth-child(3) {
  left: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(184, 245, 59, 0.08);
}

.manifesto-line i:nth-child(4) {
  left: 70%;
}

.manifesto-line i:nth-child(5) {
  left: 90%;
}

.ecosystem {
  overflow: hidden;
}

.ecosystem-glow {
  top: 230px;
  right: -260px;
  width: 580px;
  height: 580px;
  background: rgba(184, 245, 59, 0.13);
  filter: blur(80px);
}

.section-heading {
  max-width: 870px;
  margin-bottom: 70px;
}

.section-heading h2,
.connection-copy h2,
.cta-box h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -0.068em;
  line-height: 1.06;
}

.section-heading h2 span {
  color: #8a9498;
}

.section-heading > p:last-child {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
}

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

.section-heading--center .eyebrow {
  justify-content: center;
}

.product-showcase {
  display: grid;
  gap: 24px;
}

.product-panel {
  position: relative;
  display: grid;
  min-height: 570px;
  padding: 30px 36px 30px 68px;
  overflow: hidden;
  border: 1px solid rgba(8, 19, 31, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 30px 80px rgba(14, 27, 40, 0.05);
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
}

.product-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.65), transparent 45%);
}

.product-panel--simula {
  border-color: rgba(40, 84, 215, 0.18);
  background:
    radial-gradient(circle at 94% 12%, rgba(24, 184, 170, 0.19), transparent 31%),
    radial-gradient(circle at 4% 90%, rgba(40, 84, 215, 0.11), transparent 34%),
    #f2f7ff;
  box-shadow: 0 30px 90px rgba(40, 84, 215, 0.11);
}

.product-panel--phone {
  color: var(--ink);
  border-color: rgba(123, 63, 242, 0.2);
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 25%,
    #f4efff 32%,
    #d7c2ff 45%,
    #a977ff 60%,
    #6d35d5 80%,
    #35106f 100%
  );
  box-shadow: 0 30px 90px rgba(78, 36, 156, 0.2);
}

.product-panel--phone::before {
  background: radial-gradient(circle at 84% 45%, rgba(255, 255, 255, 0.14), transparent 32%);
}

.product-panel--chat {
  border-color: rgba(0, 185, 31, 0.18);
  background:
    radial-gradient(circle at 92% 25%, rgba(35, 0, 160, 0.12), transparent 30%),
    radial-gradient(circle at 3% 88%, rgba(0, 185, 31, 0.16), transparent 32%),
    #f3f8f1;
  box-shadow: 0 30px 90px rgba(0, 125, 30, 0.09);
}

.panel-index {
  position: absolute;
  top: 42px;
  left: 30px;
  color: rgba(8, 19, 31, 0.25);
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

.product-panel--phone .panel-index {
  color: rgba(123, 63, 242, 0.42);
}

.panel-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: start;
  align-self: center;
  flex-direction: column;
}

.panel-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #778186;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.panel-label i {
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
}

.product-panel--phone .panel-label {
  color: var(--phone-purple);
}

.product-panel--simula .panel-label {
  color: var(--simula-blue);
}

.product-panel--chat .panel-label {
  color: var(--chat-blue);
}

.panel-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 1;
}

.product-logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.product-logo--simula {
  width: 340px;
}

.product-logo--phone {
  width: 300px;
}

.product-panel--phone .product-logo--phone {
  padding: 0;
  border: 0;
  background: transparent;
}

.product-logo--chat {
  width: 350px;
}

.product-panel--simula .panel-copy h3 span {
  color: #e08d38;
}

.product-panel--phone .panel-copy h3 span {
  color: var(--cyan);
}

.product-panel--chat .panel-copy h3 span {
  color: #7f63dd;
}

.panel-copy > p {
  max-width: 430px;
  margin: 24px 0;
  color: var(--muted);
  font-size: 15px;
}

.product-panel--phone .panel-copy > p {
  color: #59666e;
}

.feature-list {
  display: grid;
  gap: 8px;
  margin: 0 0 27px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 16px;
  color: #40505a;
  font-size: 12px;
  font-weight: 500;
}

.feature-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(184, 245, 59, 0.1);
}

.product-panel--simula .feature-list li::before {
  background: var(--simula-teal);
  box-shadow: 0 0 0 4px rgba(24, 184, 170, 0.11);
}

.product-panel--phone .feature-list li::before {
  background: var(--phone-purple);
  box-shadow: 0 0 0 4px rgba(123, 63, 242, 0.1);
}

.product-panel--chat .feature-list li::before {
  background: var(--chat-green);
  box-shadow: 0 0 0 4px rgba(0, 185, 31, 0.1);
}

.product-panel--phone .feature-list li {
  color: #40505a;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(8, 19, 31, 0.24);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}

.product-panel--phone .text-link {
  color: #5326ad;
  border-color: rgba(123, 63, 242, 0.42);
}

.product-panel--simula .text-link {
  border-color: rgba(40, 84, 215, 0.34);
}

.product-panel--chat .text-link {
  border-color: rgba(0, 185, 31, 0.36);
}

.panel-visual {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-width: 0;
}

.panel-visual--simula {
  display: grid;
  place-items: center;
}

.simula-window {
  width: min(460px, 100%);
  overflow: hidden;
  border: 1px solid rgba(8, 19, 31, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 35px 70px rgba(25, 38, 48, 0.14);
  transform: rotate(2deg);
}

.simula-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(8, 19, 31, 0.07);
  color: #8a9297;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.simula-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d7dcd8;
}

.simula-bar span {
  margin-left: auto;
}

.simula-content {
  padding: 30px 25px;
}

.scenario-step {
  display: grid;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(8, 19, 31, 0.08);
  border-radius: 14px;
  background: #fafbf9;
  grid-template-columns: 33px 1fr auto;
  gap: 10px;
}

.scenario-step > i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  color: #738087;
  background: #edf0ed;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.scenario-step span {
  display: flex;
  flex-direction: column;
}

.scenario-step b {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
}

.scenario-step small {
  color: #9ba3a5;
  font-size: 7px;
}

.scenario-step em {
  color: #8e999d;
  font-size: 8px;
  font-style: normal;
}

.scenario-step--done > i {
  color: #087e75;
  background: rgba(24, 184, 170, 0.18);
}

.scenario-step--done em {
  color: var(--simula-teal);
  font-size: 12px;
}

.scenario-step--active {
  border-color: rgba(40, 84, 215, 0.28);
  background: #f4f7ff;
  box-shadow: 0 14px 30px rgba(40, 84, 215, 0.09);
}

.scenario-step--active > i {
  color: var(--simula-blue);
  background: rgba(40, 84, 215, 0.14);
}

.scenario-step--active em {
  padding: 4px 7px;
  border-radius: 100px;
  color: var(--simula-blue);
  background: rgba(40, 84, 215, 0.11);
}

.scenario-connector {
  width: 1px;
  height: 22px;
  margin-left: 29px;
  background: rgba(8, 19, 31, 0.12);
}

.panel-badge {
  position: absolute;
  z-index: 4;
  padding: 9px 13px;
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(12, 24, 34, 0.12);
  animation: floatSlow 6s ease-in-out infinite;
}

.panel-badge--simula {
  right: 0;
  bottom: 75px;
  color: #fff;
  background: linear-gradient(135deg, var(--simula-blue), var(--simula-teal));
}

.panel-visual--phone {
  display: grid;
  place-items: center;
}

.phone-orbit {
  position: absolute;
  border: 1px solid rgba(184, 149, 255, 0.18);
  border-radius: 50%;
}

.phone-orbit--outer {
  width: 430px;
  height: 430px;
  animation: rotate 24s linear infinite;
}

.phone-orbit--outer::before,
.phone-orbit--inner::before {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--phone-lilac);
  box-shadow: 0 0 15px rgba(184, 149, 255, 0.7);
}

.phone-orbit--inner {
  width: 300px;
  height: 300px;
  border-style: dashed;
  animation: rotateReverse 20s linear infinite;
}

.phone-orbit--inner::before {
  top: 10%;
  left: auto;
  right: 25px;
  background: var(--phone-purple);
}

.voice-core {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: var(--white);
  background:
    radial-gradient(circle, rgba(184, 149, 255, 0.2), transparent 65%),
    rgba(42, 13, 92, 0.56);
  box-shadow:
    0 0 0 28px rgba(123, 63, 242, 0.035),
    0 0 80px rgba(123, 63, 242, 0.24);
}

.voice-core strong {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
}

.voice-core span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 9px;
}

.waveform {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 55px;
}

.waveform i {
  width: 3px;
  height: 20%;
  border-radius: 10px;
  background: var(--phone-lilac);
  animation: wave 1s ease-in-out infinite alternate;
}

.waveform i:nth-child(2),
.waveform i:nth-child(8) {
  height: 40%;
  animation-delay: -0.2s;
}

.waveform i:nth-child(3),
.waveform i:nth-child(7) {
  height: 65%;
  animation-delay: -0.4s;
}

.waveform i:nth-child(4),
.waveform i:nth-child(6) {
  height: 95%;
  animation-delay: -0.1s;
}

.waveform i:nth-child(5) {
  height: 75%;
  background: var(--phone-purple);
  animation-delay: -0.5s;
}

.voice-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.04);
  font-size: 8px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.voice-chip i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--phone-lilac);
}

.voice-chip--one {
  top: 24%;
  right: 3%;
  animation: floatFast 5s ease-in-out infinite;
}

.voice-chip--two {
  bottom: 24%;
  left: 1%;
  animation: floatMedium 6s ease-in-out infinite;
}

.voice-chip--two i {
  background: var(--phone-purple);
}

.panel-badge--phone {
  right: 9%;
  bottom: 10%;
  color: #fff;
  background: var(--phone-purple);
}

.panel-visual--chat {
  display: grid;
  place-items: center;
}

.chat-window {
  display: grid;
  width: min(520px, 100%);
  height: 365px;
  overflow: hidden;
  border: 1px solid rgba(8, 19, 31, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 35px 70px rgba(25, 38, 48, 0.14);
  grid-template-columns: 45px 0.9fr 1.2fr;
  transform: rotate(-2deg);
}

.chat-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 15px 0;
  background: linear-gradient(180deg, #17006f, #080d1d);
}

.chat-sidebar span {
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 12px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--chat-green), #52e36b);
}

.chat-sidebar i {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.chat-list {
  padding: 20px 12px;
  border-right: 1px solid rgba(8, 19, 31, 0.07);
}

.chat-list > strong {
  display: block;
  margin: 0 4px 18px;
  font-family: var(--font-display);
  font-size: 10px;
}

.chat-contact {
  display: grid;
  align-items: center;
  margin-bottom: 7px;
  padding: 9px 7px;
  border-radius: 10px;
  grid-template-columns: 25px 1fr auto;
  gap: 7px;
}

.chat-contact.active {
  background: rgba(0, 185, 31, 0.08);
}

.chat-contact > i,
.chat-thread-top > i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--chat-blue);
  font-size: 6px;
  font-style: normal;
  font-weight: 600;
}

.chat-contact:nth-of-type(2) > i {
  background: #3520b1;
}

.chat-contact:nth-of-type(3) > i {
  background: #008c26;
}

.chat-contact span,
.chat-thread-top span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.chat-contact b,
.chat-thread-top b {
  overflow: hidden;
  font-family: var(--font-display);
  font-size: 7px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-contact small,
.chat-thread-top small {
  overflow: hidden;
  color: #9ba2a6;
  font-size: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-contact em {
  display: grid;
  width: 13px;
  height: 13px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--chat-green);
  font-size: 5px;
  font-style: normal;
}

.chat-thread {
  position: relative;
  padding: 17px 15px;
  background: #fbfcfa;
}

.chat-thread-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(8, 19, 31, 0.06);
}

.chat-thread-top > i {
  width: 26px;
  height: 26px;
}

.bubble {
  width: 80%;
  margin-top: 17px;
  padding: 9px 10px;
  border-radius: 9px;
  font-size: 6px;
}

.bubble--in {
  color: #59636a;
  background: #edf0ed;
  border-bottom-left-radius: 2px;
}

.bubble--out {
  margin-left: auto;
  color: #fff;
  background: linear-gradient(135deg, var(--chat-blue), #3c24c6);
  border-bottom-right-radius: 2px;
}

.chat-input {
  position: absolute;
  right: 14px;
  bottom: 15px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 9px;
  border: 1px solid rgba(8, 19, 31, 0.08);
  border-radius: 8px;
  color: #a6adaf;
  background: #fff;
  font-size: 6px;
}

.chat-input i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  background: var(--chat-green);
  font-style: normal;
}

.panel-badge--chat {
  right: 1%;
  bottom: 12%;
  color: #fff;
  background: linear-gradient(135deg, var(--chat-blue), var(--chat-green));
}

.connection {
  color: var(--white);
  background:
    radial-gradient(circle at 15% 30%, rgba(97, 217, 246, 0.08), transparent 25%),
    #08141f;
  isolation: isolate;
  overflow: hidden;
}

.connection-grid {
  opacity: 0.1;
  mask-image: radial-gradient(circle at center, black, transparent 70%);
}

.connection-glow--one {
  top: 0;
  left: -220px;
  width: 500px;
  height: 500px;
  background: rgba(97, 217, 246, 0.08);
  filter: blur(70px);
}

.connection-glow--two {
  right: -160px;
  bottom: -100px;
  width: 450px;
  height: 450px;
  background: rgba(184, 245, 59, 0.07);
  filter: blur(70px);
}

.connection-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.connection-copy {
  position: sticky;
  top: 150px;
  padding-top: 20px;
}

.connection-copy h2 span {
  color: rgba(255, 255, 255, 0.34);
}

.connection-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 26px 0 32px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
}

.connection-flow {
  position: relative;
  display: grid;
  gap: 18px;
}

.flow-track {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 28px;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.flow-track span {
  display: block;
  width: 100%;
  height: 35%;
  border-radius: 100px;
  background: linear-gradient(var(--simula-teal), var(--phone-purple), var(--chat-green), var(--lime));
  box-shadow: 0 0 18px rgba(123, 63, 242, 0.28);
}

.flow-step {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 180px;
  padding: 30px 30px 30px 84px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.025);
  grid-template-columns: 1fr auto;
  gap: 20px;
  transition:
    background 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
  backdrop-filter: blur(12px);
}

.flow-step:hover {
  border-color: rgba(184, 245, 59, 0.22);
  background: rgba(255, 255, 255, 0.045);
  transform: translateX(-8px);
}

.flow-number {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.4);
  background: #0c1d29;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  transform: translateY(-50%);
}

.flow-step > div:nth-child(2) > span {
  color: var(--lime);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flow-step h3 {
  margin: 6px 0 8px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.flow-step p {
  max-width: 380px;
  margin: 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 12px;
}

.flow-product {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  font-family: var(--font-display);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.flow-product--simula {
  color: var(--simula-teal);
  border-color: rgba(24, 184, 170, 0.24);
  background: rgba(24, 184, 170, 0.09);
}

.flow-product--phone {
  color: var(--phone-lilac);
  border-color: rgba(184, 149, 255, 0.24);
  background: rgba(123, 63, 242, 0.1);
}

.flow-product--chat {
  color: var(--chat-green);
  border-color: rgba(0, 185, 31, 0.24);
  background: rgba(0, 185, 31, 0.09);
}

.flow-product--integratel {
  color: var(--ink);
  background: var(--lime);
}

.outcomes {
  overflow: hidden;
}

.outcome-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 20px;
}

.outcome-card {
  position: relative;
  min-height: 440px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(8, 19, 31, 0.09);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.66);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.outcome-card:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-6px);
}

.outcome-card--wide {
  color: var(--white);
  border-color: #172c38;
  background: #10232f;
}

.outcome-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 60px;
  place-items: center;
  border: 1px solid rgba(8, 19, 31, 0.08);
  border-radius: 15px;
  color: #617177;
  background: #f6f8f4;
}

.outcome-card--wide .outcome-icon {
  color: var(--lime);
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.outcome-icon svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.outcome-card > span {
  color: #929c9f;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.outcome-card h3 {
  margin: 12px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.outcome-card p {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.outcome-card--wide p {
  color: rgba(255, 255, 255, 0.42);
}

.context-rings {
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(184, 245, 59, 0.13);
  border-radius: 50%;
}

.context-rings i {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(184, 245, 59, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.context-rings i:nth-child(1) {
  width: 75%;
  height: 75%;
}

.context-rings i:nth-child(2) {
  width: 50%;
  height: 50%;
}

.context-rings i:nth-child(3) {
  width: 25%;
  height: 25%;
}

.context-rings b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 20px var(--lime);
  transform: translate(-50%, -50%);
}

.scale-bars {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  gap: 8px;
  height: 115px;
  padding: 0 34px;
  opacity: 0.7;
}

.scale-bars i {
  flex: 1;
  height: 22%;
  border-radius: 7px 7px 0 0;
  background: #dde5da;
}

.scale-bars i:nth-child(2) {
  height: 35%;
}

.scale-bars i:nth-child(3) {
  height: 48%;
}

.scale-bars i:nth-child(4) {
  height: 62%;
}

.scale-bars i:nth-child(5) {
  height: 78%;
}

.scale-bars i:nth-child(6) {
  height: 100%;
  background: var(--lime);
}

.evolution-loop {
  position: absolute;
  right: -15px;
  bottom: -30px;
  width: 190px;
  height: 190px;
  border: 1px dashed rgba(127, 99, 221, 0.25);
  border-radius: 50%;
  animation: rotate 18s linear infinite;
}

.evolution-loop i {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid #eef0eb;
  border-radius: 50%;
  background: #7f63dd;
}

.evolution-loop i:nth-child(1) {
  top: -6px;
  left: 50%;
}

.evolution-loop i:nth-child(2) {
  right: 6px;
  bottom: 36px;
  background: var(--cyan);
}

.evolution-loop i:nth-child(3) {
  bottom: 25px;
  left: 10px;
  background: var(--lime);
}

.cta-section {
  position: relative;
  padding: 30px 0 100px;
  overflow: hidden;
}

.cta-box {
  position: relative;
  min-height: 510px;
  padding: 100px 80px;
  overflow: hidden;
  border-radius: 42px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(97, 217, 246, 0.13), transparent 30%),
    linear-gradient(145deg, #0b1c28, #08131f);
  box-shadow: 0 40px 100px rgba(8, 19, 31, 0.22);
}

.cta-box::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 55px 55px;
  mask-image: linear-gradient(90deg, transparent, black);
}

.cta-box h2 {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.cta-box > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 570px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
}

.cta-box .eyebrow,
.cta-actions {
  position: relative;
  z-index: 2;
}

.cta-signal {
  position: absolute;
  right: -140px;
  bottom: -210px;
  width: 530px;
  height: 530px;
  border: 1px solid rgba(184, 245, 59, 0.14);
  border-radius: 50%;
}

.cta-signal i {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(184, 245, 59, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cta-signal i:nth-child(1) {
  width: 75%;
  height: 75%;
}

.cta-signal i:nth-child(2) {
  width: 50%;
  height: 50%;
}

.cta-signal i:nth-child(3) {
  width: 25%;
  height: 25%;
}

.cta-signal b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow:
    0 0 0 15px rgba(184, 245, 59, 0.05),
    0 0 50px rgba(184, 245, 59, 0.45);
  transform: translate(-50%, -50%);
}

.cta-orbit {
  position: absolute;
  border: 1px solid rgba(8, 19, 31, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.cta-orbit--one {
  top: -220px;
  left: -220px;
  width: 500px;
  height: 500px;
}

.cta-orbit--two {
  right: -180px;
  bottom: 0;
  width: 360px;
  height: 360px;
}

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

.footer-top {
  display: grid;
  align-items: center;
  padding: 35px 0;
  border-top: 1px solid rgba(8, 19, 31, 0.1);
  border-bottom: 1px solid rgba(8, 19, 31, 0.1);
  grid-template-columns: auto 1fr auto;
  gap: 40px;
}

.brand--footer {
  min-width: 195px;
}

.brand--footer .brand-logo {
  width: 195px;
}

.footer-top p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  color: #8a9498;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-links a:hover {
  color: var(--ink);
  transform: translateY(-2px);
}

.footer-links a span {
  font-size: 9px;
}

.footer-product-logo {
  display: block;
  max-width: 100px;
  max-height: 25px;
  object-fit: contain;
}

.footer-product-logo--simula {
  max-height: 21px;
}

.footer-product-logo--chat {
  max-width: 110px;
  max-height: 34px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
  color: #899396;
  font-size: 9px;
  letter-spacing: 0.04em;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes livePulse {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 0 7px rgba(184, 245, 59, 0.05);
  }
}

@keyframes travel {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

@keyframes rings {
  0% {
    opacity: 0.7;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(2.3);
  }
}

@keyframes scrollHint {
  0% {
    top: -100%;
  }
  70%,
  100% {
    top: 130%;
  }
}

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

@keyframes floatFast {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

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

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

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

@keyframes wave {
  from {
    transform: scaleY(0.45);
  }
  to {
    transform: scaleY(1);
  }
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
  }

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

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

  .hero-visual {
    width: min(700px, 100%);
    margin: 0 auto;
  }

  .product-panel {
    grid-template-columns: 1fr;
  }

  .panel-copy {
    padding-top: 35px;
  }

  .panel-visual {
    min-height: 430px;
  }

  .connection-layout {
    gap: 50px;
  }

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

  .outcome-card--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 850px) {
  .section {
    padding: 95px 0;
  }

  .nav-toggle {
    position: relative;
    z-index: 102;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: transparent;
  }

  .site-header.scrolled .nav-toggle {
    border-color: rgba(8, 19, 31, 0.16);
  }

  .nav-toggle span {
    position: absolute;
    width: 16px;
    height: 1px;
    background: currentColor;
    transition: transform 0.25s ease;
  }

  .nav-toggle span:first-child {
    transform: translateY(-3px);
  }

  .nav-toggle span:last-child {
    transform: translateY(3px);
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 140px 30px;
    flex-direction: column;
    gap: 28px;
    color: var(--white);
    background: rgba(8, 19, 31, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav > a {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 600;
  }

  .main-nav .nav-cta {
    margin-top: 10px;
    font-size: 15px;
  }

  .hero {
    padding-top: 145px;
  }

  .manifesto-row {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 28px 0;
  }

  .manifesto-line {
    display: none;
  }

  .product-panel {
    min-height: auto;
    padding: 24px 24px 40px 50px;
    border-radius: 30px;
  }

  .panel-index {
    left: 20px;
  }

  .connection-layout {
    grid-template-columns: 1fr;
  }

  .connection-copy {
    position: relative;
    top: auto;
  }

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

  .outcome-card--wide {
    grid-column: auto;
  }

  .cta-box {
    padding: 70px 35px;
  }

  .footer-top {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

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

  .header-inner {
    height: 72px;
  }

  .site-header .brand {
    min-width: 160px;
    min-height: 60px;
  }

  .site-header .brand-logo {
    width: 160px;
  }

  .hero {
    padding: 125px 0 70px;
  }

  .hero h1 {
    font-size: clamp(45px, 14vw, 64px);
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .hero-products {
    gap: 7px;
  }

  .hero-products a {
    width: calc(50% - 4px);
    height: 44px;
  }

  .hero-visual {
    height: 420px;
    margin-top: 30px;
    transform: scale(0.95);
  }

  .command-center {
    top: 70px;
    width: 520px;
    transform: translateX(-50%) scale(0.68);
  }

  .visual-halo {
    width: 350px;
    height: 350px;
  }

  .visual-card {
    min-width: 180px;
    transform: scale(0.78);
  }

  .visual-card--simula {
    top: 12px;
    left: -26px;
  }

  .visual-card--phone {
    top: 275px;
    right: -32px;
  }

  .visual-card--chat {
    bottom: 0;
    left: -18px;
  }

  .scroll-hint {
    display: none;
  }

  .section-heading {
    margin-bottom: 45px;
  }

  .section-heading h2,
  .connection-copy h2,
  .cta-box h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .product-panel {
    padding: 18px 16px 28px 40px;
    gap: 10px;
  }

  .panel-copy {
    padding: 25px 4px 0;
  }

  .panel-copy h3 {
    font-size: 48px;
  }

  .product-logo--simula {
    width: 285px;
  }

  .product-logo--phone {
    width: 250px;
  }

  .product-logo--chat {
    width: 285px;
  }

  .panel-visual {
    min-height: 340px;
  }

  .simula-window {
    transform: rotate(0) scale(0.88);
  }

  .phone-orbit--outer {
    width: 310px;
    height: 310px;
  }

  .phone-orbit--inner {
    width: 240px;
    height: 240px;
  }

  .voice-core {
    width: 180px;
    height: 180px;
  }

  .voice-chip--one {
    right: -3%;
  }

  .voice-chip--two {
    left: -4%;
  }

  .chat-window {
    height: 310px;
    grid-template-columns: 36px 0.8fr 1.2fr;
    transform: rotate(0);
  }

  .chat-list {
    padding: 14px 6px;
  }

  .chat-contact {
    padding: 7px 3px;
    grid-template-columns: 20px 1fr;
  }

  .chat-contact > i {
    width: 20px;
    height: 20px;
  }

  .chat-contact em {
    display: none;
  }

  .flow-step {
    min-height: 165px;
    padding: 24px 20px 24px 66px;
  }

  .flow-track {
    left: 27px;
  }

  .flow-product {
    display: none;
  }

  .outcome-card {
    min-height: 390px;
  }

  .cta-section {
    padding-bottom: 70px;
  }

  .cta-box {
    min-height: 560px;
    padding: 60px 24px;
    border-radius: 30px;
  }

  .cta-signal {
    right: -210px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 5px;
  }
}

.webchat-widget {
  position: fixed;
  z-index: 150;
  right: 22px;
  bottom: 22px;
}

.webchat-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: 380px;
  height: min(720px, calc(100dvh - 110px));
  overflow: hidden;
  border: 1px solid rgba(41, 31, 135, 0.16);
  border-radius: 24px;
  background: #fff;
  box-shadow:
    0 28px 80px rgba(22, 17, 72, 0.24),
    0 8px 24px rgba(16, 12, 58, 0.14);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.webchat-panel.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.webchat-panel-top {
  height: 68px;
  padding: 10px 10px 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  background: linear-gradient(115deg, #130078 0%, #2421a2 52%, #00a634 100%);
}

.webchat-panel-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.webchat-panel-brand img {
  width: 82px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 3px 6px rgba(8, 0, 51, 0.18));
}

.webchat-panel-brand div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.webchat-panel-brand span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.webchat-panel-brand strong {
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.webchat-close {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.webchat-close:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: rotate(4deg);
}

.webchat-close svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.webchat-panel iframe {
  display: block;
  width: 100%;
  height: calc(100% - 68px);
  background: #fff;
  opacity: 0;
  transition: opacity 180ms ease;
}

.webchat-panel.is-ready iframe {
  opacity: 1;
}

.webchat-loading {
  position: absolute;
  top: 68px;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  color: #282178;
  background:
    radial-gradient(circle at 50% 38%, rgba(35, 0, 160, 0.08), transparent 34%),
    #fff;
  transition: opacity 180ms ease;
}

.webchat-loading span {
  width: 38px;
  height: 38px;
  border: 3px solid rgba(35, 0, 160, 0.12);
  border-top-color: #2620a4;
  border-radius: 50%;
  animation: webchatSpin 0.8s linear infinite;
}

.webchat-loading strong {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
}

.webchat-panel.is-ready .webchat-loading {
  opacity: 0;
  pointer-events: none;
}

.webchat-toggle {
  width: fit-content;
  min-height: 54px;
  padding: 10px 18px 10px 13px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(115deg, #1e1599 0%, #2e23b7 48%, #00a83b 100%);
  box-shadow: 0 15px 35px rgba(26, 16, 116, 0.28);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.webchat-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(26, 16, 116, 0.34);
}

.webchat-toggle svg {
  width: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

@media (max-width: 620px) {
  .webchat-widget {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .webchat-panel {
    width: 100%;
    height: calc(100dvh - 88px);
    border-radius: 20px;
  }

  .webchat-toggle {
    min-height: 50px;
    padding: 8px 15px 8px 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

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