:root {
  --primary-gradient: linear-gradient(90deg, #681dfd, #9a45fc);
  --story-gradient: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #121212;
  color: #f5f5f5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

#app {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px 30px 15px;
  margin-top: -2rem;
  flex-grow: 1;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  border-bottom: 1px solid #333;
  box-shadow: 0px 7px 22px -5px rgba(0, 0, 0, 0.5);
  margin-bottom: 2.3rem;
  top: 0;
  background-color: #121212;
  z-index: 100;
  transition: background-color 0.3s, color 0.3s;
}

header.attention-mode {
  background: #f04a4a;
  color: #fff;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  border-bottom: none;
  margin-bottom: 0;
}

.logo img {
  height: 28px;
}

.reward {
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px;
}

.gradient-text {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.photo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 15px;
}

.story-container {
  width: 100%;
  margin-bottom: -10px;
}

.story-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.story-photo {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  padding: 3px;
  background-clip: padding-box;
  border: solid 2px #121212;
  position: relative;
}

.story-photo::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: var(--story-gradient);
  border-radius: 50%;
  z-index: -1;
}

.influencer-name {
  font-size: 17px;
  font-weight: 600;
  color: #e5e5e5;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.photo {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  position: relative;
  /* Gradiente do Instagram como borda - bem suave */
  border: 2px solid transparent;
  background-clip: padding-box;
}

.photo::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: var(--story-gradient);
  border-radius: 6px;
  z-index: -1;
  opacity: 0.3; /* Borda bem fraquinha e sutil */
}

.photo-reward-badge {
  display: none !important; /* Ocultar completamente o badge de recompensa */
  visibility: hidden;
  opacity: 0;
}

.question {
  text-align: center;
  margin: 20px 0;
  margin-top: -0.3rem;
}

.question h2 {
  font-size: 1.3rem;
  color: #f5f5f5;
}

.buttons {
  display: flex;
  gap: 20px;
  width: 90%;
  margin-top: -0.9rem;
}

