:root {
  --bg: #05070b;
  --bg-2: #0d121b;
  --ink: #111827;
  --ink-2: #1f2937;
  --paper: #f6f6f1;
  --white: #ffffff;
  --muted: #8c95a5;
  --line: rgba(255, 255, 255, .12);
  --line-dark: rgba(17, 24, 39, .12);
  --gold: #ff5a1f;
  --gold-2: #ff7a2f;
  --orange: #ff5a1f;
  --green: #16a36a;
  --red: #ef4444;
}

.hero-platform > .system-screen {
  display: none !important;
}

.hero-media img {
  opacity: .12;
  filter: blur(10px) saturate(.48) contrast(.9);
}

.hero-platform .agil-demo-reel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 90, 31, .18), transparent 32%),
    radial-gradient(circle at 14% 86%, rgba(22, 163, 106, .12), transparent 28%),
    #05070b;
}

.agil-demo-reel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .25));
  pointer-events: none;
}

.agil-demo-reel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 11, .2), transparent 22%, transparent 78%, rgba(255, 90, 31, .1));
  pointer-events: none;
}

.demo-moment {
  position: absolute;
  inset: 0;
  padding: 28px;
  opacity: 0;
  transform: translate3d(22px, 18px, 0) scale(.985);
  animation: agilDemoCycle 24s ease-in-out infinite;
  z-index: 1;
}

.hero-platform .demo-moment {
  padding: 24px 28px;
}

.demo-moment:nth-child(2) { animation-delay: 3s; }
.demo-moment:nth-child(3) { animation-delay: 6s; }
.demo-moment:nth-child(4) { animation-delay: 9s; }
.demo-moment:nth-child(5) { animation-delay: 12s; }
.demo-moment:nth-child(6) { animation-delay: 15s; }
.demo-moment:nth-child(7) { animation-delay: 18s; }
.demo-moment:nth-child(8) { animation-delay: 21s; }

@keyframes agilDemoCycle {
  0%, 2% { opacity: 0; transform: translate3d(24px, 20px, 0) scale(.985); }
  5%, 10.5% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  12.5%, 100% { opacity: 0; transform: translate3d(-18px, -10px, 0) scale(.99); }
}

.demo-window {
  height: 100%;
  display: grid;
  grid-template-rows: 58px auto 1fr;
  gap: 16px;
  padding: 22px;
  color: #152033;
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 90, 31, .14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(244, 247, 251, .9));
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .35);
}

.demo-topbar {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 0 16px;
  border-radius: 12px;
  background: #0b111a;
  color: #cbd5e1;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .18);
}

.demo-topbar span {
  color: var(--gold);
  font-size: 18px;
  font-weight: 950;
}

.demo-topbar strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.demo-topbar em {
  margin-left: auto;
  color: #22c55e;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.demo-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.demo-kpis article,
.demo-plan article,
.demo-decision article {
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 13px;
  background: rgba(255, 255, 255, .72);
  padding: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.demo-kpis small,
.demo-decision small {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.demo-kpis b {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 22px;
  line-height: 1;
}

.demo-split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  min-height: 0;
}

.demo-bars {
  display: flex;
  align-items: end;
  gap: 12px;
  min-height: 170px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #151c27, #0b111a);
}

.demo-bars i {
  flex: 1;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #ffb000, var(--gold));
  box-shadow: 0 0 24px rgba(255, 90, 31, .18);
  animation: agilBarRise 1.6s ease-in-out infinite alternate;
}

.demo-bars i:nth-child(1) { height: 44%; animation-delay: .05s; }
.demo-bars i:nth-child(2) { height: 68%; animation-delay: .15s; }
.demo-bars i:nth-child(3) { height: 52%; animation-delay: .25s; }
.demo-bars i:nth-child(4) { height: 76%; animation-delay: .35s; }
.demo-bars i:nth-child(5) { height: 88%; animation-delay: .45s; }
.demo-bars i:nth-child(6) { height: 70%; animation-delay: .55s; }

@keyframes agilBarRise {
  from { transform: scaleY(.84); opacity: .82; }
  to { transform: scaleY(1); opacity: 1; }
}

.demo-insights,
.demo-chat {
  display: grid;
  align-content: start;
  gap: 10px;
}

.demo-insights p,
.demo-chat p,
.demo-ai-note {
  padding: 13px 14px;
  border-radius: 12px;
  background: #0f1722;
  color: #e5edf7;
  font-size: 13px;
  font-weight: 800;
}

.demo-insights p::before,
.demo-chat p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(255, 90, 31, .6);
}

.demo-ranking {
  display: grid;
  gap: 10px;
}

.demo-ranking p {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(15, 23, 34, .08);
  color: #111827;
  font-weight: 850;
}

.demo-ranking b {
  color: var(--gold);
  font-size: 18px;
}

.demo-ranking strong {
  color: #0b111a;
}

.demo-ai-note {
  align-self: end;
  background: linear-gradient(135deg, rgba(255, 90, 31, .98), rgba(255, 122, 54, .96));
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 90, 31, .2);
}

.demo-plan {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.demo-plan article b {
  display: block;
  color: #111827;
  font-size: 15px;
  line-height: 1.2;
}

.demo-plan article span {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-size: 28px;
  font-weight: 950;
}

.demo-timeline {
  position: relative;
  height: 128px;
  margin-top: 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, #111827, #070b10);
  overflow: hidden;
}

.demo-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), #22c55e, transparent);
}

.demo-timeline i {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--gold);
  box-shadow: 0 0 18px rgba(255, 90, 31, .45);
  animation: agilDotBeat 1.4s ease-in-out infinite;
}

.demo-timeline i:nth-child(1) { left: 15%; }
.demo-timeline i:nth-child(2) { left: 38%; animation-delay: .2s; }
.demo-timeline i:nth-child(3) { left: 62%; animation-delay: .4s; }
.demo-timeline i:nth-child(4) { left: 84%; animation-delay: .6s; }

@keyframes agilDotBeat {
  50% { transform: scale(1.22); }
}

.demo-chat p {
  background: #1f2933;
}

.demo-chat p:nth-child(2) {
  background: #076b5b;
}

.demo-kpis--small {
  grid-template-columns: repeat(3, 1fr);
  align-self: end;
}

.demo-decision {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.demo-decision b {
  display: block;
  margin: 12px 0 20px;
  color: #111827;
  font-size: 20px;
  line-height: 1.18;
}

.demo-decision span {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 90, 31, .12);
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.demo-problem-map {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 190px;
  padding: 22px;
  border-radius: 16px;
  background: #0b111a;
}

.demo-problem-map span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 90, 31, .42);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-weight: 950;
}

.demo-problem-map i {
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(255, 90, 31, .08));
  position: relative;
}

.demo-problem-map i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--gold);
}

.demo-connections {
  position: absolute;
  inset: 0;
  padding: 22px;
  color: #fff;
}

.demo-connections svg {
  position: absolute;
  inset: 3%;
  width: 94%;
  height: 94%;
  overflow: visible;
}

.demo-lines line {
  stroke: rgba(255, 90, 31, .52);
  stroke-width: 1.5;
  stroke-dasharray: 8 12;
}

.demo-pulses circle {
  fill: var(--gold);
  filter: drop-shadow(0 0 10px rgba(255, 90, 31, .85));
  animation: agilPulseDot 1.55s ease-in-out infinite;
}

.demo-pulses circle:nth-child(2) { animation-delay: .15s; }
.demo-pulses circle:nth-child(3) { animation-delay: .3s; }
.demo-pulses circle:nth-child(4) { animation-delay: .45s; }
.demo-pulses circle:nth-child(5) { animation-delay: .6s; }
.demo-pulses circle:nth-child(6) { animation-delay: .75s; }
.demo-pulses circle:nth-child(7) { animation-delay: .9s; }
.demo-pulses circle:nth-child(8) { animation-delay: 1.05s; }

@keyframes agilPulseDot {
  50% { opacity: .35; transform: scale(.7); }
}

.demo-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(255, 90, 31, .2), rgba(255, 90, 31, .07));
  border: 1px solid rgba(255, 90, 31, .6);
  box-shadow: 0 0 0 28px rgba(255, 90, 31, .08), 0 0 80px rgba(255, 90, 31, .2);
}

.demo-hub img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  object-position: center;
  filter: none;
  animation: none;
}

.demo-hub strong {
  margin-top: 6px;
  color: var(--gold);
  font-size: 24px;
  font-weight: 950;
}

.demo-connections span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
  font-size: 13px;
  font-weight: 950;
}

.demo-logo-finale {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: radial-gradient(circle at center, rgba(255, 90, 31, .2), transparent 46%);
}

.demo-logo-finale img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 24px 22px rgba(0, 0, 0, .28));
  animation: agilLogoPop 2.3s ease-in-out infinite;
}

.demo-logo-finale p {
  display: flex;
  margin-top: 2px;
  padding-bottom: .16em;
  font-size: 64px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: 0;
  overflow: visible;
}

.demo-logo-finale p span {
  display: inline-block;
  padding: 0 .01em .12em;
  color: transparent;
  line-height: 1.16;
  -webkit-background-clip: text;
  background-clip: text;
  filter: saturate(1.16) contrast(1.04);
  overflow: visible;
  animation: agilLetterIn 2.3s ease-in-out infinite;
}

