/* ============================================================
   ZapLynx — Landing premium
   Design system: dark glass roxo/rosa, Plus Jakarta Sans
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  /* base */
  --bg: #08060f;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.62);
  --faint: rgba(255, 255, 255, 0.40);
  --hair: rgba(255, 255, 255, 0.09);
  --hair-strong: rgba(255, 255, 255, 0.16);
  --glass: rgba(255, 255, 255, 0.045);
  --glass-2: rgba(255, 255, 255, 0.07);

  /* brand */
  --violet: #a78bfa;
  --violet-deep: #7c3aed;
  --violet-bright: #a855f7;
  --lavender: #c4b5fd;
  --pink: #f472b6;
  --pink-ig: #e1306c;
  --green: #22c55e;
  --green-pix: #28c840;
  --amber: #f5c518;

  --grad-brand: linear-gradient(135deg, #a78bfa 0%, #f472b6 100%);
  --grad-cta: linear-gradient(135deg, #7c3aed 0%, #a855f7 55%, #c084fc 100%);
  --grad-ig: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);

  --radius-pill: 999px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;

  --container: 1200px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* ===== Atmosfera de fundo ===== */
.bg-field {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(124, 58, 237, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 20%, rgba(244, 114, 182, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 10% 70%, rgba(124, 58, 237, 0.14) 0%, transparent 55%),
    linear-gradient(160deg, #0b0820 0%, #0a0817 45%, #08060f 100%);
}
.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(ellipse 100% 80% at 50% 0%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 100% 80% at 50% 0%, #000 30%, transparent 75%);
  pointer-events: none;
}

/* ===== utilitários ===== */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.gradient-text {
  background: var(--grad-brand);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--lavender);
  padding: 7px 14px; border-radius: var(--radius-pill);
  background: rgba(167, 139, 250, 0.10);
  border: 1px solid rgba(167, 139, 250, 0.26);
}
.eyebrow.ig { color: #ffb3d1; background: rgba(225, 48, 108, 0.12); border-color: rgba(225, 48, 108, 0.3); }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }

.section { padding: 110px 0; position: relative; }
.section-head { max-width: 680px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-title {
  font-size: clamp(30px, 4vw, 46px); font-weight: 800; letter-spacing: -0.025em;
  line-height: 1.08; margin: 18px 0 0;
}
.section-sub { color: var(--muted); font-size: 17px; line-height: 1.65; margin: 16px 0 0; }

/* ===== Botões ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 700; font-size: 15px; cursor: pointer;
  border-radius: var(--radius-pill); border: 1px solid transparent;
  padding: 14px 26px; text-decoration: none; white-space: nowrap;
  transition: transform 0.18s var(--ease), box-shadow 0.25s var(--ease), background 0.2s, border-color 0.2s;
}
.btn .arrow { transition: transform 0.2s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }
.btn-primary {
  background: var(--grad-cta); color: #fff;
  box-shadow: 0 8px 30px rgba(124, 58, 237, 0.4), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(124, 58, 237, 0.55), inset 0 1px 0 rgba(255,255,255,0.25); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.04); color: rgba(255,255,255,0.85);
  border-color: var(--hair-strong);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.09); color: #fff; border-color: rgba(255,255,255,0.28); }
.btn-ig { background: var(--grad-ig); color: #fff; box-shadow: 0 8px 26px rgba(225, 48, 108, 0.35); }
.btn-ig:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(225, 48, 108, 0.5); }
.btn-sm { padding: 10px 18px; font-size: 13.5px; }
.btn-lg { padding: 17px 34px; font-size: 16.5px; }

/* ============================================================
   NAV
   ============================================================ */
.nav-wrap { position: sticky; top: 0; z-index: 200; padding: 14px 0; transition: padding 0.3s var(--ease); }
.nav-wrap.scrolled { padding: 8px 0; }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 60px; padding: 0 10px 0 18px; border-radius: var(--radius-pill);
  background: rgba(16, 12, 32, 0.55); border: 1px solid var(--hair);
  backdrop-filter: blur(22px) saturate(140%); -webkit-backdrop-filter: blur(22px) saturate(140%);
  transition: background 0.3s, box-shadow 0.3s;
}
.nav-wrap.scrolled .nav { background: rgba(14, 10, 28, 0.82); box-shadow: 0 14px 40px rgba(0,0,0,0.35); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 30px; height: 30px; object-fit: contain; }
.brand .wordmark { font-size: 19px; font-weight: 800; letter-spacing: 0.2px; color: #fff; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 600;
  padding: 9px 14px; border-radius: var(--radius-pill); transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.05); }
.nav-cta { display: flex; align-items: center; gap: 8px; }
.nav-toggle { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding: 64px 0 40px; position: relative; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-copy { max-width: 580px; }
.hero h1 {
  font-size: clamp(38px, 5.2vw, 66px); font-weight: 800; line-height: 1.02;
  letter-spacing: -0.035em; margin: 22px 0 0;
}
.hero p.lead {
  color: var(--muted); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6;
  margin: 22px 0 0; max-width: 520px;
}
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 22px; color: var(--faint); font-size: 13.5px; flex-wrap: wrap; }
.hero-trust .item { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 15px; height: 15px; stroke: var(--green); }
.hero-avatars { display: flex; align-items: center; gap: 10px; margin-top: 26px; }
.hero-avatars .stack { display: flex; }
.hero-avatars .stack span {
  width: 34px; height: 34px; border-radius: 50%; margin-left: -10px;
  border: 2px solid #14102a; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #fff;
}
.hero-avatars .stack span:first-child { margin-left: 0; }
.hero-avatars .meta { font-size: 13px; color: var(--muted); }
.hero-avatars .meta b { color: #fff; }
.hero-avatars .stars { color: var(--amber); letter-spacing: 1px; font-size: 12px; }

/* hero visual */
.hero-visual { position: relative; }
.hero-visual .glow {
  position: absolute; inset: -8% -6%; z-index: 0;
  background: radial-gradient(ellipse at center, rgba(167, 139, 250, 0.35) 0%, transparent 68%);
  filter: blur(30px);
}
.hero-panel { position: relative; z-index: 2; animation: floaty 7s var(--ease) infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.hero-badge-float {
  position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px;
  background: rgba(20, 16, 38, 0.86); border: 1px solid var(--hair-strong);
  border-radius: 14px; padding: 11px 14px; backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}
.hero-badge-float .ic { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-badge-float .t { font-size: 11px; color: var(--faint); }
.hero-badge-float .v { font-size: 15px; font-weight: 800; }
.hero-badge-sale { bottom: 16px; left: -34px; animation: floaty 6s var(--ease) infinite; }
.hero-badge-sale .ic { background: linear-gradient(135deg, #22c55e, #16a34a); }
.hero-badge-pix { top: 24px; right: -28px; animation: floaty 8s var(--ease) 1s infinite; }
.hero-badge-pix .ic { background: var(--grad-brand); }
.hero-badge-float svg { width: 17px; height: 17px; stroke: #fff; }

/* ===== Pac-Man strip ===== */
.pacman-strip { margin-top: 56px; }
.pacman-card {
  position: relative; overflow: hidden;
  background: var(--glass); border: 1px solid var(--hair);
  border-radius: var(--radius-lg); backdrop-filter: blur(14px);
  padding: 22px 26px;
}
.pacman-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 6px; flex-wrap: wrap; }
.pacman-head .label { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }
.pacman-head .label b { color: var(--lavender); }
.pacman-score { font-size: 12px; font-weight: 700; color: var(--faint); display: inline-flex; align-items: center; gap: 7px; }
.pacman-score .pac { width: 13px; height: 13px; border-radius: 50%; background: var(--amber); }
.pacman-canvas-wrap { position: relative; height: 92px; }
#pacman-canvas { width: 100%; height: 92px; display: block; }

/* ============================================================
   MARQUEE / stats
   ============================================================ */
.stats-band { border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); padding: 46px 0; background: rgba(255,255,255,0.018); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.stat { text-align: center; }
.stat .num { font-size: clamp(30px, 3.6vw, 46px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.stat .lbl { color: var(--muted); font-size: 14px; margin-top: 9px; }
.stat + .stat { border-left: 1px solid var(--hair); }

/* ============================================================
   INTEGRAÇÕES
   ============================================================ */
.integr { padding: 64px 0; text-align: center; }
.integr .cap { color: var(--faint); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.integr-row { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; }
.integr-chip {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--glass); border: 1px solid var(--hair); border-radius: var(--radius-pill);
  padding: 11px 20px 11px 11px; backdrop-filter: blur(10px);
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}
.integr-chip:hover { border-color: var(--hair-strong); transform: translateY(-2px); background: var(--glass-2); }
.integr-chip img { width: 32px; height: 32px; border-radius: 8px; object-fit: cover; }
.integr-chip .pix-ic { width: 32px; height: 32px; border-radius: 8px; background: var(--green-pix); display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; font-size: 13px; }
.integr-chip span { font-size: 14.5px; font-weight: 700; color: #fff; }

/* ============================================================
   FEATURE CARDS
   ============================================================ */
.features { padding: 30px 0 100px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.fcard {
  position: relative; overflow: hidden;
  background: var(--glass); border: 1px solid var(--hair); border-radius: var(--radius-md);
  padding: 26px; backdrop-filter: blur(14px);
  transition: border-color 0.25s, transform 0.25s, background 0.25s;
}
.fcard::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(167,139,250,0.12), transparent 60%); opacity: 0; transition: opacity 0.3s;
}
.fcard:hover { transform: translateY(-4px); border-color: var(--hair-strong); background: var(--glass-2); }
.fcard:hover::after { opacity: 1; }
.fcard.span2 { grid-column: span 2; display: flex; align-items: center; gap: 26px; }
.fcard.featured { border-color: rgba(225,48,108,0.3); }
.fcard-ic { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; background: rgba(167,139,250,0.14); flex-shrink: 0; }
.fcard-ic svg { width: 22px; height: 22px; stroke: var(--violet); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.fcard-ic.ig { background: rgba(225,48,108,0.16); }
.fcard-ic.ig svg { stroke: var(--pink-ig); }
.fcard h3 { font-size: 18px; font-weight: 700; margin: 18px 0 0; letter-spacing: -0.01em; }
.fcard.span2 .fcard-body h3 { margin-top: 0; }
.fcard p { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin: 9px 0 0; }

/* ============================================================
   PRODUCT SECTIONS (zigzag)
   ============================================================ */
.psection { padding: 96px 0; }
.psplit { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.psplit.reverse .ptext { order: 2; }
.ptext { max-width: 520px; }
.ptext h2 { font-size: clamp(26px, 3.2vw, 40px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin: 18px 0 0; }
.ptext p.desc { color: var(--muted); font-size: 16.5px; line-height: 1.65; margin: 16px 0 0; }
.checklist { display: flex; flex-direction: column; gap: 12px; margin: 26px 0 30px; }
.checklist .ci { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: rgba(255,255,255,0.82); }
.checklist .ci .chk { width: 21px; height: 21px; border-radius: 50%; background: rgba(167,139,250,0.16); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.checklist .ci .chk svg { width: 12px; height: 12px; stroke: var(--violet); fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.checklist.ig .ci .chk { background: rgba(225,48,108,0.16); }
.checklist.ig .ci .chk svg { stroke: var(--pink-ig); }
.pvisual { position: relative; }
.pvisual .vglow { position: absolute; inset: -10%; background: radial-gradient(ellipse at center, rgba(167,139,250,0.22), transparent 65%); filter: blur(40px); z-index: 0; }
.pvisual > * { position: relative; z-index: 1; }

.surface-band { background: rgba(255,255,255,0.022); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }

/* ===== Gateway dashboard mock ===== */
.gw {
  background: rgba(13, 10, 28, 0.7); border: 1px solid var(--hair); border-radius: var(--radius-lg);
  overflow: hidden; backdrop-filter: blur(16px); box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}
.gw-head { padding: 18px 22px; border-bottom: 1px solid var(--hair); display: flex; justify-content: space-between; align-items: center; }
.gw-brand { display: flex; align-items: center; gap: 10px; }
.gw-brand .ic { width: 30px; height: 30px; border-radius: 9px; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; }
.gw-brand .ic svg { width: 16px; height: 16px; }
.gw-brand .nm { font-size: 14px; font-weight: 800; }
.gw-live { display: inline-flex; align-items: center; gap: 6px; background: rgba(167,139,250,0.12); border: 1px solid rgba(167,139,250,0.28); border-radius: var(--radius-pill); padding: 5px 12px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--lavender); }
.gw-live .d { width: 6px; height: 6px; border-radius: 50%; background: var(--violet); animation: blink 1.4s infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.25; } }
.gw-kpis { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--hair); }
.gw-kpi { padding: 16px 18px; border-right: 1px solid var(--hair); }
.gw-kpi:last-child { border-right: none; }
.gw-kpi .k-l { font-size: 10.5px; color: var(--faint); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.gw-kpi .k-v { font-size: 26px; font-weight: 800; letter-spacing: -0.03em; margin-top: 7px; line-height: 1; }
.gw-kpi .k-v.accent { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.gw-kpi .k-s { font-size: 11px; margin-top: 6px; }
.gw-kpi .up { color: var(--green); font-weight: 700; }
.gw-kpi .neu { color: var(--faint); }
.gw-chart { padding: 18px 22px 8px; }
.gw-chart-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.gw-chart-top .t { font-size: 11px; color: var(--faint); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.gw-tabs { display: flex; gap: 3px; }
.gw-tab { font-size: 11px; font-weight: 700; color: var(--faint); padding: 5px 12px; border-radius: 8px; border: 1px solid transparent; background: transparent; cursor: pointer; font-family: inherit; }
.gw-tab.active { color: var(--lavender); background: rgba(167,139,250,0.12); border-color: rgba(167,139,250,0.26); }
.gw-chart-wrap { position: relative; height: 150px; width: 100%; }
.gw-xlabels { display: flex; justify-content: space-between; padding: 6px 2px 0; font-size: 10px; color: rgba(255,255,255,0.28); font-weight: 600; }
.gw-foot { padding: 14px 22px 18px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--hair); }
.gw-fstat { text-align: center; }
.gw-fstat .v { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.78); }
.gw-fstat .l { font-size: 9.5px; color: rgba(255,255,255,0.32); margin-top: 3px; text-transform: uppercase; letter-spacing: 0.05em; }
.gw-fdiv { width: 1px; height: 30px; background: var(--hair); }

/* ===== Agent chat (WhatsApp phone) ===== */
.agent-stage { display: flex; align-items: center; justify-content: center; }
.agent-phone { width: 320px; background: #0e0e16; border-radius: 40px; padding: 11px; box-shadow: 0 0 0 2px #232233, 0 30px 70px rgba(0,0,0,0.5); position: relative; }
.agent-phone .island { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 92px; height: 26px; background: #000; border-radius: 16px; z-index: 6; }
.agent-screen { background: #0b1014; border-radius: 30px; overflow: hidden; }
.agent-top { background: #14141f; padding: 30px 16px 12px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.agent-top .av { width: 40px; height: 40px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.agent-top .av img { width: 100%; height: 100%; object-fit: contain; }
.agent-top .nm { font-size: 14px; font-weight: 700; }
.agent-top .st { font-size: 11px; color: var(--green); display: flex; align-items: center; gap: 5px; }
.agent-top .st::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.agent-body { background: #0b1117; padding: 14px 12px; display: flex; flex-direction: column; gap: 9px; }
.amsg { display: flex; flex-direction: column; max-width: 84%; opacity: 0; transform: translateY(10px); transition: opacity 0.4s, transform 0.4s; }
.amsg.show { opacity: 1; transform: translateY(0); }
.amsg.r { align-self: flex-end; align-items: flex-end; }
.amsg.l { align-self: flex-start; align-items: flex-start; }
.amsg .tag { font-size: 9px; font-weight: 800; padding: 2px 8px; border-radius: var(--radius-pill); margin-bottom: 4px; }
.amsg .tag.ag { background: #7c4dbd; color: #e8d8ff; }
.amsg .tag.cl { background: #1e4d3a; color: #7fffd4; }
.amsg .tag.bt { background: #c45d00; color: #ffe0b2; }
.amsg .bub { padding: 9px 13px; border-radius: 15px; font-size: 13px; line-height: 1.5; color: #ececec; white-space: pre-line; }
.amsg.r .bub { background: #2a5f45; border-bottom-right-radius: 4px; }
.amsg.l .bub { background: #1e2530; border-bottom-left-radius: 4px; }
.amsg .tm { font-size: 9px; color: rgba(255,255,255,0.3); margin-top: 3px; padding: 0 4px; }
.atyping { display: none; align-items: center; gap: 4px; background: #1e2530; padding: 10px 14px; border-radius: 15px; border-bottom-left-radius: 4px; width: fit-content; }
.atyping.show { display: flex; }
.atyping span { width: 6px; height: 6px; border-radius: 50%; background: #5a6270; animation: abounce 1.2s infinite; }
.atyping span:nth-child(2) { animation-delay: 0.2s; }
.atyping span:nth-child(3) { animation-delay: 0.4s; }
@keyframes abounce { 0%,80%,100% { transform: translateY(0); } 40% { transform: translateY(-5px); } }
.abub-audio { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border-radius: 15px; min-width: 170px; }
.amsg.r .abub-audio { background: #2a5f45; border-bottom-right-radius: 4px; }
.amsg.l .abub-audio { background: #1e2530; border-bottom-left-radius: 4px; }
.abub-audio .play { width: 28px; height: 28px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.abub-audio .wave { flex: 1; display: flex; align-items: center; gap: 2px; height: 26px; }
.abub-audio .wave i { width: 3px; border-radius: 2px; background: rgba(255,255,255,0.3); display: block; }
.abub-audio .dur { font-size: 10px; color: rgba(255,255,255,0.5); }

/* ===== device frames (laptop + phone) ===== */
.device-row { display: flex; align-items: flex-end; justify-content: center; gap: 26px; }
.laptop { display: flex; flex-direction: column; align-items: center; flex: 1; max-width: 560px; }
.laptop .lid { background: #15151c; border: 9px solid #26262c; border-bottom: 0; border-radius: 16px 16px 0 0; overflow: hidden; width: 100%; box-shadow: 0 30px 60px rgba(0,0,0,0.4); }
.browser-bar { background: #2c2c32; padding: 7px 12px; display: flex; align-items: center; gap: 8px; }
.bdots { display: flex; gap: 5px; }
.bdots i { width: 9px; height: 9px; border-radius: 50%; display: block; }
.bdots .r { background: #ff5f57; } .bdots .y { background: #febc2e; } .bdots .g { background: #28c840; }
.burl { flex: 1; background: #18181f; border-radius: 6px; padding: 4px 10px; font-size: 11px; color: #8a8a93; display: flex; align-items: center; gap: 6px; }
.burl svg { width: 10px; height: 11px; flex-shrink: 0; }
.lid img { display: block; width: 100%; }
.hinge { height: 6px; background: #3a3a40; margin: 0 18px; border-radius: 0 0 3px 3px; }
.palm { background: #26262c; border-radius: 0 0 12px 12px; height: 18px; width: 100%; position: relative; }
.palm .pad { width: 110px; height: 0; }

.dphone { width: 178px; flex-shrink: 0; background: #0e0e16; border-radius: 36px; padding: 9px; box-shadow: 0 0 0 2px #26262c, 0 26px 50px rgba(0,0,0,0.4); position: relative; }
.dphone .island { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 56px; height: 16px; background: #000; border-radius: 12px; z-index: 6; }
.dphone .pscreen { background: #000; border-radius: 28px; overflow: hidden; }
.dphone img, .dphone video { display: block; width: 100%; }

/* ===== Instagram automation scene ===== */
.ig-split { grid-template-columns: 360px 1fr; align-items: center; gap: 48px; }
.ig-split .ptext { max-width: none; }
@media (max-width: 1000px) { .ig-split { grid-template-columns: 1fr; } }
.ig-scene { display: flex; gap: 18px; justify-content: center; align-items: center; flex-wrap: wrap; }
.ig-post { width: 300px; flex-shrink: 0; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.4); font-family: -apple-system, 'Segoe UI', 'Helvetica Neue', sans-serif; }
.ig-post-h { padding: 9px 12px; display: flex; align-items: center; gap: 9px; }
.ig-av { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5); padding: 2px; flex-shrink: 0; }
.ig-av .in { width: 100%; height: 100%; border-radius: 50%; background: #fff; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; color: #262626; overflow: hidden; }
.ig-av .in img { width: 100%; height: 100%; object-fit: cover; }
.ig-hmeta { flex: 1; min-width: 0; }
.ig-uline { display: flex; align-items: center; gap: 4px; }
.ig-user { font-size: 13px; font-weight: 600; color: #262626; line-height: 1.2; }
.ig-verified { width: 12px; height: 12px; flex-shrink: 0; }
.ig-handle { font-size: 11px; color: #737373; line-height: 1.3; }
.ig-more { background: none; border: none; padding: 4px; display: flex; flex-direction: column; gap: 2.5px; cursor: pointer; align-items: center; }
.ig-more span { width: 3.5px; height: 3.5px; border-radius: 50%; background: #262626; display: block; }
.ig-img { aspect-ratio: 1 / 1; background: #000; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.ig-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ig-img .crown { position: absolute; top: 14px; left: 16px; font-size: 26px; }
.ig-img .big { font-size: 56px; font-weight: 900; line-height: 1; }
.ig-img .small { font-size: 11px; opacity: 0.9; margin-top: 7px; letter-spacing: 2px; font-weight: 600; }
.ig-actions { padding: 9px 12px 4px; display: flex; align-items: center; justify-content: space-between; }
.ig-actions-l { display: flex; gap: 13px; }
.ig-actions svg { width: 23px; height: 23px; cursor: pointer; }
.ig-likes { padding: 2px 12px 0; font-size: 13px; color: #262626; }
.ig-likes strong { font-weight: 600; }
.ig-cap { padding: 5px 12px 0; font-size: 13px; color: #262626; line-height: 1.45; }
.ig-cap strong { font-weight: 600; }
.ig-tags { color: #00376b; }
.ig-viewall { padding: 5px 12px 2px; font-size: 13px; color: #8e8e8e; cursor: pointer; }
.ig-comments { padding: 4px 12px 0; display: flex; flex-direction: column; gap: 11px; }
.ig-c { display: flex; align-items: flex-start; gap: 9px; opacity: 0; transform: translateY(6px); transition: opacity 0.35s, transform 0.35s; }
.ig-c.show { opacity: 1; transform: translateY(0); }
.ig-c .cav { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #fff; margin-top: 1px; }
.ig-c .cmain { flex: 1; min-width: 0; }
.ig-c .ctext { font-size: 13px; color: #262626; line-height: 1.4; }
.ig-c .ctext strong { font-weight: 600; }
.ig-c .cmeta { display: flex; gap: 12px; margin-top: 4px; font-size: 11px; color: #8e8e8e; font-weight: 600; }
.ig-c .clike { width: 12px; height: 12px; flex-shrink: 0; margin-top: 5px; cursor: pointer; }
.ig-addc { display: flex; align-items: center; gap: 9px; padding: 12px; margin-top: 4px; border-top: 1px solid #efefef; }
.ig-addc-av { width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg,#dbdbdb,#b8b8b8); }
.ig-addc span { font-size: 13px; color: #8e8e8e; }
.ig-tc { display: flex; align-items: center; gap: 9px; opacity: 0; transition: opacity 0.3s; }
.ig-tc.show { opacity: 1; }
.ig-tc .cav { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; }
.ig-tc .dots { display: flex; gap: 3px; background: #f0f0f0; border-radius: 13px; padding: 8px 12px; }
.ig-tc .dots i { width: 5px; height: 5px; border-radius: 50%; background: #aaa; animation: abounce 1.2s infinite; }
.ig-tc .dots i:nth-child(2) { animation-delay: 0.2s; } .ig-tc .dots i:nth-child(3) { animation-delay: 0.4s; }

.ig-flow { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; }
.ig-nb { display: inline-flex; align-items: center; gap: 5px; background: rgba(167,139,250,0.14); border: 1px solid rgba(167,139,250,0.3); border-radius: var(--radius-pill); padding: 4px 11px; font-size: 10px; font-weight: 700; color: var(--lavender); opacity: 0; transition: opacity 0.4s; }
.ig-nb.show { opacity: 1; } .ig-nb .d { width: 5px; height: 5px; border-radius: 50%; background: var(--violet); }
.ig-aic { width: 40px; height: 40px; border-radius: 50%; background: var(--grad-ig); display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.5); transition: opacity 0.4s, transform 0.4s; }
.ig-aic.show { opacity: 1; transform: scale(1); }
.ig-aic svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2; }
.ig-line { width: 2px; height: 46px; background: rgba(255,255,255,0.14); border-radius: 2px; position: relative; overflow: hidden; }
.ig-line .fill { position: absolute; top: 0; left: 0; width: 100%; height: 0%; background: var(--grad-ig); transition: height 0.7s ease; }
.ig-label { font-size: 9px; font-weight: 800; color: var(--faint); letter-spacing: 0.06em; text-transform: uppercase; background: rgba(255,255,255,0.05); border: 1px solid var(--hair); border-radius: var(--radius-pill); padding: 4px 11px; opacity: 0; transition: opacity 0.4s; }
.ig-label.show { opacity: 1; }

.ig-dm { width: 270px; flex-shrink: 0; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.ig-dm-h { padding: 11px 14px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #f0f0f0; }
.ig-dm-av { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; background: linear-gradient(135deg,#833ab4,#fd1d1d); }
.ig-dm-u { font-size: 12.5px; font-weight: 700; color: #262626; }
.ig-dm-s { font-size: 10px; color: #8e8e8e; }
.ig-dm-on { width: 8px; height: 8px; border-radius: 50%; background: var(--green); margin-left: auto; }
.ig-dm-body { padding: 13px 12px 9px; display: flex; flex-direction: column; gap: 8px; min-height: 228px; }
.dm { display: flex; flex-direction: column; gap: 2px; max-width: 86%; opacity: 0; transform: translateY(8px); transition: opacity 0.4s, transform 0.4s; }
.dm.show { opacity: 1; transform: translateY(0); }
.dm.sent { align-self: flex-end; align-items: flex-end; }
.dm.recv { align-self: flex-start; align-items: flex-start; }
.dm .b { border-radius: 17px; padding: 8px 12px; font-size: 12px; line-height: 1.45; }
.dm.sent .b { background: linear-gradient(135deg,#833ab4,#fd1d1d); color: #fff; border-bottom-right-radius: 4px; }
.dm.recv .b { background: #f0f0f0; color: #262626; border-bottom-left-radius: 4px; }
.dm .tm { font-size: 9px; color: #c0c0c0; }
.ig-dm-typing { display: none; padding: 2px 0; }
.ig-dm-typing.show { display: flex; }
.ig-dm-typing .dots { display: flex; gap: 3px; background: #f0f0f0; border-radius: 13px; padding: 8px 10px; }
.ig-dm-typing .dots i { width: 5px; height: 5px; border-radius: 50%; background: #999; animation: abounce 1.2s infinite; }
.ig-dm-typing .dots i:nth-child(2) { animation-delay: 0.2s; } .ig-dm-typing .dots i:nth-child(3) { animation-delay: 0.4s; }
.ig-dm-input { border-top: 1px solid #f0f0f0; padding: 9px 12px; display: flex; align-items: center; gap: 8px; }
.ig-dm-input input { flex: 1; border: 1px solid #dbdbdb; border-radius: var(--radius-pill); padding: 7px 13px; font-size: 11px; background: #fafafa; outline: none; color: #262626; font-family: inherit; }
.ig-dm-input .snd { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg,#833ab4,#fd1d1d); display: flex; align-items: center; justify-content: center; border: none; flex-shrink: 0; }
.ig-dm-input .snd svg { width: 13px; height: 13px; }

/* ===== Animated flow editor ===== */
.flow-stage {
  position: relative; width: 100%; aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(160deg, #0c0a1c 0%, #0a0816 100%);
  background-size: 26px 26px, 100% 100%;
  overflow: hidden;
}
.flow-stage svg.flow-edges { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.flow-edges .base { fill: none; stroke: rgba(255,255,255,0.13); stroke-width: 2; }
.flow-edges .glow { fill: none; stroke: url(#flowGrad); stroke-width: 2.6; stroke-linecap: round; filter: drop-shadow(0 0 5px rgba(167,139,250,0.85)); }
.flow-edges .dot { fill: #fff; filter: drop-shadow(0 0 7px rgba(167,139,250,1)); opacity: 0; }
.fnode {
  position: absolute; z-index: 2; width: 27%;
  background: rgba(22, 17, 42, 0.92); border: 1px solid var(--hair); border-radius: 12px;
  padding: 9px 11px; backdrop-filter: blur(8px);
  transform: translate(-0%, -50%);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.fnode.on { border-color: rgba(167,139,250,0.7); box-shadow: 0 0 0 1px rgba(167,139,250,0.5), 0 8px 26px rgba(124,58,237,0.4); transform: translateY(-50%) scale(1.04); }
.fnode .fn-h { display: flex; align-items: center; gap: 7px; }
.fnode .fn-ic { width: 22px; height: 22px; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fnode .fn-ic svg { width: 13px; height: 13px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fnode .fn-ic.amber { background: linear-gradient(135deg,#f5c518,#f0932b); }
.fnode .fn-ic.violet { background: linear-gradient(135deg,#a78bfa,#7c3aed); }
.fnode .fn-ic.blue { background: linear-gradient(135deg,#0095f6,#00b4d8); }
.fnode .fn-ic.green { background: linear-gradient(135deg,#22c55e,#16a34a); }
.fnode .fn-t { font-size: 12px; font-weight: 800; color: #fff; letter-spacing: -0.01em; }
.fnode .fn-sub { font-size: 10.5px; color: var(--muted); margin-top: 5px; line-height: 1.35; }
.fnode .fn-tag { display: inline-block; font-size: 8.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--lavender); background: rgba(167,139,250,0.14); border-radius: 5px; padding: 2px 6px; margin-top: 6px; }
.fnode .fn-tag.green { color: #6ee7a8; background: rgba(34,197,94,0.16); }
.fnode .fn-tag.blue { color: #7cc4ff; background: rgba(0,149,246,0.16); }
@media (max-width: 720px) {
  .flow-stage { aspect-ratio: 4 / 3; }
  .fnode { width: 30%; padding: 7px 8px; }
  .fnode .fn-t { font-size: 10.5px; }
  .fnode .fn-sub { font-size: 9px; }
}

/* ============================================================
   PLATAFORMA COMPLETA
   ============================================================ */
.platform { padding: 100px 0; }
.pcats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.pcat {
  background: var(--glass); border: 1px solid var(--hair); border-radius: var(--radius-md);
  padding: 24px; backdrop-filter: blur(14px);
  transition: transform 0.25s var(--ease), border-color 0.25s, background 0.25s;
}
.pcat:hover { transform: translateY(-4px); border-color: var(--hair-strong); background: var(--glass-2); }
.pcat-h { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.pcat-ic { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(167,139,250,0.14); }
.pcat-ic svg { width: 21px; height: 21px; fill: none; stroke: var(--violet); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.pcat-ic.green { background: rgba(34,197,94,0.16); } .pcat-ic.green svg { stroke: var(--green); }
.pcat-ic.ig { background: rgba(225,48,108,0.16); } .pcat-ic.ig svg { stroke: var(--pink-ig); }
.pcat-ic.blue { background: rgba(0,149,246,0.16); } .pcat-ic.blue svg { stroke: #38b6ff; }
.pcat-h .nm { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; }
.pcat ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.pcat li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; line-height: 1.4; color: var(--muted); }
.pcat li svg { width: 16px; height: 16px; fill: none; stroke: var(--violet); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 2px; }
@media (max-width: 1000px) { .pcats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .pcats { grid-template-columns: 1fr; } .platform { padding: 64px 0; } }

/* ============================================================
   COMPARATIVO
   ============================================================ */
.compare { padding: 100px 0; }
.ctable { margin-top: 52px; border: 1px solid var(--hair); border-radius: var(--radius-lg); overflow: hidden; background: var(--glass); backdrop-filter: blur(14px); }
.crow { display: grid; grid-template-columns: 1.6fr repeat(2, 1fr); align-items: center; }
.crow + .crow { border-top: 1px solid var(--hair); }
.crow.head { background: rgba(255,255,255,0.03); }
.ccell { padding: 18px 22px; font-size: 14.5px; }
.ccell.feature { color: rgba(255,255,255,0.86); font-weight: 600; }
.ccell.center { text-align: center; }
.crow.head .ccell { font-weight: 800; font-size: 15px; }
.ccell.zaplynx { background: rgba(167,139,250,0.07); position: relative; }
.crow.head .ccell.zaplynx { background: rgba(167,139,250,0.13); }
.zl-pill { display: inline-flex; align-items: center; gap: 7px; }
.zl-pill img { width: 20px; height: 20px; }
.ck { color: var(--violet); font-weight: 800; }
.cx { color: rgba(255,255,255,0.28); }
.cdash { color: rgba(255,255,255,0.4); font-size: 13px; }
.ccell .ck svg { width: 20px; height: 20px; stroke: var(--violet); fill: none; stroke-width: 2.6; }
.ccell .cx svg { width: 18px; height: 18px; stroke: rgba(255,255,255,0.28); fill: none; stroke-width: 2.4; }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.testi { padding: 100px 0; }
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.tcard { background: var(--glass); border: 1px solid var(--hair); border-radius: var(--radius-md); padding: 26px; backdrop-filter: blur(14px); display: flex; flex-direction: column; transition: transform 0.25s, border-color 0.25s; }
.tcard:hover { transform: translateY(-4px); border-color: var(--hair-strong); }
.tcard .stars { color: var(--amber); letter-spacing: 2px; font-size: 14px; }
.tcard .quote { font-size: 15.5px; line-height: 1.62; color: rgba(255,255,255,0.88); margin: 16px 0 22px; flex: 1; }
.tcard .who { display: flex; align-items: center; gap: 12px; }
.tcard .who .av { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: #fff; flex-shrink: 0; }
.tcard .who .nm { font-size: 14.5px; font-weight: 700; }
.tcard .who .rl { font-size: 12.5px; color: var(--faint); }

/* ============================================================
   PREÇOS
   ============================================================ */
.pricing { padding: 100px 0; }
.billing-toggle { display: inline-flex; align-items: center; gap: 4px; background: var(--glass); border: 1px solid var(--hair); border-radius: var(--radius-pill); padding: 5px; margin: 30px auto 0; }
.billing-toggle button { font-family: inherit; font-size: 13.5px; font-weight: 700; color: var(--muted); padding: 9px 20px; border-radius: var(--radius-pill); border: none; background: transparent; cursor: pointer; transition: all 0.2s; }
.billing-toggle button.active { background: var(--grad-cta); color: #fff; }
.billing-toggle .save { font-size: 11px; color: var(--green); font-weight: 700; }
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; align-items: stretch; }
@media (max-width: 1100px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .plans { grid-template-columns: 1fr; } }
.plan { padding: 24px 20px !important; }
.plan .price .amt { font-size: 36px !important; }
.plan { position: relative; background: var(--glass); border: 1px solid var(--hair); border-radius: var(--radius-lg); padding: 32px 28px; backdrop-filter: blur(14px); display: flex; flex-direction: column; transition: transform 0.25s, border-color 0.25s; }
.plan:hover { transform: translateY(-5px); border-color: var(--hair-strong); }
.plan.pop { border-color: rgba(167,139,250,0.5); background: rgba(167,139,250,0.06); box-shadow: 0 30px 70px rgba(124,58,237,0.25); }
.plan.pop::before { content: 'Mais popular'; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad-cta); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.04em; padding: 6px 16px; border-radius: var(--radius-pill); box-shadow: 0 8px 22px rgba(124,58,237,0.45); }
.plan .pname { font-size: 16px; font-weight: 800; }
.plan .pdesc { font-size: 13px; color: var(--muted); margin-top: 6px; min-height: 36px; }
.plan .price { display: flex; align-items: baseline; gap: 4px; margin: 18px 0 4px; }
.plan .price .cur { font-size: 18px; font-weight: 700; color: var(--muted); }
.plan .price .amt { font-size: 46px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.plan .price .per { font-size: 14px; color: var(--faint); }
.plan .pnote { font-size: 12px; color: var(--faint); min-height: 18px; }
.plan .btn { width: 100%; margin: 22px 0; }
.plan ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.plan ul li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.82); }
.plan ul li svg { width: 17px; height: 17px; stroke: var(--violet); fill: none; stroke-width: 2.6; flex-shrink: 0; margin-top: 2px; }
.plan ul li.off { color: var(--faint); }
.plan ul li.off svg { stroke: rgba(255,255,255,0.25); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { padding: 100px 0; }
.faq-list { max-width: 800px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--glass); border: 1px solid var(--hair); border-radius: var(--radius-md); overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: rgba(167,139,250,0.35); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: transparent; border: none; cursor: pointer; font-family: inherit; font-size: 16px; font-weight: 700; color: #fff; text-align: left; }
.faq-q .ico { width: 24px; height: 24px; border-radius: 50%; background: rgba(167,139,250,0.14); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.3s var(--ease); }
.faq-item.open .faq-q .ico { transform: rotate(45deg); }
.faq-q .ico svg { width: 13px; height: 13px; stroke: var(--violet); stroke-width: 2.6; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq-a .inner { padding: 0 24px 22px; color: var(--muted); font-size: 15px; line-height: 1.65; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final { padding: 60px 0 110px; }
.cta-box { position: relative; overflow: hidden; text-align: center; border-radius: 32px; padding: 72px 32px; border: 1px solid rgba(167,139,250,0.3); background: radial-gradient(ellipse at 50% 0%, rgba(124,58,237,0.32), rgba(255,255,255,0.03) 70%); }
.cta-box .halo { position: absolute; inset: 0; background: radial-gradient(circle at 50% 120%, rgba(244,114,182,0.3), transparent 60%); pointer-events: none; }
.cta-box h2 { position: relative; font-size: clamp(28px, 4vw, 48px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; margin: 0 auto; max-width: 760px; }
.cta-box p { position: relative; color: var(--muted); font-size: 17px; margin: 18px auto 0; max-width: 540px; }
.cta-box .acts { position: relative; display: flex; gap: 14px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.cta-box .disclaimer { position: relative; margin-top: 18px; font-size: 13px; color: var(--faint); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--hair); padding: 60px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.foot-brand .brand { margin-bottom: 16px; }
.foot-brand p { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 280px; }
.foot-col h4 { font-size: 13px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--faint); margin: 0 0 16px; }
.foot-col a { display: block; color: var(--muted); text-decoration: none; font-size: 14px; padding: 6px 0; transition: color 0.2s; }
.foot-col a:hover { color: #fff; }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--hair); flex-wrap: wrap; gap: 14px; }
.foot-bottom .cp { font-size: 13px; color: var(--faint); }
.foot-bottom .socials { display: flex; gap: 10px; }
.foot-bottom .socials a { width: 36px; height: 36px; border-radius: 10px; background: var(--glass); border: 1px solid var(--hair); display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, transform 0.2s; }
.foot-bottom .socials a:hover { border-color: var(--hair-strong); transform: translateY(-2px); }
.foot-bottom .socials svg { width: 17px; height: 17px; stroke: var(--muted); fill: none; stroke-width: 1.9; }

/* ============================================================
   Reveal-on-scroll
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { max-width: 640px; margin: 0 auto; text-align: center; }
  .hero p.lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust, .hero-avatars { justify-content: center; }
  .hero-visual { max-width: 520px; margin: 0 auto; }
  .psplit { grid-template-columns: 1fr; gap: 40px; }
  .psplit.reverse .ptext { order: 0; }
  .ptext { max-width: 620px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .fcard.span2 { grid-column: span 2; }
  .tgrid { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .container { padding: 0 18px; }
  .section, .psection, .compare, .testi, .pricing, .faq { padding: 64px 0; }
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .stat { padding: 22px 10px; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--hair); }
  .stat + .stat:nth-child(3) { border-left: none; }
  .cards { grid-template-columns: 1fr; }
  .fcard.span2 { grid-column: span 1; flex-direction: column; align-items: flex-start; }
  .tgrid { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .plan.pop { order: -1; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  /* comparativo vira scroll horizontal */
  .ctable { overflow-x: auto; }
  .crow { grid-template-columns: 1.4fr 90px 90px; min-width: 440px; }
  .ccell { padding: 14px; font-size: 13px; }
  .ig-flow { flex-direction: row; padding-top: 0; }
  .ig-line { width: 46px; height: 2px; }
  .ig-line .fill { height: 100% !important; }
  .device-row { flex-direction: column; align-items: center; gap: 20px; }
  .laptop { max-width: 420px; }
  .agent-phone { width: 300px; }
}
@media (max-width: 460px) {
  .hero h1 { font-size: 34px; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-badge-pix { right: -8px; } .hero-badge-sale { left: -8px; }
}
