body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('../background_whats.html'); /* Caminho da sua imagem de fundo */
  }
  
  /* Menu de cima */
  
  .menu {
    top: 0%;
    width: 100%;
    height: 80px; /* Ajuste a altura desejada */
    background: #fff;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 5px;
    box-sizing: border-box;
    z-index: 9998; /* Para garantir que o menu fique acima de outros elementos */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}


.menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  border-bottom-left-radius: 0px; /* Radius no canto inferior esquerdo */
  border-bottom-right-radius: 0px; /* Radius no canto inferior direito */
  
}
  
  .menu a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
  }
  
  
  .menu a img {
    max-width: 100%; /* Ajuste o tamanho mÃƒÆ’Ã‚Â¡ximo da imagem */
    max-height: 100%; /* Ajuste o tamanho mÃƒÆ’Ã‚Â¡ximo da imagem */
    display: block;
    margin-right: 50px;
  }

  .buttons-container {
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .slider {
    width: 93%;
    height: 10px;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(to right, #ffffff, #8a8a8a, #272727);
    outline: none;
    opacity: 0.9;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    margin: 0px auto;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

.labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 15px;
    margin-top: -10px;
}

  .valor-box {
    width: 120px;
    background-color: transparent; /* Deixa o fundo transparente */
    border: 2px solid #e12775; /* Define a borda com 1px de espessura na cor verde */
    border-radius: 5px;
    padding: 7px;
    align-items: center;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#valorSaque {
  margin-top: -20px;
}

.textoSaldo{
  font-size: 10px;
  color: #202020;
  font-weight: 700;
  position: relative;
  top: -25px;;
  margin: 0 0 0 9px;
  padding: 1px 5px;
  width: fit-content;
}
  
  .valor-box-saque {
    width: 99%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    align-items: center;
    line-height: 20px;
    display: block;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-bottom: 40px;
  }


  .valor-box span {
    font-weight: bold;
    font-size: 20px;
  }
  
  #valor {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #202020;
    margin-top: -25px;
  }
  
  #valor-saque {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 21px;
  }

  #valor-money {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 21px;
  }

  /* Menu de baixo */

  .menuemb {
    position: fixed;
    bottom: 1%;
    width: 95%;
    left: 2.5%;
    right: 2.5%;
    background: #fff;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 9995;
    
  }

  
  .menuemb a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    height: 50px;
  }

  .menuemb a img {
    width: 100%;
    height: auto;
    display: block;
  }



  /* BOTÃƒÆ’Ã¢â‚¬Â¢ES LIKE E DISLIKE*/
  .like-dislike-buttons {
    display: flex;
    justify-content: center;
    gap: 0px;
  }

  .like-button, .dislike-button {
    border: 2px solid;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    text-align: center; /* Centraliza o texto */
    margin: 0 auto;
    right: 5%;
    left: 5%;
  }

  .like-button {
    border-color: green;
    color: green;
    width: 49%;
    right: 5%;
    left: 5%;
    border-radius: 8px;
  }

  .dislike-button {
    border-color: red;
    color: red;
    width: 49%;
    right: 5%;
    left: 5%;
    border-radius: 8px;
  }

  .liked {
    background: linear-gradient(180deg, green, green);
    color: #fff;
  }
  
  .disliked {
    background: linear-gradient(180deg, red, red);
    color: #fff;
  }

  

  .button-container {
    display: flex;
    margin: 0 auto;
    width: 90%;
    justify-content: center;
    align-items: center;
  }

  .square-button {
    border-radius: 12px;
    border: none;
    aspect-ratio: 1 / 1;
    margin: 5px;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }

  .square-button img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Redimensiona a imagem para preencher o botÃƒÆ’Ã‚Â£o */
  }

  .square-button.active {
    background-color: #fc1877;

    transform: scale(1.1);
  }

  .input-container {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
  }

  .input-container input[type="text"] {
    width: 100%;
    font-size: 15px;
    color: #303030;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    margin: 0 auto;
  }

  /* POPUP SAQUE */

  .popup-container {
    position: fixed;
    border-radius: 22px;
    top: 50%;
    left: 50%;
    width: 88%;
    max-width: 360px;
    transform: translate(-50%, -50%) scale(0.92);
    background: linear-gradient(160deg, #ffffff 0%, #fff8fb 100%);
    padding: 28px 22px 24px;
    box-shadow: 0 30px 80px rgba(225, 39, 117, 0.25), 0 0 0 1px rgba(225,39,117,0.08), 0 0 60px rgba(34,197,94,0.12);
    display: none;
    z-index: 10050;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.6);
  }

  .popup-container::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(225,39,117,0.18), transparent 30%, rgba(34,197,94,0.18), transparent 60%, rgba(225,39,117,0.18), transparent);
    animation: popup-glow 4s linear infinite;
    z-index: 0;
    pointer-events: none;
  }

  .popup-container::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: linear-gradient(160deg, #ffffff 0%, #fff8fb 100%);
    border-radius: 20px;
    z-index: 0;
  }

  .popup-container > * { position: relative; z-index: 1; }

  @keyframes popup-glow {
    to { transform: rotate(360deg); }
  }

  .popup-container[style*="display: block"],
  .popup-container[style*="display:block"],
  .popup-container.show-popup {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    animation: popup-pop 0.5s cubic-bezier(.2,1.5,.3,1) forwards;
  }

  @keyframes popup-pop {
    0% { transform: translate(-50%, -50%) scale(0.7); opacity: 0; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  }


  .popup-container2 {
    display: none;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #292929;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9997;
    opacity: 100%;
    color: white;
    box-shadow: 0 0 100px rgba(0, 0, 0, 100);
  }

  

  .popup-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }

  .popup-button {
    background-color: #FF0000;
    width: 95%;
    border-radius: 8px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }

  .desbloquear-button {
    background-color: #1d1d1d;

    width: 90%;
    border-radius: 8px;
    color: #fdfdfd;
    border: none;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
  }

  /* POPUP LIMITE DE SAQUE */

  .popup-containerL {
    position: fixed;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    width: 90%;   
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 0 350px rgba(0, 0, 0, 1);
    display: none;
    z-index: 10000;
    
  }

  .popup-textL {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }

  .popup-buttonL {
    background-color: #FF0000;
    width: 95%;
    border-radius: 8px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }

  .desbloquear-buttonL {
    background: linear-gradient(135deg, #28a745, #06641c);
    width: 95%;
    border-radius: 8px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }

  /* Style dos ÃƒÆ’Ã‚Â­cones do Google */

  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 600,
    'GRAD' 0,
    'opsz' 30;
  }
  
  /* Barra de carregamento */
  
  #progress-bar {
      width: 95%;
      height: 20px;
      background-color: #ddd;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      /* margin: 0 auto;*/
  }
      
  #progress-bar div {
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #ff0000;
      animation: progress 86400s linear; /* ajustar segundos */
      animation-fill-mode: forwards;
      animation-iteration-count: 1;
  }
      
  @keyframes progress {
      from { width: 0%; }
      to { width: 100%; }
  }
  
  
  /* Caixa de login */


  #login {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loginbox {
    width: 90%; /* Largura do retÃƒÆ’Ã‚Â¢ngulo */
    height: 250px; /* Altura do retÃƒÆ’Ã‚Â¢ngulo */
    background-color: #d9d9d9; /* Cor de fundo do retÃƒÆ’Ã‚Â¢ngulo */
    border-radius: 20px; /* Raio dos cantos do retÃƒÆ’Ã‚Â¢ngulo */
    display: block;
    margin: 0 auto;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    
  }
  
  .input-container {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    box-sizing: border-box;
  }

  .input-container label {

    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 10px; /* EspaÃƒÆ’Ã‚Â§amento entre o tÃƒÆ’Ã‚Â­tulo e a caixa */
  }

  .input-container input[type="text"] {
    width: 96%;
    font-size: 15px;
    color: #007bff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* Estilo para a bolinha girando */
  .loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 4px solid rgba(255, 0, 140, 0.822);
    border-top: 4px solid rgba(255, 0, 140, 0.856);
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    vertical-align: middle;
  }

  

  /* Estilos para estado de loading dos botões */
  button.loading {
    background-color: #ccc !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    pointer-events: none;
  }

  button.loading .spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 8px;
  }
  
  .prosseguir-button {
    background-color: #e12775;
    width: 90%;
    border-radius: 12px;
    border: none;
    color: #202020;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 0 auto;
  }
  
  .prosseguir-button1 {
    background: linear-gradient(135deg, #28a745, #06641c);
    width: 90%;
    border-radius: 8px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }
  
  
  
  
  
  .criar-conta {
    background-color: #fff;
    width: 90%;
    border-radius: 8px;
    color: rgb(101, 101, 101);
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }

  /* NotificaÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o de dinheiro */

  .notificacaoDinheiro {
      display: none;
      margin: 0 auto;
      position: fixed;
      top: -100px; /* Posiciona a notificaÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o acima da tela */
      left: 0;
      right: 0;
      color: #333;
      text-align: center;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
      background-image: linear-gradient(125deg, #5575FD, #2B50F0);
      z-index: 9999;
      height: 50px;
      width: 60%;
      border-radius: 20px;
      padding-bottom: 10px;
      padding-top: 10px;
  }
      
  .notificacaoDinheiro.activeDinheiro {
      display: block;
      animation: slideInDinheiro 0.5s forwards;
  }
      
  .notificacaoDinheiro.activeDinheiro.slideOutDinheiro {
      animation: slideOutDinheiro 0.5s forwards;
  }
      
  @keyframes slideInDinheiro {
      from {
          top: -100px;
      }
      to {
          top: 0;
      }
  }
      
  @keyframes slideOutDinheiro {
      from {
          top: 0;
      }
      to {
          top: -100px;
      }
  }
  
  /* Slogan inicio */
  
  .slogan-inicio {
      display: flex;
      margin: 0 auto;
      justify-content: center; 
      align-items: center;
      background-color: #7a7a7a;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
      height: 70px;
      width: 95%;
      border-radius: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      padding-right: 15px;
  }
  
  .outer-box {
    width: 90%;
    display: flex;
    margin: 0 auto;
    border-radius: 10px;
   
   box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }

  .white-box-login {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    height: 100%;
    width: 99%;
    border-radius: 20px;
    border: 3px solid #202020;
  }

  .logo-area {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .outer-box-login {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }

  .login-security-text {
    display: flex;
    color: #327359;
    gap: 1px;
  }
  


.center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Ajuste conforme necessÃƒÆ’Ã‚Â¡rio para ocupar toda a altura da tela */
}

  .white-box {
      display: block;
      margin: 0 auto;
      background-color: #fff;
      height: 100%;
      width: 99%;
      border-radius: 10px;
      padding-top: 20px;
      padding-bottom: 22px;
      
  }

  .imagem {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    width: 90%;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);

  }
  
  .footer-text {
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ffffff; /* Cor do texto */
    padding: 10px; /* EspaÃƒÆ’Ã‚Â§amento interno do texto */
    box-sizing: border-box; /* Evita que o padding afete a largura total */
    padding-bottom: 20px;
}



  .wbc {
      text-align: center;
      color: white;
      font-family: 'Montserrat', sans-serif;
  }
  
  .gerarCodigo {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      background: linear-gradient(180deg, #28a745, #28a745);
      border: 0;
      color: white;
      border-radius: 8px;
      width: 50%;
      height: 30px;
      line-height: 27px;
      font-size: 16px;
  }

  .gerarCodigo2 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(180deg, #28a745, #28a745);
    border: 0;
    color: white;
    font-weight: bold;
    border-radius: 12px;
    width: 85%;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
}
  
  
  
  .centro {
    background-color: white;
    height: 100%;
    width: 95%;
    left: 2.5%;
    display: flex;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

  }   

  .form-label,
  .form-input {
    border-radius: 12px;
    width: 90%;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    box-sizing: border-box; /* Adicionado para incluir borda e preenchimento nas dimensÃƒÆ’Ã‚Âµes */
    text-align: center;
    font-size: 16px;
  }

  .form-input {
    
    height: 40px;
    line-height: 40px;
  }

  .form-label {
    height: 35px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(99, 99, 99);
    line-height: 35px;
    margin-bottom: 15px;
  }


  #container-progresso {
    position: relative;
    width: 200px; /* Ajuste para o tamanho desejado */
    height: 100px; /* Ajuste para o tamanho desejado */
    text-align: center;
  }
  
  #barra-progresso-svg {
    width: 100%;
    height: 100%; 
  }
  
  #minha-barra-progresso {
    stroke-linecap: round; /* Pontas redondas */
    stroke-dasharray: 0 100; /* ComeÃƒÆ’Ã‚Â§a vazia */
    animation: preencherAnimacao 2.5s linear forwards; /* AnimaÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o de preenchimento em 5 segundos */
  }
  
  @keyframes preencherAnimacao {
    100% {
      stroke-dasharray: 100 1; /* Termina preenchida */
    }
  }
  
  #texto-progresso {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #202020; /* Cor do texto */
  }
  
  #meu-valor-progresso {
    display: block;
    font-size: 1.2em; /* Ajuste para o tamanho desejado */
    font-weight: bold;
  }
  

  
  .faq-container {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-width: 600px;
    border-radius: 8px;
    color: #fff;
  }
  
  .faq-item {
    margin-bottom: 16px;
    border: 1px solid #f0f4f8;
    border-radius: 12px;
  }
  
  .question {
    padding: 16px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(101, 101, 101);
    font-weight: bold;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  .answer {
    padding: 16px;
    display: none;
    background-color: #e6e6e6;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
  }
  .answer.active {
    display: block;
    border-radius: 0 0 12px 12px;
  }

  .faq-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #202020;
    text-align: center;
  }






  .rating-container {
    display: flex;
    width: 95%;
    margin: 0 auto;
  }
  
  .rating-button {
    background-color: rgb(119, 119, 119); /* Cor cinza inicial */
    border: none;
    width: 95%;
    height: 40px;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease; /* TransiÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o suave na mudanÃƒÆ’Ã‚Â§a de cor */
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  .rating-button.active {
    background-color: #202020; /* Cor verde quando clicado */
    color: #fff;
  }

  .pergunta-whats {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: rgb(101, 101, 101);
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  

  .enviarCodigo {
    background-color: #111111;

    width: 93%;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 0px auto;
    box-sizing: border-box;
    margin-top: 15px;
  }

  .card__satisfacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card__satisfacao h2,
.card__resposta h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.card__gradeContainer {
    display: grid;
    width: 90%;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 20px;
}

.card__grade {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all ease 0.3s;
}

.card__grade i {
    font-size: 32px;
    color: #7e7e7e;
}

.card__gradeDescricao {
    width: 90%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    color: #7e7e7e;
}


/* ============================================================
   LOGIN MODERNO 2026 — centralizado, gameficado, alta conversão
   ============================================================ */
.login-screen {
  min-height: 100vh;
  background: linear-gradient(160deg, #fff 0%, #fff5f8 50%, #ffeef3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  box-sizing: border-box;
}

.login-wrapper {
  width: 100%;
  max-width: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}

.login-card {
  width: 100%;
  background: #fff;
  border-radius: 22px;
  padding: 22px 22px 24px;
  box-shadow: 0 12px 40px rgba(225, 39, 117, 0.10), 0 2px 8px rgba(0,0,0,0.04);
  border: 1px solid #f3d6e2;
  text-align: center;
  box-sizing: border-box;
}

.login-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #e12775, #ff4d8d);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(225, 39, 117, 0.3);
}

.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
  animation: pulseDot 1.5s infinite;
}
@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
  70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.login-logo {
  width: 130px;
  margin: 0 auto 10px;
  display: block;
}

.login-security-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #0a8754;
  margin-bottom: 18px;
}
.login-security-text svg { width: 16px; height: 16px; }
.login-security-text p { margin: 0; font-size: 12px; font-weight: 600; }