.demo-logo-finale p span:nth-child(1) { background-image: linear-gradient(145deg, #ffb05a 0%, #ff5a1f 42%, #c83f0d 100%); }
.demo-logo-finale p span:nth-child(2) { background-image: linear-gradient(145deg, #efe274 0%, #b9ad2f 45%, #608f2f 100%); animation-delay: .08s; }
.demo-logo-finale p span:nth-child(3) { background-image: linear-gradient(145deg, #d4ff8f 0%, #76d44a 46%, #119d42 100%); animation-delay: .16s; }
.demo-logo-finale p span:nth-child(4) { background-image: linear-gradient(145deg, #d4ff8f 0%, #76d44a 46%, #119d42 100%); animation-delay: .24s; }

.demo-logo-finale small {
  margin-top: 26px;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 850;
}

@keyframes agilLogoPop {
  0% { transform: scale(.82); opacity: .2; }
  28%, 100% { transform: scale(1); opacity: 1; }
}

@keyframes agilLetterIn {
  0% { transform: translateY(18px); opacity: 0; }
  30%, 100% { transform: none; opacity: 1; }
}

@media (max-width: 1060px) {
  .hero-platform .demo-moment {
    padding: 18px;
  }

  .demo-topbar {
    height: 50px;
  }

  .demo-topbar strong {
    font-size: 13px;
  }

  .demo-kpis,
  .demo-plan,
  .demo-decision {
    grid-template-columns: 1fr 1fr;
  }

  .demo-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero-platform {
    width: min(94vw, 560px);
    height: 420px;
    border-width: 12px;
    border-bottom-width: 40px;
    opacity: .46;
  }

  .demo-topbar em,
  .demo-insights,
  .demo-ai-note,
  .demo-problem-map i,
  .demo-connections span:nth-of-type(n+5) {
    display: none;
  }

  .demo-window {
    grid-template-rows: 50px auto 1fr;
    padding: 14px;
  }

  .demo-kpis,
  .demo-plan,
  .demo-decision {
    grid-template-columns: 1fr 1fr;
  }

  .demo-problem-map {
    grid-template-columns: 1fr;
    min-height: 220px;
  }

  .demo-logo-finale p {
    font-size: 50px;
  }
}

* {
  box-sizing: border-box;
}

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

section {
  scroll-margin-top: 108px;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

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

.container {
  width: min(1200px, calc(100% - 44px));
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 20px;
  left: 50%;
  right: auto;
  width: min(1340px, calc(100% - 56px));
  transform: translateX(-50%);
  z-index: 1000;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 26px;
  color: #fff;
  background: rgba(18, 21, 27, .88);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .42);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.desktop-nav {
  flex: 1;
  justify-content: center;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  font-weight: 800;
}

.desktop-nav > a,
.nav-group > button {
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 7px;
}

.desktop-nav > a:hover,
.nav-group:hover > button,
.nav-group > button:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.nav-group {
  position: relative;
}

.nav-group > button::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 300px;
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(5, 7, 11, .96);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .38);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: .16s ease;
}

.nav-group:hover .dropdown,
.nav-group:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 7px;
}

.dropdown a:hover {
  background: rgba(255, 255, 255, .08);
}

.dropdown strong {
  color: #fff;
  font-size: 13px;
}

.dropdown span {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.4;
}

.nav-highlight {
  color: var(--gold) !important;
  border: 1px solid rgba(255, 90, 31, .42);
  background: rgba(255, 90, 31, .08) !important;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-small {
  min-height: 36px;
  padding: 0 16px;
  font-size: 12px;
}

.header .btn-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

.btn-gold {
  color: #130f04;
  background: var(--gold);
  box-shadow: 0 13px 28px rgba(255, 90, 31, .24);
}

.btn-gold:hover {
  background: var(--gold-2);
}

.btn-ghost,
.btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
}

.btn-outline:hover,
.btn-ghost:hover {
  background: rgba(255, 255, 255, .12);
}

.btn-link {
  min-height: 44px;
  padding: 0 12px;
  color: #fff;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:hover {
  color: var(--gold);
  background: transparent;
}

.btn-link span {
  display: inline-block;
  margin-left: 6px;
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 7px;
  background: rgba(255, 255, 255, .06);
}

.menu-button span {
  width: 18px;
  height: 2px;
  background: #fff;
}

.mobile-panel {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 2000;
  width: min(360px, 86vw);
  padding: 20px;
  color: #fff;
  background: #080b12;
  transform: translateX(100%);
  transition: transform .2s ease;
}

.mobile-panel.open {
  transform: translateX(0);
}

.mobile-scrim {
  position: fixed;
  inset: 0;
  z-index: 1990;
  background: rgba(0, 0, 0, .55);
}

.mobile-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
}

.mobile-panel__head button {
  width: 34px;
  height: 34px;
  color: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: transparent;
  font-size: 24px;
  line-height: 1;
}

.mobile-panel nav {
  display: grid;
  gap: 8px;
  padding-top: 18px;
}

.mobile-panel a {
  padding: 13px 12px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .06);
  font-weight: 800;
}

.mobile-panel .mobile-cta {
  color: #111;
  background: var(--gold);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--bg);
}

.hero-media,
.hero-platform,
.hero-overlay {
  position: absolute;
}

.hero-media,
.hero-overlay {
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: blur(6px) saturate(.64);
  transform: scale(1.08);
  opacity: .32;
}

.hero-platform {
  z-index: 1;
  left: 50%;
  top: 112px;
  width: min(1320px, 82vw);
  height: min(700px, 64vh);
  overflow: hidden;
  border: 22px solid rgba(0, 0, 0, .78);
  border-bottom-width: 62px;
  border-radius: 28px;
  background: #05070b;
  box-shadow: 0 40px 110px rgba(0, 0, 0, .62);
  opacity: .94;
  transform: translateX(-50%);
}

.hero-platform::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .06), transparent 24%, transparent 78%, rgba(255, 90, 31, .05)),
    linear-gradient(180deg, rgba(255, 255, 255, .04), transparent 24%, rgba(0, 0, 0, .04));
  pointer-events: none;
}

.hero-platform::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -48px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  transform: translateX(-50%);
}

.hero-platform img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.8) contrast(1.05);
  animation: platformFloat 16s ease-in-out infinite;
}

.system-screen {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 56px auto auto 1fr;
  gap: 18px;
  padding: 26px 34px 32px;
  color: #17202b;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 90, 31, .14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(241, 244, 248, .9));
  opacity: 0;
  transform: translate3d(28px, 18px, 0) scale(1.02);
  animation: heroScreenCycle 16s ease-in-out infinite;
}

.system-screen:nth-child(2) { animation-delay: 4s; }
.system-screen:nth-child(3) { animation-delay: 8s; }
.system-screen:nth-child(4) { animation-delay: 12s; }

.system-topbar {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 16px;
  border-radius: 12px;
  color: #c8d1de;
  background: #0b111a;
  box-shadow: 0 14px 35px rgba(15, 23, 42, .16);
}

.system-topbar span {
  color: var(--gold);
  font-size: 18px;
  font-weight: 950;
}

.system-topbar strong {
  margin-right: auto;
  color: #fff;
  font-size: 16px;
}

.system-topbar em {
  color: #22c55e;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.system-toolbar,
.system-kpis,
.system-ai-grid {
  display: grid;
  gap: 12px;
}

.system-toolbar {
  grid-template-columns: repeat(4, 1fr);
}

.system-toolbar span,
.system-ai-grid span {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 10px;
  color: #5b6676;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 800;
}

.system-kpis {
  grid-template-columns: repeat(4, 1fr);
}

.system-kpis article {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.system-kpis small {
  display: block;
  color: #8a94a5;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.system-kpis b {
  display: block;
  margin-top: 8px;
  color: #101827;
  font-size: 24px;
}

.system-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  min-height: 260px;
}

.system-board section {
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
}

.system-board h4 {
  margin: 0 0 14px;
  color: #647184;
  font-size: 12px;
  text-transform: uppercase;
}

.system-board p {
  margin: 10px 0;
  padding: 12px;
  border-radius: 11px;
  color: #334155;
  background: #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .07);
  font-size: 13px;
  font-weight: 800;
}

.system-chart,
.system-lines {
  min-height: 250px;
  display: flex;
  align-items: end;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #eef2f7);
}

.system-chart i {
  flex: 1;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, var(--gold), #ff8a1f);
}

.system-chart i:nth-child(1) { height: 42%; }
.system-chart i:nth-child(2) { height: 58%; }
.system-chart i:nth-child(3) { height: 46%; }
.system-chart i:nth-child(4) { height: 72%; }
.system-chart i:nth-child(5) { height: 82%; }
.system-chart i:nth-child(6) { height: 68%; }

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

.system-insights p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(17, 24, 39, .08);
  color: #334155;
  font-weight: 850;
}

.system-insights strong {
  color: var(--gold);
}

.system-lines {
  position: relative;
  align-items: center;
  overflow: hidden;
}

