/* ============================================================================
   Seções portadas da LP de gestores antiga (reskin verde, namespaced "og-")
   Self-contained dark. Perfil GESTORES: #solucao -> fluxo "A diferença",
   #como-funciona -> 3 passos com mockups. Carrega após lp-unificada.css.
   ========================================================================== */
.lp-uni {
  --og-bg: #080a10;
  --og-accent: #16A34A; --og-accent-2: #34D399; --og-accent-deep: #15803D;
  --og-accent-glow: rgba(22,163,74,.42);
  --og-line: rgba(255,255,255,.08); --og-line-strong: rgba(255,255,255,.16);
  --og-text: #f4f6fb; --og-text-dim: rgba(244,246,251,.66); --og-text-faint: rgba(244,246,251,.42);
  --og-success: #34d399; --og-warn: #f5c842;
}
.lp-uni .og-sect { background: var(--og-bg); color: var(--og-text); padding: clamp(64px,8vw,118px) 0; position: relative; overflow: hidden; }
/* Variante CLARA (pra alternar o ritmo light/dark) */
.lp-uni .og-sect.og-light {
  --og-bg: #F7F8FA; --og-text: #0A0A0A; --og-text-dim: #4B5563; --og-text-faint: #8A8F98;
  --og-line: rgba(16,18,28,.09); --og-line-strong: rgba(16,18,28,.14);
}
/* Cards do fluxo em DARK, mesmo na seção clara (dark cards on light canvas) */
.lp-uni .og-light .og-flow-node { background: linear-gradient(180deg, #11161d, #0b0e13); border-color: rgba(255,255,255,.10); box-shadow: 0 1px 0 rgba(255,255,255,.06) inset, 0 20px 44px -24px rgba(0,0,0,.5); }
.lp-uni .og-light .og-flow-node:hover { border-color: rgba(22,163,74,.45); box-shadow: 0 24px 50px -22px rgba(22,163,74,.4); }
.lp-uni .og-light .og-flow-node .og-flow-val { color: #f4f6fb; }
.lp-uni .og-light .og-flow-node .og-flow-lbl { color: rgba(244,246,251,.45); }
.lp-uni .og-light .og-flow-node .og-flow-meta { color: rgba(244,246,251,.62); }
.lp-uni .og-light .og-flow-node--last { background: linear-gradient(180deg, rgba(22,163,74,.22), rgba(22,163,74,.05)), #0b0f13; border-color: rgba(22,163,74,.5); box-shadow: 0 1px 0 rgba(255,255,255,.06) inset, 0 22px 50px -22px rgba(22,163,74,.4); }
.lp-uni .og-light .og-flow-node--last .og-flow-lbl { color: var(--og-accent-2); }
.lp-uni .og-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.lp-uni .og-head { text-align: center; max-width: 820px; margin: 0 auto 64px; }
.lp-uni .og-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-jetbrains-mono); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--og-accent-2); }
.lp-uni .og-eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--og-accent-2); opacity: .55; }
.lp-uni .og-title { font-family: var(--font-ui); font-weight: 800; font-size: clamp(28px,4vw,46px); line-height: 1.08; letter-spacing: -.022em; color: var(--og-text); margin: 16px 0 0; }
.lp-uni .og-sub { color: var(--og-text-dim); font-size: 16px; line-height: 1.6; margin: 16px auto 0; max-width: 640px; }
.lp-uni .og-ctx-headline { font-family: var(--font-ui); font-weight: 800; font-size: clamp(26px,3.2vw,42px); line-height: 1.08; letter-spacing: -.02em; margin-top: 10px; }
.lp-uni .og-ctx-headline .og-accent-text { color: var(--og-accent); }
.lp-uni .og-ctx-text { max-width: 720px; margin: 24px auto 0; text-align: center; color: var(--og-text-dim); font-size: 16.5px; line-height: 1.65; }
.lp-uni .og-punch { display: block; margin-top: 16px; color: var(--og-text); font-weight: 700; font-size: 17px; }
.lp-uni .og-punch b { color: var(--og-accent-2); }