.login-title {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 6px;
  letter-spacing: -0.5px;
}

.login-subtitle {
  font-size: 14px;
  color: #555;
  margin: 0 0 18px;
  line-height: 1.4;
}
.login-subtitle b { color: #e12775; font-size: 16px; }

.login-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  text-align: left;
  background: #fafafa;
  border-radius: 12px;
  padding: 12px 14px;
}
.login-benefits li {
  font-size: 13px;
  color: #333;
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.login-benefits li span {
  color: #0a8754;
  font-weight: 700;
  flex-shrink: 0;
}

.scarcity-box {
  background: linear-gradient(135deg, #fff8f0, #ffe8d6);
  border: 1px solid #ffb380;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 18px;
}
.scarcity-line {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: #6b3000; font-weight: 600;
}
.scarcity-count {
  background: #ff4d4d; color: #fff;
  padding: 3px 10px; border-radius: 999px;
  font-size: 13px; font-weight: 800;
  animation: pulseRed 1.6s infinite;
}
@keyframes pulseRed {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
.scarcity-bar {
  height: 6px; background: #ffd6b3; border-radius: 999px;
  margin: 8px 0; overflow: hidden;
}
.scarcity-bar-fill {
  height: 100%; width: 78%;
  background: linear-gradient(90deg, #ff8a00, #ff4d4d);
  border-radius: 999px;
  transition: width 0.4s;
}
.scarcity-timer {
  font-size: 12px; color: #6b3000; text-align: center;
}
.scarcity-timer b {
  font-family: 'Montserrat', monospace;
  color: #d32f2f; font-size: 14px;
}

.login-form { text-align: left; }
.login-form label {
  display: block;
  font-size: 13px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 500;
}
.login-form input {
  width: 100%;
  padding: 14px;
  border: 2px solid #eee;
  border-radius: 12px;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fafafa;
}
.login-form input:focus {
  border-color: #e12775;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(225, 39, 117, 0.12);
}
.login-form .prosseguir-button {
  width: 100%;
  background: linear-gradient(135deg, #e12775, #ff4d8d);
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 14px;
  transition: transform 0.15s, box-shadow 0.2s, opacity 0.2s;
  box-shadow: 0 6px 18px rgba(225, 39, 117, 0.35);
  letter-spacing: 0.3px;
}
.login-form .prosseguir-button:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(225, 39, 117, 0.45);
}
.login-form .prosseguir-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  background: #999;
  box-shadow: none;
}

.trust-row {
  display: flex; justify-content: space-around;
  margin: 18px 0 12px;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.trust-item { font-size: 11px; color: #555; font-weight: 600; }

.footer-text { text-align: center; }
.site-seguro-img { width: 130px; margin: 8px auto 6px; display: block; opacity: 0.85; }
.footer-copyright {
  font-size: 12px; color: #888; font-weight: 600;
  margin: 6px 0 2px;
}
.footer-terms {
  font-size: 11px; color: #aaa; margin: 0;
}

/* ============================================================
   FLUXO TRANSFERÊNCIA DEMONSTRATIVA + CAPTCHA
   ============================================================ */
.tx-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(6px);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}
.tx-modal.show { display: flex; }

.tx-modal-content {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  animation: txSlideIn 0.35s ease-out;
  box-sizing: border-box;
}
@keyframes txSlideIn {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.tx-header {
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 16px;
}
.tx-logo { width: 70px; }
.tx-bank {
  background: #003a70; color: #fff;
  font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 6px;
  letter-spacing: 0.5px;
}

.tx-status { text-align: center; margin-bottom: 18px; }
.tx-status h3 { margin: 12px 0 4px; font-size: 17px; color: #1a1a1a; }
.tx-status p { margin: 0; font-size: 13px; color: #777; }

.tx-spinner {
  width: 48px; height: 48px;
  border: 4px solid #f0f0f0;
  border-top-color: #e12775;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
  margin: 0 auto;
}
.tx-spinner-sm {
  width: 22px; height: 22px;
  border: 3px solid #f0f0f0;
  border-top-color: #e12775;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
  display: inline-block; vertical-align: middle;
  margin-right: 8px;
}

.tx-detail {
  background: #fafafa;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 14px;
}
.tx-row {
  display: flex; justify-content: space-between;
  font-size: 13px; padding: 5px 0;
}
.tx-row span { color: #777; }
.tx-row b { color: #1a1a1a; }
.tx-estado-pending { color: #e6a800 !important; }
.tx-estado-error { color: #d32f2f !important; }

.tx-steps {
  background: #f5f7fa;
  border-radius: 10px;
  padding: 10px 14px;
}
.tx-step {
  font-size: 12px;
  color: #555;
  padding: 4px 0;
  font-weight: 500;
  transition: color 0.3s;
}
.tx-step.done { color: #0a8754; font-weight: 600; }
.tx-step.error { color: #d32f2f; font-weight: 600; }

.tx-error { text-align: center; }
.tx-error-icon {
  width: 70px; height: 70px;
  background: #ffeded;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 38px;
  color: #d32f2f;
  margin: 0 auto 14px;
  animation: shakeIcon 0.5s;
}
@keyframes shakeIcon {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  75% { transform: translateX(6px); }
}
.tx-error h3 { font-size: 19px; color: #d32f2f; margin: 0 0 12px; }
.tx-error-msg { font-size: 14px; color: #444; line-height: 1.5; margin: 0 0 12px; }
.tx-error-code {
  background: #fff3f3;
  color: #d32f2f;
  font-family: monospace;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 16px;
  border: 1px dashed #ffb3b3;
}
.tx-btn-primary {
  width: 100%;
  background: linear-gradient(135deg, #e12775, #ff4d8d);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(225, 39, 117, 0.35);
  transition: transform 0.15s;
}
.tx-btn-primary:hover { transform: translateY(-1px); }

.tx-captcha-title { font-size: 17px; margin: 0 0 4px; color: #1a1a1a; text-align: center; }
.tx-captcha-sub { font-size: 13px; color: #666; margin: 0 0 18px; text-align: center; }

.tx-captcha-box {
  display: flex; align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 14px 12px;
  background: #f9f9f9;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  position: relative;
}
.tx-captcha-box:hover { background: #f0f0f0; border-color: #999; }

.tx-captcha-check {
  width: 26px; height: 26px;
  border: 2px solid #c1c1c1;
  border-radius: 3px;
  background: #fff;
  margin-right: 12px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s;
}
.tx-captcha-check.checked {
  background: #0a8754;
  border-color: #0a8754;
}
.tx-captcha-check.checked::after {
  content: '✓';
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.tx-captcha-text { flex: 1; font-size: 14px; color: #333; }
.tx-captcha-logo {
  display: flex; flex-direction: column; align-items: flex-end;
  font-size: 10px; color: #999;
}
.tx-captcha-logo span { font-weight: 700; color: #e12775; font-size: 12px; }

.tx-captcha-progress {
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
  color: #555;
}

.tx-captcha-success { text-align: center; padding: 10px 0; }
.tx-success-check {
  width: 70px; height: 70px;
  background: #e8f7ee;
  color: #0a8754;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 38px;
  margin: 0 auto 12px;
  animation: popCheck 0.4s;
}
@keyframes popCheck {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.tx-captcha-success h3 { font-size: 18px; color: #0a8754; margin: 0 0 6px; }
.tx-captcha-success p { font-size: 13px; color: #666; margin: 0; }

/* ============================================================
   POPUP TAXA DE ADESÃO — gameficado
   ============================================================ */
#popup.popup-container {
  text-align: center;
  padding: 20px 18px 24px;
}

.taxa-hero {
  position: relative;
  margin-bottom: 14px;
}
.taxa-icon-wrap {
  position: relative;
  display: inline-block;
}
.taxa-icon-pulse {
  position: absolute;
  top: 50%; left: 50%;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: rgba(10, 135, 84, 0.15);
  transform: translate(-50%, -50%);
  animation: pulseRing 1.8s infinite;
  z-index: 0;
}
@keyframes pulseRing {
  0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.7; }
  100% { transform: translate(-50%, -50%) scale(1.4); opacity: 0; }
}
.taxa-icon-wrap img { position: relative; z-index: 1; }

.taxa-badge {
  display: inline-block;
  background: #e8f7ee;
  color: #0a8754;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  margin-top: 8px;
  letter-spacing: 0.5px;
}

.taxa-title {
  font-size: 19px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 12px 0 16px;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.taxa-title span { color: #0a8754; }

.taxa-progress {
  display: flex; align-items: center; justify-content: center;
  margin: 0 0 18px;
}
.taxa-progress-step {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #eee;
  color: #999;
  font-weight: 700;
  font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.taxa-progress-step span {
  position: absolute; top: 36px; left: 50%;
  transform: translateX(-50%);
  font-size: 10px; font-weight: 600;
  color: #999; white-space: nowrap;
}
.taxa-progress-step.done {
  background: #0a8754; color: #fff;
}
.taxa-progress-step.done span { color: #0a8754; }
.taxa-progress-step.active {
  background: #e12775; color: #fff;
  box-shadow: 0 0 0 4px rgba(225,39,117,0.2);
  animation: pulsePink 1.5s infinite;
}
.taxa-progress-step.active span { color: #e12775; font-weight: 700; }
@keyframes pulsePink {
  0%, 100% { box-shadow: 0 0 0 4px rgba(225,39,117,0.2); }
  50% { box-shadow: 0 0 0 8px rgba(225,39,117,0.05); }
}
.taxa-progress-line {
  flex: 1; height: 3px; background: #eee; margin: 0 4px; max-width: 50px;
}
.taxa-progress-line.done { background: #0a8754; }
.taxa-progress-line.active {
  background: linear-gradient(90deg, #0a8754, #e12775);
}

.taxa-explica {
  font-size: 13.5px;
  color: #444;
  line-height: 1.55;
  text-align: left;
  background: #fafafa;
  padding: 14px;
  border-radius: 12px;
  margin: 24px 0 16px;
}

.taxa-bonus-box {
  background: linear-gradient(135deg, #fff8e1, #ffecb3);
  border: 1px dashed #f5b800;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 14px;
  text-align: left;
}
.taxa-bonus-title {
  font-size: 13px; font-weight: 800;
  color: #8a6500; margin-bottom: 8px;
  text-align: center;
}
.taxa-bonus-list {
  list-style: none; padding: 0; margin: 0;
}
.taxa-bonus-list li {
  font-size: 12.5px; color: #5a4400;
  padding: 4px 0;
}
.taxa-bonus-list li b { color: #8a6500; }

.taxa-scarcity {
  background: #fff3f3;
  border: 1px solid #ffcccc;
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 16px;
}
.taxa-scarcity-row {
  display: flex; justify-content: space-between;
  font-size: 12.5px; color: #8a1a1a;
  padding: 3px 0;
  font-weight: 600;
}
.taxa-scarcity-row b {
  color: #d32f2f;
  font-family: 'Montserrat', monospace;
  font-size: 14px;
}

.taxa-cta {
  display: block !important;
  width: 100% !important;
  background: linear-gradient(135deg, #0a8754, #15a86b) !important;
  color: #fff !important;
  border: none !important;
  padding: 17px 12px !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
  border-radius: 14px !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(10,135,84,0.35) !important;
  letter-spacing: 0.3px !important;
  animation: ctaBreath 2s infinite;
  margin: 0 0 12px !important;
}
@keyframes ctaBreath {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

.taxa-trust {
  display: flex; justify-content: space-around;
  font-size: 11px; color: #555; font-weight: 600;
  margin-bottom: 8px;
}

.taxa-microtext {
  font-size: 10.5px; color: #999;
  text-align: center; margin: 0;
  line-height: 1.4;
}

/* Botão "Enviar respostas" desabilitado quando avaliação incompleta */
.enviarCodigo:disabled {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  filter: grayscale(0.6);
}

/* Rating button selecionado */
.rating-button.selected {
  background: #e12775 !important;
  color: #fff !important;
  border-color: #e12775 !important;
  transform: scale(1.04);
  box-shadow: 0 4px 12px rgba(225,39,117,0.3);
}

/* Mobile fine-tuning */
@media (max-width: 480px) {
  .login-card { padding: 18px 16px 20px; border-radius: 18px; }
  .login-title { font-size: 19px; }
  .login-subtitle { font-size: 13px; }
  .taxa-title { font-size: 17px; }
  .menu { justify-content: center; }
}

/* ============ CHECKOUT MB WAY MODAL ============ */
.mbway-modal { position: fixed; inset: 0; z-index: 99999; display: none; align-items: flex-end; justify-content: center; }
.mbway-modal.show { display: flex; animation: mbwayFade .25s ease; }
@keyframes mbwayFade { from { opacity: 0; } to { opacity: 1; } }
.mbway-overlay { position: absolute; inset: 0; background: rgba(8, 18, 30, .72); backdrop-filter: blur(4px); }
.mbway-card {
  position: relative; background: #fff; width: 100%; max-width: 460px;
  border-radius: 22px 22px 0 0; padding: 22px 20px 26px;
  box-shadow: 0 -20px 60px rgba(0,0,0,.35);
  max-height: 92vh; overflow-y: auto;
  animation: mbwaySlide .35s cubic-bezier(.2,.9,.25,1.1);
}
@keyframes mbwaySlide { from { transform: translateY(100%); } to { transform: translateY(0); } }
@media (min-width: 600px) {
  .mbway-modal { align-items: center; }
  .mbway-card { border-radius: 22px; max-width: 440px; }
  @keyframes mbwaySlide { from { transform: translateY(20px) scale(.96); opacity:0;} to { transform: translateY(0) scale(1); opacity:1;} }
}
.mbway-close {
  position: absolute; top: 10px; right: 12px;
  background: #f1f3f5; border: none; width: 34px; height: 34px;
  border-radius: 50%; font-size: 22px; line-height: 1; cursor: pointer; color: #495057;
}
.mbway-close:hover { background: #e6e8eb; }

.mbway-header { text-align: center; margin-bottom: 14px; padding-top: 4px; }
.mbway-logo-row { display: flex; justify-content: center; gap: 8px; margin-bottom: 10px; }
.mbway-pill {
  background: linear-gradient(135deg, #e30613, #b3050f); color: #fff;
  font-weight: 800; font-size: 12px; padding: 5px 12px; border-radius: 20px;
  letter-spacing: 1px;
}
.mbway-secure { background: #e8f5e9; color: #1b5e20; font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 20px; }
.mbway-title { font-size: 20px; font-weight: 800; color: #0f1722; margin: 4px 0 4px; }
.mbway-subtitle { font-size: 13px; color: #5b6573; margin: 0; line-height: 1.4; }

.mbway-amount-box {
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border: 1.5px solid #b9e3fb; border-radius: 14px;
  padding: 14px; text-align: center; margin: 14px 0;
}
.mbway-amount-label { display: block; font-size: 12px; color: #0c4a6e; font-weight: 600; }
.mbway-amount-value { display: block; font-size: 32px; font-weight: 900; color: #082f49; margin: 4px 0; letter-spacing: -.5px; }
.mbway-amount-tag { display: inline-block; font-size: 11px; color: #0369a1; background: #fff; padding: 3px 10px; border-radius: 10px; }

.mbway-field { margin: 14px 0 8px; }
.mbway-label { display: block; font-size: 13px; font-weight: 700; color: #1f2937; margin-bottom: 6px; }
.mbway-input-wrap {
  display: flex; align-items: stretch; border: 1.5px solid #d1d5db;
  border-radius: 12px; overflow: hidden; background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.mbway-input-wrap:focus-within { border-color: #e30613; box-shadow: 0 0 0 3px rgba(227,6,19,.12); }
.mbway-prefix { background: #f3f4f6; padding: 12px 12px; font-weight: 700; color: #374151; font-size: 14px; display: flex; align-items: center; }
.mbway-input { flex: 1; border: none; padding: 12px 12px; font-size: 16px; font-weight: 600; color: #111827; outline: none; letter-spacing: .5px; }
.mbway-hint { display: block; font-size: 11.5px; color: #6b7280; margin-top: 6px; }

.mbway-pay-btn {
  width: 100%; background: linear-gradient(135deg, #e30613, #b3050f); color: #fff;
  border: none; padding: 15px 16px; border-radius: 14px; font-weight: 800; font-size: 16px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  cursor: pointer; margin-top: 10px;
  box-shadow: 0 8px 22px rgba(227,6,19,.32);
  transition: transform .12s, box-shadow .15s;
}
.mbway-pay-btn:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(227,6,19,.4); }
.mbway-pay-btn:disabled { opacity: .75; cursor: wait; }
.mbway-pay-icon { font-size: 20px; }

.mbway-trust-row { display: flex; justify-content: center; gap: 14px; margin-top: 12px; flex-wrap: wrap; }
.mbway-trust-row span { font-size: 11px; color: #4b5563; font-weight: 600; }

.mbway-urgency { margin-top: 12px; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 10px; font-size: 12px; text-align: center; border: 1px solid #fed7aa; }
.mbway-urgency b { color: #c2410c; }

/* AGUARDANDO */
.mbway-waiting { text-align: center; padding: 6px 4px; }
.mbway-phone-anim { position: relative; width: 90px; height: 90px; margin: 8px auto 14px; display:flex; align-items:center; justify-content:center; }
.mbway-phone { font-size: 52px; position: relative; z-index: 2; }
.mbway-pulse { position: absolute; inset: 0; border: 3px solid #e30613; border-radius: 50%; animation: mbwayPulse 1.6s ease-out infinite; }
.mbway-pulse-2 { animation-delay: .8s; }
@keyframes mbwayPulse { 0% { transform: scale(.7); opacity: .9; } 100% { transform: scale(1.6); opacity: 0; } }
.mbway-waiting-title { font-size: 17px; font-weight: 800; color: #0f1722; margin: 4px 0; }
.mbway-waiting-text { font-size: 13.5px; color: #4b5563; margin: 6px 0 14px; line-height: 1.5; }

.mbway-status-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fef3c7; color: #92400e; padding: 8px 14px; border-radius: 20px;
  font-size: 13px; font-weight: 700; margin: 4px 0 12px;
}
.mbway-spinner {
  width: 14px; height: 14px; border: 2.5px solid currentColor; border-right-color: transparent;
  border-radius: 50%; animation: mbwaySpin .8s linear infinite; display: inline-block;
}
@keyframes mbwaySpin { to { transform: rotate(360deg); } }
.mbway-countdown { font-size: 13px; color: #6b7280; margin: 6px 0 14px; }
.mbway-countdown b { color: #e30613; font-size: 16px; font-variant-numeric: tabular-nums; }
.mbway-steps-list { list-style: none; padding: 0; text-align: left; margin: 14px 0; background: #f8fafc; border-radius: 12px; padding: 12px 14px; }
.mbway-steps-list li { font-size: 12.5px; color: #334155; padding: 4px 0; }
.mbway-link-btn { background: none; border: none; color: #6b7280; font-size: 12px; text-decoration: underline; cursor: pointer; margin-top: 6px; }

/* SUCESSO */
.mbway-success { text-align: center; padding: 12px 4px; }
.mbway-success-icon { font-size: 64px; animation: mbwayPop .5s cubic-bezier(.2,.9,.25,1.5); }
@keyframes mbwayPop { from { transform: scale(0); } to { transform: scale(1); } }
.mbway-success-title { font-size: 22px; font-weight: 800; color: #14532d; margin: 8px 0; }
.mbway-success-text { font-size: 14px; color: #15803d; margin: 6px 0 14px; }
.mbway-success-loader { width: 36px; height: 36px; border: 3px solid #d1fae5; border-top-color: #15803d; border-radius: 50%; animation: mbwaySpin 1s linear infinite; margin: 8px auto; }

/* ERRO */
.mbway-error { text-align: center; padding: 12px 4px; }
.mbway-error-icon { font-size: 56px; }
.mbway-error-title { font-size: 18px; font-weight: 800; color: #991b1b; margin: 8px 0; }
.mbway-error-text { font-size: 13.5px; color: #5b1a1a; margin: 6px 0 14px; line-height: 1.45; }

/* Compactar perguntas para caber sem scroll — imagem maior */
.outer-box .white-box { padding-top: 10px; padding-bottom: 12px; }
.outer-box .white-box > p:first-of-type { font-size: 15px !important; margin-bottom: 4px !important; }
.outer-box .white-box > p:nth-of-type(2) { font-size: 17px !important; margin-bottom: 6px !important; }
.outer-box .imagem { padding-top: 4px; padding-bottom: 4px; width: 96% !important; }
.outer-box .imagem img { width: 100% !important; max-height: 280px; object-fit: contain; }
.pergunta-whats { font-size: 13px !important; margin-top: 8px !important; margin-bottom: 3px !important; padding-left: 6% !important; padding-right: 6% !important; }
.rating-container { margin-top: 3px !important; margin-bottom: 3px !important; }
.labels { margin-top: 2px !important; margin-bottom: 2px !important; }
.enviarCodigo { margin-top: 8px !important; height: 38px !important; }

@media (max-height: 780px) {
  .outer-box .imagem img { max-height: 220px; }
  .pergunta-whats { font-size: 12.5px !important; margin-top: 5px !important; }
  .outer-box .white-box > p:nth-of-type(2) { font-size: 15px !important; margin-bottom: 4px !important; }
  .outer-box .white-box > p:first-of-type { font-size: 14px !important; }
}

@media (max-height: 700px) {
  .outer-box .imagem img { max-height: 180px; }
}

/* ============================================
   GAMIFICAÇÃO POPUP "Você recebeu" (B1-B10)
   ============================================ */
.popup-container .popup-text { display: none !important; }
.popup-container dotlottie-player { display: none !important; }

.popup-game {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.popup-game .pg-badge {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  box-shadow: 0 10px 30px rgba(245,158,11,0.45), inset 0 -4px 10px rgba(0,0,0,0.15), inset 0 4px 10px rgba(255,255,255,0.4);
  margin-bottom: 14px;
  position: relative;
  animation: pg-bounce 0.8s cubic-bezier(.2,1.5,.3,1);
}
.popup-game .pg-badge::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(245,158,11,0.4);
  animation: pg-ring 1.6s ease-out infinite;
}
@keyframes pg-bounce {
  0% { transform: scale(0) rotate(-180deg); }
  60% { transform: scale(1.15) rotate(10deg); }
  100% { transform: scale(1) rotate(0); }
}
@keyframes pg-ring {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

.popup-game .pg-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #f59e0b;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.popup-game .pg-amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 46px;
  font-weight: 900;
  color: #16a34a;
  line-height: 1;
  margin-bottom: 4px;
  text-shadow: 0 2px 12px rgba(34,197,94,0.25);
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.popup-game .pg-amount .pg-currency { font-size: 26px; font-weight: 700; }
.popup-game .pg-amount .pg-plus {
  font-size: 22px;
  color: #16a34a;
  margin-right: 2px;
  animation: pg-pulse 1.2s ease-in-out infinite;
}
@keyframes pg-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.85; }
}

.popup-game .pg-msg {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #4b5563;
  margin: 10px 0 14px;
  line-height: 1.4;
  padding: 0 8px;
}

.popup-game .pg-saldo-box {
  width: 100%;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0,0,0,0.04);
}
.popup-game .pg-saldo-box .pg-saldo-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.popup-game .pg-saldo-box .pg-saldo-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}

.popup-game .pg-progress {
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 99px;
  margin-top: 12px;
  overflow: hidden;
  position: relative;
}
.popup-game .pg-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #e12775, #f59e0b, #16a34a);
  border-radius: 99px;
  transition: width 0.8s cubic-bezier(.2,.9,.25,1);
  box-shadow: 0 0 12px rgba(225,39,117,0.4);
}
.popup-game .pg-progress-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  color: #6b7280;
  margin-top: 6px;
  font-weight: 600;
}

/* Confete */
.pg-confetti {
  position: absolute;
  top: -10px;
  width: 8px;
  height: 8px;
  opacity: 0;
  pointer-events: none;
}
.popup-container[style*="display: block"] .pg-confetti,
.popup-container[style*="display:block"] .pg-confetti {
  animation: pg-fall 2s ease-out forwards;
}
@keyframes pg-fall {
  0% { transform: translateY(0) rotate(0); opacity: 1; }
  100% { transform: translateY(280px) rotate(720deg); opacity: 0; }
}