.system-lines::before,
.system-lines::after,
.system-lines span {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 90, 31, .2), var(--gold), rgba(16, 185, 129, .35));
}

.system-lines::before { top: 34%; }
.system-lines span:nth-child(1) { top: 49%; width: 72%; }
.system-lines span:nth-child(2) { top: 64%; width: 84%; }
.system-lines span:nth-child(3) { top: 78%; width: 58%; }
.system-lines::after { top: 22%; width: 62%; }

.system-ai-card {
  padding: 28px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 90, 31, .42), transparent 28%),
    linear-gradient(135deg, #111827, #020617);
  box-shadow: 0 22px 55px rgba(15, 23, 42, .24);
}

.system-ai-card b {
  color: var(--gold);
  font-size: 14px;
  text-transform: uppercase;
}

.system-ai-card p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 26px;
  font-weight: 850;
  line-height: 1.2;
}

.system-ai-grid {
  grid-template-columns: repeat(4, 1fr);
}

.hero-overlay {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 90, 31, .055), transparent 34%),
    linear-gradient(180deg, rgba(5, 7, 11, .08), rgba(5, 7, 11, .30) 62%, #05070b 100%),
    linear-gradient(90deg, rgba(5, 7, 11, .38), rgba(5, 7, 11, .02), rgba(5, 7, 11, .30));
}

.hero-inner {
  position: relative;
  z-index: 3;
  max-width: 880px;
  padding: 190px 0 58px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 14px;
  color: var(--gold);
  border: 1px solid rgba(255, 90, 31, .26);
  border-radius: 999px;
  background: rgba(255, 90, 31, .08);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  margin: 0 auto 24px;
  max-width: 790px;
  min-height: clamp(172px, 17vw, 278px);
  font-size: clamp(42px, 4.25vw, 68px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .78);
}

h1 span,
h2 span {
  color: var(--gold);
}

.hero-copy {
  max-width: 740px;
  min-height: 94px;
  margin: 0 auto 26px;
  color: rgba(214, 222, 234, .76);
  font-size: 20px;
  line-height: 1.56;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .72);
}

.hero-inner .eyebrow,
.hero-inner h1,
.hero-copy {
  transition: opacity .34s ease, transform .34s ease;
}

.hero-inner.is-hero-switching .eyebrow,
.hero-inner.is-hero-switching h1,
.hero-inner.is-hero-switching .hero-copy {
  opacity: 0;
  transform: translateY(12px);
}

.agil-meaning {
  width: fit-content;
  margin: -4px auto 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 18px;
  color: rgba(255, 255, 255, .82);
  border: 1px solid rgba(255, 90, 31, .28);
  border-radius: 999px;
  background: rgba(255, 90, 31, .08);
  font-size: 13px;
  font-weight: 800;
}

.agil-meaning strong {
  margin-right: 0;
  color: transparent;
  background: linear-gradient(135deg, #ffb05a 0%, #ff5a1f 44%, #c83f0d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: saturate(1.12);
}

.hero .btn {
  min-height: 44px;
  padding: 0 28px;
  font-size: 13px;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
  transform: translateY(22px);
}

.hero-dashboard {
  display: none;
  width: min(830px, 100%);
  margin: 28px auto 0;
  padding: 13px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, .72), rgba(5, 7, 11, .78)),
    rgba(255, 255, 255, .06);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
}

.hero-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 4px 12px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-dashboard__top strong {
  color: var(--gold);
}

.hero-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.hero-dashboard article {
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 7px;
  background: rgba(255, 255, 255, .07);
}

.hero-dashboard small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-dashboard b,
.hero-dashboard i {
  display: block;
}

.hero-dashboard b {
  color: #fff;
  font-size: 16px;
}

.hero-dashboard i {
  margin-top: 6px;
  color: var(--gold);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(820px, 100%);
  margin: 86px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.proof-row span {
  min-height: 74px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 0 26px;
  border-right: 1px solid rgba(255, 255, 255, .11);
  color: rgba(214, 222, 234, .64);
  font-size: 12px;
  text-transform: uppercase;
}

.proof-row span:last-child {
  border-right: 0;
}

.proof-row strong {
  color: var(--gold);
  font-size: 36px;
  line-height: 1;
  text-transform: none;
}

.agents,
.software,
.operating,
.network,
.how,
.cost,
.testimonials,
.big-cta {
  color: #fff;
  background: #05070b;
}

.section-center h2,
.split h2,
.big-cta h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1.03;
  font-weight: 900;
}

.agents {
  padding: 105px 0 120px;
  background:
    linear-gradient(180deg, #05070b 0%, #070a11 48%, #05070b 100%);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.agents-heading {
  max-width: 920px;
}

.section-center {
  max-width: 860px;
  text-align: center;
}

.section-center p:not(.eyebrow) {
  margin: 0 auto;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.6;
}

.specialist-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: fit-content;
  margin: 28px auto 0 !important;
  padding: 14px 20px;
  color: rgba(5, 7, 11, .82) !important;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--orange) 0%, var(--gold-2) 100%);
  box-shadow: 0 18px 42px rgba(255, 90, 31, .24), inset 0 1px 0 rgba(255, 255, 255, .28);
  font-size: 18px !important;
  font-weight: 850;
  line-height: 1.25;
}

.specialist-line span {
  color: rgba(5, 7, 11, .82);
}

.specialist-line strong {
  color: #05070b;
  font-weight: 900;
}

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: fit-content;
  margin: 54px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 60px rgba(0, 0, 0, .26);
}

.tab {
  position: relative;
  width: 50px;
  height: 50px;
  min-height: 0;
  padding: 0;
  color: rgba(255, 255, 255, .64);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  font-size: 0;
  font-weight: 900;
  transition: transform .16s ease, color .16s ease, border-color .16s ease, background .16s ease;
}

.tab::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  margin: auto;
  background: currentColor;
  mask: var(--tab-icon) center / contain no-repeat;
}

.tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--gold);
  opacity: 0;
  transform: translateX(-50%);
}

.tab.active {
  color: var(--gold);
  background: rgba(255, 90, 31, .1);
  border-color: rgba(255, 90, 31, .42);
  transform: translateY(-2px);
}

.tab.active::after {
  opacity: 1;
}

.tab:hover {
  color: #fff;
  transform: translateY(-2px);
}