/* Fluxo "A diferença" */
.lp-uni .og-flow { margin-top: 64px; display: grid; grid-template-columns: 1fr 48px 1fr 48px 1fr 48px 1fr; align-items: center; }
.lp-uni .og-flow-node { background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); border: 1px solid var(--og-line); border-radius: 16px; padding: 22px 20px; text-align: center; transition: transform .25s, border-color .25s, box-shadow .25s; }
.lp-uni .og-flow-node:hover { transform: translateY(-4px); border-color: rgba(22,163,74,.4); box-shadow: 0 24px 48px -24px rgba(22,163,74,.3); }
.lp-uni .og-flow-node--last { background: linear-gradient(180deg, rgba(22,163,74,.15), rgba(22,163,74,.02)); border-color: rgba(22,163,74,.4); box-shadow: 0 0 0 1px rgba(22,163,74,.1), 0 20px 50px -20px rgba(22,163,74,.35); }
.lp-uni .og-flow-ic { width: 44px; height: 44px; margin: 0 auto 14px; border-radius: 12px; background: rgba(22,163,74,.12); color: var(--og-accent-2); display: grid; place-items: center; border: 1px solid rgba(22,163,74,.25); }
.lp-uni .og-flow-ic .uicon { width: 22px; height: 22px; }
.lp-uni .og-flow-node--last .og-flow-ic { background: var(--og-accent); color: #fff; border-color: var(--og-accent); }
.lp-uni .og-flow-lbl { font-family: var(--font-jetbrains-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: var(--og-text-faint); margin-bottom: 8px; }
.lp-uni .og-flow-node--last .og-flow-lbl { color: var(--og-accent-2); }
.lp-uni .og-flow-val { font-family: var(--font-ui); font-weight: 800; font-size: 22px; letter-spacing: -.01em; line-height: 1.1; }
.lp-uni .og-flow-meta { margin-top: 6px; font-size: 13px; color: var(--og-text-dim); font-family: var(--font-jetbrains-mono); }
.lp-uni .og-flow-arrow { display: flex; align-items: center; justify-content: center; position: relative; height: 14px; }
.lp-uni .og-flow-arrow::before { content: ""; position: absolute; inset: calc(50% - 1px) 4px; height: 1px; background: linear-gradient(90deg, transparent, var(--og-line-strong) 20%, var(--og-line-strong) 80%, transparent); }
.lp-uni .og-flow-arrow .og-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--og-accent); box-shadow: 0 0 12px var(--og-accent-glow), 0 0 0 4px rgba(22,163,74,.18); top: calc(50% - 4px); left: 0; }
.lp-uni .og-flow-microcopy { margin-top: 52px; text-align: center; font-size: 15px; color: var(--og-text-dim); font-weight: 500; }
.lp-uni .og-flow-microcopy b { color: var(--og-text); font-weight: 700; }

