:root {
    --bg: #ffffff;
    --ink: #1B2440;
    --ink-2: #5A6478;
    --line: rgba(27,36,64,.12);
    --btn-ink: #ffffff;       /* texto dos botões denim */
    --accent: #4F6DAE;        /* destaque denim */
    --max: 1400px;
    --font-title: 'Cal Sans', 'Calsans', Verdana, sans-serif;
    --font-body: 'Geist', Verdana, system-ui, sans-serif;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  /* Lenis (scroll suave) */
  html.lenis, html.lenis body { height: auto; }
  .lenis.lenis-smooth { scroll-behavior: auto !important; }
  .lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
  .lenis.lenis-stopped { overflow: hidden; }
  .lenis.lenis-smooth iframe { pointer-events: none; }
  body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--ink);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  a { color: inherit; text-decoration: none; }
  .wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 32px; }

  /* ───────────── NAVBAR ───────────── */
  header {
    position: absolute; top: 0; left: 0; right: 0; z-index: 50;
    background: transparent;   /* navbar transparente, deixa ver o fundo da hero */
  }
  .nav { display: flex; align-items: center; gap: 40px; height: 74px; }
  .brand { display: flex; align-items: center; }
  .brand img { height: 28px; width: auto; display: block; }
  .nav-links { display: flex; align-items: center; gap: 30px; margin-left: 44px; }
  .nav-links a {
    font-size: 14px; font-weight: 500; color: #1B2440;          /* nav: Geist 14px #FFF */
    display: inline-flex; align-items: center; gap: 5px; transition: opacity .15s;
    opacity: .92;
  }
  .nav-links a:hover { opacity: 1; }
  .nav-links a .caret { font-size: 9px; opacity: .7; }
  .nav-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
  .nav-actions .nav-demo { display: none; }   /* "Agendar demonstração" só no mobile (mais específico que .btn) */
  .icon-btn { color: #1B2440; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; transition: .15s; opacity: .9; }
  .icon-btn:hover { background: rgba(27,36,64,.06); opacity: 1; }

  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-body);
    font-weight: 600; font-size: 16px;                        /* botões: Geist 16px */
    border-radius: 999px; padding: 11px 22px; cursor: pointer;
    border: 1px solid transparent;
    transition: transform .12s ease, background .15s, border-color .15s, color .15s;
    white-space: nowrap;
  }
  .btn:active { transform: translateY(1px); }
  .nav .btn { font-size: 14.5px; padding: 10px 20px; }
  .btn-white { background: var(--accent); color: var(--btn-ink); }
  .btn-white:hover { background: #435E9A; }
  .btn-outline { color: var(--ink); border-color: rgba(27,36,64,.2); background: transparent; }
  .btn-outline:hover { background: rgba(79,109,174,.08); border-color: var(--accent); }
  /* botão de texto (ex.: "Agende uma demonstração") — sem fundo, ícone denim */
  .btn-ghost { color: var(--ink); background: transparent; border-color: transparent; }
  .btn-ghost:hover { background: rgba(79,109,174,.07); }
  .btn-ghost svg { color: var(--accent); }
  .btn .arrow { font-size: 13px; opacity: .85; }

  /* ───────────── HERO ───────────── */
  .hero {
    position: relative; overflow: hidden;
    background: #ffffff;
  }
  /* vídeo de fundo */
  .hero-video, .hero-video-mobile {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; z-index: 0; pointer-events: none;
  }
  .hero-video-mobile { display: none; }   /* mobile aparece via media query */
  /* leve escurecida à esquerda pra leitura do texto (não tampa a arte da direita) */
  .hero::before { display: none; }   /* sem overlay — só a imagem do fundo */
  .hero::after { display: none; }   /* sem fade cinza — fundo branco puro */
  .hero .wrap { position: relative; z-index: 2; }
  .hero-grid {
    display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,0.88fr);
    gap: 40px; align-items: center;       /* texto no meio da vertical */
    min-height: 100vh;
    padding: 150px 0 90px;
  }
  .hero-copy { max-width: 720px; }
  .hero h1 {
    font-family: var(--font-title);
    font-weight: 400;          /* Cal Sans no Google Fonts é peso único (400) */
    /* degradê denim (estilo da referência, no nosso azul) */
    background: linear-gradient(108deg, #6B86C4 0%, #4F6DAE 46%, #3A5290 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: -.01em;
    line-height: 1.03;
    /* um tico menor -> pega menos largura pro lado, seguindo em 2 linhas */
    font-size: clamp(28px, 3.05vw, 42px);
    margin-bottom: 22px;
  }
  .hero p.sub {
    font-family: var(--font-body);
    font-size: 20px;                 /* subtítulo: Geist 20px */
    color: #1B2440;
    max-width: 553px;                /* largura igual ao Harness */
    margin-bottom: 36px;
  }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }

  /* ───────────── SEÇÃO 2 · RECURSOS ───────────── */
  .features { padding: 110px 0 100px; background: #F4F6FB; }
  .kicker {
    color: #c2504c;                      /* vermelho da marca, mais claro pra ler */
    font-weight: 600; font-size: 14px; letter-spacing: .01em; margin-bottom: 16px;
  }
  .features h2 {
    font-family: var(--font-title); font-weight: 400; color: #1B2440;
    font-size: clamp(32px, 4.4vw, 54px); line-height: .98; letter-spacing: -.01em;
    margin-bottom: 44px; max-width: 720px;
  }
  .cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .card {
    position: relative; border-radius: 18px; overflow: hidden;
    background:
      radial-gradient(120% 140% at 80% -10%, rgba(159,49,48,.10), transparent 60%),
      linear-gradient(180deg, #131318, #0c0c0f);
  }

  /* card largo (Atende. Agenda. Vende. + lista) */
  .card-wide {
    grid-column: 1 / -1;
    display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center;
    padding: 40px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.80) 0%, rgba(255,255,255,.45) 55%, rgba(255,255,255,.30) 100%),
      url('/lp/fundo-card.webp') no-repeat center / cover;
  }
  .big-verbs { font-family: var(--font-title); font-weight: 400; line-height: 1.22; font-size: clamp(54px, 6.4vw, 92px); }
  .big-verbs span {
    display: block;
    background: linear-gradient(180deg, #cfd2da 0%, #8c9099 60%, #5b5f68 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  /* viewport com scroll infinito + fade nas bordas */
  .activity {
    position: relative; height: 340px; overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
            mask-image: linear-gradient(180deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
  }
  .activity-track { display: flex; flex-direction: column; animation: actScroll 20s linear infinite; }
  @keyframes actScroll { from { transform: translateY(0); } to { transform: translateY(-50%); } }

  .act-row {
    display: flex; align-items: center; gap: 12px; padding: 12px 10px;
    border-bottom: 1px solid rgba(27,36,64,.06); border-radius: 10px;
    transition: background .15s ease, box-shadow .15s ease;
  }
  /* seleção minimalista: blur sutil atrás da linha (frosted), sem borda dura */
  .act-row:hover {
    background: rgba(27,36,64,.03);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
  .act-av { width: 34px; height: 34px; border-radius: 50%; flex: none; object-fit: cover; background: #E7EAF1; }
  .act-main { flex: 1; min-width: 0; }
  .act-title { font-size: 13.5px; color: #e9e9ee; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .act-sub { font-size: 11.5px; color: #8a8a92; }
  .act-dot { width: 18px; height: 18px; border-radius: 50%; flex: none; display: grid; place-items: center; font-size: 11px; }
  .ok  { background: rgba(37,211,102,.16); color: #25d366; }
  .bad { background: rgba(255,95,84,.16); color: #ff5f54; }
  .act-pill { font-size: 11px; font-weight: 700; color: #25d366; background: rgba(37,211,102,.14); border: 1px solid rgba(37,211,102,.25); padding: 3px 8px; border-radius: 999px; flex: none; white-space: nowrap; }
  @media (prefers-reduced-motion: reduce) { .activity-track { animation: none; } }

  /* cards de baixo: imagem ocupa o card todo, legenda sobreposta embaixo */
  .card-feat { position: relative; min-height: 430px; display: flex; align-items: flex-end; overflow: hidden; }
  .card-media { position: absolute; inset: 0; z-index: 0; }
  .media-flow {
    background: url('/lp/fundo-card2.webp') no-repeat center / cover;
  }
  .media-glow {
    background: url('/lp/fundo-card3.webp') no-repeat center / cover;
  }
  .card-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; pointer-events: none; }
  /* blur/degradê suave de #F4F6FB no canto inferior direito do card */
  .corner-fade::after {
    content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background: radial-gradient(62% 56% at 100% 100%,
      #F4F6FB 0%, #F4F6FB 24%, rgba(244,246,251,.7) 46%, rgba(244,246,251,0) 78%);
  }
  .card-cap { position: relative; z-index: 1; padding: 24px 28px 26px; font-family: var(--font-body); font-weight: 300; font-size: 20px; color: #AEAEB7; line-height: 1.35; text-shadow: 0 1px 10px rgba(46,66,110,.6); }
  .card-cap b { color: #1B2440; font-weight: 300; }

  /* ───────────── SEÇÃO 3 · SOLUÇÕES ───────────── */
  .solutions { padding: 96px 0 110px; background: #F4F6FB; }
  .solutions h2 {
    font-family: var(--font-title); font-weight: 400; color: #1B2440;
    font-size: clamp(30px, 4.2vw, 50px); line-height: .98; letter-spacing: -.01em;
    margin-bottom: 42px; max-width: 760px;
  }
  .solutions h2 .brk-m { display: none; }   /* quebras extras só no mobile */
  .pills { display: grid; grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); gap: 18px; }
  .sol {
    display: flex; flex-direction: column; min-height: 200px;
    padding: 28px; border-radius: 20px; position: relative; overflow: hidden;
    border: 1px solid rgba(27,36,64,.06);
    /* efeito glossy: brilho no topo + glow vermelho + degradê escuro */
    background:
      linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,0) 34%),
      radial-gradient(130% 80% at 50% -15%, rgba(79,109,174,.14), transparent 62%),
      linear-gradient(180deg, #17171d, #0b0b0e);
    transition: border-color .18s ease, transform .18s ease;
  }
  .sol:hover { border-color: rgba(79,109,174,.45); transform: translateY(-3px); }
  .sol-ic { width: 52px; height: 52px; margin-bottom: 24px; filter: drop-shadow(0 6px 16px rgba(79,109,174,.28)); }
  .sol-ic svg { width: 100%; height: 100%; display: block; }
  .sol-tt { font-family: var(--font-body); font-size: 18px; font-weight: 600; color: #1B2440; margin-bottom: 8px; }
  .sol-ds { font-size: 14px; line-height: 1.5; color: #9a9aa2; font-weight: 300; }
  .sol-arrow {
    margin-top: auto; width: 38px; height: 38px; border-radius: 50%;
    background: #fff; color: #EEF1F7; display: grid; place-items: center;
  }
  .sol-arrow svg { width: 15px; height: 15px; }

  /* ───────────── SEÇÃO 4 · SUPORTE ───────────── */
  .support { background: #F4F6FB; position: relative; overflow: hidden; }
  /* vídeo em fluxo normal → a ALTURA dele define a altura da seção */
  .support-video { display: block; width: 100%; height: auto; }
  .support-video-mobile { display: none; }   /* só aparece no mobile (via media query) */
  /* escurecida à esquerda pro texto ler bem (não tampa as formas da direita) */
  .support::before {
    content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(90deg, rgba(244,246,251,.94) 0%, rgba(244,246,251,.62) 42%, rgba(244,246,251,0) 72%);
  }
  /* topo: emerge do #F4F6FB (sem corte com a seção de cima) + canto inferior direito tampado */
  .support::after {
    content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
      linear-gradient(180deg, #F4F6FB 0px, rgba(244,246,251,0) 190px),
      radial-gradient(60% 56% at 100% 100%, #F4F6FB 0%, #F4F6FB 26%, rgba(244,246,251,.55) 52%, rgba(244,246,251,0) 82%);
  }
  /* conteúdo sobreposto, centralizado na altura do vídeo */
  .support .wrap { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; }
  .support-grid {
    width: 100%;
    display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 40px; align-items: center;
  }
  .support-copy { max-width: 560px; }
  .support h2 {
    font-family: var(--font-title); font-weight: 400; color: #1B2440;
    font-size: clamp(36px, 5vw, 64px); line-height: .98; letter-spacing: -.02em;
    margin-bottom: 26px;
  }
  .support .lead { font-family: var(--font-body); font-weight: 300; font-size: 18px; color: #b6b6bd; line-height: 1.55; max-width: 500px; margin-bottom: 40px; }
  .feat-item { margin-top: 26px; }
  .feat-item .fi-ic { display: block; width: 34px; height: 34px; margin-bottom: 12px; }
  .feat-item .fi-ic svg { display: block; width: 100%; height: 100%; }
  .feat-item h4 { font-family: var(--font-body); font-size: 17px; font-weight: 600; color: #1B2440; margin-bottom: 5px; }
  .feat-item p { font-family: var(--font-body); font-weight: 300; font-size: 14px; color: #8f8f97; line-height: 1.5; max-width: 360px; }

  /* ───────────── SEÇÃO 5 · CENTRALIZE ───────────── */
  .central { background: #F4F6FB; padding: 100px 0; }
  .cz-hero {
    position: relative; border-radius: 24px; overflow: hidden;
    border: 1px solid rgba(27,36,64,.06);
    background: #0b0b0e url('/lp/card-chatbot-pc.webp') no-repeat center / cover;
    display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center;
    min-height: 460px; padding: 50px;
  }
  .cz-hero::before {
    content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.55) 40%, rgba(255,255,255,0) 70%);
  }
  .cz-left { position: relative; z-index: 1; max-width: 460px; }
  .cz-hero h3 { font-family: var(--font-title); font-weight: 400; line-height: 1.0; font-size: clamp(40px, 5.2vw, 70px); margin-bottom: 22px; }
  .cz-hero h3 span { display: block; background: linear-gradient(180deg, #d4d7de 0%, #969aa3 55%, #5e626b 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .cz-hero p { font-family: var(--font-body); font-weight: 300; font-size: 17px; color: #b6b6bd; line-height: 1.55; margin-bottom: 30px; }

  .cz-thead, .cz-row { display: grid; grid-template-columns: 1.8fr 1.5fr 1fr .8fr; gap: 12px; align-items: center; }
  .cz-thead { padding: 0 16px 12px; font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: #6f6f78; }
  .cz-row { padding: 13px 16px; border-radius: 12px; background: rgba(255,255,255,.022); border: 1px solid rgba(27,36,64,.04); margin-bottom: 8px; }
  .cz-name { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #eaeaef; min-width: 0; }
  .cz-ini { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 600; color: #d9d9e0; background: linear-gradient(135deg, #34343c, #E7EAF1); flex: none; }
  .cz-badge { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; padding: 4px 9px; border-radius: 6px; }
  .b-hot { color: #ff7a6e; background: rgba(255,95,84,.14); }
  .b-prop { color: #ffc06a; background: rgba(255,170,60,.14); }
  .b-neg { color: #6aa9ff; background: rgba(90,150,255,.14); }
  .b-new { color: #b6b6bd; background: rgba(27,36,64,.06); }
  .cz-cell { font-size: 13px; color: #b6b6bd; }

  .cz-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 20px; }
  .cz-card { display: flex; flex-direction: column; min-height: 380px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(27,36,64,.06); background: linear-gradient(180deg, #101016, #0a0a0d); padding: 28px 28px 0; }
  .cz-card h4 { font-family: var(--font-body); font-size: 18px; font-weight: 600; color: #1B2440; margin-bottom: 8px; }
  .cz-card p { font-family: var(--font-body); font-size: 14px; font-weight: 300; color: #9a9aa2; line-height: 1.5; }
  .cz-media { margin: 24px -28px 0; flex: 1; min-height: 180px; }
  .g1 { background: radial-gradient(50% 60% at 50% 62%, rgba(79,109,174,.42), transparent 65%), radial-gradient(28% 38% at 50% 52%, rgba(255,150,120,.32), transparent 60%), #0a0a0d; }
  .g2 { background: radial-gradient(46% 56% at 50% 56%, rgba(79,109,174,.46), transparent 62%), #0a0a0d; }
  .g3 { background: radial-gradient(56% 60% at 50% 56%, rgba(79,109,174,.42), transparent 64%), radial-gradient(80% 50% at 50% 56%, rgba(255,120,100,.12), transparent 70%), #0a0a0d; }

  /* ───────────── SEÇÃO 6 · PLANOS ───────────── */
  .pricing { background: #F4F6FB; padding: 100px 0 110px; }
  .pricing h2 { text-align: center; font-family: var(--font-title); font-weight: 400; font-size: clamp(34px, 4.6vw, 54px); color: #1B2440; margin-bottom: 12px; }
  .pricing .ph-sub { text-align: center; font-family: var(--font-body); font-weight: 300; font-size: 17px; color: #8f8f97; margin-bottom: 52px; }
  .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
  .plan { position: relative; display: flex; flex-direction: column; border-radius: 22px; padding: 32px 28px 30px; border: 1px solid rgba(27,36,64,.07); background: linear-gradient(180deg, #161617, #101011); }
  .plan.pop { background: linear-gradient(180deg, rgba(79,109,174,.16), #16100f 55%, #0e0b0c); border-color: rgba(79,109,174,.4); }
  .plan-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #fff; background: linear-gradient(135deg, #6B86C4, #3A5290); padding: 5px 13px; border-radius: 999px; white-space: nowrap; }
  .plan-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
  .plan-name { font-family: var(--font-body); font-size: 18px; font-weight: 700; color: #1B2440; }
  .plan-price { margin-top: 6px; display: flex; align-items: baseline; gap: 2px; }
  .plan-price .cur { font-size: 16px; color: #b6b6bd; margin-right: 2px; }
  .plan-price .v { font-family: var(--font-body); font-weight: 700; font-size: 40px; letter-spacing: -.01em; color: #1B2440; line-height: 1; }
  .plan-price .per { font-size: 13px; color: #8f8f97; margin-left: 3px; }
  .battery { display: inline-flex; align-items: center; gap: 3px; padding: 4px 5px; border: 1.6px solid rgba(255,255,255,.28); border-radius: 5px; position: relative; flex: none; }
  .battery::after { content: ''; position: absolute; right: -4px; top: 50%; transform: translateY(-50%); width: 2.5px; height: 8px; background: rgba(255,255,255,.28); border-radius: 0 2px 2px 0; }
  .battery i { width: 5px; height: 13px; border-radius: 1.5px; background: #4F6DAE; display: block; }
  .plan-tag { margin-top: 24px; font-family: var(--font-body); font-size: 13px; color: #6f6f78; }
  .plan-feats { margin-top: 16px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
  .pf { display: flex; align-items: center; gap: 11px; font-family: var(--font-body); font-weight: 300; font-size: 14px; color: #cfcfd6; }
  .pf svg { width: 17px; height: 17px; color: #4F6DAE; flex: none; }
  .pf b { color: #1B2440; font-weight: 600; }
  .plan-cta { margin-top: 30px; display: flex; align-items: center; gap: 20px; }
  .plan-link { font-family: var(--font-body); font-size: 14px; font-weight: 500; color: #cfcfd6; text-decoration: none; }
  .plan-link:hover { color: #1B2440; }

  /* ───────────── FAQ ───────────── */
  .faq { background: #F4F6FB; padding: 96px 0 110px; }
  .faq h2 { font-family: var(--font-title); font-weight: 400; color: #1B2440; font-size: clamp(30px, 4.2vw, 48px); text-align: center; margin-bottom: 12px; }
  .faq .faq-sub { text-align: center; font-family: var(--font-body); font-weight: 300; font-size: 17px; color: #8f8f97; margin-bottom: 46px; }
  .faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
  .faq-item { border: 1px solid rgba(27,36,64,.07); border-radius: 16px; background: rgba(27,36,64,.02); padding: 22px 24px; }
  .faq-item h3 { font-family: var(--font-body); font-size: 17px; font-weight: 600; color: #1B2440; margin-bottom: 8px; }
  .faq-item p { font-family: var(--font-body); font-size: 14.5px; font-weight: 300; color: #9a9aa2; line-height: 1.6; }

  /* ───────────── FOOTER ───────────── */
  .footer { border-top: 1px solid rgba(27,36,64,.06); background: #ffffff; }
  .footer .wrap { padding-top: 56px; padding-bottom: 40px; }
  .footer-cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 38px; }
  .footer-brand img { height: 22px; width: auto; margin-bottom: 14px; display: block; }
  .footer-brand p { font-family: var(--font-body); font-weight: 300; font-size: 12.5px; color: #8f8f97; line-height: 1.6; max-width: 240px; }
  .footer h4 { font-family: var(--font-body); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: #b6b6bd; margin-bottom: 14px; }
  .footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer a { font-family: var(--font-body); font-weight: 300; font-size: 13px; color: #8f8f97; text-decoration: none; transition: color .15s ease; }
  .footer a:hover { color: #1B2440; }
  .footer-bottom { padding-top: 22px; border-top: 1px solid rgba(27,36,64,.04); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
  .footer-bottom p { font-family: var(--font-body); font-weight: 300; font-size: 11.5px; color: #6f6f78; }

  /* ───────────── RESPONSIVO ───────────── */
  @media (max-width: 960px) {
    .nav-links { display: none; }
    /* navbar fixa acompanhando o scroll, com fundo pra leitura */
    header { position: fixed; background: rgba(255,255,255,.72); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(27,36,64,.06); }
    .nav { height: 60px; }
    /* troca "Criar conta" por "Agendar demonstração" */
    .nav-actions .nav-signup { display: none; }
    .nav-actions .nav-demo { display: inline-flex; }
    .hero { background: #ffffff; }
    .hero-video { display: none; }              /* esconde o vídeo de desktop */
    .hero-video-mobile { display: block; }      /* mostra o vídeo do mobile */
    .hero::before { background: linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.30) 45%, rgba(255,255,255,.78) 100%); }
    .hero-grid { grid-template-columns: 1fr; min-height: 100vh; padding: 132px 0 56px; gap: 18px; align-items: end; }  /* mobile: informacoes mais pra baixo */
    .hero-copy { text-align: center; margin: 0 auto; max-width: 560px; }
    .hero p.sub { margin-left: auto; margin-right: auto; }
    .hero-cta { justify-content: center; }

    /* seção 2 empilha */
    .features { padding: 72px 0 80px; }
    .features h2 { text-align: center; }
    .cards { grid-template-columns: 1fr; }
    .card-wide { grid-template-columns: 1fr; padding: 28px; gap: 20px; }
    .big-verbs { text-align: center; }
    /* seção 3: carrossel — 3 cards por página, desliza na horizontal */
    .solutions { padding: 64px 0 76px; }
    .solutions h2 { font-size: 28px; line-height: 1.12; }
    .solutions h2 .brk-m { display: inline; }   /* mostra as 3 quebras */
    .solutions h2 .brk-d { display: none; }      /* esconde a quebra de desktop */
    .pills {
      grid-auto-flow: column;
      grid-template-columns: none;
      grid-auto-columns: calc(100% - 26px);
      grid-template-rows: repeat(4, auto);
      gap: 14px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-padding-left: 20px;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding-bottom: 4px;
      margin: 0 -20px;          /* sangra até a borda pra dar o "peek" */
      padding-left: 20px; padding-right: 20px;
    }
    .pills::-webkit-scrollbar { display: none; }
    .sol { scroll-snap-align: start; min-height: 0; padding: 24px; }
    /* seção 4: no mobile o vídeo-mobile vira FUNDO da seção, texto por cima */
    .support-video { display: none; }
    .support-video-mobile { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
    .support .wrap { position: relative; inset: auto; display: block; z-index: 2; }   /* texto À FRENTE do vídeo, no fluxo (define a altura) */
    .support::before { display: block; background: linear-gradient(180deg, rgba(244,246,251,.55) 0%, rgba(244,246,251,.35) 42%, rgba(244,246,251,.82) 100%); }
    .support::after { background:
      linear-gradient(180deg, #F4F6FB 0px, rgba(244,246,251,0) 120px),
      radial-gradient(78% 30% at 100% 100%, #F4F6FB 0%, #F4F6FB 24%, rgba(244,246,251,.55) 52%, rgba(244,246,251,0) 82%); }
    .support-grid { grid-template-columns: 1fr; padding: 90px 0 80px; }
    /* centraliza as infos no mobile */
    .support-copy { text-align: center; max-width: none; }
    .support .lead { margin-left: auto; margin-right: auto; }
    .feat-item .fi-ic { margin-left: auto; margin-right: auto; }
    .feat-item p { margin-left: auto; margin-right: auto; }
    /* seção 5 */
    .central { padding: 64px 0; }
    .cz-hero { background-image: url('/lp/card-chatbot-celular.webp'); grid-template-columns: 1fr; padding: 40px 28px; gap: 26px; min-height: 880px; align-items: start; }
    .cz-hero::before { background: linear-gradient(180deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.5) 38%, rgba(27,36,64,.12) 100%); }
    .cz-left { text-align: center; margin: 0 auto; max-width: 100%; }
    .cz-cards { grid-template-columns: 1fr; }
    .cz-thead, .cz-row { grid-template-columns: 1.6fr 1.25fr .9fr .55fr; gap: 8px; }
    .cz-row { padding: 12px; }
    .cz-thead { font-size: 9px; padding: 0 12px 10px; }
    .cz-name { font-size: 13px; gap: 8px; }
    .cz-ini { width: 24px; height: 24px; font-size: 10px; }
    .cz-badge { font-size: 9.5px; padding: 3px 7px; }
    .cz-cell { font-size: 12px; }
    /* seção 6 */
    .pricing { padding: 64px 0 76px; }
    /* FAQ */
    .faq { padding: 60px 0 72px; }
    .faq-item { padding: 18px 20px; }
    .price-grid { grid-template-columns: 1fr; gap: 16px; }
    /* footer */
    .footer-cols { grid-template-columns: 1fr 1fr; gap: 26px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }
  }
  @media (max-width: 560px) {
    .wrap { padding: 0 20px; }
    .nav-actions .btn-outline { display: none; }
    .nav-actions .nav-demo { font-size: 13px; padding: 9px 14px; }   /* cabe melhor no celular */
    .hero p.sub { font-size: 18px; }
    .hero-cta { flex-direction: column; align-items: stretch; }
    .hero-cta .btn { justify-content: center; }

    /* abas viram UM card (faixa) com os 4 icones na mesma linha, conectados:
       inativa = so o icone, ativa = expande mostrando o nome (animado) */
    #funcTabs {
      flex-direction: row; flex-wrap: nowrap; gap: 4px; margin-top: 20px;
      background: #fff; border: 1px solid var(--line); border-radius: 16px;
      padding: 6px; overflow: hidden; touch-action: manipulation;
      contain: layout;   /* isola o reflow das abas do resto da pagina */
    }
    #funcTabs .funcs-tab {
      width: auto; flex: 0 0 auto; gap: 0; padding: 9px; justify-content: flex-start;
      border: none; background: transparent; border-radius: 11px;
      font-size: 14px; touch-action: manipulation;   /* mata o double-tap-zoom do mobile */
      transition: background .2s ease, color .2s ease;   /* SEM animar largura (evita o "zoom") */
    }
    #funcTabs .funcs-tab:hover { border-color: transparent; }
    #funcTabs .funcs-tab .ft-ic { width: 32px; height: 32px; }
    #funcTabs .funcs-tab .ft-label {
      max-width: 0; opacity: 0; margin-left: 0; overflow: hidden; white-space: nowrap;
      transition: opacity .22s ease;   /* so o nome faz fade; largura troca instantaneo */
    }
    #funcTabs .funcs-tab.is-active { flex-grow: 1; background: rgba(79,109,174,.1); }
    #funcTabs .funcs-tab.is-active .ft-label { max-width: 220px; opacity: 1; margin-left: 9px; }
  }

  /* ───────────── FUNCIONALIDADES (abas interativas) ───────────── */
  .funcs { padding: 88px 0 96px; background: #fff; }
  .funcs-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: stretch; }
  .funcs-right { display: flex; flex-direction: column; min-width: 0; }  /* min-width:0 prende o overflow do carrossel dentro da coluna */
  .funcs-photo { }
  .funcs-photo img { width: 100%; height: auto; display: block; object-fit: contain; }
  .funcs-tabs { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
  .funcs-tab { display: flex; align-items: center; gap: 12px; text-align: left; width: 100%;
    font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--ink-2);
    background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; cursor: pointer;
    transition: border-color .18s, background .18s, color .18s; }
  .funcs-tab:hover { border-color: rgba(79,109,174,.4); }
  .funcs-tab .ft-ic { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px;
    background: #EEF1F7; color: var(--ink-2); flex: none; transition: .18s; }
  .funcs-tab .ft-ic svg { width: 17px; height: 17px; }
  .funcs-tab.is-active { color: var(--ink); border-color: transparent; background: rgba(79,109,174,.1); }
  .funcs-tab.is-active .ft-ic { background: var(--accent); color: #fff; }
  .funcs-more { margin-top: 24px; }
  .funcs-bar { display: inline-block; width: 36px; height: 4px; border-radius: 4px; background: var(--accent); margin-bottom: 18px; }
  .funcs-title { font-family: var(--font-title); font-size: 34px; line-height: 1.1; color: var(--ink); }
  .funcs-desc { margin: 14px 0 30px; font-size: 16px; color: var(--ink-2); max-width: 560px; line-height: 1.55; }
  .funcs-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; flex: 1 1 auto; grid-auto-rows: 1fr; }
  .func-card { background: #F7F9FC; border: 1px solid var(--line); border-radius: 20px; padding: 22px;
    display: flex; flex-direction: column;
    transition: border-color .18s, transform .18s, box-shadow .18s;
    animation: funcFade .42s cubic-bezier(.2,.7,.2,1) both; }
  .func-card .fc-img { border-radius: 13px; overflow: hidden; margin-bottom: 16px; background: #EEF1F7; }
  .func-card .fc-img img { width: 100%; height: auto; display: block; }
  .func-card:nth-child(1) { animation-delay: 0s; }
  .func-card:nth-child(2) { animation-delay: .07s; }
  .func-card:nth-child(3) { animation-delay: .14s; }
  .func-card:nth-child(4) { animation-delay: .21s; }
  @keyframes funcFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
  .func-card:hover { border-color: rgba(79,109,174,.32); transform: translateY(-3px); box-shadow: 0 16px 34px -22px rgba(46,66,110,.35); }
  .func-card .fc-ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px;
    background: rgba(79,109,174,.12); color: var(--accent); margin-bottom: 16px; }
  .func-card .fc-ic svg { width: 21px; height: 21px; }
  .func-card h3 { font-family: var(--font-title); font-size: 18px; color: var(--ink); margin-bottom: 7px; }
  .func-card p { font-size: 14px; color: var(--ink-2); line-height: 1.55; }
  .funcs-dots { display: none; }
  .funcs-more-mobile { display: none; }
  @media (max-width: 900px) {
    .funcs-grid { grid-template-columns: 1fr; gap: 34px; }
    .funcs-cards { grid-template-columns: 1fr; }
    .funcs-title { font-size: 27px; }
  }
  /* ── MOBILE: cards viram carrossel (bloco DEPOIS das regras base p/ vencer cascata) ── */
  @media (max-width: 560px) {
    /* carrossel horizontal — arrasta com o dedo, sem autoplay (contido, sem vazar no layout) */
    #funcCards {
      display: flex; gap: 14px; width: 100%; max-width: 100%; min-width: 0;
      overflow-x: auto; scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch; scrollbar-width: none;
      padding-bottom: 6px;
    }
    #funcCards::-webkit-scrollbar { display: none; }
    #funcCards .func-card { flex: 0 0 82%; min-width: 0; scroll-snap-align: start; }
    /* bolinhas de paginacao (acompanham o swipe) */
    #funcDots { display: flex; justify-content: center; gap: 7px; margin-top: 16px; }
    #funcDots .fdot {
      width: 7px; height: 7px; padding: 0; border: none; cursor: pointer;
      border-radius: 999px; background: rgba(27,36,64,.18);
      transition: width .25s ease, background .25s ease; touch-action: manipulation;
    }
    #funcDots .fdot.is-active { width: 22px; background: var(--accent); }
    /* botao "Mais funcionalidades" centralizado abaixo do carrossel; esconde o de cima */
    .funcs-more { display: none; }
    .funcs-more-mobile { display: inline-flex; align-self: center; margin-top: 22px; }
  }

  /* ───────────── SEGMENTOS / CASES ───────────── */
  .segmentos { padding: 88px 0 96px; background: #F4F6FB; position: relative; overflow: hidden; }
  .segmentos .wrap { position: relative; }
  .seg-blob {
    position: absolute; left: -34px; top: 150px; z-index: 0;
    width: 210px; height: 210px; border-radius: 50%;
    background: linear-gradient(140deg, #7C93C8 0%, #4F6DAE 58%, #3A5290 100%);
  }
  .seg-blob::after {   /* rabinho estilo pino/balão */
    content: ''; position: absolute; right: 16px; bottom: -18px;
    width: 44px; height: 44px; background: #22314F;
    border-radius: 6px 6px 26px 6px; transform: rotate(10deg);
  }
  .seg-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
  .seg-title-main { font-family: var(--font-title); font-size: 34px; line-height: 1.1; color: var(--ink); }
  .seg-nav { display: flex; align-items: center; gap: 14px; flex: none; }
  .seg-all { font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--ink);
    text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
  .seg-arrow { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line);
    background: #fff; color: var(--accent); display: grid; place-items: center; cursor: pointer;
    transition: background .18s, border-color .18s; touch-action: manipulation; }
  .seg-arrow:hover { border-color: var(--accent); background: rgba(79,109,174,.07); }
  .seg-arrow svg { width: 18px; height: 18px; }
  .seg-track { position: relative; z-index: 1; display: flex; gap: 22px;
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; padding: 4px 0 14px 0; min-width: 0;
    /* sangra ate a borda DIREITA do viewport (esquerda continua alinhada ao titulo) */
    margin-right: calc(50% - 50vw); }
  .seg-track::-webkit-scrollbar { display: none; }
  .seg-card { flex: 0 0 calc((100% - 88px) / 5); min-width: 0; scroll-snap-align: start; text-align: center;
    background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 14px;
    box-shadow: 0 20px 44px -30px rgba(46,66,110,.4);
    transition: transform .18s, box-shadow .18s, border-color .18s; }
  .seg-card:hover { transform: translateY(-3px); border-color: rgba(79,109,174,.3);
    box-shadow: 0 26px 50px -28px rgba(46,66,110,.45); }
  .seg-media { position: relative; height: 190px; border-radius: 15px; overflow: hidden; margin-bottom: 15px;
    background: linear-gradient(150deg, #E6ECF7 0%, #C9D6EE 100%); display: grid; place-items: center; }
  .seg-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .seg-ic { color: var(--accent); opacity: .5; }
  .seg-ic svg { width: 52px; height: 52px; }
  .seg-badge { position: absolute; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 5px;
    background: #fff; color: var(--accent); font-family: var(--font-body); font-size: 10.5px; font-weight: 700;
    letter-spacing: .06em; padding: 5px 10px; border-radius: 999px; box-shadow: 0 5px 14px -5px rgba(46,66,110,.35); }
  .seg-badge svg { width: 11px; height: 11px; }
  .seg-bar { display: inline-block; width: 26px; height: 4px; border-radius: 4px; background: var(--accent); margin: 4px 0 12px; }
  .seg-name { font-family: var(--font-title); font-size: 16px; color: var(--ink); padding-bottom: 8px; }
  @media (max-width: 900px) {
    .seg-title-main { font-size: 27px; }
    .seg-card { flex: 0 0 calc((100% - 44px) / 3); }   /* tablet: 3 cards inteiros */
  }
  @media (max-width: 560px) {
    .segmentos { padding: 66px 0 74px; }
    .seg-blob { display: none; }
    .seg-head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 26px; }
    .seg-card { flex: 0 0 78%; min-width: 0; }
  }

  /* ───────────── FAIXA APP (agenda) ───────────── */
  .appband { position: relative; overflow: hidden; background: #4F6DAE; padding: 60px 0 0; }
  .appband .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; }
  .appband-left { text-align: left; }
  .appband-right { text-align: right; }
  .appband-left p, .appband-right p { font-family: var(--font-title); font-weight: 400; font-size: 23px; line-height: 1.4; color: #fff; }
  .appband-hi { display: inline-block; border: 1.5px solid rgba(255,255,255,.75); border-radius: 999px; padding: 0 12px; }
  /* celular */
  .appband-phone { display: flex; justify-content: center; }
  .phone { position: relative; width: 246px; border-radius: 47px; padding: 6px;
    /* moldura de titanio (metal escovado) */
    background: linear-gradient(145deg, #e7ebf1 0%, #a6aebc 25%, #d6dbe3 50%, #97a0ae 74%, #c8ced8 100%);
    box-shadow: 0 40px 74px -26px rgba(14,20,42,.62),
                inset 0 1.6px 1px rgba(255,255,255,.8),
                inset 0 -1.6px 2px rgba(0,0,0,.3);
    margin-bottom: -160px; }   /* corta a metade de baixo (fica pra fora da faixa) */
  .phone-screen { position: relative; background: #F4F6FB; border-radius: 41px; overflow: hidden;
    padding: 11px 13px 16px; min-height: 384px;
    box-shadow: 0 0 0 3px #0a0b0f; }   /* moldura preta entre o metal e a tela */
  /* Dynamic Island */
  .phone-island { position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
    width: 80px; height: 23px; background: #05060a; border-radius: 999px; z-index: 6; }
  /* botoes laterais (nubs de metal atras da moldura) */
  .ph-btn { position: absolute; z-index: -1; width: 4px; border-radius: 4px;
    background: linear-gradient(90deg, #767e8c, #c6cdd7); }
  .ph-btn-silent { left: -3px; top: 66px; height: 18px; }
  .ph-btn-volup  { left: -3px; top: 94px; height: 32px; }
  .ph-btn-voldn  { left: -3px; top: 134px; height: 32px; }
  .ph-btn-power  { right: -3px; top: 104px; height: 54px; background: linear-gradient(270deg, #767e8c, #c6cdd7); }
  /* status bar */
  .ph-status { display: flex; align-items: center; justify-content: space-between; padding: 0 8px; margin-bottom: 12px; }
  .ph-time { font-family: var(--font-body); font-size: 11.5px; font-weight: 700; color: var(--ink); }
  .ph-sys { display: flex; align-items: center; gap: 4px; color: var(--ink); }
  .ph-sys svg { height: 10px; width: auto; display: block; }
  .ph-top { display: flex; align-items: center; gap: 10px; margin: 4px 2px 16px; }
  .ph-ic { color: var(--ink-2); display: grid; place-items: center; }
  .ph-ic svg { width: 18px; height: 18px; }
  .ph-title { font-family: var(--font-title); font-size: 15px; color: var(--ink); }
  .ph-views { margin-left: auto; display: flex; gap: 8px; color: var(--ink-3); }
  .ph-views svg { width: 15px; height: 15px; }
  .ph-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px; margin-bottom: 12px;
    box-shadow: 0 12px 24px -18px rgba(46,66,110,.5); }
  .ph-meta { display: flex; gap: 12px; margin-bottom: 10px; }
  .ph-meta span { display: inline-flex; align-items: center; gap: 4px; font-size: 9px; color: var(--ink-2); white-space: nowrap; }
  .ph-meta svg { width: 11px; height: 11px; color: var(--accent); flex: none; }
  .ph-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
  .ph-row strong { display: block; font-size: 13px; color: var(--ink); }
  .ph-row em { font-style: normal; font-size: 11px; color: var(--ink-3); }
  .ph-go { color: var(--accent); flex: none; }
  .ph-go svg { width: 16px; height: 16px; }
  /* blobs decorativos (tons denim, pra combinar com a faixa) */
  .ab-blob { position: absolute; z-index: 1; pointer-events: none; }
  .ab-b1 { width: 66px; height: 84px; left: 41%; top: 20px; border-radius: 52% 48% 46% 54% / 40% 42% 58% 60%;
    background: linear-gradient(150deg, #C7D2EC, #93A8D6); }
  .ab-b2 { width: 120px; height: 118px; right: 46px; top: -34px; border-radius: 46% 54% 52% 48% / 42% 40% 60% 58%;
    background: linear-gradient(155deg, #D2DBF0, #9DB0DA); }
  .ab-b3 { width: 66px; height: 66px; left: 25%; bottom: -18px; border-radius: 50%;
    background: linear-gradient(150deg, #B4C3E5, #8399CC); }
  .ab-b4 { width: 122px; height: 62px; right: 21%; bottom: -2px; border-radius: 64px 64px 0 0;
    background: linear-gradient(150deg, #C7D2EC, #93A8D6); }
  @media (max-width: 900px) {
    .appband { padding: 56px 0; }
    .appband .wrap { grid-template-columns: 1fr; justify-items: center; gap: 26px; }
    .appband-left, .appband-right { text-align: center; max-width: 440px; }
    .appband-left p, .appband-right p { font-size: 20px; }
    .phone { margin-bottom: 0; }   /* no mobile empilha: mostra o celular inteiro */
    .ab-b1, .ab-b3 { display: none; }
  }

  /* ───────────── PLANOS (redesenho) ───────────── */
  .pricing { background: #fff; padding: 92px 0; }
  .price-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
  .price-bar2 { display: inline-block; width: 42px; height: 5px; border-radius: 5px; background: var(--accent); margin-bottom: 16px; }
  .pricing h2 { font-family: var(--font-title); font-weight: 400; font-size: 38px; line-height: 1.1; color: var(--ink); }
  .plan-toggle { display: inline-flex; background: #EBEEF5; border-radius: 999px; padding: 5px; gap: 4px; flex: none; }
  .pt-opt { display: inline-flex; align-items: center; gap: 8px; border: none; background: transparent; cursor: pointer;
    font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--ink-2); padding: 10px 22px; border-radius: 999px;
    transition: background .2s, color .2s; }
  .pt-opt.is-active { background: var(--accent); color: #fff; box-shadow: 0 8px 18px -8px rgba(79,109,174,.6); }
  .pt-off { font-size: 11px; font-weight: 700; background: #E4F5EC; color: #1E9E5A; padding: 3px 8px; border-radius: 999px; }
  .pt-opt.is-active .pt-off { background: rgba(255,255,255,.22); color: #fff; }
  .price2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
  .plan2 { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
    border-radius: 22px; padding: 30px 26px; }
  .plan2.pop { background: var(--accent); border-color: transparent; padding-top: 48px;
    box-shadow: 0 34px 66px -32px rgba(79,109,174,.8); }
  .plan2-badge { position: absolute; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 6px;
    background: rgba(255,255,255,.16); color: #fff; font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: .05em;
    padding: 9px; border-radius: 22px 22px 0 0; }
  .plan2-badge svg { width: 12px; height: 12px; }
  .plan2-name { font-family: var(--font-title); font-size: 24px; color: var(--ink); margin-bottom: 8px; }
  .plan2.pop .plan2-name { color: #fff; }
  .plan2-desc { font-size: 14px; color: var(--ink-2); line-height: 1.5; margin-bottom: 20px; min-height: 42px; }
  .plan2.pop .plan2-desc { color: rgba(255,255,255,.86); }
  .plan2-price { display: flex; align-items: baseline; gap: 3px; color: var(--accent); margin-bottom: 4px; }
  .plan2.pop .plan2-price { color: #fff; }
  .plan2-price .cur { font-size: 18px; font-weight: 700; }
  .plan2-price .big { font-family: var(--font-title); font-size: 44px; line-height: 1; }
  .plan2-price .cents { font-size: 16px; font-weight: 700; align-self: flex-start; margin-top: 5px; }
  .plan2-price .per { font-size: 14px; font-weight: 500; color: var(--ink-3); margin-left: 4px; }
  .plan2.pop .plan2-price .per { color: rgba(255,255,255,.78); }
  .plan2-note { font-size: 12px; color: var(--ink-3); margin-bottom: 22px; }
  .plan2.pop .plan2-note { color: rgba(255,255,255,.72); }
  .plan2-feats { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 20px; }
  .plan2-feats li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--ink-2); line-height: 1.35; }
  .plan2.pop .plan2-feats li { color: rgba(255,255,255,.92); }
  .plan2-feats > li > svg { width: 16px; height: 16px; color: var(--accent); flex: none; }
  .plan2.pop .plan2-feats > li > svg { color: #fff; }
  .plan2-feats b { color: var(--ink); }
  .plan2.pop .plan2-feats b { color: #fff; }
  .pill { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 999px; font-size: 12.5px; font-weight: 600; }
  .pill-wa { background: #E4F5EC; color: #1E9E5A; }
  .pill-wa svg { width: 13px; height: 13px; }
  .pill-ia { background: rgba(79,109,174,.12); color: var(--accent); }
  .plan2.pop .pill-ia { background: rgba(255,255,255,.22); color: #fff; }
  .plan2-trial { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ink-2);
    background: #F4F6FB; border-radius: 12px; padding: 11px 12px; margin-bottom: 18px; }
  .plan2.pop .plan2-trial { background: rgba(255,255,255,.14); color: rgba(255,255,255,.9); }
  .plan2-trial svg { width: 17px; height: 17px; flex: none; color: var(--accent); }
  .plan2.pop .plan2-trial svg { color: #fff; }
  .plan2-cta { margin-top: auto; }
  .plan2-cta .btn { width: 100%; justify-content: center; border: 1.5px solid var(--accent); background: transparent; color: var(--accent); }
  .plan2-cta .btn:hover { background: rgba(79,109,174,.07); }
  .plan2.pop .plan2-cta .btn { background: #fff; border-color: #fff; color: var(--accent); }
  .plan2.pop .plan2-cta .btn:hover { background: rgba(255,255,255,.9); }
  .plan-compare { display: flex; align-items: center; gap: 10px; margin-top: 22px; background: #EEF2FA; border-radius: 16px;
    padding: 20px 24px; font-family: var(--font-title); font-size: 16px; color: var(--ink); }
  .plan-compare svg { width: 20px; height: 20px; color: var(--accent); }
  .plan-compare .pc-arrow { color: var(--accent); font-size: 18px; }
  @media (max-width: 900px) {
    .pricing { padding: 64px 0; }
    .price-head { flex-direction: column; align-items: flex-start; gap: 20px; }
    .pricing h2 { font-size: 28px; }
    .price2-grid { grid-template-columns: 1fr; gap: 18px; max-width: 440px; margin: 0 auto; }
  }

  /* ───────────── BLOG ───────────── */
  .blog-sec { position: relative; overflow: hidden; background: #fff; padding: 92px 0; }
  .blog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
  .blog-bar { display: inline-block; width: 42px; height: 5px; border-radius: 5px; background: var(--accent); margin-bottom: 16px; }
  .blog-sec h2 { font-family: var(--font-title); font-weight: 400; font-size: 38px; line-height: 1.1; color: var(--ink); }
  .blog-nav { display: flex; align-items: center; gap: 14px; flex: none; }
  .blog-all { font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
  .blog-arrow { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--accent); display: grid; place-items: center; cursor: pointer; transition: background .18s, border-color .18s; touch-action: manipulation; }
  .blog-arrow:hover { border-color: var(--accent); background: rgba(79,109,174,.07); }
  .blog-arrow svg { width: 18px; height: 18px; }
  .blog-track { position: relative; z-index: 1; display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 0 14px; min-width: 0;
    margin-right: calc(50% - 50vw); }
  .blog-track::-webkit-scrollbar { display: none; }
  .blog-card { flex: 0 0 calc((100% - 66px) / 4); min-width: 0; scroll-snap-align: start; display: flex; flex-direction: column;
    text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
    transition: transform .18s, box-shadow .18s, border-color .18s; }
  .blog-card:hover { transform: translateY(-3px); border-color: rgba(79,109,174,.3); box-shadow: 0 26px 50px -30px rgba(46,66,110,.45); }
  .blog-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(150deg, #E6ECF7 0%, #C9D6EE 100%); }
  .blog-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .blog-cat { position: absolute; top: 12px; left: 12px; background: #fff; color: var(--accent); font-family: var(--font-body);
    font-size: 11px; font-weight: 700; letter-spacing: .03em; padding: 5px 11px; border-radius: 999px; box-shadow: 0 5px 14px -5px rgba(46,66,110,.35); }
  .blog-body { display: flex; flex-direction: column; flex: 1; padding: 18px; }
  .blog-card h3 { font-family: var(--font-title); font-size: 17px; line-height: 1.3; color: var(--ink); margin-bottom: auto; }
  .blog-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--accent); }
  @media (max-width: 900px) {
    .blog-sec { padding: 64px 0; }
    .blog-head { flex-direction: column; align-items: flex-start; gap: 16px; }
    .blog-sec h2 { font-size: 27px; }
    .blog-card { flex: 0 0 calc((100% - 22px) / 2); }
  }
  @media (max-width: 560px) {
    .blog-card { flex: 0 0 82%; }
  }

  /* ═══════════════════════════════════════════════════════════════════
     PÁGINAS INTERNAS (/funcionalidades e /planos)
     Namespace próprio (.pg-*, .fx-*, .cmp-*) pra não colidir com a home.
     ═══════════════════════════════════════════════════════════════════ */

  /* — Cabeçalho da página — */
  .pg-head { padding: 96px 0 56px; text-align: center; }
  .pg-eyebrow {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 12.5px; font-weight: 600; letter-spacing: .02em;
    color: var(--accent); background: rgba(79,109,174,.09);
    border: 1px solid rgba(79,109,174,.18);
    padding: 6px 13px; border-radius: 999px; margin-bottom: 18px;
  }
  .pg-eyebrow svg { width: 14px; height: 14px; }
  .pg-head h1 {
    font-family: var(--font-title); font-weight: 400;
    font-size: clamp(32px, 4.2vw, 54px); line-height: 1.08;
    letter-spacing: -.015em; max-width: 900px; margin: 0 auto;
    background: linear-gradient(108deg, #6B86C4 0%, #4F6DAE 46%, #3A5290 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .pg-head p {
    max-width: 620px; margin: 18px auto 0;
    font-size: 17px; line-height: 1.6; color: var(--ink-2);
  }
  .pg-head .pg-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

  /* — Grade de funcionalidades explicadas — */
  .fx { padding: 24px 0 88px; }
  .fx-group { margin-bottom: 56px; }
  .fx-group:last-child { margin-bottom: 0; }
  .fx-group-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
  .fx-group-head h2 { font-family: var(--font-title); font-weight: 400; font-size: 27px; letter-spacing: -.01em; }
  .fx-group-head span { font-size: 14px; color: var(--ink-2); }
  .fx-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .fx-item {
    border: 1px solid var(--line); border-radius: 18px; padding: 22px;
    background: #fff; min-width: 0;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  }
  .fx-item:hover { border-color: rgba(79,109,174,.35); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(27,36,64,.06); }
  .fx-ic {
    width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
    background: rgba(79,109,174,.1); color: var(--accent); margin-bottom: 14px;
  }
  .fx-ic svg { width: 19px; height: 19px; }
  .fx-item h3 { font-size: 16px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 7px; }
  .fx-item p { font-size: 14.2px; line-height: 1.62; color: var(--ink-2); }
  .fx-item ul { list-style: none; margin-top: 11px; display: grid; gap: 5px; }
  .fx-item li { position: relative; padding-left: 17px; font-size: 13.4px; line-height: 1.5; color: var(--ink-2); }
  .fx-item li::before {
    content: ''; position: absolute; left: 3px; top: 8px;
    width: 5px; height: 5px; border-radius: 50%; background: var(--accent); opacity: .55;
  }

  /* — Tabela comparativa dos planos — */
  .cmp { padding: 8px 0 88px; }
  .cmp h2 { font-family: var(--font-title); font-weight: 400; font-size: clamp(26px, 3vw, 36px); text-align: center; letter-spacing: -.01em; }
  .cmp > .wrap > p { text-align: center; color: var(--ink-2); margin: 10px auto 30px; max-width: 560px; font-size: 15.5px; }
  .cmp-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
  .cmp-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 14.5px; }
  .cmp-table th, .cmp-table td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--line); }
  .cmp-table thead th { background: #F7F9FC; font-size: 13px; letter-spacing: .02em; text-transform: uppercase; color: var(--ink-2); font-weight: 700; }
  .cmp-table thead th:not(:first-child) { text-align: center; }
  .cmp-table tbody td:not(:first-child) { text-align: center; font-variant-numeric: tabular-nums; font-weight: 600; }
  .cmp-table tbody tr:last-child td { border-bottom: 0; }
  .cmp-table tbody tr:hover td { background: rgba(79,109,174,.03); }
  .cmp-table .cmp-hi { background: rgba(79,109,174,.05); }
  .cmp-plan { display: block; font-family: var(--font-title); font-weight: 400; font-size: 17px; color: var(--ink); text-transform: none; letter-spacing: 0; }
  .cmp-price { display: block; font-size: 12px; color: var(--ink-2); font-weight: 500; margin-top: 2px; text-transform: none; letter-spacing: 0; }
  .cmp-sec td { background: #F7F9FC; font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: .03em; color: var(--ink-2); }
  .cmp-yes { color: #1F9D63; }
  .cmp-no { color: #B9C1D0; }
  .cmp-note { display: block; font-size: 12.5px; color: var(--ink-2); font-weight: 400; margin-top: 3px; }
  .cmp-foot { text-align: center; font-size: 13px; color: var(--ink-2); margin-top: 16px; }

  /* — Faixa de fechamento — */
  .pg-end { padding: 0 0 96px; }
  .pg-end-in {
    border-radius: 26px; padding: 54px 32px; text-align: center;
    background: linear-gradient(108deg, #4F6DAE 0%, #3A5290 100%); color: #fff;
  }
  .pg-end-in h2 { font-family: var(--font-title); font-weight: 400; font-size: clamp(26px, 3.2vw, 38px); letter-spacing: -.01em; }
  .pg-end-in p { margin: 12px auto 26px; max-width: 520px; opacity: .9; font-size: 16px; }
  .pg-end-in .btn { background: #fff; color: var(--accent); border-color: #fff; }
  .pg-end-in .btn + .btn { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
  .pg-end-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

  @media (max-width: 900px) {
    .fx-grid { grid-template-columns: repeat(2, 1fr); }
    .pg-head { padding: 72px 0 40px; }
  }
  @media (max-width: 620px) {
    .fx-grid { grid-template-columns: 1fr; }
    .pg-head { padding: 56px 0 32px; }
    .pg-head p { font-size: 15.5px; }
    .pg-end-in { padding: 40px 22px; }
    .cmp-table th, .cmp-table td { padding: 13px 14px; }
  }

  /* item do menu correspondente à página aberta */
  .nav-links a.is-here { color: var(--accent); font-weight: 600; }