.tab[data-agent="dashboard"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 3v18h18M7 15l4-4 3 3 5-7'/%3E%3C/svg%3E"); }
.tab[data-agent="vendas"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6 7h15l-2 8H8L6 3H3m6 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm9 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z'/%3E%3C/svg%3E"); }
.tab[data-agent="financeiro"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 10h18M5 10V7l7-4 7 4v3M6 10v8m4-8v8m4-8v8m4-8v8M4 18h16M3 21h18'/%3E%3C/svg%3E"); }
.tab[data-agent="time"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M16 21v-2a4 4 0 0 0-8 0v2M12 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm6 10v-2a3 3 0 0 0-2-2.8M18 5a3 3 0 0 1 0 6M6 21v-2a3 3 0 0 1 2-2.8M6 5a3 3 0 0 0 0 6'/%3E%3C/svg%3E"); }
.tab[data-agent="relacionamento"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M20 12v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-7M2 7h20v5H2zM12 21V7m0 0H7.5A2.5 2.5 0 1 1 10 4.5C10 6 12 7 12 7Zm0 0h4.5A2.5 2.5 0 1 0 14 4.5C14 6 12 7 12 7Z'/%3E%3C/svg%3E"); }
.tab[data-agent="plano"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9 11l2 2 4-4M8 4h8M9 2h6v4H9zM7 4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-2'/%3E%3C/svg%3E"); }
.tab[data-agent="indicadores"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 19V5m0 14h16M8 17V9m4 8V7m4 10v-5m4 5V4'/%3E%3C/svg%3E"); }
.tab[data-agent="robo"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 2v4M8 2h8M5 8h14a2 2 0 0 1 2 2v7a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-7a2 2 0 0 1 2-2Zm4 5h.01M15 13h.01M9 17h6'/%3E%3C/svg%3E"); }
.tab[data-agent="riscos"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Zm0-13v4m0 4h.01'/%3E%3C/svg%3E"); }
.tab[data-agent="oportunidades"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9 18h6M10 22h4m-2-3v-3m0 0a7 7 0 1 0-4.5-1.6c.9.8 1.5 1.7 1.5 2.6h6c0-.9.6-1.8 1.5-2.6A7 7 0 0 0 12 5'/%3E%3C/svg%3E"); }
.tab[data-agent="documentos"] { --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Zm0 0v6h6M8 13h8M8 17h8M8 9h2'/%3E%3C/svg%3E"); }

.agent-stage {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 76px;
  row-gap: 92px;
  align-items: start;
  margin-top: 64px;
}

.agent-copy {
  padding-left: 26px;
  border-left: 2px solid rgba(255, 90, 31, .42);
}

.agent-copy span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.agent-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.04;
}

.agent-copy p,
.agent-copy li {
  color: rgba(255, 255, 255, .7);
  line-height: 1.6;
}

.agent-copy ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.agent-copy li {
  position: relative;
  padding-left: 22px;
}

.agent-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.agent-copy .btn {
  margin-top: 10px;
  margin-bottom: 58px;
}

.agent-screen {
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(13, 18, 27, .98), rgba(5, 7, 11, .98));
  box-shadow: 0 26px 90px rgba(0, 0, 0, .35);
}

.agent-screen.is-switching {
  animation: screenSwitch .42s ease;
}

.screen-bar {
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.screen-bar i {
  color: var(--green);
  font-style: normal;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 20px;
}

.metric-grid div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 7px;
  background: rgba(255, 255, 255, .05);
}

.metric-grid small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.metric-grid strong {
  color: #fff;
  font-size: 20px;
}

.chart-lines {
  height: 190px;
  display: flex;
  align-items: end;
  gap: 16px;
  margin: 0 20px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
}

.chart-lines span {
  flex: 1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--gold), var(--orange));
}

.status-list {
  padding: 12px 20px 20px;
}

.status-list p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.status-list em {
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}

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

@keyframes platformFloat {
  0%, 100% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.07) translate3d(0, -18px, 0);
  }
}

@keyframes screenSwitch {
  0% {
    opacity: .58;
    transform: translateY(12px) scale(.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroScreenCycle {
  0%, 23% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  28%, 100% {
    opacity: 0;
    transform: translate3d(-28px, -14px, 0) scale(.99);
  }
}

@keyframes chatStep {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes typingDot {
  0%, 100% {
    opacity: .35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes phoneBounce {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-.25deg);
  }
  22% {
    transform: translate3d(0, -12px, 0) rotate(.35deg);
  }
  44% {
    transform: translate3d(0, 1px, 0) rotate(-.2deg);
  }
  68% {
    transform: translate3d(0, -7px, 0) rotate(.18deg);
  }
}

@keyframes orbitLineFlow {
  to {
    stroke-dashoffset: -32;
  }
}

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

@keyframes centerPulse {
  0%, 100% {
    box-shadow: 0 0 0 32px rgba(255, 90, 31, .08), 0 0 0 0 rgba(255, 90, 31, .16);
  }
  50% {
    box-shadow: 0 0 0 46px rgba(255, 90, 31, .04), 0 0 0 16px rgba(255, 90, 31, .1);
  }
}

@keyframes whatsPulse {
  0%, 100% {
    box-shadow: 0 0 0 10px rgba(34, 212, 101, .16), 0 0 34px rgba(34, 212, 101, .42);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(34, 212, 101, .08), 0 0 52px rgba(34, 212, 101, .62);
    transform: scale(1.05);
  }
}

.who,
.chat-section,
.coordinator,
.catalog,
.faq,
.stories,
.content {
  background: var(--paper);
}

.who {
  padding: 115px 0 110px;
}

.who .section-center p:not(.eyebrow),
.faq .section-center p:not(.eyebrow),
.stories .section-center p:not(.eyebrow),
.content .section-center p:not(.eyebrow),
.catalog .section-center p:not(.eyebrow) {
  color: #5d6675;
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 340px));
  justify-content: center;
  gap: 16px;
  margin-top: 42px;
}

.who-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 300px 26px 30px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 12px;
  background: #111827;
  box-shadow: 0 28px 70px rgba(17, 24, 39, .16);
}

.who-card::before,
.who-card::after {
  content: "";
  position: absolute;
  inset: 0;
}

.who-card::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 44%, rgba(5, 7, 11, .96)),
    url("./assets/people-triptych-ai.png?v=20260531-google-seo") 0% center / auto 100% no-repeat;
  transform: scale(1.03);
  transition: transform .3s ease;
}

.who-card:nth-child(2)::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 44%, rgba(5, 7, 11, .96)),
    url("./assets/people-triptych-ai.png?v=20260531-google-seo") 50% center / auto 100% no-repeat;
}

.who-card:nth-child(3)::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 44%, rgba(5, 7, 11, .96)),
    url("./assets/people-triptych-ai.png?v=20260531-google-seo") 100% center / auto 100% no-repeat;
}

.who-card::after {
  background:
    linear-gradient(180deg, transparent 0 38%, rgba(0, 0, 0, .36) 60%, rgba(0, 0, 0, .86));
}

.who-card:hover::before {
  transform: scale(1.08);
}

.who-card span {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: var(--gold);
  border-radius: 12px;
  background: rgba(255, 90, 31, .18);
  font-size: 13px;
  font-weight: 900;
}

.who-card h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 12px;
  color: #fff;
  font-size: 28px;
}

.who-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .82);
  line-height: 1.62;
}

.who-card strong {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--gold);
}

.market {
  position: relative;
  min-height: 815px;
  display: flex;
  align-items: center;
  padding: 120px 0;
  color: #fff;
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 90, 31, .13), transparent 30%),
    linear-gradient(180deg, rgba(5, 7, 11, .58), rgba(5, 7, 11, .92)),
    linear-gradient(90deg, rgba(255, 90, 31, .12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 90, 31, .08) 1px, transparent 1px),
    url("./assets/app-preview.png?v=20260531-google-seo") center/cover fixed;
  background-size: auto, auto, 120px 120px, 120px 120px, cover;
  overflow: hidden;
}

.market::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, .72), transparent 22%, transparent 78%, rgba(5, 7, 11, .72)),
    linear-gradient(180deg, rgba(5, 7, 11, .28), rgba(5, 7, 11, .76));
  pointer-events: none;
}

.market-inner {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}

.market-inner > div:first-child {
  max-width: 900px;
  margin: 0 auto 54px;
}

.market-inner h2 {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1.05;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1050px;
  margin: 0 auto;
  text-align: left;
}

.market-grid article {
  min-height: 338px;
  display: flex;
  flex-direction: column;
  padding: 42px 38px;
  border: 1px solid rgba(255, 90, 31, .16);
  border-radius: 14px;
  background: rgba(0, 0, 0, .74);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .44);
  backdrop-filter: blur(8px);
}

.market-grid strong {
  display: block;
  margin-bottom: 22px;
  color: #fff;
  font-size: 68px;
  line-height: 1;
}

.market-grid article:first-child strong {
  color: var(--gold);
}

.market-grid p {
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.55;
}

.market-grid span {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 900;
}

.ai-intelligence {
  padding: 112px 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 31, .14), transparent 30%),
    linear-gradient(180deg, #05070b, #0a0f18);
}

.ai-intelligence .section-center p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(214, 222, 234, .78);
  font-size: 18px;
  line-height: 1.65;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.ai-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 90, 31, .24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 90, 31, .12), rgba(255, 255, 255, .035) 42%, rgba(255, 255, 255, .02)),
    #10151f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.ai-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-grid h3 {
  margin: 18px 0 12px;
  font-size: 25px;
}

.ai-grid p {
  color: rgba(214, 222, 234, .78);
  line-height: 1.62;
}

.chat-section {
  padding: 120px 0 132px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 90, 31, .08), transparent 28%),
    #f3f5f0;
}

.phone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 360px));
  justify-content: center;
  align-items: start;
  gap: 44px;
  margin-top: 48px;
}

.phone {
  position: relative;
  min-height: 724px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 5px solid #05070b;
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .04) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, .03) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(255, 255, 255, .028) 25%, transparent 25%) 0 0 / 28px 28px,
    #0a161a;
  box-shadow: 0 26px 72px rgba(17, 24, 39, .22);
  will-change: transform;
}

.phone.is-visible {
  animation: phoneBounce 5.6s ease-in-out infinite;
}

.phone-grid .phone:nth-child(2).is-visible {
  animation-delay: -.9s;
  animation-duration: 6.1s;
}

.phone-grid .phone:nth-child(3).is-visible {
  animation-delay: -1.7s;
  animation-duration: 5.9s;
}

.phone-status {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 0 24px;
  color: #fff;
  background: #1c2b32;
  font-size: 14px;
  font-weight: 900;
}

.status-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.status-signal {
  width: 15px;
  height: 12px;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}

.status-signal i {
  width: 2px;
  border-radius: 999px;
  background: #fff;
}

.status-signal i:nth-child(1) { height: 4px; }
.status-signal i:nth-child(2) { height: 6px; }
.status-signal i:nth-child(3) { height: 8px; }
.status-signal i:nth-child(4) { height: 11px; }

.status-wifi {
  width: 15px;
  height: 12px;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill='black' d='M9 12.8a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm-3.35-3.45a4.75 4.75 0 0 1 6.7 0l1.45-1.45a6.8 6.8 0 0 0-9.6 0l1.45 1.45Zm-3-3a9.1 9.1 0 0 1 12.7 0l1.45-1.45a11.15 11.15 0 0 0-15.6 0l1.45 1.45Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill='black' d='M9 12.8a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm-3.35-3.45a4.75 4.75 0 0 1 6.7 0l1.45-1.45a6.8 6.8 0 0 0-9.6 0l1.45 1.45Zm-3-3a9.1 9.1 0 0 1 12.7 0l1.45-1.45a11.15 11.15 0 0 0-15.6 0l1.45 1.45Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.status-battery {
  position: relative;
  width: 19px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 2px;
}

.status-battery::before {
  content: "";
  position: absolute;
  right: -4px;
  top: 2px;
  width: 2px;
  height: 4px;
  border-radius: 0 2px 2px 0;
  background: #fff;
}

.status-battery::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.phone-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  margin-bottom: 0;
  min-height: 68px;
  padding: 8px 16px 13px 14px;
  background: #1c2b32;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.phone-back {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border-left: 2px solid #00bfa5;
  border-bottom: 2px solid #00bfa5;
  transform: rotate(45deg);
}

