/* ===== WAction — tema escuro + verde ===== */
:root {
  --bg: #030503;
  --bg-soft: #070d08;
  --card: #0a130c;
  --card-border: #1a2e1e;
  --green: #2fb844;
  --green-strong: #45e670;
  --green-dark: #1fa32a;
  --text: #f2f7f2;
  --text-dim: #9db3a1;
  --radius: 12px;
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-display: 'Space Grotesk', 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', Menlo, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 860px; }

h1, h2, h3 { line-height: 1.15; font-weight: 700; font-family: var(--font-display); letter-spacing: -.02em; }
h1 { font-size: clamp(2.5rem, 6.5vw, 4.4rem); letter-spacing: -.03em; line-height: 1.05; }
h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); margin-bottom: 16px; }
h3 { font-size: 1.15rem; margin-bottom: 8px; }
em { font-style: normal; color: var(--green-strong); }

.section { padding: 88px 0; text-align: center; }
.section-sub { color: var(--text-dim); max-width: 640px; margin: 0 auto 40px; font-size: 1.08rem; }
.kicker {
  display: inline-block;
  color: var(--green-strong);
  font-family: var(--font-mono);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .78rem;
  margin-bottom: 14px;
}

/* ===== Botões (estilo terminal) ===== */
.btn {
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-decoration: none;
  border-radius: 6px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--green-strong);
  color: #03140a;
  padding: 15px 30px;
  box-shadow: 0 0 24px rgba(69, 230, 112, .35);
}
.btn-primary:hover { box-shadow: 0 0 42px rgba(69, 230, 112, .55); background: #5cf584; }
.btn-lg { font-size: .98rem; padding: 17px 38px; margin-top: 16px; }
.btn-sm { padding: 11px 20px; font-size: .8rem; }
.btn-outline {
  border: 1px solid var(--green);
  color: var(--green-strong);
  padding: 14px 28px;
  background: rgba(69, 230, 112, .05);
}
.btn-outline:hover { background: rgba(69, 230, 112, .12); }
.btn-outline.btn-sm { padding: 10px 18px; font-size: .8rem; }
.hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* ===== Header ===== */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 13, 7, .85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--card-border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.7rem;
  font-weight: 800;
}
.logo-icon { height: 52px; width: auto; }
.logo-wordmark { height: 22px; width: auto; }
.logo-tag {
  display: block;
  font-size: .62rem;
  font-weight: 500;
  color: var(--text-dim);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.nav { display: flex; gap: 28px; }
.nav a {
  color: var(--text-dim);
  text-decoration: none;
  font-weight: 600;
  font-size: .95rem;
}
.nav a:hover { color: var(--green-strong); }
.nav-panel-link { display: none; }
@media (max-width: 900px) { .nav .nav-panel-link { display: block; } }
.header-actions { display: flex; align-items: center; gap: 16px; }
.badge-google {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .68rem;
  line-height: 1.25;
  color: var(--text-dim);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 6px 10px;
}
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--card-border);
  color: var(--text);
  font-size: 1.3rem;
  border-radius: 8px;
  padding: 4px 12px;
  cursor: pointer;
}

