html, body {
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
  overflow-x: hidden !important;
}
/* Força a tipografia da Home */

#sv-page-msv,
#sv-page-msv *{
    font-family: "Montserrat", sans-serif !important;
}

.sv-headline{
    font-family: "Montserrat", sans-serif !important;
    font-weight:900 !important;
    letter-spacing:-0.6px;
}
#sv-home-root {
    width: 100%;
    min-height: 100vh;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#sv-page-msv {
    margin: 0 auto !important;
}

#sv-page-msv,
  #sv-page-msv * {
  caret-color: transparent;
}

    #sv-page-msv {
      --logo-x: 0px;
      --logo-y: 0px;

      --badge-x: 0px;
      --badge-y: 0px;

      --copy-x: 0px;
      --copy-y: 0px;

      --hero-personagem-x: 0px;
      --hero-personagem-y: 0px;

      --toast-x: 0px;
      --toast-y: 0px;

      --action-box-x: 0px;
      --action-box-y: -74px;

      --video-box-x: 0px;
      --video-box-y: 0px;

      --cta-final-x: 0px;
      --cta-final-y: 0px;

      --connection-box-x: 0px;
      --connection-box-y: 0px;
    }

.sv-page,
  .sv-page * {
    box-sizing: border-box;
  }

  .sv-page {
    width: min(100vw, 414px) !important;
    max-width: 414px !important;
    min-height: 100dvh;
    margin: 0 auto !important;
    background: #000;
    color: #fff;
    font-family: Montserrat, Poppins, Arial, sans-serif;
    overflow-x: hidden;
    position: relative;
  }

  .sv-page img {
    display: block;
    max-width: 100%;
  }

  .sv-hero {
    position: relative;
    min-height: 500px;
    padding: 28px 18px 0;
    overflow: hidden;
    background:
      radial-gradient(circle at 86% 22%, rgba(255,0,0,.35), transparent 34%),
      linear-gradient(180deg, #120000 0%, #000 74%);
  }

  .sv-hero.is-video-mode {
    min-height: 408px;
  }


  .sv-hero.is-video-mode .sv-personagens {
    bottom: -52px !important;
    transform: translate(var(--hero-personagem-x), var(--hero-personagem-y)) !important;
  }


  .sv-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 190px;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(
      to top,
      #000 0%,
      rgba(0,0,0,.98) 22%,
      rgba(0,0,0,.78) 52%,
      rgba(0,0,0,.28) 78%,
      transparent 100%
    );
  }

  .sv-logo {
    position: relative;
    z-index: 8;
    width: 205px;
    margin-bottom: 22px;
    transform: translate(var(--logo-x), var(--logo-y));
  }

  .sv-badge {
    position: relative;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 17px;
    margin-bottom: 18px;
    border: 1px solid #ff1a1a;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255,0,0,.05);
    transform: translate(var(--badge-x), var(--badge-y));
  }

  .sv-badge-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(7420%) hue-rotate(356deg) brightness(104%) contrast(118%);
  }

  .sv-copy {
    position: relative;
    z-index: 8;
    width: 72%;
    max-width: 305px;
    transform: translate(var(--copy-x), var(--copy-y));
  }

  .sv-headline {
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -.35px;
    text-transform: uppercase;
  }

  .sv-headline span {
    color: #ff1a1a;
    white-space: nowrap;
  }

  .sv-subheadline {
    width: 90%;
    max-width: 246px !important;
    margin: 17px 0 7px;
    color: #f2f2f2;
    font-size: 13px;
    line-height: 1.38;
  }

  .sv-subheadline-list {
    position: relative;
    z-index: 8;
    width: 92%;
    max-width: 255px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sv-subheadline-list li {
    position: relative;
    margin: 5px 0;
    padding-left: 22px;
    color: #fff;
    font-size: 12px;
    line-height: 1.28;
  }

  .sv-subheadline-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #00d26a;
    color: #001b0d;
    display: grid;
    place-items: center;
    font-size: 9px;
    font-weight: 900;
  }

  .sv-subheadline-list strong {
    color: #ff1a1a;
    font-weight: 900;
  }

  .sv-personagens {
    position: absolute;
    right: -80px;
    bottom: 0;
    z-index: 2;
    width: 328px;
    height: 445px;
    pointer-events: none;
    transform: translate(var(--hero-personagem-x), var(--hero-personagem-y));
  }

  .sv-personagens::after {
    content: "";
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: 0;
    height: 175px;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
      to top,
      #000 0%,
      rgba(0,0,0,.96) 28%,
      rgba(0,0,0,.64) 58%,
      transparent 100%
    );
  }

  .sv-personagens img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 2.4s ease-in-out;
  }

  .sv-personagens img.active {
    opacity: 1;
  }

  .sv-sale-toast {
    position: absolute;
    top: 292px;
    right: 0;
    z-index: 10;
    width: 148px;
    padding: 12px 10px 11px 12px;
    border-radius: 16px 0 0 16px;
    border: 1px solid rgba(255,255,255,.18);
    border-right: 0;
    background: rgba(12,12,12,.62);
    backdrop-filter: blur(16px);
    box-shadow: 0 0 28px rgba(255,0,0,.16);
    transform: translate(calc(105% + var(--toast-x)), var(--toast-y));
    opacity: 0;
    pointer-events: none;
    transition: transform .85s ease, opacity .85s ease;
  }

  .sv-sale-toast.is-visible {
    transform: translate(var(--toast-x), var(--toast-y));
    opacity: 1;
  }

  .sv-sale-toast small {
    display: block;
    margin-bottom: 7px;
    color: #d6d6d6;
    font-size: 10px;
  }

  .sv-sale-toast strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
  }

  .sv-sale-toast em {
    display: block;
    max-width: 128px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255,255,255,.55);
    font-size: 8.5px;
    font-style: normal;
  }

  .sv-sale-toast em span {
    color: #00d26a;
    font-weight: 800;
  }

  .sv-action-section {
    position: relative;
    z-index: 12;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 18px;
    background: #000;
    transform: translate(var(--action-box-x), var(--action-box-y));
  }

  .sv-action-section.is-hidden-after-video {
    display: none;
  }

  .sv-loading-card {
    width: 100%;
    max-width: 100%;
    min-height: 178px;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 18px;
    border: 1px solid #ff1a1a;
    border-radius: 20px;
    background: rgba(8,8,8,.90);
    box-shadow:
      0 0 18px rgba(255,0,0,.32),
      inset 0 0 24px rgba(255,0,0,.06);
    display: grid;
    grid-template-columns: 106px 1fr;
    align-items: center;
    gap: 18px;
    opacity: 1;
    transition: opacity .55s ease, transform .55s ease;
  }

  .sv-loading-card.is-hidden {
    display: none;
  }

  .sv-loading-circle {
    position: relative;
    width: 106px;
    height: 106px;
  }

  .sv-loading-circle svg {
    width: 106px;
    height: 106px;
    transform: rotate(-90deg);
  }

  .sv-loading-bg,
  .sv-loading-progress {
    fill: none;
    stroke-width: 15;
    stroke-linecap: round;
  }

  .sv-loading-bg {
    stroke: rgba(255,255,255,.08);
  }

  .sv-loading-progress {
    stroke: #ff2525;
    stroke-dasharray: 301.59;
    stroke-dashoffset: 301.59;
    filter: drop-shadow(0 0 8px rgba(255,0,0,.62));
    transition: stroke-dashoffset .55s ease;
  }

  .sv-loading-circle strong {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -1px;
  }

  .sv-loading-info h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: #fff;
    font-size: 12.5px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .sv-loading-info h3 span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00d26a;
    box-shadow: 0 0 14px rgba(0,210,106,.9);
    flex: 0 0 12px;
  }

  .sv-loading-info p {
    margin: 0 0 12px;
    color: #dedede;
    font-size: 12px;
    line-height: 1.32;
  }

  .sv-loading-info small {
    color: #ff2525;
    font-size: 10.5px;
    line-height: 1.25;
  }

  .sv-continue-btn {
    display: none;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    border: 1px solid #ff1a1a;
    border-radius: 14px;
    background: linear-gradient(180deg, #ff1a1a, #b90000);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow:
      0 0 10px rgba(255,0,0,.55),
      0 0 28px rgba(255,0,0,.35);
    cursor: pointer;
    animation: svNeonPulse 1.7s ease-in-out infinite;
  }

  .sv-continue-btn.is-visible {
    display: block;
  }

  .sv-analysis-box {
    display: none;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    padding: 15px;
    border: 1px solid rgba(255,26,26,.32);
    border-radius: 16px;
    background: rgba(8,8,8,.88);
    box-shadow: 0 0 22px rgba(255,26,26,.13);
    transition: opacity .8s ease;
  }

  .sv-analysis-box.is-visible {
    display: block;
    opacity: 1;
  }

  .sv-analysis-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .sv-analysis-header strong {
    flex: 1;
    font-size: 12px;
    white-space: nowrap;
  }

  .sv-analysis-header b {
    color: #ff1a1a;
    font-size: 12px;
  }

  .sv-analysis-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00d26a;
    box-shadow: 0 0 12px rgba(0,210,106,.9);
    flex: 0 0 9px;
  }

  .sv-analysis-bar {
    height: 15px;
    border-radius: 999px;
    overflow: hidden;
    background: #160000;
    border: 1px solid rgba(255,26,26,.25);
  }

  .sv-analysis-bar i {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff1a1a, #ff4b4b, #7b0000);
    box-shadow: 0 0 18px rgba(255,0,0,.55);
    transition: width .55s ease;
  }

  .sv-analysis-box p {
    margin: 10px 0 0;
    color: #d6d6d6;
    font-size: 12px;
    line-height: 1.35;
  }

  /* CONTAINER DO VÍDEO - posição controlada por --video-box-x e --video-box-y */
  .sv-video-section {
    display: none;
    padding: 0 20px 32px;
    background: #000;
    transform: translate(var(--video-box-x), var(--video-box-y));
  }

  .sv-video-section.is-visible {
    display: block;
  }

  /* MOLDURA DO PLAYER */
  .sv-phone-frame {
    position: relative;
    width: 100%;
    max-width: 390px;
    aspect-ratio: 9 / 16;
    max-height: none;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255,26,26,.28);
    background:
      url("/wp-content/uploads/fluxochat/assets/backgrounds/capavídeo.jpg") center center / cover no-repeat,
      #000;
    box-shadow:
      0 0 0 4px rgba(255,255,255,.035),
      0 0 34px rgba(255,0,0,.16);
  }

  .sv-analysis-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    background: #000;
  }

  .sv-analysis-video.is-ended {
    opacity: 0;
    pointer-events: none;
  }

  .sv-video-audio-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: grid;
    place-items: center;
    border: 0;
    background: rgba(0,0,0,.26);
    cursor: pointer;
    padding: 0;
  }

  .sv-video-audio-overlay.is-hidden {
    display: none;
  }

  .sv-video-audio-img {
    width: min(78%, 280px);
    height: auto;
    opacity: .75;
    animation: svAudioOverlayPulse 1.45s ease-in-out infinite;
    filter: drop-shadow(0 0 18px rgba(255,0,0,.22));
  }

  .sv-final-cta {
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 14px;
    z-index: 8;
    padding: 14px 16px 15px;
    border: 1px solid #ff1a1a;
    border-radius: 14px;
    background: rgba(8,8,8,.74);
    color: #fff;
    backdrop-filter: blur(12px);
    box-shadow:
      0 0 14px rgba(255,0,0,.55),
      0 0 34px rgba(255,0,0,.28),
      inset 0 0 20px rgba(255,0,0,.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(var(--cta-final-x), calc(var(--cta-final-y) + 42px));
    transition:
      opacity 1.15s ease,
      transform 1.15s cubic-bezier(.16, 1, .3, 1),
      visibility 1.15s ease;
  }

  .sv-final-cta.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(var(--cta-final-x), var(--cta-final-y));
  }

  .sv-final-cta-content strong {
    display: block;
    width: 100%;
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
  }

  .sv-final-cta-content small {
    display: block;
    width: 100%;
    color: #d6d6d6;
    font-size: 11px;
    line-height: 1.38;
    text-align: center;
  }

  .sv-final-cta-button {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 14px 12px;
    border: 1px solid #ff1a1a;
    border-radius: 10px;
    background: linear-gradient(180deg, #ff1a1a, #b90000);
    color: #fff !important;
    text-decoration: none;
    font-size: 11.5px;
    line-height: 1.22;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    box-shadow:
      0 0 10px rgba(255,0,0,.55),
      0 0 28px rgba(255,0,0,.35);
    animation: svNeonPulse 1.7s ease-in-out infinite;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
  }

  .sv-final-cta-button:hover,
  .sv-final-cta-button:focus,
  .sv-final-cta-button:active {
    background: linear-gradient(180deg, #00d26a, #008c46);
    border-color: #00d26a;
    color: #ffd44d !important;
  }

  .sv-final-secure {
    margin-top: 9px;
    color: rgba(255,255,255,.62);
    font-size: 9.5px;
    text-align: center;
    text-transform: uppercase;
  }



  /* =====================================================

  @media (max-width: 380px) {
    .sv-loading-card {
      grid-template-columns: 96px 1fr;
      gap: 16px;
      padding: 20px 16px;
    }

    .sv-loading-circle,
    .sv-loading-circle svg {
      width: 96px;
      height: 96px;
    }

    .sv-loading-circle strong {
      font-size: 25px;
    }

    .sv-loading-info h3,
    .sv-loading-info p {
      font-size: 12px;
    }

    .sv-loading-info small {
      font-size: 10.5px;
    }
  }

  @keyframes svNeonPulse {
    0%, 100% {
      box-shadow:
        0 0 8px rgba(255,0,0,.45),
        0 0 20px rgba(255,0,0,.28);
      transform: scale(1);
    }

    50% {
      box-shadow:
        0 0 16px rgba(255,0,0,.85),
        0 0 40px rgba(255,0,0,.55);
      transform: scale(1.018);
    }
  }

  @keyframes svAudioOverlayPulse {
    0%, 100% {
      transform: scale(1);
      opacity: .75;
    }

    50% {
      transform: scale(1.07);
      opacity: .9;
    }
  }