/* TaskBiz — Site institucional / venda da plataforma
   Identidade TaskBiz V2 · dark premium · verde + navy · Inter */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap");
@import url("tokens.css");

* { box-sizing: border-box; }
html, body { margin: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg-canvas);
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "cv01","ss01";
  overflow-x: hidden;
}
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
.mono { font-family: var(--font-mono); font-feature-settings: "tnum"; }
.tnum { font-variant-numeric: tabular-nums; }
::selection { background: var(--brand-soft); color: var(--brand-text); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }
.accent { color: var(--brand); }
.dim { color: var(--text-faint); }

/* ---------- Topbar ---------- */
.top { position: sticky; top: 0; z-index: 50; padding: 12px 0;
  background: rgba(10,13,19,0.6); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid transparent; transition: border-color var(--dur-base), background var(--dur-base); }
.top.scrolled { background: rgba(10,13,19,0.85); border-bottom-color: var(--border-subtle); }
.top .container { display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
.brand-icon { width: 30px; height: 30px; display: block; flex-shrink: 0; }
.brand span { color: var(--brand); }
.top nav { display: flex; gap: 2px; }
.top nav a { font-size: 13px; color: var(--text-secondary); font-weight: 500; padding: 8px 13px; border-radius: 8px;
  transition: color var(--dur-fast), background var(--dur-fast); }
.top nav a:hover { color: var(--text-primary); background: var(--surface-2); }
.top-cta { margin-left: auto; display: flex; align-items: center; gap: 8px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px;
  border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; white-space: nowrap;
  transition: all 140ms var(--ease-out); border: 1px solid transparent; }
.btn svg { width: 16px; height: 16px; }
.btn:active { transform: translateY(0.5px); }
.btn-primary { background: var(--brand); color: #06210F; box-shadow: 0 1px 0 rgba(255,255,255,0.18) inset, 0 8px 22px rgba(46,180,92,0.22); }
.btn-primary:hover { background: var(--brand-hover); }
.btn-secondary { background: var(--surface-2); color: var(--text-primary); border-color: var(--border-strong); }
.btn-secondary:hover { background: var(--surface-3); border-color: var(--text-faint); }
.btn-ghost { color: var(--text-secondary); }
.btn-ghost:hover { color: var(--text-primary); background: var(--surface-2); }
.btn-lg { padding: 14px 22px; font-size: 15px; border-radius: var(--radius-md); }

/* ---------- pulse dot ---------- */
@keyframes tb-pulse { 0%{transform:scale(1);opacity:.9;} 70%{transform:scale(2.4);opacity:0;} 100%{transform:scale(2.4);opacity:0;} }
.live-dot { position: relative; display: inline-block; width: 7px; height: 7px; border-radius: 9999px; background: var(--brand);
  box-shadow: 0 0 10px var(--green-400); flex-shrink: 0; }
.live-dot::after { content:""; position:absolute; inset:0; border-radius:inherit; background: var(--brand); animation: tb-pulse 1.6s var(--ease-out) infinite; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 84px 0 56px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 760px 380px at 60% -6%, rgba(46,180,92,0.12), transparent 70%),
              radial-gradient(ellipse 520px 300px at 12% 30%, rgba(94,132,209,0.08), transparent 70%); }
.hero-grid { position:absolute; inset:0; opacity:.5; pointer-events:none;
  background-image: linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px);
  background-size: 52px 52px; mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, #000 30%, transparent 75%); }
.eyebrow { display:inline-flex; align-items:center; gap:8px; padding:6px 12px; border-radius:9999px;
  background: var(--brand-soft); color: var(--brand-text); font-size:11px; font-weight:600;
  letter-spacing:0.08em; text-transform:uppercase; border:1px solid var(--brand-soft-border); margin-bottom:24px; }
h1.hero-title { font-size: clamp(40px, 6.4vw, 80px); font-weight: 800; letter-spacing:-0.035em; line-height: 1.0; margin:0; max-width: 17ch; }
.hero-sub { font-size: 18px; color: var(--text-secondary); line-height: 1.55; max-width: 620px; margin: 22px 0 32px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-note { font-size: 12px; color: var(--text-muted); margin-top: 16px; display:flex; align-items:center; gap:8px; }
.hero-note svg { width:14px; height:14px; color: var(--brand); }
.hero-meta { display: flex; gap: 36px; flex-wrap: wrap; margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--border-subtle); }
.hero-meta-item { display:flex; align-items:center; gap:11px; font-size:12px; color: var(--text-muted); }
.hero-meta-item .v { font-size: 28px; font-weight: 700; color: var(--text-primary); letter-spacing:-0.02em; font-variant-numeric: tabular-nums; }
.hero-meta-item .l { line-height: 1.3; }

/* ---------- Browser window mock ---------- */
.window { border-radius: var(--radius-xl); overflow: hidden; background: var(--surface); border: 1px solid var(--border);
  box-shadow: var(--elevation-5); }
.win-bar { display:flex; align-items:center; gap:8px; padding: 11px 16px; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.win-dots { display:flex; gap:6px; }
.win-dots i { width:11px; height:11px; border-radius:50%; display:block; }
.win-url { margin: 0 auto; font-size:11px; color: var(--text-muted); font-family: var(--font-mono); padding: 4px 12px; background: var(--surface-3);
  border-radius: 6px; border: 1px solid var(--border); }

/* ---------- Product mock (dashboard) ---------- */
.app { display: grid; grid-template-columns: 200px 1fr; height: 520px; }
.app-side { background: var(--surface-2); border-right: 1px solid var(--border); padding: 14px 10px; display:flex; flex-direction:column; gap:3px; }
.app-org { display:flex; align-items:center; gap:8px; padding: 6px 8px 12px; }
.app-org .m { width:26px;height:26px;border-radius:7px;background:linear-gradient(150deg,var(--navy-500),var(--green-600));display:grid;place-items:center;color:#fff;font-weight:800;font-size:12px; }
.app-link { display:flex; align-items:center; gap:9px; padding:7px 9px; border-radius:var(--radius-sm); font-size:12.5px; color: var(--text-secondary); font-weight:500; position:relative; }
.app-link svg { width:15px; height:15px; opacity:.8; }
.app-link.on { background: var(--brand-soft); color: var(--brand-text); font-weight:600; }
.app-link.on::before { content:""; position:absolute; left:-10px; top:7px; bottom:7px; width:3px; border-radius:0 3px 3px 0; background: var(--brand); }
.app-main { padding: 16px; overflow: hidden; }
.app-top { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.app-bc { font-size:11px; color: var(--text-muted); }
.app-search { margin-left:auto; display:flex; align-items:center; gap:7px; height:28px; padding:0 10px; background: var(--surface-2);
  border:1px solid var(--border); border-radius: var(--radius-sm); font-size:11px; color: var(--text-muted); }
.app-search svg { width:13px; height:13px; }
.app-kbd { font-family: var(--font-mono); font-size:10px; padding:1px 5px; border-radius:4px; background: var(--surface-3); border:1px solid var(--border); }
.mk-banner { display:flex; align-items:center; gap:10px; padding:9px 12px; border-radius: var(--radius-sm); margin-bottom:14px;
  background: var(--danger-soft); border:1px solid var(--danger); border-left-width:3px; }
.mk-banner svg { width:16px; height:16px; color: var(--danger); }
.mk-kpis { display:grid; grid-template-columns: repeat(4,1fr); gap:10px; margin-bottom:14px; }
.mk-kpi { padding:13px; background: var(--surface-2); border:1px solid var(--border); border-radius: var(--radius-md); }
.mk-kpi .l { font-size:10px; color: var(--text-muted); font-weight:600; }
.mk-kpi .v { font-size:24px; font-weight:700; letter-spacing:-0.02em; margin-top:6px; font-variant-numeric: tabular-nums; }
.mk-kpi .d { font-size:10px; margin-top:3px; font-weight:600; }
.up { color: var(--success); } .down { color: var(--danger); }
.mk-cols { display:grid; grid-template-columns: 1.5fr 1fr; gap:12px; }
.mk-card { background: var(--surface-2); border:1px solid var(--border); border-radius: var(--radius-md); padding:13px; }
.mk-card .h { font-size:12px; font-weight:600; margin-bottom:12px; display:flex; align-items:center; justify-content:space-between; }
.mk-bars { display:flex; align-items:flex-end; gap:9px; height:96px; }
.mk-bars .b { flex:1; border-radius:4px 4px 0 0; background: linear-gradient(180deg, var(--brand), var(--green-600)); }
.mk-ia { display:flex; gap:9px; padding:9px; background: var(--brand-soft); border-radius: var(--radius-sm); font-size:11px; line-height:1.45; color: var(--text-secondary); }
.mk-ia svg { width:15px; height:15px; color: var(--brand); flex-shrink:0; margin-top:1px; }
.badge { display:inline-flex; align-items:center; gap:5px; height:20px; padding:0 8px; border-radius:9999px; font-size:10px; font-weight:600; }
.badge .dot { width:5px; height:5px; border-radius:50%; }
.badge-success { background: var(--success-soft); color: var(--success-text); } .badge-success .dot { background: var(--success); }
.badge-info { background: var(--info-soft); color: var(--info-text); } .badge-info .dot { background: var(--info); }

/* ---------- Logo strip ---------- */
.proof { padding: 8px 0 0; }
.proof .container { display:flex; align-items:center; gap: 28px; flex-wrap:wrap; }
.proof .lbl { font-size:11px; letter-spacing:0.08em; text-transform:uppercase; color: var(--text-faint); }
.proof .name { font-size:15px; font-weight:700; color: var(--text-muted); letter-spacing:-0.01em; opacity:.85; }

/* ---------- Section ---------- */
.section { padding: 88px 0; position: relative; }
.section-eyebrow { font-size:11px; font-weight:700; letter-spacing:0.10em; text-transform:uppercase; color: var(--brand); margin-bottom:14px; }
.section h2 { font-size: clamp(32px, 4.4vw, 50px); font-weight:800; letter-spacing:-0.03em; line-height:1.06; margin:0 0 16px; max-width:18ch; }
.section-lead { font-size:18px; color: var(--text-secondary); line-height:1.55; max-width:640px; }

/* ---------- Feature grid ---------- */
.features { display:grid; grid-template-columns: repeat(4,1fr); gap:14px; margin-top:52px; }
.feature { padding:24px 22px; background: var(--surface); border:1px solid var(--border); border-radius: var(--radius-lg);
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base); }
.feature:hover { transform: translateY(-3px); border-color: var(--border-strong); }
.feature .fi { width:40px; height:40px; border-radius:10px; background: var(--brand-soft); border:1px solid var(--brand-soft-border);
  display:grid; place-items:center; margin-bottom:15px; }
.feature .fi svg { width:20px; height:20px; color: var(--brand); }
.feature h3 { font-size:16px; font-weight:700; letter-spacing:-0.01em; margin:0 0 7px; }
.feature p { font-size:13px; line-height:1.55; color: var(--text-secondary); margin:0; }
.feature .tag { font-size:9px; letter-spacing:0.08em; text-transform:uppercase; font-weight:700; color: var(--brand);
  padding:3px 7px; border-radius:9999px; background: var(--brand-soft); border:1px solid var(--brand-soft-border); float:right; }

/* ---------- Split deep-dive ---------- */
.split { display:grid; grid-template-columns: 1fr 1fr; gap:56px; align-items:center; }
.split.rev .split-visual { order:-1; }
.split-copy h3 { font-size: clamp(26px,3.2vw,38px); font-weight:800; letter-spacing:-0.025em; line-height:1.1; margin:0 0 16px; }
.split-copy p { font-size:16px; color: var(--text-secondary); line-height:1.6; margin:0 0 22px; max-width:46ch; }
.checklist { list-style:none; margin:0 0 26px; padding:0; display:flex; flex-direction:column; gap:13px; }
.checklist li { display:flex; gap:12px; font-size:14px; color: var(--text-secondary); line-height:1.45; }
.checklist li svg { width:18px; height:18px; color: var(--brand); flex-shrink:0; margin-top:1px; }
.checklist li b { color: var(--text-primary); font-weight:600; }
.panel { background: var(--surface); border:1px solid var(--border); border-radius: var(--radius-xl); box-shadow: var(--elevation-4); overflow:hidden; }
.panel-head { display:flex; align-items:center; gap:8px; padding:12px 15px; border-bottom:1px solid var(--border); }
.panel-head .pd { width:9px;height:9px;border-radius:50%; }
.panel-head .pt { font-size:12px; color: var(--text-secondary); font-weight:500; margin-left:4px; }
.panel-body { padding:16px; }

/* BizIA chat */
.chat { display:flex; flex-direction:column; gap:10px; }
.msg { max-width:85%; padding:10px 13px; border-radius:14px; font-size:13px; line-height:1.5; }
.msg.user { align-self:flex-end; background: var(--surface-3); border:1px solid var(--border); border-bottom-right-radius:5px; }
.msg.ia { align-self:flex-start; background: var(--brand-soft); border:1px solid var(--brand-soft-border); color: var(--text-primary); border-bottom-left-radius:5px; }
.msg.ia .who { display:flex; align-items:center; gap:6px; font-size:10px; font-weight:700; color: var(--brand-text); text-transform:uppercase; letter-spacing:0.06em; margin-bottom:6px; }
.msg.ia .who svg { width:13px; height:13px; }
.chat-input { display:flex; align-items:center; gap:8px; margin-top:4px; padding:9px 12px; background: var(--surface-2); border:1px solid var(--border); border-radius: var(--radius-md); font-size:12px; color: var(--text-muted); }
.chat-input .live-dot { margin-left:auto; }

/* table mock */
.tbl { width:100%; border-collapse:collapse; font-size:12.5px; }
.tbl th { text-align:left; font-size:9.5px; text-transform:uppercase; letter-spacing:0.06em; color: var(--text-faint); font-weight:600; padding:8px 10px; border-bottom:1px solid var(--border); }
.tbl td { padding:9px 10px; border-bottom:1px solid var(--border-subtle); }
.tbl tr:last-child td { border-bottom:0; }
.ck { width:15px;height:15px;border-radius:4px;border:1.5px solid var(--border-strong); display:inline-grid; place-items:center; }
.ck.on { background: var(--brand); border-color: var(--brand); }
.ck.on svg { width:10px;height:10px; color:#06210F; }
.av { width:22px;height:22px;border-radius:50%; display:grid; place-items:center; color:#fff; font-size:9px; font-weight:700; }

/* ---------- Audiences / use cases ---------- */
.audiences { display:grid; grid-template-columns: repeat(4,1fr); gap:14px; margin-top:52px; }
.aud { padding:24px 22px; background: var(--surface); border:1px solid var(--border); border-radius: var(--radius-lg);
  transition: transform var(--dur-base) var(--ease-out); }
.aud:hover { transform: translateY(-3px); }
.aud svg { width:22px; height:22px; color: var(--brand); margin-bottom:14px; }
.aud h4 { font-size:15px; font-weight:700; margin:0 0 6px; }
.aud p { font-size:12.5px; color: var(--text-secondary); line-height:1.5; margin:0; }

/* ---------- Security ---------- */
.trust { display:grid; grid-template-columns: repeat(3,1fr); gap:14px; margin-top:52px; }
.trust-item { padding:26px; background: var(--surface); border:1px solid var(--border); border-radius: var(--radius-lg); }
.trust-item .lbl { font-size:11px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color: var(--text-muted); margin-bottom:14px; }
.trust-item .body { font-size:20px; font-weight:700; line-height:1.25; letter-spacing:-0.015em; margin-bottom:14px; }
.trust-item .who { font-size:12px; color: var(--brand); }

/* ---------- Integrations ---------- */
.integrations { display:grid; grid-template-columns: repeat(6,1fr); gap:12px; margin-top:44px; }
.integ { aspect-ratio:1.5; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:9px;
  background: var(--surface); border:1px solid var(--border); border-radius: var(--radius-md); }
.integ svg { width:22px; height:22px; color: var(--text-secondary); }
.integ span { font-size:11px; color: var(--text-muted); font-weight:500; }

/* ---------- Pricing ---------- */
.pricing { display:grid; grid-template-columns: repeat(3,1fr); gap:16px; margin-top:44px; align-items:stretch; }
.plan { padding:28px 26px; background: var(--surface); border:1px solid var(--border); border-radius: var(--radius-xl); display:flex; flex-direction:column; }
.plan.featured { border-color: var(--brand-soft-border); background: linear-gradient(180deg, var(--brand-soft), var(--surface)); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.plan-name { font-size:13px; letter-spacing:0.05em; text-transform:uppercase; color: var(--text-secondary); font-weight:700; margin-bottom:6px; display:flex; align-items:center; gap:8px; }
.plan-badge { font-size:10px; padding:3px 8px; border-radius:9999px; background: var(--brand); color:#06210F; font-weight:700; }
.plan-price { font-size:42px; font-weight:800; letter-spacing:-0.03em; line-height:1; margin:8px 0 4px; font-variant-numeric: tabular-nums; }
.plan-price small { font-size:14px; color: var(--text-muted); font-weight:500; }
.plan-desc { font-size:13px; color: var(--text-secondary); margin:0 0 22px; line-height:1.5; min-height:40px; }
.plan ul { list-style:none; margin:0 0 24px; padding:0; display:flex; flex-direction:column; gap:11px; flex:1; }
.plan li { display:flex; gap:10px; font-size:13px; color: var(--text-secondary); line-height:1.4; }
.plan li svg { width:16px; height:16px; color: var(--brand); flex-shrink:0; margin-top:1px; }
.plan .btn { width:100%; }

/* ---------- Final CTA ---------- */
.final-cta { text-align:center; padding:112px 32px; position:relative; overflow:hidden; }
.final-cta::before { content:''; position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(ellipse 800px 400px at 50% 50%, rgba(46,180,92,0.12), transparent 70%); }
.final-cta h2 { font-size: clamp(38px,5.6vw,66px); font-weight:800; letter-spacing:-0.03em; line-height:1.02; margin:0 0 20px; }
.final-cta p { font-size:18px; color: var(--text-secondary); max-width:560px; margin:0 auto 32px; }

/* ---------- Footer ---------- */
footer { padding:60px 0 40px; border-top:1px solid var(--border-subtle); }
footer .container { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap:48px; }
footer h4 { font-size:11px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color: var(--text-muted); margin:0 0 16px; }
footer ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; }
footer li a { font-size:13px; color: var(--text-secondary); }
footer li a:hover { color: var(--text-primary); }
.footer-bottom { margin-top:52px; padding-top:24px; border-top:1px solid var(--border-subtle);
  display:flex; justify-content:space-between; align-items:center; font-size:12px; color: var(--text-muted); flex-wrap:wrap; gap:12px; }

/* reveal */
.reveal { opacity:0; transform: translateY(18px); transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out); }
.reveal.in { opacity:1; transform:none; }

/* ---------- operational code chip ---------- */
.code-chip { display:inline-flex; align-items:center; gap:6px; font-family: var(--font-mono); font-size:11px; font-weight:600;
  color: var(--brand-text); background: var(--brand-soft); border:1px solid var(--brand-soft-border); padding:3px 8px; border-radius:6px; letter-spacing:0.04em; }

/* ---------- Comparison table ---------- */
.cmp-wrap { margin-top:48px; border:1px solid var(--border); border-radius: var(--radius-lg); overflow:hidden; background: var(--surface); }
.cmp { width:100%; border-collapse:collapse; }
.cmp th, .cmp td { padding:13px 18px; text-align:left; font-size:14px; border-bottom:1px solid var(--border-subtle); }
.cmp thead th { font-size:11px; text-transform:uppercase; letter-spacing:0.06em; color:var(--text-muted); font-weight:700; background:var(--surface-2); }
.cmp thead .col-tb { color:var(--brand-text); }
.cmp td.feat, .cmp th.feat { font-weight:500; color:var(--text-primary); }
.cmp .col-tb { text-align:center; width:170px; background: var(--brand-soft); }
.cmp thead .col-tb { background: linear-gradient(180deg, var(--brand-soft), var(--brand-soft)); }
.cmp .col-gen { text-align:center; width:200px; color:var(--text-muted); }
.cmp tbody tr:last-child td { border-bottom:0; }
.cmp tbody tr:hover td { background: rgba(255,255,255,0.015); }
.cmp tbody tr:hover .col-tb { background: var(--brand-soft); }
.mark { display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:600; }
.mark svg { width:16px; height:16px; }
.mark.yes { color: var(--success); } .mark.no { color: var(--text-faint); font-weight:500; } .mark.partial { color: var(--warning); }

/* ---------- Health score (portal) ---------- */
.hs-ring { position:relative; width:120px; height:120px; flex-shrink:0; }
.hs-ring svg { transform: rotate(-90deg); }
.hs-ring .hs-val { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.hs-ring .hs-num { font-size:30px; font-weight:800; letter-spacing:-0.02em; }
.hs-ring .hs-lbl { font-size:9px; text-transform:uppercase; letter-spacing:0.08em; color:var(--text-muted); }
.portal-tabs { display:flex; flex-wrap:wrap; gap:6px; }
.ptab { font-size:11px; font-weight:600; padding:5px 10px; border-radius:9999px; background: var(--surface-3); color: var(--text-secondary); }
.ptab.on { background: var(--brand-soft); color: var(--brand-text); border:1px solid var(--brand-soft-border); }
.co-row { display:flex; align-items:center; gap:12px; padding:11px 0; border-bottom:1px solid var(--border-subtle); }
.co-row:last-child { border-bottom:0; }
.co-row .co-name { font-size:13px; font-weight:600; flex:1; }
.co-row .co-cnpj { font-family: var(--font-mono); font-size:10px; color: var(--text-muted); }
.co-score { font-size:13px; font-weight:700; font-variant-numeric: tabular-nums; width:34px; text-align:right; }
.co-bar { width:80px; height:6px; border-radius:99px; background: var(--surface-3); overflow:hidden; }
.co-bar i { display:block; height:100%; border-radius:99px; }

/* ---------- WhatsApp flow ---------- */
.wa { display:flex; flex-direction:column; gap:9px; }
.wa-msg { max-width:88%; padding:9px 12px; border-radius:12px; font-size:12.5px; line-height:1.45; background: var(--surface-3); border:1px solid var(--border); align-self:flex-start; border-bottom-left-radius:4px; }
.wa-msg.out { align-self:flex-end; background: rgba(46,180,92,0.14); border-color: var(--brand-soft-border); border-bottom-right-radius:4px; border-bottom-left-radius:12px; }
.wa-msg .var { color: var(--brand-text); font-weight:600; }
.wa-time { font-size:9px; color: var(--text-faint); margin-top:3px; text-align:right; }
.wa-trigger { display:inline-flex; align-items:center; gap:7px; font-size:11px; font-weight:600; color: var(--text-muted);
  background: var(--surface-2); border:1px solid var(--border); padding:5px 10px; border-radius:9999px; align-self:center; margin:2px 0; }
.wa-trigger svg { width:13px; height:13px; color: var(--brand); }

/* ---------- access band ---------- */
.access { display:grid; grid-template-columns: repeat(4,1fr); gap:14px; margin-top:48px; }
.acc { padding:22px; background: var(--surface); border:1px solid var(--border); border-radius: var(--radius-lg); text-align:center; }
.acc svg { width:26px; height:26px; color: var(--brand); margin:0 auto 12px; }
.acc h4 { font-size:14px; font-weight:700; margin:0 0 5px; }
.acc p { font-size:12px; color: var(--text-muted); margin:0; }

::-webkit-scrollbar { width:10px; height:10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius:5px; }

@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto;} .reveal{opacity:1;transform:none;transition:none;} .live-dot::after{animation:none;} }

@media (max-width: 1000px) {
  .features { grid-template-columns: repeat(2,1fr); }
  .audiences { grid-template-columns: repeat(2,1fr); }
  .integrations { grid-template-columns: repeat(3,1fr); }
  .pricing { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap:32px; }
  .split.rev .split-visual { order:0; }
  .top nav { display:none; }
}
@media (max-width: 720px) {
  .container { padding: 0 20px; }
  .features, .trust { grid-template-columns: 1fr; }
  .audiences { grid-template-columns: 1fr 1fr; }
  .app { grid-template-columns: 1fr; } .app-side { display:none; }
  .mk-kpis { grid-template-columns: 1fr 1fr; }
  .mk-cols { grid-template-columns: 1fr; }
  footer .container { grid-template-columns: 1fr 1fr; }
  .hero-meta { gap:24px; }
}
@media (max-width: 560px) {
  .top-cta .btn-ghost { display: none; }
  .top-cta .btn { padding: 9px 14px; font-size: 13px; }
  .brand { font-size: 16px; }
  .brand-icon { width: 26px; height: 26px; }
  .hero { padding: 56px 0 36px; }
  .section { padding: 64px 0; }
  .audiences, .integrations { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .win-url { display: none; }
  .eyebrow { font-size: 9.5px; letter-spacing: 0.05em; padding: 5px 10px; }
  footer .container { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 1000px) {
  .access { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .cmp .col-gen { display: none; }
  .cmp th, .cmp td { padding: 11px 14px; font-size: 13px; }
  .access { grid-template-columns: 1fr 1fr; }
}