/* ===== Hero + cortina de luz verde ===== */
.hero {
  text-align: center;
  padding: 130px 0 100px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.hero .container { position: relative; z-index: 2; }
.hero h1 {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.6rem);
  letter-spacing: -.02em;
  line-height: 1.18;
}
/* Cortina de luz verde (estilo Achilles) */
.hero::before { /* brilho superior direito */
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(58% 70% at 82% -14%, rgba(69,230,112,.6), rgba(31,163,42,.18) 45%, transparent 72%);
  filter: blur(26px);
  animation: curtain-glow 12s ease-in-out infinite alternate;
  z-index: 1;
}
.hero::after { /* dobras verticais de luz */
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg,
    transparent 0 3px,
    rgba(120,255,170,.13) 4px 5px,
    transparent 6px 15px,
    rgba(69,230,112,.08) 16px 18px,
    transparent 19px 33px,
    rgba(120,255,170,.05) 34px 35px,
    transparent 36px 52px);
  filter: blur(3px);
  -webkit-mask-image: radial-gradient(82% 84% at 76% 0%, #000 24%, transparent 74%);
  mask-image: radial-gradient(82% 84% at 76% 0%, #000 24%, transparent 74%);
  animation: curtain-shimmer 16s ease-in-out infinite alternate;
  z-index: 1;
}
@keyframes curtain-glow {
  0%   { opacity: .82; transform: translateX(-2%); }
  100% { opacity: 1; transform: translateX(2%); }
}
@keyframes curtain-shimmer {
  0%   { transform: translateX(0); }
  100% { transform: translateX(26px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero::before, .hero::after { animation: none; }
}
.pill {
  display: inline-block;
  border: 1px solid var(--card-border);
  border-radius: 6px;
  padding: 8px 18px;
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--green-strong);
  background: rgba(69, 230, 112, .05);
  margin-bottom: 30px;
}
.hero-sub { font-size: 1.25rem; margin: 24px auto 12px; max-width: 640px; }
.hero-desc { color: var(--text-dim); max-width: 620px; margin: 0 auto 28px; }
.cta-note { color: var(--text-dim); font-size: .85rem; margin-top: 14px; }

/* ===== Mockup Kanban ===== */
.mockup {
  max-width: 860px;
  margin: 48px auto 0;
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  background: var(--bg-soft);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5), 0 0 60px rgba(47, 184, 68, .08);
  overflow: hidden;
  text-align: left;
}
.mockup-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: var(--card);
  border-bottom: 1px solid var(--card-border);
}
.mockup-bar span {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: #2c4433;
}
.mockup-bar span:nth-child(1) { background: #e0605c; }
.mockup-bar span:nth-child(2) { background: #e0b34c; }
.mockup-bar span:nth-child(3) { background: #57c964; }
.mockup-bar em {
  font-style: normal;
  font-family: var(--font-mono);
  color: var(--text-dim);
  font-size: .72rem;
  margin-left: 10px;
}
.mockup-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 16px;
}
.mockup-col h4 {
  font-size: .74rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.mk-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: .8rem;
  color: var(--text);
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mk-card b { color: var(--green-strong); font-size: .78rem; }
.mk-won { border-color: var(--green-dark); background: rgba(47, 184, 68, .1); }

.hero-proof { margin-top: 36px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero-proof p { color: var(--text-dim); font-size: .95rem; }
.hero-proof strong { color: var(--green-strong); }
.avatars { display: flex; }
.avatars span {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 2px solid var(--bg);
  background: linear-gradient(135deg, #2dd4bf, #4ade50);
  margin-left: -10px;
}
.avatars span:nth-child(2) { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.avatars span:nth-child(3) { background: linear-gradient(135deg, #8b5cf6, #ec4899); }
.avatars span:nth-child(4) { background: linear-gradient(135deg, #3b82f6, #06b6d4); }
.avatars span:nth-child(5) { background: linear-gradient(135deg, #84cc16, #22c55e); }
.avatars span:first-child { margin-left: 0; }

/* ===== Grids e cards ===== */
.grid { display: grid; gap: 20px; margin-bottom: 32px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--green-dark); }
.card-left { text-align: left; }
.card p { color: var(--text-dim); font-size: .95rem; }
.card-ico { font-size: 1.8rem; display: block; margin-bottom: 12px; }

/* ===== Dor (scrollytelling estilo Bima: pergunta fixa, dores sobem) ===== */
.pain { position: relative; background: var(--bg-soft); }
.pain-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15vh;
  z-index: 0;
}
.pain-pin-inner { text-align: center; }
.pain-pin .kicker { display: block; }
.pain-pin h2 {
  font-family: var(--font-mono);
  font-size: clamp(2.6rem, 9vw, 6.5rem);
  letter-spacing: -.03em;
  margin: 0;
}
.pain-list {
  margin-top: -100vh;
  position: relative;
  z-index: 1;
}
.pain-item {
  height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.pain-item p {
  max-width: 600px;
  margin: 0;
  background: rgba(8, 15, 10, .72);
  backdrop-filter: blur(10px);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 34px 36px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.4vw, 2.1rem);
  font-weight: 600;
  line-height: 1.3;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
  opacity: 0;
  transform: translateY(52px) scale(.97);
  transition: opacity .6s ease, transform .6s ease;
}
.pain-item.in-view p { opacity: 1; transform: none; }
.pain-item p::before {
  content: '→ ';
  color: var(--green-strong);
  font-family: var(--font-mono);
  font-weight: 400;
}
.pain-turn p {
  border-color: var(--green-dark);
  background: rgba(47, 184, 68, .16);
  box-shadow: 0 0 60px rgba(47, 184, 68, .28);
}
.pain-turn em { color: var(--green-strong); font-style: normal; }

/* ===== Aurora verde ambiente (estilo AgentFlow) ===== */
.has-aurora { position: relative; overflow: hidden; }
.has-aurora > .container { position: relative; z-index: 1; }
.aurora { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.aurora::before { /* faixa diagonal brilhante entrando pela direita */
  content: '';
  position: absolute;
  top: -8%; right: -18%;
  width: 72%; height: 116%;
  background: linear-gradient(152deg,
    transparent 34%,
    rgba(31,163,42,.28) 50%,
    rgba(69,230,112,.62) 59%,
    rgba(170,255,205,.5) 62%,
    rgba(69,230,112,.42) 66%,
    transparent 84%);
  filter: blur(60px);
  transform: rotate(-4deg);
  animation: aurora-drift 24s ease-in-out infinite alternate;
  will-change: transform;
}
.aurora::after { /* brilho suave subindo pela esquerda */
  content: '';
  position: absolute;
  bottom: -25%; left: -22%;
  width: 66%; height: 120%;
  background: radial-gradient(closest-side, rgba(47,184,68,.34), transparent 72%);
  filter: blur(72px);
  animation: aurora-drift 32s ease-in-out infinite alternate-reverse;
}
@keyframes aurora-drift {
  0%   { transform: translate(0, 0) rotate(-4deg); opacity: .8; }
  50%  { transform: translate(-4%, 3%) rotate(-1deg); opacity: 1; }
  100% { transform: translate(3%, -2%) rotate(-6deg); opacity: .72; }
}
@media (prefers-reduced-motion: reduce) { .aurora::before, .aurora::after { animation: none; } }
/* Cards translúcidos deixam a aurora vazar por trás */
.has-aurora .card:not(.price-featured) {
  background: rgba(10, 19, 12, .5);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

/* ===== Comparativo ===== */
.compare { background: var(--bg-soft); }
.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  margin-top: 8px;
}
.vs-table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  font-size: .92rem;
}
.vs-table th, .vs-table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--card-border);
  text-align: center;
}
.vs-table td:first-child, .vs-table th:first-child {
  text-align: left;
  min-width: 180px;
}
.vs-table thead th {
  background: var(--card);
  font-weight: 800;
  color: var(--text-dim);
  font-size: .85rem;
  line-height: 1.3;
}
.vs-table thead th.col-waction { color: var(--green-strong); font-size: 1rem; }
.vs-table .col-waction { background: rgba(47, 184, 68, .08); }
.vs-table tbody tr:last-child td { border-bottom: none; }
.vs-cat td {
  background: var(--bg);
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: .72rem;
  text-align: left;
}
.vs-price td { font-weight: 700; }
.vs-price td small {
  display: block;
  font-weight: 500;
  color: var(--text-dim);
  font-size: .74rem;
}
.vs-price .col-waction b { color: var(--green-strong); font-size: 1.05rem; }
.vs-price .col-waction small { color: var(--green); font-weight: 700; }
.vs-no { color: #6a7c6f; }
.vs-legend { color: var(--text-dim); font-size: .82rem; margin-top: 14px; }
.vs-legend span { color: #5f7264; }

/* ===== Depoimentos ===== */
.testimonial p { font-style: italic; margin-bottom: 16px; color: var(--text); }
.t-author { color: var(--green); font-weight: 700; font-size: .9rem; }
.metrics {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.metrics div { display: flex; flex-direction: column; }
.metrics strong { font-size: 2rem; color: var(--green-strong); }
.metrics span { color: var(--text-dim); font-size: .9rem; }

/* ===== Passos ===== */
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-strong), var(--green));
  color: #04140a;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

/* ===== Integrações ===== */
.integrations { background: var(--bg-soft); }
.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.logo-row + .logo-row { margin-top: 14px; }
.logo-row span {
  border: 1px solid var(--card-border);
  background: var(--card);
  border-radius: 999px;
  padding: 10px 24px;
  font-weight: 700;
  color: var(--text-dim);
  font-size: .95rem;
}

/* ===== Planos ===== */
.pricing-grid { align-items: stretch; margin-top: 40px; }
.price-card { display: flex; flex-direction: column; text-align: center; position: relative; }
.price-card .check-list { flex: 1; text-align: left; margin: 20px 0 24px; }
.price { margin: 12px 0 4px; display: flex; flex-direction: column; }
.price-old { color: var(--text-dim); text-decoration: line-through; font-size: .95rem; }
.price-value { font-size: 2.3rem; font-weight: 800; color: var(--green-strong); }
.price-value small { font-size: 1rem; color: var(--text-dim); font-weight: 600; }
.price-cycle { color: var(--text-dim); font-size: .88rem; }
.price-featured {
  border-color: var(--green);
  box-shadow: 0 0 50px rgba(47, 184, 68, .18);
  transform: scale(1.03);
}
.price-tag {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--green-strong), var(--green));
  color: #04140a;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 999px;
  padding: 5px 16px;
}
.guarantee { color: var(--text-dim); margin-top: 8px; }

.check-list { list-style: none; }
.check-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  color: var(--text-dim);
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}

/* ===== FAQ ===== */
.faq-list { text-align: left; margin-top: 32px; }
.faq-list details {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 700;
  list-style: none;
  position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  color: var(--green);
  font-size: 1.4rem;
  line-height: 1;
  transition: transform .2s ease;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 24px 20px; color: var(--text-dim); }

/* ===== CTA final ===== */
.final-cta {
  background: var(--bg-soft);
  position: relative;
  overflow: hidden;
}
.final-cta .container { position: relative; z-index: 2; }
.final-cta::before {
  content: '';
  position: absolute;
  inset: -25% -15%;
  background:
    radial-gradient(80% 60% at 35% 108%, rgba(69, 230, 112, .4), rgba(31, 163, 42, .12) 48%, transparent 72%);
  filter: blur(34px);
  animation: curtain-glow 14s ease-in-out infinite alternate-reverse;
}
.final-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(69, 230, 112, .1) 0 2px, transparent 2px 72px);
  -webkit-mask-image: radial-gradient(80% 58% at 38% 100%, #000 25%, transparent 78%);
  mask-image: radial-gradient(80% 58% at 38% 100%, #000 25%, transparent 78%);
  mix-blend-mode: screen;
}
@media (prefers-reduced-motion: reduce) {
  .final-cta::before { animation: none; }
}

/* ===== Páginas legais ===== */
.legal { text-align: left; padding-top: 56px; }
.legal h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 8px; }
.legal-updated { color: var(--text-dim); font-size: .9rem; margin-bottom: 32px; }
.legal h2 { font-size: 1.3rem; margin: 40px 0 12px; color: var(--green-strong); }
.legal p { margin-bottom: 14px; color: var(--text); }
.legal ul { margin: 0 0 16px 22px; }
.legal li { margin-bottom: 8px; color: var(--text-dim); }
.legal li strong, .legal p strong { color: var(--text); }
.legal a { color: var(--green-strong); }

/* ===== Footer ===== */
.footer {
  border-top: 1px solid var(--card-border);
  padding: 48px 0 32px;
  text-align: center;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: var(--text-dim); text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: var(--green-strong); }
.disclaimer {
  color: #5f7264;
  font-size: .75rem;
  max-width: 860px;
  margin: 0 auto 20px;
  text-align: justify;
}
.copyright { color: var(--text-dim); font-size: .85rem; }

/* ===== Botão flutuante WhatsApp ===== */
.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  z-index: 60;
  transition: transform .15s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* ===== Responsivo ===== */
@media (max-width: 900px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .price-featured { transform: none; }
  .nav { display: none; }
  .nav.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    background: var(--bg-soft);
    border-bottom: 1px solid var(--card-border);
    padding: 20px 24px;
    gap: 16px;
  }
  .nav-toggle { display: block; }
  .badge-google { display: none; }
  .btn-panel { display: none; }
}
@media (max-width: 600px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .mockup-body { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 64px 0; }
  .hero { padding: 72px 0 64px; }
  .price-featured { transform: none; }
  .compare-row > div { padding: 12px 10px; font-size: .82rem; }
  .metrics { gap: 32px; }
}