.phone-head div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.phone-head strong,
.phone-head small {
  display: block;
}

.phone-head strong {
  white-space: nowrap;
  line-height: 1.03;
}

.phone-head small {
  color: #00c48c;
  font-size: 11px;
  font-weight: 700;
}

.phone-actions {
  margin-left: auto;
  display: flex !important;
  align-items: center;
  gap: 13px;
}

.phone-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #9fb0ba;
}

.phone-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask: var(--phone-icon) center / contain no-repeat;
  mask: var(--phone-icon) center / contain no-repeat;
}

.phone-icon--video {
  width: 19px;
  --phone-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 10l5-3v10l-5-3z'/%3E%3Crect x='3' y='6' width='12' height='12' rx='3'/%3E%3C/svg%3E");
}

.phone-icon--call {
  --phone-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.63 2.63a2 2 0 0 1-.45 2.11L8.01 9.74a16 16 0 0 0 6.25 6.25l1.28-1.28a2 2 0 0 1 2.11-.45c.85.3 1.73.51 2.63.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.phone-icon--menu {
  width: 5px;
  --phone-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 24' fill='black'%3E%3Ccircle cx='3' cy='5' r='2.4'/%3E%3Ccircle cx='3' cy='12' r='2.4'/%3E%3Ccircle cx='3' cy='19' r='2.4'/%3E%3C/svg%3E");
}

.phone-head > i {
  margin-left: auto;
  color: var(--green);
  font-style: normal;
  font-size: 11px;
}

.chat-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .18);
  background-image: url("./assets/chat-avatars-ai.png?v=20260531-google-seo");
  background-size: 300% 100%;
  background-position: 0% center;
}

.chat-avatar--two {
  background-position: 50% center;
}

.chat-avatar--three {
  background-position: 100% center;
}

.chat-day {
  align-self: center;
  margin: 18px 0 24px;
  padding: 8px 15px;
  color: rgba(255, 255, 255, .7);
  border-radius: 8px;
  background: #1d3038;
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .36s ease, transform .36s ease;
}

.bubble {
  position: relative;
  width: fit-content;
  max-width: 77%;
  margin: 0 18px 12px;
  padding: 12px 12px 25px;
  border-radius: 8px;
  color: #dbe4f0;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
  opacity: 0;
  transform: translateY(12px) scale(.98);
  transition: opacity .38s ease, transform .38s ease;
}

.chat-day.is-shown,
.bubble.is-shown,
.typing-bubble.is-shown {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.bubble.user::after,
.bubble.bot::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: .96;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 2px #0b171b;
}

.bubble.user::after {
  right: -36px;
  background-image: url("./assets/chat-avatars-ai.png?v=20260531-google-seo");
  background-size: 300% 100%;
}

.phone:nth-child(1) .bubble.user::after { background-position: 0% center; }
.phone:nth-child(2) .bubble.user::after { background-position: 50% center; }
.phone:nth-child(3) .bubble.user::after { background-position: 100% center; }

.bubble.bot::before {
  left: -36px;
  background: #101f25 url("./assets/souagil-logo.png?v=20260531-logo-ai3d") center / 72% no-repeat;
}

.bubble.user {
  margin-left: auto;
  margin-right: 47px;
  color: #e9fff2;
  background: #067260;
}

.bubble.bot {
  margin-left: 50px;
  color: #e5edf2;
  background: #202c33;
}

.bubble b {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
}

.bubble mark {
  color: var(--gold);
  background: transparent;
  font-weight: 900;
}

.bubble time {
  position: absolute;
  right: 10px;
  bottom: 8px;
  margin: 0;
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  line-height: 1;
}

.bubble.user time::after {
  content: "\2713\2713";
  margin-left: 3px;
  color: #53bdeb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -4px;
}

.typing-bubble {
  position: relative;
  width: 58px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 18px 12px;
  border-radius: 10px;
  background: #202c33;
  opacity: 0;
  transform: translateY(12px) scale(.98);
  transition: opacity .38s ease, transform .38s ease;
}

.typing-bubble span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(210, 222, 232, .5);
  animation: typingDot 1.2s ease-in-out infinite;
}

.typing-bubble span:nth-child(2) { animation-delay: .15s; }
.typing-bubble span:nth-child(3) { animation-delay: .3s; }

.typing-bubble--user {
  margin-left: auto;
  margin-right: 50px;
}

.typing-bubble--bot {
  margin-left: 50px;
}

.typing-bubble--user::after,
.typing-bubble--bot::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #0b171b;
}

.typing-bubble--user::after {
  right: -36px;
  background-image: url("./assets/chat-avatars-ai.png?v=20260531-google-seo");
  background-size: 300% 100%;
  background-position: 0% center;
}

.typing-bubble--bot::before {
  left: -36px;
  background: #101f25 url("./assets/souagil-logo.png?v=20260531-logo-ai3d") center / 72% no-repeat;
}

.composer-row {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto 12px 12px;
}

.phone-input {
  min-width: 0;
  min-height: 41px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 8px;
  padding: 0 10px 0 13px;
  color: rgba(255, 255, 255, .44);
  border-radius: 999px;
  background: #22323a;
  font-size: 13px;
  font-weight: 700;
}

.composer-emoji {
  position: relative;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border: 2px solid #8aa0ac;
  border-radius: 50%;
  opacity: .9;
}

.composer-emoji::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8aa0ac;
  box-shadow: 7px 0 0 #8aa0ac;
}

.composer-emoji::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid #8aa0ac;
  border-radius: 0 0 10px 10px;
}

.phone-input > span:nth-child(2) {
  min-width: 0;
  flex: 1 1 auto;
}

.composer-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9fb0ba;
}

.composer-tools i {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.composer-tools i::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask: var(--composer-icon) center / contain no-repeat;
  mask: var(--composer-icon) center / contain no-repeat;
}

.composer-attach {
  width: 21px;
  height: 21px;
  --composer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 1 1-2.82-2.83l8.48-8.48'/%3E%3C/svg%3E");
}

.composer-camera {
  width: 21px;
  height: 21px;
  --composer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z'/%3E%3Ccircle cx='12' cy='13' r='3'/%3E%3C/svg%3E");
}

.voice-button {
  position: relative;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  flex: 0 0 43px;
  border-radius: 50%;
  background: #00bfa5;
}

.voice-button::before {
  content: "";
  width: 23px;
  height: 23px;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'/%3E%3Cpath d='M12 19v3'/%3E%3Cpath d='M8 22h8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'/%3E%3Cpath d='M12 19v3'/%3E%3Cpath d='M8 22h8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.voice-button::after {
  content: none;
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.software {
  padding: 120px 0;
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 1fr .95fr;
}

.split p {
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.66;
}

.cycle {
  display: grid;
  gap: 16px;
}

.cycle article {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.cycle span {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111;
  background: var(--gold);
  font-weight: 900;
}

.cycle h3 {
  margin-bottom: 8px;
}

.cycle p {
  margin-bottom: 0;
}

.operating {
  padding: 120px 0;
}

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

.operating-grid article {
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.operating-grid article > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  border-radius: 50%;
  color: #111;
  background: var(--gold);
  font-weight: 900;
}

.operating-grid p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.6;
}

.mini-pipeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 26px;
}

.mini-pipeline i {
  height: 48px;
  border-radius: 7px;
  background: linear-gradient(180deg, var(--gold), var(--orange));
}

.approval-list {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.approval-list b {
  padding: 10px 12px;
  border-radius: 7px;
  color: var(--green);
  background: rgba(22, 163, 106, .12);
}

.runtime {
  display: block;
  margin-top: 26px;
  color: var(--gold);
  font-size: 56px;
  line-height: 1;
}

.result-banner,
.saving {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 90, 31, .26);
  border-radius: 8px;
  background: rgba(255, 90, 31, .08);
}

.result-banner strong,
.saving strong {
  color: #fff;
  font-size: 22px;
}

.result-banner span,
.saving span {
  color: rgba(255, 255, 255, .68);
}

.coordinator {
  padding: 120px 0;
}

.coordinator .split p,
.coordinator blockquote {
  color: #4b5565;
}

.coordinator-panel {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, .86), rgba(5, 7, 11, .96)),
    url("./assets/app-preview.png?v=20260531-google-seo") center/cover;
  box-shadow: 0 25px 70px rgba(17, 24, 39, .2);
}

.avatar {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 2px solid rgba(255, 90, 31, .5);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 90, 31, .08);
  font-size: 54px;
  font-weight: 900;
}

.coordinator-panel h3 {
  margin-bottom: 4px;
  font-size: 34px;
}

.coordinator-panel ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .72);
}

.coordinator blockquote {
  margin: 28px 0 0;
  padding: 22px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, .72);
  line-height: 1.6;
  font-weight: 700;
}

.network {
  padding: 120px 0 130px;
}

