...</script> em um bloco HTML personalizado; ou
  3. No Elementor, use um widget HTML e cole o código.

  IMPORTANTE:
  Troque todos os links https://wa.me/5500000000000 pelo seu WhatsApp real.
  Exemplo: https://wa.me/5511997848271
  -->

  <style>
    :root {
      --cdp-bg: #07070a;
      --cdp-bg-soft: #101018;
      --cdp-card: rgba(255,255,255,0.06);
      --cdp-card-border: rgba(255,255,255,0.10);
      --cdp-text: #ffffff;
      --cdp-muted: #b9b9c7;
      --cdp-red: #ff1f3d;
      --cdp-red-dark: #b9001f;
      --cdp-orange: #ff7a1a;
      --cdp-green: #17d37b;
      --cdp-blue: #53a5ff;
      --cdp-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
      --cdp-radius: 24px;
      --cdp-max: 1180px;
    }

    html { scroll-behavior: smooth; }
    body { margin: 0; background: #07070a; }

    .cdp-landing, .cdp-landing * { box-sizing: border-box; }

    .cdp-landing {
      margin: 0;
      padding: 0;
      width: 100%;
      background:
        radial-gradient(circle at top left, rgba(255, 31, 61, 0.25), transparent 32%),
        radial-gradient(circle at 80% 10%, rgba(255, 122, 26, 0.14), transparent 28%),
        radial-gradient(circle at 50% 60%, rgba(83, 165, 255, 0.08), transparent 28%),
        var(--cdp-bg);
      color: var(--cdp-text);
      font-family: Inter, Arial, Helvetica, sans-serif;
      overflow: hidden;
    }

    .cdp-container {
      width: min(var(--cdp-max), calc(100% - 40px));
      margin: 0 auto;
    }

    .cdp-topbar {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(18px);
      background: rgba(7, 7, 10, 0.78);
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .cdp-nav {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .cdp-logo {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      color: var(--cdp-text);
      font-weight: 900;
      letter-spacing: -0.03em;
      font-size: 20px;
    }

    .cdp-logo-mark {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--cdp-red), var(--cdp-orange));
      display: grid;
      place-items: center;
      box-shadow: 0 14px 34px rgba(255,31,61,0.35);
      font-weight: 950;
    }

    .cdp-menu { display: flex; align-items: center; gap: 22px; }

    .cdp-menu a {
      color: var(--cdp-muted);
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      transition: 0.2s ease;
    }

    .cdp-menu a:hover { color: var(--cdp-text); }

    .cdp-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 0;
      cursor: pointer;
      text-decoration: none;
      border-radius: 999px;
      padding: 14px 20px;
      font-weight: 900;
      font-size: 14px;
      line-height: 1;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      white-space: nowrap;
    }

    .cdp-btn:hover { transform: translateY(-2px); }

    .cdp-btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--cdp-red), var(--cdp-orange));
      box-shadow: 0 18px 42px rgba(255, 31, 61, 0.34);
    }

    .cdp-btn-secondary {
      color: #fff;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
    }

    .cdp-hero { position: relative; padding: 92px 0 72px; }

    .cdp-hero-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 56px;
      align-items: center;
    }

    .cdp-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      color: #fff;
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 22px;
    }

    .cdp-pulse {
      width: 9px;
      height: 9px;
      border-radius: 99px;
      background: var(--cdp-green);
      box-shadow: 0 0 0 8px rgba(23,211,123,0.13);
    }

    .cdp-hero h1 {
      margin: 0;
      font-size: clamp(42px, 6vw, 78px);
      line-height: 0.94;
      letter-spacing: -0.07em;
      max-width: 760px;
    }

    .cdp-gradient-text {
      background: linear-gradient(135deg, #fff, #ff9f5a 45%, #ff1f3d 80%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .cdp-hero p {
      color: var(--cdp-muted);
      font-size: 19px;
      line-height: 1.68;
      margin: 26px 0 0;
      max-width: 690px;
    }

    .cdp-hero-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .cdp-hero-note {
      color: var(--cdp-muted);
      font-size: 13px;
      font-weight: 700;
      margin-top: 18px;
    }

    .cdp-dashboard-mock { position: relative; min-height: 580px; }

    .cdp-phone {
      position: absolute;
      right: 0;
      top: 0;
      width: min(330px, 72vw);
      border-radius: 38px;
      padding: 14px;
      background: linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04));
      border: 1px solid rgba(255,255,255,0.16);
      box-shadow: var(--cdp-shadow);
    }

    .cdp-phone-screen {
      border-radius: 28px;
      overflow: hidden;
      background: #11111a;
      border: 1px solid rgba(255,255,255,0.10);
    }

    .cdp-phone-top {
      padding: 22px;
      background: linear-gradient(135deg, var(--cdp-red), #7a0017);
    }

    .cdp-phone-top small { color: rgba(255,255,255,0.78); font-weight: 800; }

    .cdp-phone-top h3 { margin: 8px 0 0; font-size: 26px; letter-spacing: -0.04em; }

    .cdp-searchbar {
      margin-top: 16px;
      padding: 13px 14px;
      border-radius: 14px;
      background: rgba(255,255,255,0.14);
      color: rgba(255,255,255,0.82);
      font-size: 13px;
      font-weight: 700;
    }

    .cdp-store-list { padding: 16px; display: grid; gap: 12px; }

    .cdp-store-card {
      display: grid;
      grid-template-columns: 52px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 12px;
      border-radius: 18px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.08);
    }

    .cdp-store-icon {
      width: 52px;
      height: 52px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,0.09);
      font-size: 24px;
    }

    .cdp-store-card b { display: block; font-size: 14px; margin-bottom: 5px; }
    .cdp-store-card span { color: var(--cdp-muted); font-size: 12px; font-weight: 700; }
    .cdp-rate { color: var(--cdp-green); font-size: 12px; font-weight: 900; }

    .cdp-panel-card {
      position: absolute;
      left: 0;
      bottom: 28px;
      width: min(370px, 80vw);
      border-radius: 28px;
      padding: 22px;
      background: rgba(17,17,26,0.78);
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: var(--cdp-shadow);
      backdrop-filter: blur(18px);
    }

    .cdp-panel-card h3 { margin: 0 0 18px; font-size: 21px; letter-spacing: -0.04em; }

    .cdp-metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

    .cdp-mini-metric {
      padding: 14px;
      border-radius: 18px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.08);
    }

    .cdp-mini-metric small { color: var(--cdp-muted); font-weight: 800; }
    .cdp-mini-metric strong { display: block; font-size: 22px; margin-top: 8px; letter-spacing: -0.04em; }

    .cdp-section { padding: 82px 0; position: relative; }

    .cdp-section-head { max-width: 780px; margin-bottom: 38px; }

    .cdp-section-kicker {
      color: var(--cdp-red);
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      margin-bottom: 14px;
    }

    .cdp-section h2 {
      margin: 0;
      font-size: clamp(32px, 4vw, 54px);
      line-height: 1.02;
      letter-spacing: -0.06em;
    }

    .cdp-section-head p {
      color: var(--cdp-muted);
      font-size: 18px;
      line-height: 1.7;
      margin: 18px 0 0;
    }

    .cdp-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .cdp-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

    .cdp-card {
      border-radius: var(--cdp-radius);
      padding: 26px;
      background: var(--cdp-card);
      border: 1px solid var(--cdp-card-border);
      box-shadow: 0 20px 55px rgba(0,0,0,0.18);
      min-height: 100%;
    }

    .cdp-card-icon {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: rgba(255,31,61,0.13);
      color: #fff;
      font-size: 25px;
      margin-bottom: 18px;
    }

    .cdp-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -0.04em; }
    .cdp-card p, .cdp-card li { color: var(--cdp-muted); line-height: 1.65; font-size: 15px; }

    .cdp-card ul {
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .cdp-card li::before { content: "✓"; color: var(--cdp-green); font-weight: 950; margin-right: 10px; }

    .cdp-band {
      border-radius: 34px;
      padding: 42px;
      background:
        linear-gradient(135deg, rgba(255,31,61,0.22), rgba(255,122,26,0.08)),
        rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: var(--cdp-shadow);
    }

    .cdp-band-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: center; }
    .cdp-band h2 { margin: 0; }

    .cdp-check-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .cdp-check-list li {
      padding: 14px 16px;
      border-radius: 16px;
      background: rgba(255,255,255,0.07);
      color: #fff;
      font-weight: 800;
      font-size: 14px;
    }

    .cdp-check-list li::before { content: "✓"; color: var(--cdp-green); margin-right: 8px; }

    .cdp-steps { counter-reset: cdp-step; display: grid; gap: 16px; }

    .cdp-step {
      counter-increment: cdp-step;
      display: grid;
      grid-template-columns: 62px 1fr;
      gap: 18px;
      align-items: start;
      padding: 22px;
      border-radius: 24px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.10);
    }

    .cdp-step::before {
      content: counter(cdp-step);
      width: 52px;
      height: 52px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--cdp-red), var(--cdp-orange));
      font-weight: 950;
      box-shadow: 0 12px 28px rgba(255,31,61,0.26);
    }

    .cdp-step h3 { margin: 0 0 6px; font-size: 20px; letter-spacing: -0.04em; }
    .cdp-step p { margin: 0; color: var(--cdp-muted); line-height: 1.6; }

    .cdp-money-box {
      padding: 28px;
      border-radius: 28px;
      background: linear-gradient(135deg, rgba(23,211,123,0.13), rgba(255,255,255,0.05));
      border: 1px solid rgba(23,211,123,0.18);
    }

    .cdp-money-box strong { display: block; font-size: 42px; letter-spacing: -0.06em; color: #fff; }
    .cdp-money-box span { display: block; color: var(--cdp-muted); margin-top: 10px; line-height: 1.6; }

    .cdp-plan { position: relative; overflow: hidden; }

    .cdp-plan-featured {
      border-color: rgba(255,31,61,0.55);
      background: linear-gradient(135deg, rgba(255,31,61,0.17), rgba(255,255,255,0.06));
    }

    .cdp-plan-tag {
      display: inline-flex;
      border-radius: 999px;
      padding: 8px 12px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.10);
      color: #fff;
      font-size: 12px;
      font-weight: 900;
      margin-bottom: 16px;
    }

    .cdp-plan h3 { font-size: 28px; margin-bottom: 8px; }

    .cdp-price { display: flex; align-items: flex-end; gap: 6px; margin: 18px 0; }
    .cdp-price strong { font-size: 38px; letter-spacing: -0.06em; }
    .cdp-price span { color: var(--cdp-muted); font-weight: 800; margin-bottom: 7px; }

    .cdp-plan .cdp-btn { width: 100%; margin-top: 22px; }

    .cdp-faq { display: grid; gap: 12px; }

    .cdp-faq-item {
      border-radius: 20px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.10);
      overflow: hidden;
    }

    .cdp-faq-question {
      width: 100%;
      padding: 20px 22px;
      background: transparent;
      border: 0;
      color: #fff;
      cursor: pointer;
      text-align: left;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      font-size: 16px;
      font-weight: 900;
    }

    .cdp-faq-question span:last-child { color: var(--cdp-red); font-size: 20px; }

    .cdp-faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.25s ease;
    }

    .cdp-faq-answer p {
      margin: 0;
      padding: 0 22px 20px;
      color: var(--cdp-muted);
      line-height: 1.65;
    }

    .cdp-faq-item.cdp-open .cdp-faq-answer { max-height: 200px; }

    .cdp-final-cta { padding: 72px 0 92px; }

    .cdp-final-box {
      text-align: center;
      border-radius: 38px;
      padding: 58px 34px;
      background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.20), transparent 26%),
        linear-gradient(135deg, var(--cdp-red), #750017 60%, #11111a);
      box-shadow: var(--cdp-shadow);
      border: 1px solid rgba(255,255,255,0.18);
    }

    .cdp-final-box h2 {
      margin: 0 auto;
      max-width: 820px;
      font-size: clamp(34px, 5vw, 62px);
      line-height: 1;
      letter-spacing: -0.07em;
    }

    .cdp-final-box p {
      max-width: 720px;
      margin: 20px auto 30px;
      color: rgba(255,255,255,0.82);
      font-size: 18px;
      line-height: 1.65;
    }

    .cdp-footer {
      border-top: 1px solid rgba(255,255,255,0.08);
      padding: 28px 0 94px;
      color: var(--cdp-muted);
      font-size: 14px;
    }

    .cdp-footer-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }

    .cdp-mobile-cta {
      position: fixed;
      left: 14px;
      right: 14px;
      bottom: 14px;
      z-index: 99;
      display: none;
    }

    .cdp-mobile-cta .cdp-btn { width: 100%; padding: 16px 18px; }

    @media (max-width: 980px) {
      .cdp-menu { display: none; }
      .cdp-hero-grid, .cdp-band-grid { grid-template-columns: 1fr; }
      .cdp-dashboard-mock { min-height: 610px; }
      .cdp-phone { left: 50%; right: auto; transform: translateX(-50%); }
      .cdp-panel-card { left: 50%; transform: translateX(-50%); bottom: 0; }
      .cdp-grid-3, .cdp-grid-4 { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 640px) {
      .cdp-container { width: min(100% - 24px, var(--cdp-max)); }
      .cdp-nav { min-height: 66px; }
      .cdp-logo { font-size: 16px; }
      .cdp-logo-mark { width: 38px; height: 38px; }
      .cdp-nav > .cdp-btn { display: none; }
      .cdp-hero { padding: 58px 0 50px; }
      .cdp-hero p { font-size: 17px; }
      .cdp-hero-actions .cdp-btn { width: 100%; }
      .cdp-dashboard-mock { min-height: 560px; margin-top: 20px; }
      .cdp-phone { width: min(310px, 92vw); }
      .cdp-panel-card { width: min(340px, 92vw); }
      .cdp-grid-3, .cdp-grid-4, .cdp-check-list { grid-template-columns: 1fr; }
      .cdp-section { padding: 58px 0; }
      .cdp-band { padding: 26px; border-radius: 26px; }
      .cdp-step { grid-template-columns: 1fr; }
      .cdp-mobile-cta { display: block; }
    }
