@font-face {
  font-family: 'Lexend';
  src: url('../assets/fonts/Lexend-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --surface:  #FFFFFF;
  --surface2: #EEF2F8;
  --radius:   12px;
  --max:      1100px;
  --font:     var(--f, "Lexend", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);
  --grad:     linear-gradient(135deg, #1a4fd6 0%, #3f74ff 50%, #812a99 100%);
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg, #F4F7FB);
  color: var(--ink, #1a2540);
  line-height: 1.55;
  font-size: 1rem;
}

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

a { color: var(--primary, #3f74ff); }
a:hover { color: var(--secondary, #812a99); }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--primary); color: #fff;
  padding: 0.5rem 1rem; z-index: 100;
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; }

/* ══════════════════════════════════════
   HEADER
══════════════════════════════════════ */
.site-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--border, #DDE3EE);
  background: rgba(255,255,255,0.96);
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(8px);
}

.site-header__inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center;
  justify-content: space-between; gap: 1rem;
}

.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 32px; width: auto; }


/* ══════════════════════════════════════
   BUTTONS
══════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.4rem; padding: 0.65rem 1.25rem; border-radius: 999px;
  font-weight: 600; font-size: 0.95rem;
  text-decoration: none; border: none; cursor: pointer;
  transition: background 0.15s, transform 0.1s, box-shadow 0.15s;
  font-family: var(--font);
}
.btn:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }

.btn--primary {
  background: var(--primary, #3f74ff); color: #fff;
}
.btn--primary:hover {
  background: var(--secondary, #812a99); color: #fff;
}

/* botão branco com gradiente – para uso em header e hero */
.site-header__inner .btn--primary {
  background: var(--primary); color: #fff;
  box-shadow: 0 2px 12px rgba(63,116,255,.3);
}
.site-header__inner .btn--primary:hover {
  background: var(--secondary);
}

/* botão de destaque (hero / banner) */
.btn--hero-primary {
  background: #fff; color: var(--primary, #3f74ff);
  font-weight: 700; box-shadow: 0 4px 20px rgba(0,0,0,.18);
}
.btn--hero-primary:hover {
  background: rgba(255,255,255,.9); color: var(--secondary, #812a99);
  transform: translateY(-1px);
}

.btn--ghost {
  background: transparent; color: var(--primary);
  border: 1.5px solid rgba(63,116,255,.35);
}
.btn--ghost:hover {
  background: var(--tag-bg, rgba(63,116,255,.08));
}

.btn--wa {
  background: #25D366; color: #fff; font-weight: 700;
}
.btn--wa:hover { background: #1da851; color: #fff; }

.btn--banner-ghost {
  background: rgba(255,255,255,.15); color: #fff;
  border: 1.5px solid rgba(255,255,255,.35); font-weight: 700;
}
.btn--banner-ghost:hover {
  background: rgba(255,255,255,.25);
}

.btn--block { width: 100%; }

/* ══════════════════════════════════════
   LAYOUT HELPERS
══════════════════════════════════════ */
main { overflow-x: hidden; }

.section { padding: 4rem 1.25rem; }

.section__inner { max-width: var(--max); margin: 0 auto; }

.section__title {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 800; line-height: 1.2;
  margin: 0 0 0.75rem; color: var(--ink);
}

.section__lead {
  color: var(--muted, #6B6F80);
  margin: 0 0 1.5rem; max-width: 62ch;
}

.section-header { margin-bottom: 2.5rem; }
.section-header.center { text-align: center; }
.section-header.center .section__lead { margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-block;
  font-size: 0.73rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--primary);
  background: var(--tag-bg, rgba(63,116,255,.08));
  border: 1px solid rgba(63,116,255,.18);
  border-radius: 999px;
  padding: 0.25rem 0.85rem;
  margin: 0 0 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
a.eyebrow:hover {
  background: rgba(63,116,255,.15);
  border-color: rgba(63,116,255,.35);
  color: var(--primary);
}

.eyebrow--light {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.3);
  color: #fff;
}

.section-cta-center {
  text-align: center; margin-top: 2.5rem;
}

.btn--pulse {
  position: relative;
  overflow: hidden;
  padding: 1rem 2.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  background: linear-gradient(110deg, #1a4fd6 0%, #3f74ff 45%, #812a99 100%);
  box-shadow:
    0 6px 24px rgba(63,116,255,.45),
    0 2px 8px rgba(129,42,153,.25),
    inset 0 1px 0 rgba(255,255,255,.18);
  animation: pulse-ring 2.4s ease-out infinite;
}

.btn--pulse::after {
  content: '';
  position: absolute;
  top: 0; left: -75%;
  width: 50%; height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.28) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: shine 2.4s ease-in-out infinite;
}

.btn--pulse:hover {
  background: linear-gradient(110deg, #1540b8 0%, #2f5fe0 45%, #6a2080 100%);
  box-shadow:
    0 10px 36px rgba(63,116,255,.55),
    0 4px 14px rgba(129,42,153,.35),
    inset 0 1px 0 rgba(255,255,255,.22);
  transform: translateY(-2px);
}

@keyframes pulse-ring {
  0%   { box-shadow: 0 6px 24px rgba(63,116,255,.45), 0 2px 8px rgba(129,42,153,.25), inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 0 rgba(63,116,255,.5); }
  65%  { box-shadow: 0 6px 24px rgba(63,116,255,.45), 0 2px 8px rgba(129,42,153,.25), inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 16px rgba(63,116,255,0); }
  100% { box-shadow: 0 6px 24px rgba(63,116,255,.45), 0 2px 8px rgba(129,42,153,.25), inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 0 rgba(63,116,255,0); }
}

@keyframes shine {
  0%   { left: -75%; }
  40%  { left: 130%; }
  100% { left: 130%; }
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero {
  background: linear-gradient(135deg, rgba(26,79,214,.75) 0%, rgba(63,116,255,.6) 50%, rgba(129,42,153,.75) 100%),
              url('../assets/backgroud-hero.webp') center center / cover no-repeat;
  overflow: hidden;
}

.hero__content {
  max-width: var(--max); margin: 0 auto;
  padding: 4.5rem 1.25rem 4rem;
  display: flex; align-items: center; gap: 3rem;
}

.hero__text { flex: 1 1 auto; }

.hero__badge {
  display: inline-block;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  background: rgba(255,255,255,.15); color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  padding: 0.3rem 0.85rem; margin-bottom: 1rem;
}

.hero h1 {
  font-size: clamp(2rem, 5.5vw, 3.2rem);
  line-height: 1.1; margin: 0 0 1rem;
  color: #fff; font-weight: 800;
  text-shadow: 0 2px 24px rgba(0,0,0,.25);
}

.hero__highlight {
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.92) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__sub {
  color: rgba(255,255,255,.95);
  font-size: 1.05rem; max-width: 46ch;
  margin: 0 0 2rem; line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0,0,0,.2);
}

.hero__actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem;
}

.hero .btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.6);
}
.hero .btn--ghost:hover {
  background: rgba(255,255,255,.12); color: #fff;
}

.hero__trust {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 0.45rem;
}

.hero__trust li {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.88rem; color: rgba(255,255,255,.8);
}

.hero__trust svg { flex-shrink: 0; color: #7bffca; }

/* hero badge logo */
.hero__badge-logo {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.92);
  border-radius: 999px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.25rem;
}
.hero__badge-logo img {
  height: 22px; width: auto; display: block;
}

.hero__product-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0.6rem 0 0;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  width: fit-content;
}
.hero__product-tag--strong {
  font-weight: 700;
  color: rgba(255,255,255,.95);
  letter-spacing: 0.1em;
}
.hero__product-tag--divider {
  color: rgba(255,255,255,.35);
  font-weight: 300;
}
.hero__product-tag--soft {
  font-weight: 400;
  color: rgba(255,255,255,.65);
  letter-spacing: 0.04em;
}

/* hero image */
.hero__visual { flex: 0 0 auto; }

.hero__demo-img {
  width: clamp(380px, 50vw, 650px);
  height: auto;
  filter: drop-shadow(0 24px 52px rgba(0,0,0,.45));
  animation: float 4s ease-in-out infinite;
}

/* dashboard mock (mantido mas não usado) */
.hero__dashboard-mock {
  background: rgba(10,18,40,.55);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px; overflow: hidden;
  width: clamp(280px, 36vw, 410px);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 64px rgba(0,0,0,.4);
  animation: float 4s ease-in-out infinite;
}

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

.dash-bar {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.6rem 0.85rem;
  background: rgba(0,0,0,.3);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.dash-dot { width: 10px; height: 10px; border-radius: 50%; display: block; }
.dash-dot--red    { background: #ff5f57; }
.dash-dot--yellow { background: #ffbd2e; }
.dash-dot--green  { background: #28c840; }

.dash-title {
  font-size: 0.7rem; color: rgba(255,255,255,.5);
  margin-left: 0.25rem; flex: 1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.dash-body { padding: 1.1rem; display: flex; flex-direction: column; gap: 0.9rem; }

.dash-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.6rem; }

.dash-kpi {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 10px;
  padding: 0.65rem 0.4rem; text-align: center;
}
.dash-kpi--up {
  background: rgba(0,176,108,.18);
  border-color: rgba(0,176,108,.35);
}

.dash-kpi__val {
  display: block;
  font-size: 1.35rem; font-weight: 800; color: #fff; line-height: 1;
}
.dash-kpi--up .dash-kpi__val { color: #5effc9; }

.dash-kpi__label {
  display: block; font-size: 0.62rem;
  color: rgba(255,255,255,.55); margin-top: 0.2rem; line-height: 1.3;
}

.dash-channels { display: grid; grid-template-columns: repeat(4,1fr); gap: 0.45rem; }

.dash-ch {
  display: flex; flex-direction: column; align-items: center; gap: 0.2rem;
  font-size: 0.62rem; color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px; padding: 0.45rem 0.2rem;
}
.dash-ch--active {
  background: rgba(63,116,255,.25);
  border-color: rgba(63,116,255,.5); color: #fff;
}
.dash-ch span { font-size: 1rem; line-height: 1; }

.dash-row { display: flex; flex-direction: column; gap: 0.35rem; }
.dash-label { font-size: 0.62rem; color: rgba(255,255,255,.45); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

.dash-integrations { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.dash-int {
  font-size: 0.65rem; font-weight: 600;
  background: rgba(129,42,153,.3);
  border: 1px solid rgba(129,42,153,.5);
  color: rgba(255,255,255,.9);
  border-radius: 999px; padding: 0.18rem 0.6rem;
}

.dash-bar-chart { display: flex; flex-direction: column; gap: 0.35rem; }
.dash-bar-chart__label { font-size: 0.62rem; color: rgba(255,255,255,.45); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.dash-bars { display: flex; align-items: flex-end; gap: 0.3rem; height: 48px; }

.dash-bar-item {
  flex: 1; height: var(--h, 60%);
  background: rgba(63,116,255,.55);
  border-radius: 4px 4px 0 0;
  transition: background 0.2s;
}
.dash-bar-item--now { background: rgba(129,42,153,.8); }

@media (max-width: 900px) { .hero__visual { display: none; } }
@media (max-width: 640px) {
  .hero__text { padding-bottom: 1rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; text-align: center; }
}

/* ══════════════════════════════════════
   STAT STRIP
══════════════════════════════════════ */
.stat-strip {
  background: linear-gradient(110deg, #1a4fd6 0%, #3f74ff 50%, #812a99 100%);
  padding: 2.25rem 1.25rem;
}
.stat-strip__inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  flex-wrap: nowrap; gap: 1.25rem;
}
.stat-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.35rem; flex: 1 1 0; min-width: 0; }
.stat-item__num {
  font-size: clamp(1.8rem, 3.5vw, 4rem);
  font-weight: 900; line-height: 1; letter-spacing: -.03em;
  background: linear-gradient(110deg, #fff 0%, #c4d8ff 40%, #e8b4ff 75%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: title-shine 4s linear infinite;
  filter: drop-shadow(0 0 16px rgba(255,255,255,.25));
}
.stat-item__label { font-size: clamp(0.72rem, 1.2vw, 0.95rem); font-weight: 500; color: rgba(255,255,255,.88); letter-spacing: 0.01em; }
.stat-divider { width: 1px; height: 64px; background: rgba(255,255,255,.25); flex-shrink: 0; }

@media (max-width: 640px) {
  .stat-divider { display: none; }
  .stat-strip__inner { flex-wrap: wrap; gap: 1rem; }
  .stat-item { min-width: calc(50% - 1rem); flex: 0 0 calc(50% - 1rem); }
}

/* ══════════════════════════════════════
   TICKER ANIMADO
══════════════════════════════════════ */
.ticker-strip {
  background: #0d1530;
  padding: 0.85rem 0;
  overflow: hidden;
  position: relative;
}

.ticker-strip::before,
.ticker-strip::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.ticker-strip::before { left: 0;  background: linear-gradient(to right, #0d1530, transparent); }
.ticker-strip::after  { right: 0; background: linear-gradient(to left,  #0d1530, transparent); }

.ticker-track {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: max-content;
  animation: ticker 32s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.38rem 1rem;
  border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.65);
  flex-shrink: 0;
}

.ticker-item--blue {
  background: var(--primary, #3f74ff);
  border-color: var(--primary, #3f74ff);
  color: #fff;
}

.ticker-item--purple {
  background: var(--secondary, #812a99);
  border-color: var(--secondary, #812a99);
  color: #fff;
}

/* ══════════════════════════════════════
   PARA QUEM É
══════════════════════════════════════ */
.section--forwhom {
  background: var(--bg, #F4F7FB);
}

.forwhom-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.forwhom-split__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.forwhom-split__img-wrap {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.forwhom-split__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  min-height: 360px;
  max-height: 520px;
}

.forwhom-split__cta {
  width: 100%;
  justify-content: center;
}

.forwhom-split__header {
  margin-bottom: 1.25rem;
}
.forwhom-split__header .section__title {
  margin-bottom: 0.5rem;
}
.forwhom-split__header .section__lead {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.forwhom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (max-width: 900px) {
  .forwhom-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .forwhom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .forwhom-grid { grid-template-columns: 1fr; }
}

.forwhom-card {
  background: #fff;
  border: 1.5px solid var(--border, #DDE3EE);
  border-radius: 14px;
  padding: 1.1rem 1.1rem;
  display: flex; flex-direction: column; gap: 0.45rem;
  transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
}
.forwhom-card:hover {
  border-color: var(--primary);
  box-shadow: 0 6px 20px rgba(63,116,255,.1);
  transform: translateY(-3px);
}

.forwhom-card__icon { font-size: 1.5rem; line-height: 1; }

.forwhom-card h3 {
  font-size: 0.92rem; font-weight: 700; color: var(--ink); margin: 0;
}

.forwhom-card p {
  font-size: 0.82rem; color: var(--muted); margin: 0; line-height: 1.55;
}



/* ══════════════════════════════════════
   COMO FUNCIONA — 3 passos
══════════════════════════════════════ */
.section--how {
  background: #fff;
  border-top: 1px solid var(--border, #DDE3EE);
  background-image: url('../assets/fundo-sessao.webp'), url('../assets/bola-3d.png'), url('../assets/bola-3d.png'), url('../assets/bola-3d.png');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: right center, 30px 38%, 80px 52%, 20px 62%;
  background-size: 420px auto, 90px auto, 65px auto, 50px auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}

.step {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 0 1.5rem;
  position: relative;
}

/* linha conectora entre steps */
.step__connector {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(63,116,255,.4), rgba(129,42,153,.4));
  z-index: 0;
}
.step__connector--last { display: none; }

.step__num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--grad);
  color: #fff; font-size: 1.25rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
  box-shadow: 0 6px 20px rgba(63,116,255,.3);
  flex-shrink: 0;
  margin-bottom: 1.25rem;
}

.step__body { flex: 1; }

.step__body h3 {
  font-size: 1.05rem; font-weight: 700; color: var(--ink); margin: 0 0 0.5rem;
}
.step__body p {
  font-size: 0.87rem; color: var(--muted, #6B6F80); margin: 0; line-height: 1.65;
}

@media (max-width: 640px) {
  .steps { grid-template-columns: 1fr; gap: 2rem; }
  .step__connector { display: none; }
  .step { padding: 0; flex-direction: row; text-align: left; gap: 1.25rem; align-items: flex-start; }
  .step__num { flex-shrink: 0; margin-bottom: 0; }
}

/* ══════════════════════════════════════
   FUNCIONALIDADES
══════════════════════════════════════ */
.section--features {
  background: var(--bg, #F4F7FB);
  border-top: 1px solid var(--border, #DDE3EE);
  background-image: url('../assets/fundo-sessao.webp'), url('../assets/bola-3d.png'), url('../assets/bola-3d.png'), url('../assets/bola-3d.png');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left center, calc(100% - 30px) 38%, calc(100% - 80px) 52%, calc(100% - 20px) 62%;
  background-size: 420px auto, 90px auto, 65px auto, 50px auto;
}

.features-roda {
  text-align: center;
  margin-bottom: 2.5rem;
}
.features-roda img {
  max-width: 720px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 768px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .features-grid { grid-template-columns: 1fr; } }

/* ── AI card wrapper ── */
.feat-ai-wrap {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
}

/* ── AI card glow backdrop ── */
.feat-ai-wrap::before {
  content: '';
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse 60% 50% at 50% 40%, rgba(124,58,237,.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.feat-card.feat-card--ai-gradient {
  width: clamp(300px, 54%, 620px);
  background: linear-gradient(135deg, #5b21b6 0%, #4338ca 50%, #1d4ed8 100%) !important;
  border-color: transparent !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.12),
    0 24px 64px rgba(88,28,220,.45),
    0 4px 12px rgba(0,0,0,.2);
  animation: float 3.4s ease-in-out infinite;
  position: relative;
  z-index: 2;
  padding: 2rem 2.2rem 2.4rem;
  gap: 0.8rem;
  overflow: hidden;
}
/* reflexo de luz no canto superior */
.feat-card.feat-card--ai-gradient::before {
  content: '';
  position: absolute;
  top: -60px; left: -60px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(255,255,255,.15) 0%, transparent 65%);
  pointer-events: none;
}
/* brilho pontual no canto inferior direito */
.feat-card.feat-card--ai-gradient::after {
  content: '';
  position: absolute;
  bottom: -40px; right: -40px;
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(99,179,255,.2) 0%, transparent 65%);
  pointer-events: none;
}
.feat-card.feat-card--ai-gradient:hover {
  border-color: transparent !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.18),
    0 32px 80px rgba(88,28,220,.55),
    0 4px 12px rgba(0,0,0,.25);
  transform: translateY(-6px);
}

.feat-card--ai-gradient__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.25);
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  width: fit-content;
}
.feat-card.feat-card--ai-gradient h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  line-height: 1.2;
}
.feat-card.feat-card--ai-gradient p {
  font-size: 0.93rem;
  color: rgba(255,255,255,.82) !important;
  line-height: 1.7;
  max-width: 44ch;
}

.feat-ai-wrap {
  position: relative;
  padding-bottom: 90px;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
}
.feat-card.feat-card--ai-gradient {
  padding: 2.5rem 2.8rem 3rem;
}
.feat-ai-wrap__robot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(160px);
  height: 170px;
  width: auto;
  object-fit: contain;
  pointer-events: none;
  filter:
    drop-shadow(0 -6px 20px rgba(140,60,255,.55))
    drop-shadow(0 4px 12px rgba(0,0,0,.2));
  animation: float 3.4s ease-in-out infinite 0.7s;
  z-index: 3;
}

@media (max-width: 900px) {
  .feat-ai-wrap__robot { transform: translateX(100px); height: 140px; }
}
@media (max-width: 768px) {
  .feat-card.feat-card--ai-gradient { width: calc(50% - 0.5rem); }
  .feat-ai-wrap__robot { transform: translateX(60px); height: 110px; }
}
@media (max-width: 480px) {
  .feat-card.feat-card--ai-gradient { width: 100%; }
  .feat-ai-wrap { padding-bottom: 70px; }
  .feat-ai-wrap__robot { transform: translateX(30px); height: 90px; }
}

.feat-card {
  background: #fff;
  border: 1.5px solid var(--border, #DDE3EE);
  border-radius: 14px;
  padding: 1.1rem 1.1rem;
  display: flex; flex-direction: column; gap: 0.5rem;
  transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
}
.feat-card:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 32px rgba(63,116,255,.12);
  transform: translateY(-4px);
}

.feat-card__icon {
  width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.feat-card__icon--blue   { background: rgba(63,116,255,.1);  color: #3f74ff; }
.feat-card__icon--purple { background: rgba(129,42,153,.1);  color: #812a99; }
.feat-card__icon--green  { background: rgba(0,146,90,.1);    color: #00925A; }
.feat-card__icon--orange { background: rgba(255,170,0,.12);  color: #cc8800; }

.feat-card h3 { font-size: 0.88rem; font-weight: 700; color: var(--ink); margin: 0; }
.feat-card p  { font-size: 0.8rem; color: var(--muted); margin: 0; line-height: 1.55; }

.feat-card__img {
  width: 100%; height: auto;
  border-radius: 12px;
  margin-top: 0.5rem;
  object-fit: contain;
}



/* ══════════════════════════════════════
   COMPARATIVO — tabela limpa
══════════════════════════════════════ */
.section--compare {
  background: #fff;
  border-top: 1px solid var(--border, #DDE3EE);
  background-image: url('../assets/fundo-sessao.webp'), url('../assets/bola-3d.png'), url('../assets/bola-3d.png'), url('../assets/bola-3d.png');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: right center, 30px 38%, 80px 52%, 20px 62%;
  background-size: 420px auto, 90px auto, 65px auto, 50px auto;
}

.compare-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1.5px solid var(--border, #DDE3EE);
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}

.compare-table { min-width: 560px; }

.compare-table__head {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.3fr;
  border-bottom: 1.5px solid var(--border, #DDE3EE);
}

.ct-head {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 1rem 1.25rem;
  font-weight: 700; font-size: 0.95rem;
}
.ct-head--bad  {
  background: #faf0f0; color: #7a2020;
  border-left: 1.5px solid var(--border, #DDE3EE);
}
.ct-head--good {
  background: var(--grad); color: #fff;
  border-left: 1.5px solid rgba(255,255,255,.2);
  border-radius: 0 16px 0 0;
}

.ct-head__icon { font-size: 1.15rem; }

.ct-row {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.3fr;
  border-top: 1px solid var(--border, #DDE3EE);
  transition: background 0.12s;
}
.ct-row:hover { background: rgba(63,116,255,.03); }

.ct-label {
  padding: 0.9rem 1.25rem;
  font-size: 0.82rem; font-weight: 700;
  color: var(--muted, #6B6F80);
  display: flex; align-items: center;
  text-transform: uppercase; letter-spacing: .06em;
}

.ct-cell {
  padding: 0.9rem 1.25rem;
  font-size: 0.88rem;
  display: flex; align-items: center; gap: 0.5rem;
  border-left: 1.5px solid var(--border, #DDE3EE);
}
.ct-cell--bad  { color: #7a3535; background: #fdf8f8; }
.ct-cell--good { color: #1a3a20; background: rgba(63,116,255,.04); }

.ct-x     { color: #cc3333; font-weight: 900; flex-shrink: 0; }
.ct-check { color: #00925A; font-weight: 900; flex-shrink: 0; }

@media (max-width: 600px) {
  .section--integrations { overflow: visible; }
  .int-lottie lottie-player { max-width: 100%; }

  .forwhom-split__cta {
    width: auto;
    display: inline-flex;
    align-self: center;
    text-align: center;
    justify-content: center;
  }
  .forwhom-split__img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .features-roda { margin: 0 -1.25rem 2rem; }
  .features-roda img { max-width: 100%; width: 100%; }

  .section--how,
  .section--features,
  .section--compare,
  .eco-section {
    background-image: url('../assets/fundo-sessao.webp') !important;
    background-position: center bottom !important;
    background-size: 280px auto !important;
  }

  .compare-table-wrap { overflow-x: visible; border-radius: 14px; }
  .compare-table { min-width: unset; }

  .compare-table__head { grid-template-columns: 1fr 1fr; }
  .ct-head-empty { display: none; }
  .ct-head--bad { border-radius: 14px 0 0 0; border-left: none; }
  .ct-head--good { border-radius: 0 14px 0 0; }

  .ct-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .ct-label {
    grid-column: 1 / -1;
    display: block;
    background: #f0f4ff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    color: var(--primary);
    border-top: 1.5px solid var(--border, #DDE3EE);
  }
  .ct-cell {
    font-size: 0.82rem;
    padding: 0.75rem 0.85rem;
    border-left: none;
    border-top: none;
  }
  .ct-cell--bad  { border-right: 1.5px solid var(--border, #DDE3EE); }
}

/* ══════════════════════════════════════
   INTEGRAÇÕES
══════════════════════════════════════ */
.section--integrations {
  background: #0d1530;
  border-top: none;
  padding-top: 4rem;
}

.section--integrations .eyebrow {
  background: rgba(63,116,255,.18);
  border-color: rgba(63,116,255,.35);
  color: #7eb3ff;
}

.section--integrations .section__title {
  background: linear-gradient(110deg, #7eb3ff 0%, #fff 40%, #d490ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: title-shine 4s linear infinite;
  filter: drop-shadow(0 0 18px rgba(63,116,255,.35));
  font-size: clamp(2rem, 5vw, 3rem);
}

@keyframes title-shine {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.section--integrations .section__lead {
  color: rgba(255,255,255,.6);
}

.int-grid {
  list-style: none; margin: 0 auto; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.85rem;
  justify-content: center; max-width: 760px;
}

.int-chip {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.92rem; font-weight: 600; color: var(--ink);
  background: #fff;
  border: 1.5px solid var(--border, #DDE3EE);
  border-radius: 999px; padding: 0.55rem 1.25rem;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.int-chip:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 16px rgba(63,116,255,.12);
  transform: translateY(-2px);
}

.int-chip__icon {
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.int-chip__icon--wa    { background: #25D366; color: #fff; }
.int-chip__icon--teams { background: #5059C9; color: #fff; }
.int-chip__icon--azure { background: #008AD7; color: #fff; }
.int-chip__icon--fb    { background: #1877F2; color: #fff; font-size: 0.85rem; }
.int-chip__icon--crm   { background: rgba(63,116,255,.12); color: var(--primary); }
.int-chip__icon--chat  { background: rgba(129,42,153,.12); color: var(--secondary); }
.int-chip__icon--bi    { background: rgba(0,146,90,.1); color: #00925A; }
.int-chip__icon--api   { background: rgba(63,116,255,.12); color: var(--primary); }

/* ══════════════════════════════════════
   CTA BANNER MID-PAGE
══════════════════════════════════════ */

/* Cards de integração */
.int-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.int-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 1.25rem;
  display: flex; flex-direction: column; gap: 0.5rem;
  transition: background 0.18s, border-color 0.18s, transform 0.18s;
}
.int-card:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(63,116,255,.45);
  transform: translateY(-3px);
}

.int-card__icon {
  width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.int-card__icon--wa    { background: #25D366; color: #fff; }
.int-card__icon--teams { background: #5059C9; color: #fff; }
.int-card__icon--crm   { background: rgba(63,116,255,.25); color: #7eb3ff; }
.int-card__icon--azure { background: #008AD7; color: #fff; }
.int-card__icon--chat  { background: rgba(129,42,153,.35); color: #d490ff; }
.int-card__icon--api   { background: rgba(63,116,255,.25); color: #7eb3ff; }

.int-card h3 {
  font-size: 0.9rem; font-weight: 700;
  color: #fff; margin: 0;
}
.int-card p {
  font-size: 0.8rem; color: rgba(255,255,255,.55);
  margin: 0; line-height: 1.55;
}

@media (max-width: 768px) { .int-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .int-cards { grid-template-columns: 1fr; } }

/* Lottie integrações */
.int-lottie {
  display: flex;
  justify-content: center;
  overflow: visible;
}
.int-lottie lottie-player {
  width: 100%;
  max-width: 760px;
  height: auto;
  margin-top: -100px;
  margin-bottom: -100px;
}
.cta-banner {
  background: var(--grad);
  padding: 3rem 1.25rem;
}

.cta-banner__inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}

.cta-banner__title {
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 900; margin: 0 0 0.45rem;
  line-height: 1.2;
  background: linear-gradient(110deg, #fff 0%, #c4d8ff 35%, #e8b4ff 70%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: title-shine 4s linear infinite;
  filter: drop-shadow(0 0 14px rgba(255,255,255,.2));
}

.cta-banner__sub {
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(255,255,255,.92);
  margin: 0;
  letter-spacing: 0.01em;
}

.cta-banner__actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem; flex-shrink: 0;
}

@media (max-width: 640px) {
  .cta-banner__inner { flex-direction: column; align-items: flex-start; }
  .cta-banner__actions .btn { width: 100%; }
}

/* ══════════════════════════════════════
   ECOSSISTEMA COMPLETO
══════════════════════════════════════ */
.eco-section {
  background: linear-gradient(145deg, #f0f4ff 0%, #f8f0ff 50%, #fff0f9 100%);
  background-image: url('../assets/fundo-sessao.webp'), url('../assets/bola-3d.png'), url('../assets/bola-3d.png'), url('../assets/bola-3d.png'), linear-gradient(145deg, #f0f4ff 0%, #f8f0ff 50%, #fff0f9 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left center, calc(100% - 30px) 38%, calc(100% - 80px) 52%, calc(100% - 20px) 62%, center;
  background-size: 420px auto, 90px auto, 65px auto, 50px auto, cover;
  padding: 5rem 1.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.eco-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(63,116,255,.07) 0%, transparent 60%),
                    radial-gradient(circle at 80% 70%, rgba(129,42,153,.07) 0%, transparent 60%);
  pointer-events: none;
}

.eco-inner {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.eco-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(63,116,255,.08);
  border: 1px solid rgba(63,116,255,.18);
  border-radius: 999px;
  padding: 0.28rem 0.9rem;
  margin-bottom: 1.25rem;
}

.eco-badge__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

.eco-title {
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 1rem;
  line-height: 1.2;
}

.eco-title em {
  font-style: italic;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0.1em;
  padding-right: 0.12em;
  display: inline-block;
}

.eco-desc {
  font-size: 1rem;
  color: var(--muted);
  max-width: 58ch;
  margin: 0 auto 2.5rem;
  line-height: 1.65;
}
.eco-desc strong { color: var(--ink); font-weight: 600; }

.eco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
  text-align: left;
}

.eco-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: #fff;
  border: 1.5px solid var(--border, #DDE3EE);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
.eco-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(63,116,255,.12);
  border-color: var(--primary);
}

.eco-card--active {
  border-color: var(--primary);
  background: rgba(63,116,255,.04);
  box-shadow: 0 6px 24px rgba(63,116,255,.15);
}

.eco-ico {
  width: 48px; height: 48px;
  border-radius: 10px;
  background: rgba(63,116,255,.07);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.eco-ico img { width: 36px; height: 36px; object-fit: contain; }

.eco-card-name  { font-size: 0.92rem; font-weight: 800; color: var(--primary); display: block; margin-bottom: 2px; line-height: 1.2; }
.eco-card-label { font-size: 0.78rem; font-weight: 400; color: var(--muted); display: block; line-height: 1.3; }

.eco-btn { margin: 0 auto; display: inline-flex; }

@media (max-width: 768px) { .eco-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .eco-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════
   CONTATO
══════════════════════════════════════ */
.contact-section {
  background: var(--grad);
  padding-bottom: 4.5rem;
}

.contact-header {
  text-align: center; margin-bottom: 2.5rem;
}

.contact-title {
  color: #fff;
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  font-weight: 900; text-shadow: 0 2px 24px rgba(0,0,0,.2);
  letter-spacing: -.02em;
}

.contact-subtitle {
  color: rgba(255,255,255,.78); font-size: 1rem; margin: 0.5rem 0 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 1.75rem; align-items: start;
  max-width: var(--max); margin: 0 auto;
}

.contact-form-wrap {
  padding: 2rem;
  background: rgba(255,255,255,.97);
  border-radius: 18px; border: none;
  box-shadow: 0 12px 48px rgba(0,0,0,.22);
}

.contact-aside {
  display: flex; flex-direction: column; gap: 1.25rem;
}

.contact-wa-card {
  padding: 1.75rem 1.25rem;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.4rem;
  background: rgba(255,255,255,.97);
  border-radius: 18px; border: none;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}

.contact-wa-card__icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.25rem;
}

.contact-wa-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--ink); margin: 0; }
.contact-wa-card > p { font-size: 0.82rem; color: var(--muted); margin: 0 0 0.5rem; }

.contact-trust-list {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px; padding: 1.25rem 1.25rem;
}

.contact-trust-list__title {
  font-size: 0.8rem; font-weight: 700;
  color: rgba(255,255,255,.7);
  text-transform: uppercase; letter-spacing: .08em;
  margin: 0 0 0.75rem;
}

.contact-trust-list ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 0.55rem;
}

.contact-trust-list li {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.88rem; color: rgba(255,255,255,.88);
}
.contact-trust-list svg { flex-shrink: 0; color: #7bffca; }

.bitrix-form-shell { min-height: 280px; }

@media (max-width: 768px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-aside { flex-direction: row; flex-wrap: wrap; }
  .contact-wa-card { flex: 1 1 260px; }
  .contact-trust-list { flex: 1 1 260px; }
}

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.site-footer {
  background: #0d1530;
  padding: 44px 24px 28px;
  position: relative;
  border-top: 1px solid rgba(255,255,255,.04);
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #3f74ff 0%, #812a99 60%, #5D64E7 100%);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.flogo img { height: 30px; width: auto; display: block; }

.footer-links {
  display: flex; justify-content: center; gap: 28px; flex-wrap: wrap;
}

.footer-links a {
  color: rgba(255,255,255,.38);
  font-size: 13px; font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}
.footer-links a:hover { color: #812a99; }

.footer-social { display: flex; gap: 10px; }

.footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.5);
  transition: background .2s, border-color .2s, color .2s;
  text-decoration: none;
}
.footer-social a:hover {
  background: rgba(63,116,255,.18);
  border-color: rgba(63,116,255,.35);
  color: #3f74ff;
}

.footer-bottom {
  max-width: 1100px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.05);
  text-align: center;
  color: rgba(255,255,255,.22);
  font-size: 12px;
}

@media (max-width: 640px) {
  .footer-inner { grid-template-columns: 1fr; justify-items: center; gap: 20px; }
  .footer-links { gap: 10px; justify-content: center; flex-direction: column; align-items: center; }
}