.orbit-map {
  position: relative;
  height: 760px;
  margin-top: 58px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 90, 31, .08), transparent 22%),
    #05070b;
  overflow: hidden;
}

.orbit-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orbit-connection {
  vector-effect: non-scaling-stroke;
  stroke: rgba(255, 90, 31, .44);
  stroke-width: .5;
  stroke-dasharray: 6 7;
  stroke-linecap: round;
  fill: none;
  animation: orbitLineFlow 4.8s linear infinite;
}

.orbit-dot {
  fill: var(--gold);
  filter: drop-shadow(0 0 7px rgba(255, 90, 31, .82));
  opacity: .95;
}

.center-node {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 164px;
  min-height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, .14), transparent 28%),
    rgba(255, 90, 31, .14);
  border: 1px solid rgba(255, 90, 31, .5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: centerPulse 4s ease-in-out infinite;
}

.center-node img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.center-node strong {
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
}

.network-agent {
  position: absolute;
  z-index: 1;
  left: var(--x);
  top: var(--y);
  width: 170px;
  display: grid;
  place-items: center;
  gap: 7px;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: orbitNodeFloat 5.5s ease-in-out infinite;
}

.network-agent i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid rgba(255, 90, 31, .42);
  border-radius: 50%;
  background: rgba(255, 90, 31, .1);
  box-shadow: 0 0 28px rgba(255, 90, 31, .14);
}

.network-agent i::before {
  content: "";
  width: 24px;
  height: 24px;
  background: currentColor;
  mask: var(--network-icon) center / contain no-repeat;
}

.network-agent strong {
  font-size: 15px;
  line-height: 1.1;
}

.network-agent span {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  line-height: 1.25;
}

.network-agent:nth-of-type(2) { animation-delay: -.4s; }
.network-agent:nth-of-type(3) { animation-delay: -.8s; }
.network-agent:nth-of-type(4) { animation-delay: -1.2s; }
.network-agent:nth-of-type(5) { animation-delay: -1.6s; }
.network-agent:nth-of-type(6) { animation-delay: -2s; }
.network-agent:nth-of-type(7) { animation-delay: -2.4s; }
.network-agent:nth-of-type(8) { animation-delay: -2.8s; }
.network-agent:nth-of-type(9) { animation-delay: -3.2s; }
.network-agent:nth-of-type(10) { animation-delay: -3.6s; }
.network-agent:nth-of-type(11) { animation-delay: -4s; }
.network-agent:nth-of-type(12) { animation-delay: -4.4s; }