/* "Como funciona" — how-rows com mockups */
.lp-uni .og-how-steps { display: flex; flex-direction: column; gap: 28px; }
.lp-uni .og-how-row { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005)); border: 1px solid var(--og-line); border-radius: 24px; padding: 48px; position: relative; overflow: hidden; isolation: isolate; }
.lp-uni .og-how-row::before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(22,163,74,.18), transparent 60%); filter: blur(60px); top: -150px; right: -100px; z-index: -1; opacity: .6; }
.lp-uni .og-how-row--reverse { grid-template-columns: 1.15fr 1fr; }
.lp-uni .og-how-row--reverse .og-how-text { order: 2; }
.lp-uni .og-how-row--reverse .og-how-mock { order: 1; }
.lp-uni .og-how-row--reverse::before { right: auto; left: -100px; }
.lp-uni .og-how-num { font-family: var(--font-jetbrains-mono); font-weight: 800; font-size: 14px; color: var(--og-accent-2); letter-spacing: .12em; }
.lp-uni .og-how-pill { display: inline-flex; align-items: center; margin-top: 14px; padding: 6px 14px; border-radius: 999px; background: rgba(22,163,74,.12); border: 1px solid rgba(22,163,74,.3); color: var(--og-accent-2); font-weight: 600; font-size: 13px; }
.lp-uni .og-how-text h3 { font-family: var(--font-ui); font-weight: 800; font-size: clamp(24px,2.6vw,32px); line-height: 1.15; letter-spacing: -.02em; margin: 18px 0 0; color: var(--og-text); }
.lp-uni .og-how-text p { color: var(--og-text-dim); font-size: 16px; margin-top: 14px; line-height: 1.65; max-width: 440px; }
.lp-uni .og-how-mock-card { background: linear-gradient(180deg, #0f1418, #080a0c); border: 1px solid var(--og-line-strong); border-radius: 16px; padding: 22px; box-shadow: 0 30px 60px -30px rgba(0,0,0,.6), 0 0 0 1px rgba(22,163,74,.06); }
.lp-uni .og-how-mock-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.lp-uni .og-how-mock-tag { font-family: var(--font-jetbrains-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--og-text-faint); }
.lp-uni .og-how-mock-dots { display: flex; gap: 5px; }
.lp-uni .og-how-mock-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.12); }

/* Mock 01 — fontes de dados */
.lp-uni .og-conn-list { display: flex; flex-direction: column; gap: 10px; }
.lp-uni .og-conn-row { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--og-line); border-radius: 12px; background: rgba(255,255,255,.02); }
.lp-uni .og-conn-ic { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,.05); border: 1px solid var(--og-line); color: var(--og-text); display: grid; place-items: center; }
.lp-uni .og-conn-name { font-family: var(--font-ui); font-weight: 600; font-size: 15px; flex: 1; }
.lp-uni .og-conn-status { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-jetbrains-mono); font-size: 12px; color: var(--og-text-dim); }
.lp-uni .og-conn-status .og-led { width: 8px; height: 8px; border-radius: 50%; background: var(--og-success); box-shadow: 0 0 8px rgba(52,211,153,.6); }
.lp-uni .og-conn-status.og-syncing .og-led { background: var(--og-warn); box-shadow: 0 0 8px rgba(245,200,66,.7); animation: og-blink 1.2s ease-in-out infinite; }
@keyframes og-blink { 50% { opacity: .3; } }
.lp-uni .og-conn-sync { margin-top: 16px; padding: 12px 14px; border: 1px solid var(--og-line); border-radius: 10px; background: rgba(22,163,74,.06); display: flex; align-items: center; gap: 10px; font-family: var(--font-jetbrains-mono); font-size: 12px; color: var(--og-text-dim); }
.lp-uni .og-conn-sync .og-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--og-accent); animation: og-connPulse 1.6s ease-out infinite; flex-shrink: 0; }
@keyframes og-connPulse { 0% { box-shadow: 0 0 0 0 rgba(22,163,74,.5); } 100% { box-shadow: 0 0 0 10px rgba(22,163,74,0); } }
.lp-uni .og-conn-sync .og-progress { flex: 1; height: 4px; background: rgba(255,255,255,.06); border-radius: 4px; overflow: hidden; position: relative; }
.lp-uni .og-conn-sync .og-progress::after { content: ""; position: absolute; inset: 0; width: 60%; background: linear-gradient(90deg, var(--og-accent-deep), var(--og-accent-2)); border-radius: 4px; animation: og-progressMove 2.4s ease-in-out infinite; }
@keyframes og-progressMove { 0% { left: -60%; } 100% { left: 100%; } }

