/* ==========================================================================
   automacao-de-processos-com-ia/style.css
   Estilos específicos da LP /automacao-de-processos-com-ia
   Base: /apps/style.css
   ========================================================================== */

/* ─── Sticky header ────────────────────────────────────────────────────── */
.sticky-header {
  background: rgba(41,24,88,.92) !important;
  border-bottom: 1px solid rgba(220,252,23,.12);
}
.sticky-header .sticky-logo__icon,
.sticky-header.visible .sticky-logo__icon { display: none !important; }
.sticky-header .sticky-logo__full,
.sticky-header.visible .sticky-logo__full { display: block !important; }

/* ─── Eyebrow ────────────────────────────────────────────────────────────── */
.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.eyebrow--purple { color: #6941C6; }
.eyebrow--lime   { color: #DCFC17; }

/* ─── Hero ───────────────────────────────────────────────────────────────── */
.hero {
  background: #291858;
  padding: 24px 0 0;
  position: relative;
  overflow: hidden;
}
.hero::before { display: none !important; }
.hero-bg {
  position: absolute; inset: 0;
  background: url('/img/fundo%20servidor.webp') center/cover no-repeat;
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: rgba(41,24,88,.94);
  z-index: 1; pointer-events: none;
}
.hero-nav, .hero-body { position: relative; z-index: 2; }
.hero-nav  { padding: 0 0 8px; }
.hero-body { padding: 32px 0 96px; }

.hero-eyebrow {
  color: #DCFC17; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  line-height: 1.2; margin-bottom: 12px;
}
.hero-title {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  font-weight: 800; line-height: 1.15; margin-bottom: 20px;
}
.hero-desc {
  color: rgba(255,255,255,.88); font-size: 1rem;
  line-height: 1.65; max-width: 560px; margin-bottom: 28px;
}
.hero-left  { max-width: 600px; }
.hero-right { flex-shrink: 0; }

.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(220,252,23,.35);
  border-radius: 999px;
  background: rgba(220,252,23,.06);
  color: #fff; font-size: .85rem; font-weight: 500;
}
.hero-pill i { color: #DCFC17; font-size: .85rem; }

/* ─── Before / After ─────────────────────────────────────────────────────── */
.ba-section {
  background: #fff;
  padding: 80px 0;
}
.ba-header {
  text-align: center; max-width: 560px; margin: 0 auto 52px;
}
.ba-header h2 {
  color: #101828; font-size: 2rem; font-weight: 800;
  line-height: 1.25; margin-bottom: 12px;
}
.ba-sub { color: #667085; font-size: 1rem; line-height: 1.6; margin: 0; }

.ba-table {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid #eaecf0;
  border-radius: 20px;
  overflow: hidden;
}
.ba-table-head {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  padding: 14px 28px;
  background: #f9fafb;
  border-bottom: 1px solid #eaecf0;
}
.ba-table-head span {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: #98A2B3;
}
.ba-table-head span:last-child { color: #6941c6; }

.ba-row {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid #f2f4f7;
  transition: background .15s;
}
.ba-row:last-child { border-bottom: none; }
.ba-row:hover { background: #fafbff; }

.ba-cell {
  font-size: .93rem; font-weight: 500; line-height: 1.4;
}
.ba-cell--before {
  color: #667085;
  display: flex; align-items: center; gap: 10px;
}
.ba-cell--before::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  border: 2px solid #D0D5DD;
  flex-shrink: 0;
}
.ba-cell--after {
  color: #101828; font-weight: 600;
  display: flex; align-items: center; gap: 10px;
}
.ba-cell--after::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  background: #6941c6;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(105,65,198,.15);
}
.ba-divider {
  display: flex; align-items: center; justify-content: center;
  color: #D0D5DD; font-size: .75rem;
}

/* ─── Diagnóstico ────────────────────────────────────────────────────────── */
.diagnostic {
  background: #291858;
  padding: 80px 0;
}
.diagnostic-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
.diagnostic-copy h2 {
  color: #fff; font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 800; line-height: 1.25; margin-bottom: 16px;
}
.diagnostic-copy > p {
  color: rgba(255,255,255,.7); font-size: 1rem;
  line-height: 1.7; margin-bottom: 32px;
}
.diagnostic-cta {
  display: inline-block !important;
  width: auto !important;
  padding: 13px 28px !important;
  border-radius: 10px !important;
  font-size: 15px !important;
}
.diagnostic-list {
  display: flex; flex-direction: column; gap: 24px;
}
.diagnostic-item {
  display: flex; gap: 18px; align-items: flex-start;
}
.diagnostic-num {
  flex-shrink: 0;
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(220,252,23,.1);
  border: 1px solid rgba(220,252,23,.2);
  color: #DCFC17; font-size: 12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  letter-spacing: .04em; margin-top: 2px;
}
.diagnostic-item strong {
  display: block; color: #fff; font-size: .95rem;
  font-weight: 700; line-height: 1.3; margin-bottom: 4px;
}
.diagnostic-item p {
  color: rgba(255,255,255,.58); font-size: .85rem;
  line-height: 1.6; margin: 0;
}

/* ─── Não é chatbot ──────────────────────────────────────────────────────── */
.not-chatbot { background: #fff; padding: 80px 0; }
.not-chatbot-header {
  text-align: center; max-width: 680px; margin: 0 auto 48px;
}
.not-chatbot-header h2 {
  color: #101828; font-size: 2.2rem; font-weight: 800;
  line-height: 1.15; margin-bottom: 14px;
}
.not-chatbot-sub { color: #344054; font-size: 1rem; line-height: 1.7; margin: 0; }

.compare-table {
  max-width: 760px; margin: 0 auto;
  border: 1px solid #eaecf0; border-radius: 20px; overflow: hidden;
}
.compare-table-head {
  display: grid; grid-template-columns: 1fr 1fr;
  background: #f9fafb; border-bottom: 1px solid #eaecf0;
}
.ct-bad-label, .ct-good-label {
  padding: 14px 24px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
}
.ct-bad-label  { color: #98A2B3; }
.ct-good-label {
  color: #6941c6;
  border-left: 1px solid #eaecf0;
  background: #faf5ff;
}
.ct-row {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #f2f4f7;
  transition: background .15s;
}
.ct-row:last-child { border-bottom: none; }
.ct-row:hover { background: #fafbff; }
.ct-bad, .ct-good {
  padding: 16px 24px;
  font-size: .93rem; line-height: 1.45;
  display: flex; align-items: center; gap: 10px;
}
.ct-bad {
  color: #667085;
}
.ct-bad::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  border: 2px solid #D0D5DD; flex-shrink: 0;
}
.ct-good {
  color: #101828; font-weight: 600;
  border-left: 1px solid #f2f4f7;
}
.ct-good::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #6941c6; flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(105,65,198,.15);
}

/* ─── Agent Flows ────────────────────────────────────────────────────────── */
.agent-flows {
  background: #160d30;
  padding: 80px 0;
}
.agent-flows-header {
  text-align: center; max-width: 640px; margin: 0 auto 56px;
}
.agent-flows-header h2 {
  color: #fff; font-size: 2rem; font-weight: 800;
  line-height: 1.2; margin-bottom: 14px;
}
.agent-flows-sub { color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.65; margin: 0; }

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.flow-card {
  background: linear-gradient(145deg, rgba(80,57,140,.2), rgba(13,9,33,.3));
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 20px;
  transition: border-color .2s, transform .2s;
}
.flow-card:hover {
  border-color: rgba(220,252,23,.2);
  transform: translateY(-3px);
}
.flow-card-header {
  display: flex; align-items: flex-start; gap: 14px;
}
.flow-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 12px;
  background: rgba(220,252,23,.1);
  display: flex; align-items: center; justify-content: center;
  color: #DCFC17; font-size: 17px;
}
.flow-card-header h3 {
  color: #fff; font-size: 1.05rem; font-weight: 700;
  line-height: 1.3; margin-bottom: 4px;
}
.flow-card-header p {
  color: rgba(255,255,255,.55); font-size: .8rem; line-height: 1.5; margin: 0;
}

.flow-timeline {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
  position: relative;
}
.flow-timeline::before {
  content: '';
  position: absolute;
  left: 26px; top: 6px; bottom: 6px;
  width: 1px;
  background: rgba(220,252,23,.15);
}
.flow-step {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 6px 0; position: relative;
}
.flow-step::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(220,252,23,.4);
  flex-shrink: 0; margin-top: 5px;
  position: relative; z-index: 1;
}
.flow-step--outcome::before {
  background: #DCFC17;
  box-shadow: 0 0 8px rgba(220,252,23,.5);
}
.flow-marker {
  font-size: .7rem; font-weight: 700; color: rgba(255,255,255,.38);
  letter-spacing: .04em; min-width: 34px; margin-top: 4px; flex-shrink: 0;
}
.flow-text {
  font-size: .83rem; color: rgba(255,255,255,.75); line-height: 1.5;
}
.flow-step--outcome .flow-text {
  color: #DCFC17; font-weight: 600;
}
.flow-result {
  background: rgba(220,252,23,.06);
  border: 1px solid rgba(220,252,23,.15);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: .8rem;
  color: rgba(255,255,255,.6);
  line-height: 1.55;
  font-style: italic;
}

/* ─── Setores / Processos ─────────────────────────────────────────────────── */
.sectors { background: #faf8fd; padding: 80px 0; }
.sectors-header { text-align: center; margin-bottom: 48px; }
.sectors-header h2 {
  color: #101828; font-size: 2rem; font-weight: 800;
  line-height: 1.25; margin-bottom: 10px;
}
.sectors-sub {
  color: #667085; font-size: .95rem; line-height: 1.6; margin: 0;
}
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ─── ROI block ──────────────────────────────────────────────────────────── */
.roi-block { background: #291858; padding: 80px 0; }
.roi-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
.roi-copy h2 {
  color: #fff; font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  font-weight: 800; line-height: 1.25; margin-bottom: 14px;
}
.roi-sub {
  color: rgba(255,255,255,.65); font-size: .95rem;
  line-height: 1.7; margin: 0;
}
.roi-list {
  list-style: none; padding: 0; margin: 0 0 24px;
  display: flex; flex-direction: column; gap: 12px;
}
.roi-list li {
  display: flex; align-items: flex-start; gap: 12px;
  color: rgba(255,255,255,.82); font-size: .93rem; line-height: 1.55;
}
.roi-list li::before {
  content: '→'; flex-shrink: 0; color: #DCFC17;
  font-weight: 700; margin-top: 1px;
}
.roi-outcome {
  background: rgba(220,252,23,.07);
  border: 1px solid rgba(220,252,23,.2);
  border-radius: 12px; padding: 16px 18px;
  color: rgba(255,255,255,.75); font-size: .88rem;
  line-height: 1.6; margin: 0; font-style: italic;
}
.sector-card {
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 20px;
  padding: 28px 22px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  position: relative; overflow: hidden;
}
.sector-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: #DCFC17; transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.sector-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(43,29,86,.08);
  border-color: rgba(105,65,198,.2);
}
.sector-card:hover::before { transform: scaleX(1); }
.sector-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: #f4ebff; display: flex;
  align-items: center; justify-content: center;
  color: #6941c6; font-size: 18px; margin-bottom: 16px;
}
.sector-card h3 {
  color: #101828; font-size: 1rem; font-weight: 700; margin-bottom: 14px;
}
.sector-card ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.sector-card ul li {
  font-size: .83rem; color: #344054; line-height: 1.5;
  padding-left: 14px; position: relative;
}
.sector-card ul li::before {
  content: ''; position: absolute; left: 0; top: 7px;
  width: 5px; height: 5px; border-radius: 50%; background: #6941c6;
}

/* ─── Overrides herdados de /apps/style.css ─────────────────────────────── */
.process, .faq, .footer { background: #faf8fd; }
.process { padding: 56px 0 80px; }
.process .container { max-width: 1180px; }
.faq { padding: 80px 0; }

.process-title,
.faq-title {
  font-size: 2rem !important; font-weight: 700;
  color: #101828; line-height: 1.25; text-align: center;
}
.faq-title { margin-bottom: 40px; }
.process-subtitle {
  font-size: 1rem; color: #667085; text-align: center;
  margin: 12px auto 48px; max-width: 520px;
}
.process-grid--4 {
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 24px; max-width: 1120px; margin: 0 auto; align-items: stretch;
}
.process-grid--4 .process-item {
  display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 8px;
}
.process-grid--4 .process-icon { margin-left: auto; margin-right: auto; }
.process-grid--4 .process-item h3 { width: 100%; }
.process-grid--4 .process-item p { max-width: 240px; margin: 0 auto; }

.process-cta, .faq-cta { text-align: center; margin-top: 40px; }
.process-cta .btn--yellow,
.faq-cta .btn--yellow,
.why-us-inner .btn--yellow,
.final-cta-card .btn--yellow {
  width: auto !important; padding: 14px 32px !important;
  border-radius: 10px; font-size: 15px; display: inline-block;
}

/* ─── Why-us (para quem é + form) ───────────────────────────────────────── */
.why-us { background: #291858; padding: 80px 0; position: relative; overflow: hidden; }
.why-us::before { display: none; }
.why-us .container { position: relative; z-index: 1; }
.why-us-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(360px,1.05fr);
  gap: 56px; align-items: center;
}
.why-us-copy { text-align: left; }
.why-us-inner h2 {
  color: #fff; font-size: 1.9rem; font-weight: 700;
  line-height: 1.3; margin-bottom: 18px;
}
.why-us-subtitle {
  color: rgba(255,255,255,.72); font-size: 1rem;
  line-height: 1.7; margin: 0 0 32px; max-width: 620px;
}
.why-us-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.why-us-list li {
  display: flex; align-items: flex-start; gap: 12px;
  color: rgba(255,255,255,.9); font-size: 1rem;
  line-height: 1.55; font-weight: 500;
}
.why-us-list li::before {
  content: '✓'; flex-shrink: 0;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(220,252,23,.18); color: #DCFC17;
  font-size: 11px; font-weight: 800; line-height: 24px;
  text-align: center; margin-top: 1px;
}
.why-us-form .form-card { margin-top: 0; }

/* ─── FAQ ────────────────────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item {
  border: 1px solid #eaecf0; border-radius: 12px;
  background: #fff; overflow: hidden;
  transition: border-color .18s;
}
.faq-item[open] { border-color: rgba(105,65,198,.22); }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
  font-family: Manrope, sans-serif; font-size: 15px;
  font-weight: 700; color: #101828;
  cursor: pointer; list-style: none; gap: 12px;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: '+'; font-size: 20px; font-weight: 400;
  color: #6941C6; flex-shrink: 0; transition: transform .2s;
}
details[open] > .faq-question::after { transform: rotate(45deg); }
.faq-answer { padding: 0 20px 18px; font-size: 14px; color: #344054; line-height: 1.7; }
.faq-answer p { margin: 0; }

/* ─── Final CTA ──────────────────────────────────────────────────────────── */
.final-cta { background: linear-gradient(145deg, #291858 0%, #1e1347 100%); padding: 80px 0; }
.final-cta-card {
  max-width: 820px; margin: 0 auto; text-align: center;
  padding: 48px 40px;
  background: linear-gradient(145deg, rgba(80,57,140,.2), rgba(41,24,88,.35));
  border: 1px solid rgba(220,252,23,.2); border-radius: 20px;
}
.final-cta-card h2 { color: #fff; font-size: 1.9rem; font-weight: 700; line-height: 1.3; margin-bottom: 18px; }
.final-cta-card > p { color: rgba(255,255,255,.82); font-size: 1.02rem; line-height: 1.6; margin-bottom: 28px; }
.final-cta-card .btn { display: inline-block; }
.final-cta-card .final-cta-micro {
  margin-top: 18px; margin-bottom: 0;
  font-size: .82rem; letter-spacing: .04em;
  color: rgba(220,252,23,.78); font-weight: 600;
}

/* ─── Responsivo ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid--4 { grid-template-columns: repeat(2,1fr) !important; }
  .diagnostic-inner, .roi-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 900px) {
  .compare-table { max-width: 100%; }
  .why-us-inner { grid-template-columns: 1fr; gap: 32px; }
  .why-us-copy { text-align: center; }
  .why-us-subtitle, .why-us-list { margin-left: auto; margin-right: auto; }
}

@media (max-width: 768px) {
  .ba-section, .not-chatbot, .sectors, .diagnostic, .roi-block,
  .why-us, .faq, .final-cta { padding: 56px 0; }
  .process { padding: 44px 0 56px; }
  .sectors-grid { grid-template-columns: 1fr; }
  .process-grid--4 { grid-template-columns: 1fr !important; }
  .final-cta-card { padding: 36px 24px; }
  .final-cta-card h2 { font-size: 1.5rem; }
  .not-chatbot-header h2 { font-size: 1.6rem; }
  .ct-bad, .ct-good { padding: 14px 16px; font-size: .85rem; }
}
