     /* =========================
       RESET BÁSICO
    ========================= */
    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      background: #0f172a;
      color: #e2e8f0;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    .container {
      max-width: 920px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    h1 {
      font-size: 2.2rem;
      margin-bottom: 14px;
      font-weight: 800;
      line-height: 1.25;
      color: #ffffff;
    }

    h2 {
      font-size: 1.6rem;
      margin-top: 38px;
      margin-bottom: 14px;
      font-weight: 700;
      color: #ffffff;
    }

    h3 {
      font-size: 1.15rem;
      margin-top: 22px;
      margin-bottom: 10px;
      font-weight: 700;
      color: #cbd5e1;
    }

    p {
      margin-bottom: 16px;
      font-size: 1rem;
      color: #cbd5e1;
    }

    strong { color: #ffffff; }

    ul { margin: 14px 0 18px 20px; }
    li { margin-bottom: 8px; color: #cbd5e1; }

    a {
      color: #38bdf8;
      text-decoration: none;
      transition: 0.2s ease;
    }
    a:hover {
      color: #7dd3fc;
      text-decoration: underline;
    }

    blockquote {
      border-left: 4px solid #38bdf8;
      padding: 15px 20px;
      margin: 18px 0;
      background: rgba(56, 189, 248, 0.08);
      border-radius: 10px;
      font-style: italic;
      color: #e2e8f0;
      word-break: break-word;
    }

    hr {
      border: none;
      height: 1px;
      background: rgba(255, 255, 255, 0.1);
      margin: 26px 0;
    }

    /* =========================
       BLOCO DE AÇÃO (CONVERSÃO)
    ========================= */
    .action-box {
      background: linear-gradient(135deg, rgba(56,189,248,0.12), rgba(14,165,233,0.08));
      border: 1px solid rgba(56,189,248,0.25);
      padding: 22px;
      border-radius: 14px;
      margin: 18px 0 34px 0;
      box-shadow: 0 22px 60px rgba(0,0,0,.35);
    }

    .action-box h2 { margin-top: 0; }
    .action-box p { color: #dbeafe; opacity: .95; }

    .bot typebot-standard {
      width: 100%;
      height: 700px;
      display: block;
      margin-top: 12px;
    }

    .disclaimer {
      margin-top: 14px;
      padding: 14px 14px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.04);
      color: #cbd5e1;
      font-size: .95rem;
      line-height: 1.55;
    }

    .tip {
      margin-top: 12px;
      padding: 14px 14px;
      border-radius: 12px;
      border: 1px solid rgba(199, 95, 150, 0.26);
      background: rgba(199, 95, 150, 0.08);
      color: rgba(255,255,255,0.90);
      font-size: .95rem;
      line-height: 1.55;
    }

    /* =========================
       SEÇÃO APP (NOVA - MODERNA)
    ========================= */
    .app-section { margin-top: 38px; }

    .app-card {
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.12);
      background:
        radial-gradient(700px 260px at 20% 0%, rgba(56,189,248,0.18), transparent 60%),
        radial-gradient(650px 240px at 85% 25%, rgba(14,165,233,0.12), transparent 60%),
        rgba(255,255,255,0.04);
      box-shadow: 0 22px 60px rgba(0,0,0,.35);
      padding: 22px;
      overflow: hidden;
      position: relative;
    }

    .app-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    .app-sub {
      margin: 10px 0 0 0;
      color: rgba(255,255,255,0.78);
      max-width: 62ch;
    }

    .app-badges {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 14px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.06);
      border-radius: 999px;
      padding: 8px 10px;
      color: rgba(255,255,255,0.88);
      font-size: 13px;
      line-height: 1;
    }

    .badge .dot {
      width: 8px; height: 8px;
      border-radius: 999px;
      background: #22c55e;
      box-shadow: 0 0 0 4px rgba(34,197,94,0.18);
    }

    .app-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 16px;
      margin-top: 18px;
      align-items: stretch;
    }

    .app-box {
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(15,23,42,0.55);
      padding: 16px;
    }

    .app-box h3 {
      margin-top: 0;
      margin-bottom: 10px;
      color: #fff;
      font-size: 1.05rem;
      font-weight: 800;
    }

    .app-box ul {
      margin: 0;
      padding-left: 18px;
      color: rgba(255,255,255,0.78);
    }

    .app-cta {
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .play-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 14px;
      padding: 14px 16px;
      font-weight: 900;
      color: #0f172a;
      background: linear-gradient(135deg, #38bdf8, #0ea5e9);
      box-shadow: 0 18px 45px rgba(56,189,248,0.28);
      border: 0;
      width: 100%;
      max-width: 360px;
      text-decoration: none;
    }

    .play-btn:hover { filter: brightness(1.03); text-decoration: none; }

    .play-mini {
      width: 34px; height: 34px;
      border-radius: 999px;
      background: rgba(255,255,255,0.22);
      border: 1px solid rgba(255,255,255,0.26);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
    }

    .app-note {
      margin: 0;
      color: rgba(255,255,255,0.78);
      font-size: 0.95rem;
      line-height: 1.5;
      max-width: 42ch;
    }

    @media (max-width: 820px) {
      .app-grid { grid-template-columns: 1fr; }
    }

    /* =========================
       FAQ
    ========================= */
    #faq h3 { margin-top: 18px; color: #ffffff; }
    #faq p { margin-bottom: 14px; }

    /* =========================
       BOTÃO FIXO MOBILE
    ========================= */
    .mobile-fixed-cta { display: none; }

    @media (max-width: 768px) {
      h1 { font-size: 1.75rem; }
      h2 { font-size: 1.35rem; }

      .container { padding: 28px 15px; }
      .bot typebot-standard { height: 520px; }

      .mobile-fixed-cta {
        display: block;
        position: fixed;
        bottom: 14px;
        left: 14px;
        right: 14px;
        text-align: center;
        z-index: 999;
      }

      .mobile-fixed-cta a {
        display: block;
        background: linear-gradient(135deg, #C75F96, #b84f87);
        color: #ffffff;
        padding: 14px;
        border-radius: 14px;
        font-weight: 900;
        letter-spacing: .3px;
        box-shadow: 0 10px 30px rgba(199, 95, 150, 0.45);
        position: relative;
        overflow: hidden;
        transition: transform .25s ease, box-shadow .25s ease;
        animation: ctaPulse 2.4s infinite;
      }

      .mobile-fixed-cta a:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 40px rgba(199, 95, 150, 0.55);
      }

      @keyframes ctaPulse {
        0% { box-shadow: 0 0 0 0 rgba(199, 95, 150, 0.55); }
        70% { box-shadow: 0 0 0 18px rgba(199, 95, 150, 0); }
        100% { box-shadow: 0 0 0 0 rgba(199, 95, 150, 0); }
      }

      body { padding-bottom: 78px; }
    }