/* ============ MARKELLO — LANDING ============ */
:root {
  --navy: #060b26;
  --navy-2: #0b133a;
  --navy-deep: #030617;
  --emerald: #0052FF; /* Mudado de verde para azul da marca */
  --emerald-d: #003EB3; /* Mudado para azul escuro */
  --teal: #00C2FF; /* Mudado de ciano/verde para ciano azulado */
  --violet: #2563EB; /* Mudado de roxo para cobalto */
  --violet-d: #1D4ED8;
  --amber: #0ea5e9; /* Mudado de laranja para azul celeste */
  --ink: #0F172A;
  --gray: #5b6b8c;
  --gray-2: #7c8aa5;
  --soft: #F4F6FA;
  --line: rgba(15, 23, 42, 0.08);
  --white: #ffffff;
  --radius: 20px;
  --radius-lg: 28px;
  --shadow-sm: 0 1px 2px rgba(0, 82, 255, 0.04), 0 6px 20px rgba(0, 82, 255, 0.05);
  --shadow-lg: 0 4px 12px rgba(0, 82, 255, 0.05), 0 30px 70px rgba(0, 82, 255, 0.12);
  --shadow-emerald: 0 12px 30px rgba(0, 82, 255, 0.2);
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.d1{transition-delay:.08s} .d2{transition-delay:.16s} .d3{transition-delay:.24s} .d4{transition-delay:.32s} .d5{transition-delay:.4s}
@media (prefers-reduced-motion: reduce){ .reveal{opacity:1;transform:none;transition:none} html{scroll-behavior:auto} }

/* ============ BUTTONS ============ */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; font-family:var(--font); font-weight:700; text-decoration:none; border:none; border-radius:980px; cursor:pointer; transition:transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease, background .25s ease, opacity .25s ease, filter .25s ease; white-space:nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-sm { padding: 10px 22px; font-size: 14px; }
.btn-lg { padding: 16px 34px; font-size: 16px; }
.btn-block { width: 100%; padding: 14px; font-size: 15px; margin-top: auto; }
.btn-primary { background: linear-gradient(135deg, var(--emerald), var(--teal)); color:#fff; box-shadow: var(--shadow-emerald); }
.btn-primary:hover { box-shadow: 0 16px 40px rgba(0,82,255,.35); filter: brightness(1.05); }
.btn-ghost { background: transparent; color: var(--emerald-d); }
.btn-ghost .arrow { transition: transform .25s ease; display:inline-block; }
.btn-ghost:hover .arrow { transform: translateX(4px); }
.btn-light { background:#fff; color:var(--navy); box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.btn-outline { background: transparent; color:#fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.4); }
.btn-outline:hover { box-shadow: inset 0 0 0 1.5px #fff; }
.btn-outline-navy { background: transparent; color: var(--navy); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn-outline-navy:hover { box-shadow: inset 0 0 0 1.5px var(--emerald); color: var(--emerald-d); }

/* ============ NAV ============ */
.nav { position: fixed; top:0; left:0; right:0; z-index:100; transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.nav.scrolled { background: rgba(255,255,255,.8); backdrop-filter: saturate(180%) blur(18px); -webkit-backdrop-filter: saturate(180%) blur(18px); box-shadow: 0 1px 0 var(--line); }
.nav-inner { max-width:1160px; margin:0 auto; padding: 16px 24px; display:flex; align-items:center; justify-content:space-between; }
.nav-logo { display:flex; align-items:center; text-decoration:none; }
.brand-logo-svg { height: 32px; width: auto; color: var(--navy); display: block; transition: color .2s ease; }
.nav-links { display:flex; gap:30px; }
.nav-links a { text-decoration:none; color:var(--gray); font-size:14.5px; font-weight:600; transition: color .2s ease; }
.nav-links a:hover { color: var(--navy); }
@media (max-width:820px){ .nav-links{display:none} }

/* ============ HERO ============ */
.hero { position: relative; padding: 150px 0 60px; text-align:center; overflow:hidden; }
.hero-glow { position:absolute; top:-260px; left:50%; transform:translateX(-50%); width:1000px; height:700px; background: radial-gradient(50% 50% at 50% 50%, rgba(0,82,255,.16), rgba(0,210,255,.10) 45%, transparent 72%); filter: blur(20px); z-index:0; pointer-events:none; }
.hero-grid-bg { position:absolute; inset:0; background-image: linear-gradient(rgba(10,17,40,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(10,17,40,.045) 1px, transparent 1px); background-size: 44px 44px; -webkit-mask-image: radial-gradient(60% 55% at 50% 30%, #000 40%, transparent 80%); mask-image: radial-gradient(60% 55% at 50% 30%, #000 40%, transparent 80%); z-index:0; }
.hero-content { position:relative; z-index:1; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:700; letter-spacing:.02em; text-transform:uppercase; color:var(--emerald-d); background: rgba(0,82,255,.08); border:1px solid rgba(0,82,255,.2); padding:7px 15px; border-radius:980px; margin-bottom:22px; }
.eb-dot { width:7px; height:7px; border-radius:50%; background: var(--emerald); box-shadow:0 0 0 3px rgba(0,82,255,.2); }
.eb-dot.green{background:var(--emerald); box-shadow:0 0 0 3px rgba(0,82,255,.2)} .eb-dot.violet{background:var(--violet); box-shadow:0 0 0 3px rgba(37,99,235,.2)} .eb-dot.amber{background:var(--amber); box-shadow:0 0 0 3px rgba(14,165,233,.2)}
.green-eb { color:var(--emerald-d); background:rgba(0,82,255,.08); border-color:rgba(0,82,255,.2); }
.ai-eb { color:#93c5fd; background:rgba(37,99,235,.14); border-color:rgba(37,99,235,.3); }
.light-eb { color:#93f2fd; background:rgba(0,210,255,.14); border-color:rgba(0,210,255,.28); }
.hero-title { font-size: clamp(38px, 6vw, 68px); font-weight:900; line-height:1.04; letter-spacing:-.03em; color:var(--navy); margin-bottom:22px; }
.grad { background: linear-gradient(100deg, var(--emerald), var(--teal) 55%, var(--violet)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.grad-green { background: linear-gradient(100deg, var(--emerald), var(--teal)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.grad-violet { background: linear-gradient(100deg, #93c5fd, var(--violet)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.grad-amber { background: linear-gradient(100deg, var(--amber), #38bdf8); -webkit-background-clip:text; background-clip:text; color:transparent; }
.grad-light { background: linear-gradient(100deg, #93f2fd, #3b82f6); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-sub { font-size: clamp(16px, 2vw, 20px); color:var(--gray); line-height:1.6; max-width:680px; margin:0 auto 32px; }
.hero-actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.hero-trust { display:flex; gap:22px; justify-content:center; flex-wrap:wrap; margin-top:26px; }
.trust-item { font-size:13.5px; color:var(--gray-2); font-weight:600; }
.bd { display:none; }
@media (min-width:760px){ .bd { display:block; } }

/* ---- hero mock ---- */
.hero-mock { position:relative; margin-top:66px; perspective:1600px; }
.window { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow: var(--shadow-lg); overflow:hidden; transition: transform .25s ease; transform-style: preserve-3d; }
.window-bar { display:flex; align-items:center; gap:8px; padding:14px 18px; border-bottom:1px solid var(--line); background:#fbfcfe; }
.dot { width:11px; height:11px; border-radius:50%; }
.dot.r{background:#ff5f57} .dot.y{background:#febc2e} .dot.g{background:#28c840}
.window-title { margin-left:10px; font-size:13px; color:var(--gray-2); font-weight:600; }
.window-body { display:grid; grid-template-columns: 210px 1fr; min-height:420px; }
.mock-side { background: var(--navy); padding:18px 12px; display:flex; flex-direction:column; gap:4px; }
.mock-brand { display:flex; align-items:center; gap:8px; color:#fff; font-weight:800; font-size:15px; padding:6px 10px 16px; }
.mock-brand-ic { color: var(--emerald); }
.side-item { display:flex; align-items:center; gap:10px; padding:9px 12px; border-radius:11px; color: rgba(255,255,255,.6); font-size:13.5px; font-weight:600; }
.side-item.active { background: rgba(255,255,255,.1); color:#fff; }
.side-ic { width:18px; text-align:center; }
.mock-main { padding:20px; background: var(--soft); }
.kpi-row { display:grid; grid-template-columns: repeat(4,1fr); gap:12px; }
.kpi-card { background:#fff; border:1px solid var(--line); border-radius:16px; padding:14px; display:flex; flex-direction:column; gap:5px; box-shadow: var(--shadow-sm); }
.kpi-card.hl-card { background: linear-gradient(135deg, var(--emerald), var(--teal)); border:none; color:#fff; }
.kpi-card.hl-card .kpi-label, .kpi-card.hl-card .kpi-delta { color: rgba(255,255,255,.85); }
.kpi-label { font-size:12px; color:var(--gray-2); font-weight:600; }
.kpi-value { font-size:26px; font-weight:800; color:var(--navy); letter-spacing:-.02em; }
.hl-card .kpi-value { color:#fff; }
.kpi-delta { font-size:11.5px; font-weight:700; color:var(--emerald-d); }
.kpi-delta.up { color:var(--emerald-d); }
.mock-grid { display:grid; grid-template-columns: 1.3fr 1fr; gap:14px; margin-top:14px; }
.chart-card, .leads-card { background:#fff; border:1px solid var(--line); border-radius:16px; padding:16px; box-shadow: var(--shadow-sm); }
.card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; font-weight:700; font-size:14px; color:var(--navy); }
.pill { font-size:11px; font-weight:600; color:var(--gray-2); background:var(--soft); padding:4px 10px; border-radius:980px; }
.pill.green { color:var(--emerald-d); background:rgba(0,82,255,.1); }
.line-chart { width:100%; height:150px; display:block; }
.chart-line { stroke-dasharray: 1400; stroke-dashoffset: 1400; }
.in .chart-line { animation: draw 1.8s cubic-bezier(.16,1,.3,1) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.chart-dot { opacity:0; }
.in .chart-dot { animation: fadeIn .5s ease 1.6s forwards; }
@keyframes fadeIn { to { opacity:1; } }
.lead-row { display:flex; align-items:center; gap:11px; padding:9px 0; border-bottom:1px solid var(--line); }
.lead-row:last-child { border-bottom:none; }
.avatar { width:36px; height:36px; border-radius:50%; display:grid; place-items:center; color:#fff; font-weight:700; font-size:13px; flex-shrink:0; }
.a1{background:#f97316} .a2{background:#2563EB} .a3{background:#0ea5e9} .a4{background:#3b82f6}
.lead-info { flex:1; display:flex; flex-direction:column; min-width:0; }
.lead-info strong { font-size:13.5px; color:var(--navy); }
.lead-info small { font-size:11.5px; color:var(--gray-2); }
.tag { font-size:11px; font-weight:700; padding:4px 9px; border-radius:980px; white-space:nowrap; }
.tag.hot{background:#eff6ff; color:#1d4ed8} .tag.meet{background:#f0f9ff; color:#0369a1} .tag.new{background:#f8fafc; color:#475569} .tag.warm{background:#f0fdf4; color:#166534}
.float-card { position:absolute; display:flex; align-items:center; gap:11px; background:#fff; border:1px solid var(--line); border-radius:16px; padding:12px 16px; box-shadow: var(--shadow-lg); }
.float-1 { left:-14px; top:34%; animation: floaty 5s ease-in-out infinite; }
.float-2 { right:-14px; top:58%; animation: floaty 5.6s ease-in-out infinite .6s; }
@keyframes floaty { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.float-ic { width:32px; height:32px; border-radius:10px; display:grid; place-items:center; font-weight:800; color:#fff; }
.float-ic.wa{background:var(--emerald)} .float-ic.ai{background:var(--violet)} .float-ic.mail{background:#2563eb}
.float-card strong { display:block; font-size:13px; color:var(--navy); }
.float-card small { font-size:11px; color:var(--gray-2); }
@media (max-width:900px){ .float-card{display:none} }

/* ============ STATS ============ */
.stats { padding: 48px 0 20px; }
.stats-eyebrow { text-align:center; font-size:13px; font-weight:600; color:var(--gray-2); text-transform:uppercase; letter-spacing:.04em; margin-bottom:26px; }
.stats-row { display:grid; grid-template-columns: repeat(4,1fr); gap:20px; text-align:center; }
.stat { display:flex; flex-direction:column; gap:4px; }
.stat-num { font-size: clamp(30px, 4vw, 44px); font-weight:900; letter-spacing:-.03em; background: linear-gradient(120deg, var(--navy), var(--emerald-d)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.stat-label { font-size:13.5px; color:var(--gray); font-weight:500; }
@media (max-width:640px){ .stats-row{grid-template-columns:repeat(2,1fr); gap:28px} }

/* ============ FEATURE HEAD ============ */
.feature { padding: 90px 0; }
.feature.alt { background: var(--soft); }
.feature-head { text-align:center; max-width:700px; margin:0 auto 54px; }
.feature-head h2 { font-size: clamp(30px, 4.4vw, 48px); font-weight:900; line-height:1.1; letter-spacing:-.03em; color:var(--navy); margin-bottom:18px; }
.feature-head h2.on-dark { color:#fff; }
.feature-sub { font-size: clamp(15px,1.6vw,18px); color:var(--gray); line-height:1.6; }
.feature-sub.on-dark-sub { color: rgba(255,255,255,.62); }
.feature-sub.left { text-align:left; }

/* ============ SEGMENTS ============ */
.segments { padding: 90px 0; }
.seg-tabs { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-bottom:26px; }
.seg-tab { font-family:var(--font); font-size:14.5px; font-weight:700; color:var(--gray); background:#fff; border:1px solid var(--line); padding:11px 20px; border-radius:980px; cursor:pointer; transition: all .25s ease; }
.seg-tab:hover { border-color: rgba(0,82,255,.4); color:var(--navy); }
.seg-tab.active { background: var(--navy); color:#fff; border-color:var(--navy); box-shadow: 0 10px 24px rgba(10,17,40,.2); }
.seg-panel { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow: var(--shadow-lg); padding: 50px 40px; max-width:900px; margin:0 auto; overflow: hidden; }
.seg-track-wrap { position: relative; max-width: 760px; margin: 0 auto 50px; }
.seg-track { position: absolute; top: 12px; left: 12.5%; right: 12.5%; height: 2px; background: repeating-linear-gradient(90deg, var(--line) 0, var(--line) 6px, transparent 6px, transparent 12px); z-index: 1; }
.seg-nodes { display: flex; width: 100%; position: relative; z-index: 2; }
.seg-node { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.node-dot { width: 26px; height: 26px; background: #fff; border: 3px solid var(--line); border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,0.05); transition: border-color 0.3s; }
.node-dot.final { border-color: var(--emerald); }
.seg-step { font-weight: 700; font-size: 14.5px; color: var(--navy); line-height: 1.2; max-width: 140px; }

.seg-token { position: absolute; top: -14px; left: 12.5%; display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--emerald); padding: 4px 12px 4px 4px; border-radius: 99px; box-shadow: 0 8px 16px rgba(16, 185, 129, 0.15); z-index: 10; opacity: 0; transform: translateX(-50%); }
.token-av { width: 24px; height: 24px; font-size: 11px; }
.token-lbl { font-size: 12px; font-weight: 700; color: var(--emerald-d); }

/* Animações ativadas via classe .run-anim no seg-panel */
.seg-panel.run-anim .seg-node { animation: node-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both; }
.seg-panel.run-anim .seg-node:nth-child(1) { animation-delay: 0.1s; }
.seg-panel.run-anim .seg-node:nth-child(2) { animation-delay: 0.2s; }
.seg-panel.run-anim .seg-node:nth-child(3) { animation-delay: 0.3s; }
.seg-panel.run-anim .seg-node:nth-child(4) { animation-delay: 0.4s; }

.seg-panel.run-anim .seg-token { animation: token-flow 3.5s ease-in-out forwards; animation-delay: 0.6s; }

@keyframes node-pop {
  0% { transform: scale(0.6) translateY(10px); opacity: 0; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}

@keyframes token-flow {
  0% { left: 12.5%; opacity: 0; transform: translateX(-50%) translateY(10px) scale(0.8); }
  5% { left: 12.5%; opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
  25% { left: 12.5%; opacity: 1; }
  35% { left: 37.5%; opacity: 1; }
  55% { left: 37.5%; opacity: 1; }
  65% { left: 62.5%; opacity: 1; }
  85% { left: 62.5%; opacity: 1; }
  95% { left: 87.5%; opacity: 1; }
  100% { left: 87.5%; opacity: 1; transform: translateX(-50%); }
}

@media (max-width: 640px) {
  .seg-track { left: 24px; right: auto; top: 0; bottom: 0; width: 2px; height: auto; background: repeating-linear-gradient(180deg, var(--line) 0, var(--line) 6px, transparent 6px, transparent 12px); }
  .seg-nodes { flex-direction: column; gap: 30px; }
  .seg-node { flex-direction: row; text-align: left; padding-left: 50px; position: relative; }
  .seg-node .node-dot { position: absolute; left: 11px; top: 50%; margin-top: -13px; }
  .seg-token { display: none; }
}

.seg-desc { text-align:center; color:var(--gray); font-size:15.5px; line-height:1.6; max-width:640px; margin:0 auto; transition: opacity .3s ease; }

/* ============ SPLIT ============ */
.split { display:grid; grid-template-columns: 1fr 1fr; gap:60px; align-items:center; }
.split.rev { direction: rtl; }
.split.rev > * { direction: ltr; }
@media (max-width:900px){ .split{grid-template-columns:1fr; gap:40px} .split.rev{direction:ltr} }
.split-text .eyebrow { margin-bottom:18px; }
.split-text h2 { font-size: clamp(28px,3.6vw,42px); font-weight:900; line-height:1.12; letter-spacing:-.03em; color:var(--navy); margin-bottom:16px; }
.split-text h2.on-dark { color:#fff; }
.check-item { display:flex; gap:14px; margin-top:22px; align-items:flex-start; }
.check { flex-shrink:0; width:26px; height:26px; border-radius:8px; display:grid; place-items:center; background: rgba(0,82,255,.12); color:var(--emerald-d); font-weight:800; font-size:13px; }
.check.violet { background: rgba(37,99,235,.18); color:#93c5fd; }
.check-item strong { font-size:16px; color:var(--navy); }
.check-item.on-dark strong { color:#fff; }
.check-item p { font-size:14px; color:var(--gray); line-height:1.55; margin-top:2px; }
.check-item.on-dark p { color: rgba(255,255,255,.55); }

/* ---- phone ---- */
.phone { max-width:340px; margin:0 auto; background:#0b141a; border-radius:34px; padding:12px 12px 16px; box-shadow: var(--shadow-lg); position:relative; border:6px solid #0b141a; }
.phone-notch { position:absolute; top:12px; left:50%; transform:translateX(-50%); width:120px; height:24px; background:#0b141a; border-radius:0 0 16px 16px; z-index:3; }
.phone-head { display:flex; align-items:center; gap:11px; background:#101F42; padding:16px 14px 12px; border-radius:22px 22px 0 0; }
.wa-av { background:#2563eb; }
.phone-head strong { color:#fff; font-size:14px; }
.online { color:#38bdf8; font-size:11.5px; }
.phone-chat { background:#0b141a; padding:18px 12px; display:flex; flex-direction:column; gap:10px; min-height:280px; }
.bubble { max-width:82%; padding:9px 12px; border-radius:12px; font-size:13.5px; line-height:1.4; opacity:0; transform:translateY(10px); transition: opacity .5s ease, transform .5s ease; }
.bubble.show { opacity:1; transform:translateY(0); }
.bubble.in { align-self:flex-start; background:#fff; color:#111; border-bottom-left-radius:3px; }
.bubble.out { align-self:flex-end; background:#101f42; color:#fff; border-bottom-right-radius:3px; }
.audio-msg { display:flex; align-items:center; gap:9px; min-width:190px; }
.mic { font-size:15px; }
.wave { display:flex; align-items:center; gap:2.5px; flex:1; height:22px; }
.wave i { width:2.5px; border-radius:3px; background: currentColor; opacity:.55; height:40%; }
.show .wave i { animation: wv 1.1s ease-in-out infinite; }
.wave i:nth-child(2){animation-delay:.1s;height:80%} .wave i:nth-child(3){animation-delay:.2s;height:55%} .wave i:nth-child(4){animation-delay:.3s;height:100%} .wave i:nth-child(5){animation-delay:.4s;height:45%} .wave i:nth-child(6){animation-delay:.5s;height:75%} .wave i:nth-child(7){animation-delay:.6s;height:35%} .wave i:nth-child(8){animation-delay:.7s;height:60%}
@keyframes wv { 0%,100%{transform:scaleY(.6)} 50%{transform:scaleY(1.3)} }
.audio-time { font-size:11px; opacity:.7; }
.phone-input { display:flex; align-items:center; justify-content:space-between; background:#fff; margin:0 -12px -16px; padding:12px 16px; border-radius:0 0 26px 26px; }
.phone-input span:first-child { color:#8696a0; font-size:13px; }
.send { width:34px; height:34px; border-radius:50%; background:#0052ff; color:#fff; display:grid; place-items:center; }
.saved-card { background:#fff; border:1px solid var(--line); border-radius:18px; padding:18px; box-shadow: var(--shadow-sm); margin-top:26px; }
.saved-head { display:flex; align-items:center; gap:10px; font-weight:700; font-size:14px; color:var(--navy); margin-bottom:12px; }
.saved-field { display:flex; align-items:center; justify-content:space-between; padding:8px 0; border-bottom:1px solid var(--line); }
.saved-field:last-child { border-bottom:none; }
.saved-field small { color:var(--gray-2); font-size:12.5px; }
.saved-field span { font-weight:600; font-size:13.5px; color:var(--navy); }

/* ============ KANBAN ============ */
.kanban { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
@media (max-width:900px){ .kanban{grid-template-columns:repeat(2,1fr)} }
@media (max-width:520px){ .kanban{grid-template-columns:1fr} }
.kcol { background:#fff; border:1px solid var(--line); border-radius:18px; padding:14px; }
.kcol-head { display:flex; align-items:center; gap:8px; font-weight:700; font-size:13.5px; color:var(--navy); margin-bottom:12px; }
.kdot { width:9px; height:9px; border-radius:50%; }
.new-d{background:#3b82f6} .warm-d{background:#00c2ff} .meet-d{background:#2563eb} .won-d{background:#0052ff}
.kcount { margin-left:auto; font-size:12px; color:var(--gray-2); background:var(--soft); padding:2px 9px; border-radius:980px; }
.kcard { background:var(--soft); border:1px solid var(--line); border-radius:13px; padding:12px; margin-bottom:10px; transition: transform .2s ease, box-shadow .2s ease; }
.kcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.kcard.lift { box-shadow: var(--shadow-sm); border-color: rgba(37,99,235,.3); }
.kcard strong { font-size:14px; color:var(--navy); display:block; }
.kcard small { font-size:12px; color:var(--gray-2); display:block; margin-top:2px; }
.kmeta { display:flex; align-items:center; justify-content:space-between; margin-top:9px; }
.ktime { font-size:11px; color:var(--gray-2); }

/* ============ AI SECTION ============ */
.ai-sec { position:relative; background: linear-gradient(160deg, #0A1128 0%, var(--navy) 55%, var(--navy-deep) 100%); overflow:hidden; }
.ai-glow { position:absolute; top:-160px; right:-120px; width:560px; height:560px; background: radial-gradient(50% 50% at 50% 50%, rgba(37,99,235,.25), transparent 70%); filter: blur(20px); }
.ai-sec .container { position:relative; z-index:1; }
.ai-checks { margin-top:8px; }
.ai-chat { background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:var(--radius-lg); padding:20px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.ai-chat-head { display:flex; align-items:center; gap:12px; padding-bottom:16px; border-bottom:1px solid rgba(255,255,255,.1); margin-bottom:16px; }
.ai-ava { width:44px; height:44px; border-radius:14px; background: linear-gradient(135deg, var(--emerald), var(--teal)); display:grid; place-items:center; font-size:22px; box-shadow: 0 8px 20px rgba(0,82,255,.4); }
.ai-chat-head strong { color:#fff; font-size:16px; }
.ai-chat-head .online { color: #00D2FF; }
.ai-body { display:flex; flex-direction:column; gap:12px; min-height:220px; }
.ai-line { opacity:0; transform:translateY(10px); transition: opacity .5s ease, transform .5s ease; }
.ai-line.show { opacity:1; transform:translateY(0); }
.ai-msg { max-width:88%; padding:12px 15px; border-radius:16px; font-size:14px; line-height:1.5; }
.ai-msg.user { align-self:flex-end; background: linear-gradient(135deg, var(--emerald), var(--teal)); color:#fff; border-bottom-right-radius:4px; }
.ai-msg.bot { align-self:flex-start; background: rgba(255,255,255,.08); color: rgba(255,255,255,.92); border:1px solid rgba(255,255,255,.1); border-bottom-left-radius:4px; }
.ai-typing { display:inline-flex; gap:4px; vertical-align:middle; }
.ai-typing i { width:6px; height:6px; border-radius:50%; background:#93c5fd; animation: blink 1.2s infinite; }
.ai-typing i:nth-child(2){animation-delay:.2s} .ai-typing i:nth-child(3){animation-delay:.4s}
@keyframes blink { 0%,60%,100%{opacity:.3;transform:translateY(0)} 30%{opacity:1;transform:translateY(-3px)} }
.ai-text { display:none; }
.ai-text.show { display:inline; }
.ai-chip { align-self:flex-start; font-size:12px; font-weight:700; color:#00D2FF; background: rgba(0,82,255,.12); border:1px solid rgba(0,82,255,.3); padding:6px 12px; border-radius:980px; }

/* ============ PROSPECÇÃO ============ */
.prospect-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow: var(--shadow-lg); overflow:hidden; }
.prospect-bar { display:flex; flex-wrap:wrap; gap:8px; align-items:center; padding:16px; background:var(--soft); border-bottom:1px solid var(--line); }
.p-select { font-size:12.5px; font-weight:600; color:var(--navy); background:#fff; border:1px solid var(--line); padding:8px 13px; border-radius:10px; }
.p-search { margin-left:auto; font-size:12.5px; font-weight:700; color:#fff; background: linear-gradient(135deg, var(--emerald), var(--teal)); padding:8px 16px; border-radius:10px; }
.prospect-list { padding:8px 16px 16px; }
.p-row { display:flex; align-items:center; justify-content:space-between; padding:13px 0; border-bottom:1px solid var(--line); }
.p-row:last-child { border-bottom:none; }
.p-info strong { font-size:14.5px; color:var(--navy); display:block; }
.p-info small { font-size:12px; color:var(--gray-2); }
.p-add { font-size:12.5px; font-weight:700; color:var(--emerald-d); background:rgba(0,82,255,.1); padding:7px 13px; border-radius:9px; cursor:pointer; transition: all .2s; }
.p-add:hover { background: var(--emerald); color:#fff; }
.p-tag { font-size:11.5px; font-weight:700; padding:6px 11px; border-radius:980px; }
.p-tag.done { color:#0052ff; background:#eff6ff; }
.p-tag.warm { color:var(--emerald-d); background:rgba(0,82,255,.1); }

/* ============ DISPAROS ============ */
.broadcast { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow: var(--shadow-lg); padding:26px; max-width:820px; margin:0 auto; }
.bc-head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:14px; }
.bc-head strong { font-size:16px; color:var(--navy); display:block; }
.bc-head small { font-size:12.5px; color:var(--gray-2); }
.bc-progress-label { font-size:12.5px; font-weight:700; color:var(--emerald-d); white-space:nowrap; }
.bc-track { height:8px; border-radius:980px; background:var(--soft); overflow:hidden; margin-bottom:18px; }
.bc-fill { height:100%; border-radius:980px; background: linear-gradient(90deg, var(--emerald), var(--teal)); width:0; transition: width 1.4s cubic-bezier(.16,1,.3,1); }
.in .bc-fill { width: var(--w); }
.bc-rows { display:flex; flex-direction:column; gap:9px; }
.bc-row { display:grid; grid-template-columns: 90px 1fr auto; align-items:center; gap:12px; padding:10px 12px; background:var(--soft); border-radius:12px; }
.bc-name { font-weight:700; font-size:13px; color:var(--navy); }
.bc-txt { font-size:12.5px; color:var(--gray); font-style:italic; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.bc-st { font-size:11px; font-weight:700; padding:4px 10px; border-radius:980px; white-space:nowrap; }
.bc-st.sent { color:var(--emerald-d); background:rgba(0,82,255,.1); }
.bc-st.send { color:#0052ff; background:#eff6ff; }
.bc-st.wait { color:var(--gray-2); background:#fff; }
.bc-foot { text-align:center; font-size:12.5px; color:var(--gray-2); margin-top:16px; }
@media (max-width:560px){ .bc-row{grid-template-columns:1fr auto} .bc-txt{display:none} }

/* ============ DASHBOARD DARK ============ */
.feature.dark { background: linear-gradient(160deg, #0A1128, var(--navy) 60%, var(--navy-deep)); }
.dash-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:16px; }
.dash-card { background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:18px; padding:20px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); opacity:0; transform:translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.dash-card.in { opacity:1; transform:translateY(0); }
.dash-card .kpi-label { color: rgba(255,255,255,.6); }
.dash-card.wide { grid-column: span 3; }
.dash-big { font-size:42px; font-weight:900; color:#fff; letter-spacing:-.03em; display:block; margin:6px 0 12px; }
.bar-track { height:8px; border-radius:980px; background: rgba(255,255,255,.12); overflow:hidden; }
.bar-fill { height:100%; border-radius:980px; background: linear-gradient(90deg,#0052ff,#00c2ff); width:0; transition: width 1.3s cubic-bezier(.16,1,.3,1) .2s; }
.bar-fill.g { background: linear-gradient(90deg, var(--emerald), var(--teal)); }
.in .bar-fill { width: var(--w); }
.dash-note { display:block; margin-top:10px; font-size:12px; color: rgba(255,255,255,.5); }
.hbar { display:grid; grid-template-columns: 88px 1fr 40px; align-items:center; gap:10px; margin-top:12px; }
.hbar small { font-size:12px; color: rgba(255,255,255,.6); }
.hbar span { font-size:12px; font-weight:700; color:#fff; text-align:right; }
.kpi-delta.dk { color:#38bdf8; margin-top:8px; display:inline-block; }
.dkh span:first-child { color:#fff; }
.dark-pill { background: rgba(255,255,255,.1); color: rgba(255,255,255,.7); }
.vbars { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; height:150px; margin-top:16px; }
.vbar { flex:1; display:flex; flex-direction:column; align-items:center; gap:8px; height:100%; justify-content:flex-end; }
.vbar i { width:100%; max-width:46px; border-radius:8px 8px 0 0; background: rgba(255,255,255,.15); height:0; transition: height 1s cubic-bezier(.16,1,.3,1); }
.in .vbar i { height: var(--h); }
.vbar.hl i { background: linear-gradient(180deg, var(--emerald), var(--teal)); box-shadow: 0 0 24px rgba(0,82,255,.5); }
.vbar small { font-size:11px; color: rgba(255,255,255,.5); }
@media (max-width:820px){ .dash-grid{grid-template-columns:1fr} .dash-card.wide{grid-column:span 1} }

/* ============ PLANS ============ */
.plans { padding: 90px 0; }
.plans-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:22px; align-items:stretch; }
@media (max-width:860px){ .plans-grid{grid-template-columns:1fr; max-width:420px; margin:0 auto} }
.plan-card { display:flex; flex-direction:column; background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:30px; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; position:relative; }
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.plan-card.featured { border:2px solid var(--emerald); box-shadow: var(--shadow-lg); }
.plan-flag { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background: linear-gradient(135deg, var(--emerald), var(--teal)); color:#fff; font-size:11.5px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; padding:6px 16px; border-radius:980px; box-shadow: var(--shadow-emerald); }
.plan-name { font-size:22px; font-weight:900; color:var(--navy); letter-spacing:-.02em; }
.plan-desc { font-size:14px; color:var(--gray); margin:6px 0 22px; line-height:1.5; }
.plan-list { list-style:none; display:flex; flex-direction:column; gap:12px; margin-bottom:28px; }
.plan-list li { font-size:14.5px; color:var(--navy); font-weight:500; }
.plan-list li.off { color:var(--gray-2); }
.plans-note { text-align:center; color:var(--gray-2); font-size:14px; margin-top:32px; }

/* ============ QUOTE ============ */
.quote { padding: 90px 0; text-align:center; background: var(--soft); }
.quote-stars { color:#0052ff; font-size:20px; letter-spacing:3px; margin-bottom:18px; }
.quote blockquote { font-size: clamp(22px, 3vw, 32px); font-weight:700; line-height:1.4; letter-spacing:-.02em; color:var(--navy); max-width:900px; margin:0 auto 26px; }
.quote blockquote strong { background: linear-gradient(100deg, var(--emerald-d), var(--teal)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.quote-author { display:inline-flex; align-items:center; gap:12px; }
.avatar.big { width:48px; height:48px; font-size:16px; }
.quote-author strong { display:block; font-size:15px; color:var(--navy); }
.quote-author small { font-size:13px; color:var(--gray-2); }

/* ============ CTA ============ */
.cta { position:relative; padding: 100px 0; text-align:center; background: linear-gradient(160deg, #0A1128, var(--navy) 55%, var(--navy-deep)); overflow:hidden; }
.cta-glow { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; height:500px; background: radial-gradient(50% 50% at 50% 50%, rgba(0,82,255,.22), rgba(37,99,235,.14) 50%, transparent 72%); filter: blur(20px); }
.cta .container { position:relative; z-index:1; }
.cta h2 { font-size: clamp(30px,4.6vw,50px); font-weight:900; line-height:1.1; letter-spacing:-.03em; color:#fff; margin-bottom:16px; }
.cta p { font-size:17px; color: rgba(255,255,255,.65); margin-bottom:32px; }

/* ============ FOOTER ============ */
.footer { padding: 44px 0; border-top:1px solid var(--line); }
.footer-row { display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.footer-brand { display:flex; align-items:center; }
.footer-links { display:flex; gap:24px; flex-wrap:wrap; }
.footer-links a { text-decoration:none; color:var(--gray); font-size:14px; font-weight:600; transition: color .2s; }
.footer-links a:hover { color:var(--emerald-d); }
.footer-copy { color:var(--gray-2); font-size:13px; }
@media (max-width:640px){ .footer-row{flex-direction:column; text-align:center} }