.buttons button {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-like,
.btn-dislike {
  background-color: #3a3a3a;
}

.btn-like.selected,
.btn-dislike.selected {
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  transform: scale(0.95);
  box-shadow: 0 5px 15px rgba(220, 39, 67, 0.3);
}

.btn-submit {
  width: 90%;
  padding: 15px;
  border: none;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  transition: transform 0.2s;
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  opacity: 0.5;
  pointer-events: none;
}

.btn-submit.active {
  opacity: 1;
  pointer-events: auto;
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
}

.btn-submit.active:hover {
  transform: scale(1.0);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* Fundo muito mais transparente */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(15px); /* Blur mais intenso para mostrar a tela de fundo */
}

.modal.active {
  display: flex;
  animation: modalFadeIn 0.3s ease-out;
}





@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-content {
  background: white;
  border-radius: 30px;
  text-align: center;
  max-width: 90%;
  width: 400px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.modal-header {
  background: var(--primary-gradient);
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.success-icon {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation: iconPop 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes iconPop {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.modal-body {
  padding: 30px;
}

.modal-content h2 {
  color: #363636;
  margin-bottom: 10px;
  font-size: 2.5rem;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.modal-content p {
  color: #242424;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.modal-reward {
  font-size: 3.5rem;
  font-weight: bold;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  margin: 20px 0;
  animation: rewardPop 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s backwards;
}

.modal-instruction {
  font-size: 1rem;
  color: #f5f5f5;
  text-align: center;
  margin: 15px 0;
  line-height: 1.4;
}

/* Novo design do modal */
.modal-content-new {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  max-width: 90%;
  width: 350px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease-out;
}

.modal-header-purple {
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  padding: 30px 20px;
  text-align: center;
  position: relative;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.success-icon-new {
  background: #f0f9f0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.modal-body-white {
  padding: 25px 20px;
  text-align: center;
  background: white;
}

.modal-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #DC2743;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.modal-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 15px;
}

.modal-reward-new {
  font-size: 2.5rem;
  font-weight: bold;
  color: #18ad51;
  display: block;
  margin: 15px 0;
}

.modal-close-new {
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(220, 39, 67, 0.3);
}

.modal-close-new:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(220, 39, 67, 0.4);
}

@keyframes rewardPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.modal-close {
  background: var(--primary-gradient);
  color: white;
  border: none;
  padding: 15px 50px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.confetti-container {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.6;
  animation: confetti 3s ease-in-out infinite;
}

.confetti:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
}

.confetti:nth-child(2) {
  left: 30%;
  animation-delay: 0.2s;
}

.confetti:nth-child(3) {
  left: 50%;
  animation-delay: 0.4s;
}

.confetti:nth-child(4) {
  left: 70%;
  animation-delay: 0.6s;
}

.confetti:nth-child(5) {
  left: 90%;
  animation-delay: 0.8s;
}

.confetti:nth-child(6) {
  left: 20%;
  animation-delay: 1s;
}

.confetti:nth-child(7) {
  left: 40%;
  animation-delay: 1.2s;
}

.confetti:nth-child(8) {
  left: 60%;
  animation-delay: 1.4s;
}

.spinner {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

.btn-pix.processing {
  background: #555;
  color: #fff;
  pointer-events: none;
  box-shadow: none;
}

/* Tela PIX - Novo Design igual à imagem */
.pix-screen {
  background: #121212;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* Header da tela PIX */
.pix-header {
  display: none;
}

/* Seção de saldo */
.balance-section {
  text-align: center;
  padding: 20px;
  background: #121212;
}

.balance-label {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin: 0 0 5px 0;
  font-weight: 500;
}

.balance-value {
  color: #00ff88;
  font-size: 4rem;
  font-weight: bold;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}

.pix-logo {
  display: flex;
  align-items: center;
}

.pix-logo img {
  height: 28px;
  width: auto;
}

.pix-balance {
  display: flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9rem;
}

.balance-icon {
  font-size: 1rem;
}

.balance-amount {
  font-size: 1rem;
}

/* Seção de saldo */
.balance-section {
  text-align: center;
  padding: 20px;
  background: #121212;
}

.balance-label {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin: 0 0 5px 0;
  font-weight: 500;
}

.balance-value {
  color: #00ff88;
  font-size: 4rem;
  font-weight: bold;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}

/* Conteúdo principal */
.pix-main-content {
  flex: 1;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.pix-title {
  color: #f5f5f5;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: center;
}

.pix-description {
  margin-bottom: 30px;
}

.pix-description p {
  color: #f5f5f5;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-align: center;
}

/* Cards de seleção de tipo */
.pix-type-cards {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  justify-content: center;
}

.pix-type-card {
  background: #1e1e1e;
  border: 2px solid #333;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  max-width: 150px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pix-type-card:hover {
  border-color: #555;
  transform: translateY(-2px);
}

.pix-type-card.active {
  background: #f5f5f5;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.card-icon {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.pix-type-card.active .card-icon {
  color: #333;
}

.pix-type-card span {
  color: #f5f5f5;
  font-size: 0.9rem;
  font-weight: 800;
}

.pix-type-card.active span {
  color: #333;
  font-weight: 800;
}

/* Container do input */
.pix-input-container {
  margin-bottom: 30px;
}

.pix-input-field {
  width: 100%;
  background: #1e1e1e;
  border: 2px solid #333;
  border-radius: 12px;
  padding: 18px 20px;
  color: #f5f5f5;
  font-size: 1rem;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.pix-input-field:focus {
  outline: none;
  border-color: #681dfd;
  box-shadow: 0 0 0 3px rgba(104, 29, 253, 0.1);
}

.pix-input-field::placeholder {
  color: #666;
}

/* Status do input */
.input-status {
  margin-top: 8px;
  min-height: 20px;
}

.error-message {
  color: #ff4444;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}

.success-icon {
  color: #00ff88;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-130%);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline;
  height: auto;
  vertical-align: baseline;
  font-family: 'Poppins', sans-serif;
}

.pix-input-container {
  position: relative;
}

/* Botão principal */
.pix-main-button {
  width: 100%;
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  color: white;
  border: none;
  padding: 18px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(220, 39, 67, 0.3);
}

.pix-main-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 39, 67, 0.4);
}

.pix-main-button:active {
  transform: translateY(0);
}

.modal-pix-validation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2); /* Fundo mais transparente com blur */
  backdrop-filter: blur(20px); /* Blur moderado para mostrar a tela de fundo */
}



.modal-pix-validation.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.validation-content {
  position: relative;
  background: rgba(30, 30, 30, 0.95);
  color: #f5f5f5;
  border-radius: 24px;
  padding: 3rem;
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.1);
  max-width: 420px;
  width: 90%;
  transform: scale(0.9) translateY(20px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-pix-validation.active .validation-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.validation-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem;
}

.checkmark {
  width: 100%;
  height: 100%;
  stroke: #9a45fc;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: drawCheck 0.8s ease forwards 0.3s;
}

.success-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #9a45fc;
  opacity: 0;
  transform: scale(1.4);
  animation: ringPop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.liberando-acesso {
  color: #a0a0a0;
  font-size: 1.1rem;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.text-animated {
  opacity: 0.9;
  animation: pulse 2s infinite;
}

.spinner-validation {
  border: 2.5px solid rgba(236, 72, 153, 0.2);
  border-top: 2.5px solid #9a45fc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s cubic-bezier(0.55, 0.15, 0.45, 0.85) infinite;
}

.spinner-validation.small {
  width: 20px;
  height: 20px;
  border-width: 2px;
}





/* Attention Screen Styles */
.attention-screen {
    background: white; /* Fundo branco */
    padding-top: 1rem; /* Ainda mais reduzido */
    max-width: 450px;
    margin: 0 auto;
    min-height: auto; /* Altura automática baseada no conteúdo */
}

/* Fundo branco apenas quando a tela de atenção estiver ativa */
body.attention-active {
    background: white !important;
}


/* Timer funcional */
.timer-banner {
    position: absolute;
    top: 60px; /* Abaixo do header Instapremium */
    left: 0;
    right: 0;
    background: #ef4444;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.attention-card {
  background-color: #1e1e1e;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  overflow: hidden;
  padding: 1.5rem;
  text-align: center;
}

.attention-title {
  font-size: 1.6rem;
  color: #f5f5f5;
  margin-bottom: 1rem;
  font-weight: 600;
}

.attention-description {
  color: #a0a0a0;
  line-height: 1.5;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.attention-refund {
  color: #c7c7c7;
  line-height: 1.5;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.attention-details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: left;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.detail-icon-wrapper {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-icon-wrapper.warning {
    background-color: rgba(244, 63, 63, 0.15);
    color: #f43f3f;
}

.detail-icon-wrapper.a-blue {
    background-color: rgba(52, 152, 219, 0.15);
    color: #3498db;
}

.detail-icon-wrapper.a-green {
    background-color: rgba(46, 204, 113, 0.15);
    color: #2ecc71;
}

.detail-icon {
    width: 22px;
    height: 22px;
}

.detail-item h3 {
  color: #f5f5f5;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.detail-item p {
  color: #a0a0a0;
  font-size: 0.85rem;
  line-height: 1.5;
}

.btn-proceed {
  margin-top: 1.5rem;
  padding: 1.1rem 2rem;
  font-weight: 700;
  color: white;
  background: var(--primary-gradient);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 5px 20px rgba(102, 16, 242, 0.3);
  transition: all 0.2s ease;
  text-transform: uppercase;
}

.btn-proceed:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 16, 242, 0.4);
}

.security-info {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    color: #a0a0a0;
    font-size: 0.8rem;
}

.security-info span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.security-info svg {
    width: 20px;
    height: 20px;
    color: #888;
}

/* Comments Section */
.comments-container {
  margin-top: 2rem;
  background-color: #1e1e1e;
  border-radius: 12px;
  padding: 1rem 1.5rem;
}

.comments-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #aeaeae;
  font-weight: 600;
}

.facebook-icon {
  width: 16px;
  height: 16px;
  color: #aeaeae;
}
.facebook-icon.small {
  width: 14px;
  height: 14px;
}

.comments-summary {
  font-size: 0.9rem;
  color: #a0a0a0;
  margin: 0.75rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #333;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.comment-item {
  display: flex;
  gap: 0.75rem;
}

.comment-pfp {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.comment-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}

.comment-content {
  background-color: #333;
  padding: 0.6rem 0.8rem;
  border-radius: 12px;
}

.comment-author {
  font-weight: 600;
  font-size: 0.9rem;
  color: #e0e0e0;
}

.comment-text {
  font-size: 0.9rem;
  color: #dcdcdc;
  line-height: 1.4;
  margin: 0;
}

.comment-actions {
  font-size: 0.8rem;
  color: #a0a0a0;
  padding-left: 0.8rem;
}
.comment-actions span {
  cursor: pointer;
  font-weight: 600;
}
.comment-actions span:hover {
  text-decoration: underline;
}

.comment-replies {
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.comment-input-container {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  align-items: center;
}

.comment-input {
  background-color: #333;
  border-radius: 20px;
  padding: 0.6rem 1rem;
  width: 100%;
  color: #a0a0a0;
  font-size: 0.9rem;
  cursor: pointer;
}

.comments-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #333;
  justify-content: center;
}

.comments-footer a {
  color: #a0a0a0;
  font-size: 0.85rem;
  text-decoration: none;
}
.comments-footer a:hover {
  text-decoration: underline;
}

/* Facebook Login Modal */
.facebook-login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1500;
}
.modal-content-fb {
  background-color: #242526;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);
  animation: modalFadeIn 0.3s ease-out;
  z-index: 99999;
}
.modal-header-fb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #393a3b;
  color: #e4e6eb;
  font-size: 1.1rem;
  font-weight: 600;
}
.modal-close-fb {
  background: none;
  border: none;
  color: #b0b3b8;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-body-fb {
  padding: 1.5rem 1rem;
  text-align: center;
  color: #e4e6eb;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal-body-fb p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.btn-fb-ok {
  width: auto;
  min-width: 100px;
  align-self: flex-end;
  background-color: #3a3b3c;
  color: white;
  border: 1px solid #555;
  padding: 0.6rem 1.5rem;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

/* Final Reward Modal & Video Screen Styles */
.final-reward-modal,
.final-step-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2); /* Fundo mais transparente com blur */
  backdrop-filter: blur(20px); /* Blur moderado para mostrar a tela de fundo */
}

.final-reward-modal.active,
.final-step-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.final-reward-modal.active,
.final-step-modal.active {
  opacity: 1;
  visibility: visible;

}



.final-reward-content,
.final-step-content {
  position: relative;
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  max-width: 90%;
  width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  animation: modalFadeIn 0.5s ease-out forwards;
}

.final-reward-content h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #3ad45e;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.loading-circle-container {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -1.5rem;
}

.loading-circle-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress-arc-bg,
.progress-arc {
  fill: none;
  stroke-width: 12;
}

.progress-arc-bg {
  stroke: #333;
}

.progress-arc {
  stroke: url(style.css#progressGradient);
  stroke-linecap: round;
  stroke-dasharray: 238;
  stroke-dashoffset: 238;
  transition: none;
}

.progress-arc.animated {
  animation: fillProgress 2s ease-out forwards;
}

@keyframes fillProgress {
  0% {
    stroke-dashoffset: 238;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.reward-text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reward-text-container p {
  font-size: 1rem;
  color: #c7c7c7;
  margin: 0 0 0.25rem 0;
}

.final-reward-value {
  font-size: 2.2rem;
  font-weight: bold;
  background: #3ad45e;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.instruction-text {
  font-size: 1rem;
  color: #a0a0a0;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.btn-watch-video {
  padding: 1rem 2rem;
  width: 100%;
  border: none;
  border-radius: 12px;
  background: var(--primary-gradient);
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(102, 16, 242, 0.2);
  text-transform: uppercase;
}

.btn-watch-video:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 16, 242, 0.4);
}


.screen-video {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  animation: fadeIn 1s;
}

.video-container {
  width: 80%;
  height: auto;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  background: #000;
}

.video-container video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

.video-container video:hover {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.video-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: white;
  z-index: 10;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.video-loading p {
  font-size: 0.9rem;
  opacity: 0.8;
}

.btn-skip-video {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 25px;
  cursor: pointer;
  z-index: 1000;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.btn-skip-video:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.btn-skip-video:active {
  transform: translateY(0);
}



.button-container {
  width: 100%;
  padding: 0 15px;
}

.btn-acesso-liberado {
  width: 100%;
  padding: 1.2rem;
  border: none;
  border-radius: 12px;
  background: var(--primary-gradient);
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
  animation: fadeIn 1s;
  text-transform: uppercase;
  box-shadow: 0 5px 25px rgba(102, 16, 242, 0.4);
}

.final-step-content .check-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(58, 212, 94, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.final-step-content h2 {
  font-size: 1.8rem;
  color: #3ad45e;
  margin-bottom: 1.5rem;
}

.final-step-content p {
  font-size: 1.1rem;
  color: #c7c7c7;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.final-step-content .btn-continue {
  width: 100%;
  padding: 1.2rem;
  border: none;
  border-radius: 12px;
  background: var(--primary-gradient);
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: transform 0.2s, box-shadow 0.2s;
}

.final-step-content .btn-continue:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 16, 242, 0.4);
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes confetti {
  0% {
    transform: translateY(-100%) rotate(0deg);
  }

  100% {
    transform: translateY(100vh) rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.9;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ringPop {
  0% {
    opacity: 0;
    transform: scale(1.4);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 468px) {
  .photo {
    height: 400px;
  }

  .buttons {
    width: 60%;
  }

  .btn-submit {
    width: 60%;
  }
}

@media (max-width: 640px) {
  .validation-content {
    padding: 2rem;
  }

  .liberando-acesso {
    font-size: 1rem;
  }
}

/* Novo design do modal final */
.final-reward-content-new {
  background: #1a1a1a;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  max-width: 90%;
  width: 350px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  animation: modalFadeIn 0.3s ease-out;
}

.final-title {
  font-size: 2rem;
  font-weight: bold;
  color: #00ff88;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.reward-circle-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.reward-circle-container svg {
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
}

.reward-arc {
  stroke-dasharray: 188.5;
  stroke-dashoffset: 188.5;
  animation: drawArc 2s ease-out forwards;
  stroke: #DC2743;
}

@keyframes drawArc {
  to {
    stroke-dashoffset: 0;
  }
}

.reward-text-container-new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.reward-subtitle {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 5px;
}

.final-reward-value-new {
  font-size: 2.2rem;
  font-weight: bold;
  color: #DC2743;
  display: block;
}

.instruction-text-new {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.5;
  margin: 25px 0;
}

.btn-watch-video-new {
  background: linear-gradient(135deg, #8B5CF6, #A855F7);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3);
}

.btn-watch-video-new:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
}

/* Novo design branco do modal final */
.final-reward-content-white {
  background: white;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  max-width: 90%;
  width: 350px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease-out;
  position: relative;
  z-index: 2001;
}

.final-title-white {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 15px;
}

.reward-subtitle-white {
  font-size: 1rem;
  color: #333;
  margin-bottom: 15px;
}

.final-reward-value-white {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00FF88;
  display: block;
  margin: 20px 0;
}

.instruction-text-white {
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  margin: 20px 0;
}

.btn-cadastrar-pix {
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  box-shadow: 0 5px 15px rgba(220, 39, 67, 0.3);
}

.btn-cadastrar-pix:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(220, 39, 67, 0.4);
}

/* Modal de boas-vindas */
.welcome-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1); /* Fundo transparente */
  backdrop-filter: blur(15px); /* Blur para mostrar a tela de fundo */
}

.welcome-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Backdrop blur para modais */
.modal-backdrop-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  z-index: -1;
}

.welcome-content {
  background: white;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  max-width: 90%;
  width: 350px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease-out;
  position: relative;
  z-index: 2001;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.welcome-title {
  font-size: 2.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: -0.3px;
}

.welcome-text {
  font-size: 1.1rem;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.welcome-reward {
  font-size: 1.2rem;
  font-weight: 700;
  color: #18ad51;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: -0.2px;
}

.welcome-instruction {
  font-size: 1.1rem;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.btn-comecar {
  background: linear-gradient(135deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgba(220, 39, 67, 0.3);
  letter-spacing: 0.3px;
}

.btn-comecar:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(220, 39, 67, 0.4);
}

/* Loading de pesquisa */
.searching-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.searching-loading.active {
  opacity: 1;
  visibility: visible;
}

.loading-content {
  text-align: center;
}

.loading-spinner-search {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #DC2743;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

.loading-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
}

/* Logo do modal */
.modal-logo {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.modal-logo img {
  height: 35px;
  width: auto;
  display: inline-block;
}

/* Logo do modal de boas-vindas */
.welcome-logo {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.welcome-logo img {
  height: 40px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.buttons .btn-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 8px;
  vertical-align: -3px;
}

/* Responsividade para tela de PIX - Novo Design */
@media (max-width: 768px) {
  .pix-header {
    padding: 12px 15px;
  }
  
  .pix-logo span {
    font-size: 1.1rem;
  }
  
  .pix-balance {
    padding: 6px 12px;
    font-size: 0.85rem;
  }
  
  .balance-section {
    padding: 15px;
  }
  
  .balance-value {
    font-size: 3.5rem;
  }
  
  .pix-main-content {
    padding: 15px;
  }
  
  .pix-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  .pix-description p {
    font-size: 0.85rem;
  }
  
  .pix-type-cards {
    gap: 12px;
    margin-bottom: 25px;
  }
  
  .pix-type-card {
    padding: 15px;
    min-height: 70px;
    max-width: 130px;
  }
  
  .card-icon {
    font-size: 1.3rem;
  }
  
  .pix-type-card span {
    font-size: 0.85rem;
  }
  
  .pix-input-field {
    padding: 15px 18px;
    font-size: 0.95rem;
  }
  
  .pix-main-button {
    padding: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .pix-header {
    padding: 10px 12px;
  }
  
  .pix-logo img {
    height: 24px;
  }
  
  .pix-logo span {
    font-size: 1rem;
  }
  
  .pix-balance {
    padding: 5px 10px;
    font-size: 0.8rem;
  }
  
  .balance-section {
    padding: 12px;
  }
  
  .balance-label {
    font-size: 0.85rem;
  }
  
  .balance-value {
    font-size: 3rem;
  }
  
  .pix-main-content {
    padding: 12px;
  }
  
  .pix-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
  
  .pix-description {
    margin-bottom: 20px;
  }
  
  .pix-description p {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }
  
  .pix-type-cards {
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .pix-type-card {
    padding: 12px;
    min-height: 60px;
    max-width: 120px;
  }
  
  .card-icon {
    font-size: 1.2rem;
  }
  
  .pix-type-card span {
    font-size: 0.8rem;
  }
  
  .pix-input-container {
    margin-bottom: 20px;
  }
  
  .pix-input-field {
    padding: 12px 15px;
    font-size: 0.9rem;
  }
  
  .pix-main-button {
    padding: 12px;
    font-size: 0.95rem;
  }
}

/* Estilos para os modais de validação PIX */
.validation-progress-modal,
.validation-success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.validation-progress-modal.active,
.validation-success-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
}

.progress-content,
.success-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2c2c2c;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    max-width: 400px;
    width: 90%;
    border: 1px solid #444;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.progress-icon {
    margin-bottom: 1.5rem;
}

.progress-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #333;
    border-top: 4px solid #18ad51;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.progress-content h3 {
    color: #f5f5f5;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.progress-content p {
    color: #a0a0a0;
    margin-bottom: 1.5rem;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #333;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #18ad51, #16a34a);
    width: 0%;
    animation: progressFill 4s ease-in-out forwards;
}

@keyframes progressFill {
    0% { width: 0%; }
    25% { width: 25%; }
    50% { width: 50%; }
    75% { width: 75%; }
    100% { width: 100%; }
}

.success-icon {
    margin-bottom: 1.5rem;
}

.success-icon svg {
    width: 60px;
    height: 60px;
    stroke: #18ad51;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.success-content h3 {
    color: #f5f5f5;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.success-details {
    background: #1e1e1e;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.success-details p {
    color: #f5f5f5;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.success-details p:last-child {
    margin-bottom: 0;
}

.btn-continue {
    background: #18ad51;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-continue:hover {
    background: #16a34a;
    transform: translateY(-2px);
}

/* Estilos para a tela PIX integrada */
.pix-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
    width: 100%;
    min-height: auto;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

/* Botão de continuar após PIX */
.continue-button-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.continue-button-overlay.active {
    opacity: 1;
    visibility: visible;
}

.continue-content {
    background: #2c2c2c;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    max-width: 400px;
    width: 90%;
    border: 1px solid #444;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.continue-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.continue-content h3 {
    color: #f5f5f5;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.continue-content p {
    color: #a0a0a0;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.btn-continue-funnel {
    background: linear-gradient(135deg, #18ad51 0%, #16a34a 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-continue-funnel:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(24, 173, 81, 0.4);
}

.pix-card {
    background: #2c2c2c;
    border-radius: 20px;
    padding: 2rem;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid #444;
    text-align: center;
}

.pix-card h2 {
    font-size: 1.8rem;
    color: #f5f5f5;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.pix-content p {
    font-size: 1rem;
    color: #a0a0a0;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pix-info-boxes {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 1.5rem 0;
    flex-wrap: nowrap;
}

.pix-info-box {
    background: #1e1e1e;
    border-radius: 16px;
    padding: 1.2rem;
    text-align: center;
    min-width: 160px;
    max-width: 180px;
    border: 1px solid #333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    flex: 1;
}

.pix-info-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.pix-info-icon {
    font-size: 2rem;
    margin-bottom: 0.6rem;
    display: block;
}

.pix-info-text {
    font-size: 0.85rem;
    color: #f5f5f5;
    line-height: 1.3;
}

.pix-info-text div:first-child {
    font-weight: 600;
    color: #f5f5f5;
    margin-bottom: 0.2rem;
    font-size: 0.9rem;
}

.pix-info-text div:last-child {
    color: #a0a0a0;
    font-size: 0.75rem;
}

.pix-form {
    margin-top: 2rem;
}

.pix-form h3 {
    color: #f5f5f5;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.pix-options {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.pix-type {
    background: #1e1e1e;
    border: 2px solid #444;
    color: #d0d0d0;
    padding: 12px 24px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    font-weight: 500;
}

.pix-type.active {
    background: linear-gradient(135deg, #681dfd 0%, #9a45fc 100%);
    border-color: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(104, 29, 253, 0.4);
}

.pix-input-group {
    margin-bottom: 1.5rem;
    text-align: left;
}

.pix-input-group label {
    display: block;
    color: #f5f5f5;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
}

.pix-input {
    width: 100%;
    background: #1e1e1e;
    border: 2px solid #444;
    border-radius: 12px;
    padding: 15px 18px;
    color: #f5f5f5;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.pix-input:focus {
    outline: none;
    border-color: #681dfd;
    box-shadow: 0 0 0 3px rgba(104, 29, 253, 0.1);
}

.btn-validar {
    width: 100%;
    background: #444;
    color: #888;
    border: none;
    padding: 18px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: not-allowed;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.btn-validar.active {
    background: linear-gradient(135deg, #18ad51 0%, #16a34a 100%);
    color: white;
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(24, 173, 81, 0.4);
}

.btn-validar.active:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(24, 173, 81, 0.5);
}



/* Modais de validação PIX */
.validation-progress-modal,
.validation-success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.validation-progress-modal.active,
.validation-success-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
}

.progress-content,
.success-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2c2c2c;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    max-width: 400px;
    width: 90%;
    border: 1px solid #444;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.progress-icon {
    margin-bottom: 1.5rem;
}

.progress-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #333;
    border-top: 4px solid #18ad51;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.progress-content h3 {
    color: #f5f5f5;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.progress-content p {
    color: #a0a0a0;
    margin-bottom: 1.5rem;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #333;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #18ad51, #16a34a);
    width: 0%;
    animation: progressFill 4s ease-in-out forwards;
}

.success-icon {
    margin-bottom: 1.5rem;
}

.success-icon svg {
    width: 60px;
    height: 60px;
    stroke: #18ad51;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.success-content h3 {
    color: #f5f5f5;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.success-details {
    background: #1e1e1e;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.success-details p {
    color: #f5f5f5;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.success-details p:last-child {
    margin-bottom: 0;
}

.btn-continue {
    background: #18ad51;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-continue:hover {
    background: #16a34a;
    transform: translateY(-2px);
}