/* Mock 02 — visão operacional */
.lp-uni .og-ctx-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.lp-uni .og-ctx-kpi { background: rgba(255,255,255,.025); border: 1px solid var(--og-line); border-radius: 12px; padding: 18px 16px; }
.lp-uni .og-ctx-kpi .og-lbl { font-family: var(--font-jetbrains-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--og-text-faint); }
.lp-uni .og-ctx-kpi .og-val { font-family: var(--font-ui); font-weight: 800; font-size: 26px; margin-top: 8px; letter-spacing: -.01em; }
.lp-uni .og-ctx-kpi .og-meta { font-family: var(--font-jetbrains-mono); font-size: 12px; color: var(--og-success); margin-top: 4px; }
.lp-uni .og-ctx-flow-line { margin-top: 18px; padding: 14px; border-radius: 10px; background: rgba(22,163,74,.06); border: 1px solid var(--og-line); display: flex; align-items: center; gap: 10px; font-family: var(--font-jetbrains-mono); font-size: 12px; color: var(--og-text-dim); }
.lp-uni .og-ctx-spark { flex: 1; height: 22px; }
.lp-uni .og-ctx-spark svg { width: 100%; height: 100%; }

/* Mock 03 — central de insights */
.lp-uni .og-insight { padding: 18px; background: linear-gradient(180deg, rgba(22,163,74,.12), rgba(22,163,74,.02)); border: 1px solid rgba(22,163,74,.3); border-radius: 14px; }
.lp-uni .og-insight-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.lp-uni .og-insight-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--og-accent); color: #fff; font-family: var(--font-jetbrains-mono); font-weight: 600; font-size: 11px; letter-spacing: .08em; padding: 4px 10px; border-radius: 999px; }
.lp-uni .og-insight-badge .og-ai-dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: og-connPulse 1.6s ease-out infinite; }
.lp-uni .og-insight-title { font-family: var(--font-jetbrains-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--og-accent-2); }
.lp-uni .og-insight-text { font-family: var(--font-ui); font-weight: 600; font-size: 17px; line-height: 1.4; color: var(--og-text); }
.lp-uni .og-insight-actions { display: flex; gap: 10px; margin-top: 18px; }
.lp-uni .og-insight-btn { flex: 1; padding: 11px 16px; border-radius: 10px; font-family: var(--font-ui); font-weight: 600; font-size: 13.5px; text-align: center; cursor: pointer; border: 1px solid var(--og-line-strong); background: rgba(255,255,255,.04); color: var(--og-text); transition: background .2s, transform .15s; }
.lp-uni .og-insight-btn.primary { background: var(--og-accent); border-color: var(--og-accent); color: #fff; box-shadow: 0 8px 24px -8px var(--og-accent-glow); }
.lp-uni .og-insight-btn.primary:hover { transform: translateY(-1px); }
.lp-uni .og-insight-btn:hover { background: rgba(255,255,255,.08); }

/* ===== Mockups dentro dos cards de funcionalidades (preenchem .feat-viz) ===== */
.lp-uni .og-feat-mock { position: absolute; inset: 0; background: linear-gradient(180deg, #0f1418, #0a0c10); padding: 11px 12px; overflow: hidden; }
/* Tabela "Breakdown por canal" */
.lp-uni .og-tbl-h { font-family: var(--font-jetbrains-mono); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: rgba(244,246,251,.5); margin-bottom: 7px; }
.lp-uni .og-tbl-row { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; padding: 5px 0; border-top: 1px solid rgba(255,255,255,.06); font-family: var(--font-jetbrains-mono); font-size: 9.5px; }
.lp-uni .og-tbl-row .ch { display: flex; align-items: center; gap: 6px; color: #f4f6fb; }
.lp-uni .og-tbl-row .ch i { width: 6px; height: 6px; border-radius: 50%; flex: none; }
.lp-uni .og-tbl-row .roi { color: #34d399; font-weight: 700; min-width: 34px; text-align: right; }
.lp-uni .og-tbl-row .res { color: rgba(52,211,153,.9); min-width: 56px; text-align: right; }
.lp-uni .og-tbl-row.muted .roi, .lp-uni .og-tbl-row.muted .res { color: rgba(244,246,251,.3); }
.lp-uni .og-tbl-row.total { border-top: 1px solid rgba(255,255,255,.18); margin-top: 2px; }
.lp-uni .og-tbl-row.total .ch { font-weight: 700; }
.lp-uni .og-tbl-row.total .res { color: #34d399; font-weight: 700; }
/* Animação exportar p/ Excel */
.lp-uni .og-xlsx { position: absolute; inset: 0; background: linear-gradient(180deg, #0f1418, #0a0c10); padding: 12px; display: flex; flex-direction: column; gap: 9px; }
.lp-uni .og-xlsx-file { display: flex; align-items: center; gap: 9px; }
.lp-uni .og-xlsx-ic { width: 28px; height: 28px; border-radius: 7px; background: linear-gradient(135deg, #21A366, #185C37); display: grid; place-items: center; color: #fff; font-family: var(--font-ui); font-weight: 800; font-size: 13px; flex: none; box-shadow: 0 6px 14px -6px rgba(33,163,102,.6); }
.lp-uni .og-xlsx-meta .nm { font-family: var(--font-jetbrains-mono); font-size: 11px; color: #f4f6fb; }
.lp-uni .og-xlsx-meta .sb { font-family: var(--font-jetbrains-mono); font-size: 8.5px; color: rgba(244,246,251,.5); margin-top: 1px; }
.lp-uni .og-xlsx-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; grid-auto-rows: 1fr; gap: 3px; flex: 1; min-height: 0; }
.lp-uni .og-xlsx-cell { background: rgba(255,255,255,.05); border-radius: 2px; }
.lp-uni .og-xlsx-bar { height: 5px; border-radius: 5px; background: rgba(255,255,255,.08); overflow: hidden; position: relative; }
.lp-uni .og-xlsx-bar::after { content: ""; position: absolute; inset: 0; width: 38%; border-radius: 5px; background: linear-gradient(90deg, #185C37, #34d399); }
@media (prefers-reduced-motion: no-preference) {
  .lp-uni .og-xlsx-cell { animation: ogCell 2.8s ease-in-out infinite; }
  @keyframes ogCell { 0%, 70%, 100% { background: rgba(255,255,255,.05); } 18%, 52% { background: rgba(52,211,153,.5); } }
  .lp-uni .og-xlsx-cell:nth-child(4n+2) { animation-delay: .15s; }
  .lp-uni .og-xlsx-cell:nth-child(4n+3) { animation-delay: .3s; }
  .lp-uni .og-xlsx-cell:nth-child(4n) { animation-delay: .45s; }
  .lp-uni .og-xlsx-cell:nth-child(n+5) { animation-delay: .6s; }
  .lp-uni .og-xlsx-cell:nth-child(n+9) { animation-delay: .9s; }
  .lp-uni .og-xlsx-bar::after { animation: ogXlsxBar 2.8s ease-in-out infinite; }
  @keyframes ogXlsxBar { 0% { left: -38%; } 70%, 100% { left: 100%; } }
}

@media (prefers-reduced-motion: no-preference) {
  .lp-uni .og-flow-arrow .og-dot { animation: og-flowDot 3.6s linear infinite; }
  .lp-uni .og-flow-arrow.og-fa-1 .og-dot { animation-delay: 0s; }
  .lp-uni .og-flow-arrow.og-fa-2 .og-dot { animation-delay: -1.2s; }
  .lp-uni .og-flow-arrow.og-fa-3 .og-dot { animation-delay: -2.4s; }
  @keyframes og-flowDot { 0% { left: 0; opacity: 0; } 8% { opacity: 1; } 92% { opacity: 1; } 100% { left: calc(100% - 8px); opacity: 0; } }
}
@media (max-width: 900px) {
  .lp-uni .og-flow { grid-template-columns: 1fr; gap: 12px; }
  .lp-uni .og-flow-arrow { transform: rotate(90deg); height: 28px; }
  .lp-uni .og-how-row, .lp-uni .og-how-row--reverse { grid-template-columns: 1fr; padding: 32px 24px; gap: 32px; }
  .lp-uni .og-how-row--reverse .og-how-text { order: 1; }
  .lp-uni .og-how-row--reverse .og-how-mock { order: 2; }
}