.network-agent[data-icon="estrategia"],
.agent-card[data-icon="estrategia"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 2l3 7 7 3-7 3-3 7-3-7-7-3 7-3 3-7Z'/%3E%3C/svg%3E"); }
.network-agent[data-icon="processos"],
.agent-card[data-icon="processos"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6 3h12v6H6zM4 15h6v6H4zm10 0h6v6h-6zM12 9v3m-5 3v-3h10v3'/%3E%3C/svg%3E"); }
.network-agent[data-icon="pessoas"],
.agent-card[data-icon="pessoas"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M16 21v-2a4 4 0 0 0-8 0v2M12 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm6 10v-2a3 3 0 0 0-2-2.8M18 5a3 3 0 0 1 0 6'/%3E%3C/svg%3E"); }
.network-agent[data-icon="treinamento"],
.agent-card[data-icon="treinamento"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 6l9-4 9 4-9 4-9-4Zm4 5v4c0 2 2 4 5 4s5-2 5-4v-4'/%3E%3C/svg%3E"); }
.network-agent[data-icon="indicadores"],
.agent-card[data-icon="indicadores"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 19V5m0 14h16M8 17V9m4 8V7m4 10v-5m4 5V4'/%3E%3C/svg%3E"); }
.network-agent[data-icon="pesquisa"],
.agent-card[data-icon="pesquisa"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M10 18a8 8 0 1 1 5.3-2L21 21l-3 3-5.1-5.7A8 8 0 0 1 10 18Zm0-11v6m-3-3h6'/%3E%3C/svg%3E"); }
.network-agent[data-icon="riscos"],
.agent-card[data-icon="riscos"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Zm0-13v4m0 4h.01'/%3E%3C/svg%3E"); }
.network-agent[data-icon="oportunidades"],
.agent-card[data-icon="oportunidades"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9 18h6M10 22h4m-2-3v-3m0 0a7 7 0 1 0-4.5-1.6c.9.8 1.5 1.7 1.5 2.6h6c0-.9.6-1.8 1.5-2.6A7 7 0 0 0 12 5'/%3E%3C/svg%3E"); }
.network-agent[data-icon="problemas"],
.agent-card[data-icon="problemas"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 9v4m0 4h.01M10 3h4l8 16H2L10 3Z'/%3E%3C/svg%3E"); }
.network-agent[data-icon="documentos"],
.agent-card[data-icon="documentos"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Zm0 0v6h6M8 13h8M8 17h8'/%3E%3C/svg%3E"); }
.network-agent[data-icon="vendas"],
.agent-card[data-icon="vendas"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 12h4l3 8 4-16 3 8h4M4 19h16'/%3E%3C/svg%3E"); }
.network-agent[data-icon="reunioes"],
.agent-card[data-icon="reunioes"] { --network-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 7h10v8H4zM14 10l6-3v8l-6-3M8 18h8'/%3E%3C/svg%3E"); }

.agent-card[data-icon="estrategia"] { --agent-photo: url("./assets/agents/agent-estrategia.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="processos"] { --agent-photo: url("./assets/agents/agent-processos.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="pessoas"] { --agent-photo: url("./assets/agents/agent-pessoas.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="treinamento"] { --agent-photo: url("./assets/agents/agent-treinamento.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="indicadores"] { --agent-photo: url("./assets/agents/agent-indicadores.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="pesquisa"] { --agent-photo: url("./assets/agents/agent-pesquisa.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="riscos"] { --agent-photo: url("./assets/agents/agent-riscos.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="oportunidades"] { --agent-photo: url("./assets/agents/agent-oportunidades.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="problemas"] { --agent-photo: url("./assets/agents/agent-problemas.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="documentos"] { --agent-photo: url("./assets/agents/agent-documentos.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="vendas"] { --agent-photo: url("./assets/agents/agent-vendas.jpg?v=20260531-google-seo"); }
.agent-card[data-icon="reunioes"] { --agent-photo: url("./assets/agents/agent-reunioes.jpg?v=20260531-google-seo"); }

.how {
  padding: 120px 0;
}

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

.timeline article {
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.timeline span {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 58px;
  border-radius: 50%;
  color: #111;
  background: var(--gold);
  font-weight: 900;
}

.timeline p {
  color: rgba(255, 255, 255, .66);
  line-height: 1.6;
}

.cost {
  padding: 120px 0 80px;
}

.loss-table {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.loss-table p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .74);
}

.loss-table p:last-child {
  border-bottom: 0;
}

.loss-table strong {
  color: var(--red);
  white-space: nowrap;
}

.who .section-center h2,
.chat-section .section-center h2,
.coordinator h2,
.catalog .section-center h2,
.faq .section-center h2,
.stories .section-center h2,
.content .section-center h2 {
  color: var(--ink);
}

.chat-section .section-center p:not(.eyebrow),
.coordinator p,
.catalog .section-center p:not(.eyebrow),
.faq .section-center p:not(.eyebrow),
.stories .section-center p:not(.eyebrow),
.content .section-center p:not(.eyebrow) {
  color: #5d6675;
}

.catalog {
  padding: 115px 0 135px;
  overflow: hidden;
}

.catalog .section-center {
  max-width: 980px;
}

.catalog .section-center h2 {
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.08;
}

.catalog .section-center h2 span {
  color: var(--gold);
}

.agent-carousel {
  position: relative;
  width: min(1280px, calc(100% - 44px));
  height: 540px;
  margin: 54px auto 0;
  perspective: 1200px;
}

.agent-deck {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.agent-card {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: var(--z, 1);
  width: min(390px, 30vw);
  height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  overflow: hidden;
  padding: 0 22px 30px;
  color: #fff;
  border: 1px solid rgba(17, 24, 39, .22);
  border-radius: 10px;
  background: #05070b;
  box-shadow: 0 36px 70px rgba(17, 24, 39, .24);
  transform:
    translateX(calc(-50% + var(--x, 0px)))
    translateZ(var(--z-depth, 0px))
    rotateY(var(--rot, 0deg))
    scale(var(--scale, 1));
  opacity: var(--card-opacity, 1);
  pointer-events: var(--card-events, auto);
  transition: transform .62s cubic-bezier(.2, .72, .2, 1), opacity .42s ease, filter .42s ease;
}

.agent-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(180deg, rgba(5, 7, 11, .02) 0%, rgba(5, 7, 11, .1) 38%, rgba(5, 7, 11, .94) 100%),
    var(--agent-photo, url("./assets/people-triptych-ai.png?v=20260531-google-seo"));
  background-size: 100% 100%, cover;
  background-position: center, center;
}

.agent-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 90, 31, .18) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 90, 31, .14) 1px, transparent 1px);
  background-size: 84px 84px;
  mix-blend-mode: screen;
  opacity: .16;
}

.agent-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  color: var(--gold);
  border: 1px solid rgba(255, 90, 31, .42);
  border-radius: 12px;
  background: rgba(255, 90, 31, .18);
  box-shadow: 0 0 28px rgba(255, 90, 31, .24);
}

.agent-card__icon::before {
  content: "";
  width: 21px;
  height: 21px;
  background: currentColor;
  mask: var(--network-icon) center / contain no-repeat;
}

.agent-card h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .6);
}

.agent-card p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.35;
}

.agent-card a {
  width: fit-content;
  margin-top: 6px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
}

.agent-card a::after {
  content: " ?";
}

.agent-arrow {
  position: absolute;
  top: 50%;
  z-index: 12;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 90, 31, .48);
  border-radius: 50%;
  background: rgba(17, 24, 39, .8);
  box-shadow: 0 12px 32px rgba(17, 24, 39, .24);
  transform: translateY(-50%);
}

.agent-arrow::before {
  content: "";
  position: absolute;
  inset: 15px 13px;
  border-top: 3px solid var(--gold);
  border-left: 3px solid var(--gold);
}

.agent-arrow--prev {
  left: min(10vw, 120px);
}

.agent-arrow--prev::before {
  transform: rotate(-45deg);
}

.agent-arrow--next {
  right: min(10vw, 120px);
}

.agent-arrow--next::before {
  transform: rotate(135deg);
}

.testimonials {
  padding: 115px 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 46px;
}

.testimonial-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.testimonial-grid p {
  color: rgba(255, 255, 255, .76);
  line-height: 1.65;
}

.testimonial-grid strong {
  color: var(--gold);
}

.big-cta {
  padding: 120px 0;
  text-align: center;
}

.big-cta h2 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  color: var(--gold);
}

.faq {
  padding: 105px 0 100px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-top: 42px;
}

.faq-list details {
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(17, 24, 39, .06);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  font-weight: 900;
  cursor: pointer;
}

.faq-list summary::after {
  content: "+";
  color: var(--gold);
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: #5b6471;
  line-height: 1.6;
}

.stories {
  padding: 105px 0;
}

.story-grid,
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.story-grid article,
.content-grid article {
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(17, 24, 39, .07);
}

.story-grid div {
  height: 180px;
  background:
    linear-gradient(180deg, rgba(5, 7, 11, .12), rgba(5, 7, 11, .82)),
    url("./assets/app-preview.png?v=20260531-google-seo") center/cover;
}

.story-grid h3,
.story-grid p,
.story-grid a,
.content-grid h3,
.content-grid span,
.content-grid a {
  margin-left: 22px;
  margin-right: 22px;
}

.story-grid h3,
.content-grid h3 {
  margin-top: 22px;
  font-size: 21px;
}

.story-grid p {
  color: #5b6471;
  line-height: 1.6;
}

.story-grid a,
.content-grid a {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--orange);
  font-weight: 900;
}

.content {
  padding: 105px 0 120px;
}

.content-grid article {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}

.content-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.content-grid a {
  margin-top: auto;
}

.floating-whatsapp {
  position: fixed;
  right: 26px;
  bottom: 24px;
  z-index: 999;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #22d465;
  box-shadow: 0 0 0 12px rgba(34, 212, 101, .16), 0 0 38px rgba(34, 212, 101, .45);
  animation: whatsPulse 2.8s ease-in-out infinite;
  transition: transform .16s ease;
  cursor: pointer;
}

.floating-whatsapp:hover {
  transform: translateY(-2px) scale(1.03);
}

.floating-whatsapp svg {
  width: 36px;
  height: 36px;
  fill: #fff;
  stroke: none;
  filter: none;
}

.whatsapp-panel {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 1000;
  width: min(360px, calc(100vw - 28px));
  color: #fff;
  border: 1px solid rgba(38, 208, 112, .28);
  border-radius: 18px;
  background: #0c1118;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}

.whatsapp-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.whatsapp-form__head {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #23d66a, #159b7a);
}

.whatsapp-form__logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
}

.whatsapp-form__logo svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  stroke: none;
}

.whatsapp-form__head strong,
.whatsapp-form__head small {
  display: block;
}

.whatsapp-form__head strong {
  font-size: 16px;
}

.whatsapp-form__head small {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 800;
}

.whatsapp-close {
  width: 34px;
  height: 34px;
  margin-left: auto;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .18);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.whatsapp-form__body {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.whatsapp-form__body p {
  margin: 0 0 2px;
  color: rgba(214, 222, 234, .74);
  line-height: 1.48;
}

.whatsapp-form label {
  position: relative;
  display: block;
}

.whatsapp-form label::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 24px;
  width: 17px;
  height: 17px;
  background: #96a3b7;
  transform: translateY(-50%);
  -webkit-mask: var(--field-icon) center / contain no-repeat;
  mask: var(--field-icon) center / contain no-repeat;
  pointer-events: none;
}

.whatsapp-form label:nth-of-type(1) {
  --field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.whatsapp-form label:nth-of-type(2) {
  --field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.whatsapp-form label:nth-of-type(3) {
  --field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 11.2 18.9a19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.8.6 2.6a2 2 0 0 1-.4 2.1L8 9.7a16 16 0 0 0 6.3 6.3l1.3-1.3a2 2 0 0 1 2.1-.4c.8.3 1.7.5 2.6.6a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E");
}

.whatsapp-form label:nth-of-type(4) {
  --field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7l8-4v18'/%3E%3Cpath d='M19 21V11l-6-4'/%3E%3Cpath d='M9 9h1M9 13h1M9 17h1M15 13h1M15 17h1'/%3E%3C/svg%3E");
}

.whatsapp-form label:nth-of-type(5)::before {
  display: none;
}

.whatsapp-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.whatsapp-form input,
.whatsapp-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px 0 42px;
  color: #fff;
  border: 1px solid rgba(153, 166, 185, .24);
  border-radius: 11px;
  outline: 0;
  background: #1b2230;
  font: inherit;
  font-size: 14px;
}

.whatsapp-form textarea {
  min-height: 94px;
  padding: 14px;
  resize: vertical;
}

.whatsapp-form input:focus,
.whatsapp-form textarea:focus {
  border-color: rgba(38, 208, 112, .72);
  box-shadow: 0 0 0 3px rgba(38, 208, 112, .16);
}

.whatsapp-submit {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #23d66a;
  box-shadow: 0 18px 42px rgba(35, 214, 106, .28);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.whatsapp-form__body > small {
  color: rgba(214, 222, 234, .56);
  text-align: center;
}

.footer {
  padding: 58px 0 26px;
  color: rgba(255, 255, 255, .68);
  background: #05070b;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, .7fr);
  gap: 34px;
}

.footer .brand {
  color: #fff;
  margin-bottom: 18px;
}

.footer p {
  max-width: 370px;
  line-height: 1.65;
}

.footer nav {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer strong {
  color: #fff;
}

.footer a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 1060px) {
  .desktop-nav,
  .header-actions .btn {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 150px;
    padding-bottom: 72px;
  }

  .hero-platform {
    width: min(980px, 92vw);
    height: 520px;
    top: 116px;
  }

  .system-screen {
    gap: 14px;
    padding: 22px;
  }

  .system-board,
  .system-toolbar,
  .system-ai-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .agent-stage,
  .market-inner,
  .split,
  .split.reverse,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .agent-stage {
    row-gap: 78px;
  }

  .who-grid,
  .phone-grid,
  .operating-grid,
  .timeline,
  .story-grid,
  .content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .who-grid,
  .phone-grid {
    grid-template-columns: repeat(2, minmax(0, 360px));
    justify-content: center;
  }

  .market-grid,
  .ai-grid,
  .metric-grid,
  .hero-dashboard__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 32px, 1200px);
  }

  .header {
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    transform: none;
    height: 64px;
    padding: 8px 12px;
  }

  .brand {
    font-size: 18px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 128px 0 64px;
  }

  .hero-platform {
    top: 92px;
    width: 112vw;
    height: 430px;
    border-width: 14px;
    border-bottom-width: 42px;
    opacity: .48;
  }

  .system-screen {
    gap: 10px;
    padding: 16px;
  }

  .system-topbar {
    height: 44px;
    padding: 0 12px;
  }

  .system-topbar strong,
  .system-topbar em {
    font-size: 11px;
  }

  .system-toolbar,
  .system-ai-grid {
    display: none;
  }

  .system-kpis {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .system-kpis article {
    min-height: 64px;
    padding: 10px;
  }

  .system-kpis b {
    font-size: 18px;
  }

  .system-board {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .system-board section {
    padding: 10px;
  }

  .system-board section:nth-child(n+3) {
    display: none;
  }

  .system-chart,
  .system-lines {
    min-height: 160px;
    padding: 16px;
  }

  .system-ai-card {
    padding: 18px;
  }

  .system-ai-card p {
    font-size: 18px;
  }

  h1 {
    font-size: clamp(34px, 10.4vw, 44px);
    line-height: 1.05;
  }

  .hero-copy {
    font-size: 16px;
  }

  .floating-whatsapp {
    display: none;
  }

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

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

  .proof-row {
    margin-top: 44px;
  }

  .proof-row strong {
    font-size: 30px;
  }

  .tabs {
    width: calc(100% - 32px);
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 16px;
  }

  .tab {
    flex: 0 0 48px;
  }

  .proof-row,
  .hero-dashboard__grid,
  .who-grid,
  .phone-grid,
  .ai-grid,
  .operating-grid,
  .timeline,
  .story-grid,
  .content-grid,
  .testimonial-grid,
  .market-grid {
    grid-template-columns: 1fr;
  }

  .who-grid,
  .phone-grid {
    grid-template-columns: minmax(0, 320px);
    justify-content: center;
  }

  .hero-dashboard,
  .result-banner,
  .saving {
    padding: 24px;
  }

  .hero-dashboard {
    margin-top: 22px;
    padding: 12px;
  }

  .hero-dashboard article {
    min-height: 86px;
  }

  .agent-copy {
    padding-left: 18px;
  }

  .agent-screen {
    min-height: 430px;
  }

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

  .chart-lines {
    height: 150px;
    gap: 8px;
    padding: 16px;
  }

  .phone {
    min-height: 690px;
  }

  .agent-carousel {
    width: 100%;
    height: 470px;
    margin-top: 36px;
  }

  .agent-card {
    width: 280px;
    height: 430px;
    padding: 0 18px 24px;
  }

  .agent-card h3 {
    font-size: 26px;
  }

  .agent-card p {
    font-size: 14px;
  }

  .agent-arrow {
    width: 42px;
    height: 42px;
  }

  .agent-arrow--prev {
    left: 12px;
  }

  .agent-arrow--next {
    right: 12px;
  }

  .orbit-map {
    height: auto;
    padding: 22px 0;
  }

  .network-agent {
    position: relative;
    left: auto !important;
    top: auto !important;
    display: grid;
    width: calc(100% - 32px);
    margin: 18px auto;
    transform: none;
    animation: none;
  }

  .network-agent i {
    width: 48px;
    height: 48px;
  }

  .center-node {
    position: relative;
    left: auto;
    top: auto;
    margin: 14px auto 34px;
    transform: none;
  }

  .orbit-lines {
    display: none;
  }

  .footer-bottom,
  .result-banner,
  .saving {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Final hero demo overrides: keep the animated Agil system sequence above the older static mockups. */
.hero-platform > .system-screen { display: none !important; }
.hero-media img { opacity: .22; filter: blur(7px) saturate(.72) contrast(1); }
.hero-platform .agil-demo-reel { position: relative; width: 100%; height: 100%; min-height: 0; border-radius: 10px; }
.hero-platform .demo-hub img { width: 58px; height: 58px; object-fit: contain; object-position: center; filter: none; animation: none; }
.hero-platform .demo-logo-finale img { width: 150px; height: 150px; object-fit: contain; object-position: center; filter: drop-shadow(0 24px 22px rgba(0,0,0,.28)); }

/* Hero com telas reais da Agil */
.hero-platform>.agil-demo-reel{display:none!important}
.hero-platform .hero-commercial-reel{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border:0;
  background:#fff;
  filter:saturate(1.08) contrast(1.05) brightness(1.04);
}
.hero-platform.has-commercial-video>.agil-real-reel{display:none!important}
.hero-platform>.agil-real-reel{
  --slide-step:4s;
  --slide-cycle:36s;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:10px;
  background:
    radial-gradient(circle at 82% 12%,rgba(255,80,1,.13),transparent 34%),
    linear-gradient(135deg,#f8fafc 0%,#eef2f7 100%);
}
.hero-platform>.agil-real-reel::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(7,16,22,.055),rgba(7,16,22,.012) 30%,rgba(7,16,22,.01) 70%,rgba(255,80,1,.045)),
    radial-gradient(circle at 70% 18%,rgba(255,80,1,.055),transparent 38%);
}
.hero-platform .real-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  overflow:hidden;
  animation:agilRealSlide var(--slide-cycle) linear infinite;
  animation-delay:calc(var(--i) * var(--slide-step));
}
.hero-platform .real-slide img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:linear-gradient(135deg,#f8fafc 0%,#edf1f6 100%);
  filter:saturate(1.08) contrast(1.06) brightness(1.04);
  transform:scale(1);
  animation:agilRealImageDrift var(--slide-cycle) ease-in-out infinite;
  animation-delay:calc(var(--i) * var(--slide-step));
}
.hero-platform .real-slide figcaption{
  position:absolute;
  left:26px;
  bottom:22px;
  z-index:4;
  display:inline-flex;
  align-items:center;
  gap:8px;
  max-width:calc(100% - 52px);
  padding:9px 13px 9px 11px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(10,16,26,.94);
  backdrop-filter:blur(12px) saturate(1.12);
  color:#fff;
  font-family:Inter,Arial,sans-serif;
  font-size:12px;
  font-weight:850;
  line-height:1.1;
  letter-spacing:0;
  text-shadow:0 1px 12px rgba(0,0,0,.25);
  box-shadow:0 18px 45px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);
}
.hero-platform .real-slide figcaption::before{
  content:"";
  flex:0 0 auto;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ff5001;
  box-shadow:0 0 0 4px rgba(255,80,1,.18);
}
.hero-platform .real-slide--logo{
  --final-letter-delay:32s;
  z-index:2;
  display:grid;
  place-items:center;
  background:transparent;
}
.hero-platform .real-logo-finale{
  position:relative;
  z-index:4;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  color:#121826;
  text-align:center;
}
.hero-platform .real-logo-finale img{
  width:118px;
  height:118px;
  object-fit:contain;
  background:transparent;
  filter:drop-shadow(0 22px 18px rgba(18,24,38,.17));
  transform:none;
  animation:agilFinalLogoCalm 4s ease-in-out infinite;
}
.hero-platform .real-wordmark{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0 .04em .18em;
  font-size:54px;
  font-weight:900;
  line-height:1.16;
  letter-spacing:0;
  overflow:visible;
}
.hero-platform .real-wordmark span{
  --letter-delay:0s;
  opacity:0;
  transform:translateY(12px);
  padding:0 .01em .16em;
  color:transparent;
  line-height:1.16;
  -webkit-background-clip:text;
  background-clip:text;
  filter:saturate(1.16) contrast(1.04);
  overflow:visible;
  animation:agilLetterWrite var(--slide-cycle) cubic-bezier(.22,.9,.22,1) infinite both;
  animation-delay:calc(var(--final-letter-delay) + var(--letter-delay));
}
.hero-platform .real-wordmark span:nth-child(1){--letter-delay:.25s;background-image:linear-gradient(145deg,#ffb05a 0%,#ff5a1f 42%,#c83f0d 100%)}
.hero-platform .real-wordmark span:nth-child(2){--letter-delay:.72s;background-image:linear-gradient(145deg,#efe274 0%,#b9ad2f 45%,#608f2f 100%)}
.hero-platform .real-wordmark span:nth-child(3),
.hero-platform .real-wordmark span:nth-child(4){background-image:linear-gradient(145deg,#d4ff8f 0%,#76d44a 46%,#119d42 100%)}
.hero-platform .real-wordmark span:nth-child(3){--letter-delay:1.16s}
.hero-platform .real-wordmark span:nth-child(4){--letter-delay:1.58s}
.hero-platform .real-logo-finale small{
  margin-top:16px;
  color:#526071;
  font-size:12px;
  font-weight:800;
}

/* App-style hero reel: keep the product video readable as the main first-screen signal. */
.hero-platform.has-commercial-video{
  z-index:1;
  opacity:1;
  border-color:rgba(0,0,0,.86);
  box-shadow:0 34px 92px rgba(0,0,0,.58);
}
.hero-platform.has-commercial-video::before{
  background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 38%,rgba(0,0,0,.08));
}
.hero-platform.has-commercial-video::after{
  display:none;
}
.hero-overlay{
  z-index:2;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 90, 31, .05), transparent 34%),
    linear-gradient(180deg,rgba(5,7,11,.16),rgba(5,7,11,.42) 62%,#05070b 100%),
    linear-gradient(90deg,rgba(5,7,11,.48),rgba(5,7,11,.18),rgba(5,7,11,.42));
}
.hero-inner{
  z-index:3;
  transition:opacity .36s ease, transform .36s ease;
}
.hero-platform.has-commercial-video .hero-commercial-reel{
  filter:saturate(1.18) contrast(1.06) brightness(.88);
}
@keyframes agilRealSlide{
  0%,100%{opacity:0}
  2%,11%{opacity:1}
  13%,100%{opacity:0}
}
@keyframes agilRealImageDrift{
  0%,4%{transform:scale(1) translate3d(0,0,0)}
  8%{transform:scale(1.018) translate3d(-.2%,.12%,0)}
  11%{transform:scale(1.07) translate3d(-.85%,.45%,0)}
  100%{transform:scale(1) translate3d(0,0,0)}
}
@keyframes agilLetterWrite{
  0%,1.2%{opacity:0;transform:translateY(12px)}
  2.4%,11.8%{opacity:1;transform:translateY(0)}
  13%,100%{opacity:0;transform:translateY(0)}
}
@keyframes agilFinalLogoCalm{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-4px) scale(1.025)}
}

