
body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  background-color: #0e0e11;
  color: #fff;
}

.page-container {
  padding: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.headline {
  font-size: 1.4rem;
  max-width: 90%;
  margin: 2rem auto 1.5rem auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2rem;
}

.neuro-efeito {
  color: #f6c944;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 2rem;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mensagem-inicial {
  text-align: center;
  margin-top: 1.5rem;
}

.mockup {
  font-weight: 600;
  color: #e4e4e4;
}

.disclaimer {
  color: #aaa;
  font-size: 0.95rem;
}

.cta-delay {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  opacity: 0;
  transition: all 1s ease;
}

.cta-button {
  background-color: #f6c944;
  padding: 0.8rem 1.2rem;
  color: #000;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
}

.subcta {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #999;
}

.audio-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(246, 201, 68, 0.9);
  color: #000;
  padding: 1rem 1.5rem;
  font-weight: bold;
  border-radius: 8px;
  font-size: 1.2rem;
  z-index: 10;
  cursor: pointer;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 10px rgba(246, 201, 68, 0.5);
}

@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.1); }
  100% { transform: translate(-50%, -50%) scale(1); }
}

.progress-bar {
  height: 5px;
  background-color: #f6c944;
  width: 0%;
  animation: progressAnim 160s linear forwards;
  margin-top: 1rem;
}

@keyframes progressAnim {
  from { width: 0%; }
  to { width: 100%; }
}


  display: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem 0;
  transition: transform 0.8s ease, opacity 1s ease;
}
  width: 120px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
  transform: scale(1);
}
tainer {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.5rem;
  margin-top: 2rem;
  justify-content: center;
}

  max-height: 160px;
  border-radius: 8px;
  flex-shrink: 0;
}

.iframe-protector {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.copy-reforco {
  font-size: 0.95rem;
  text-align: center;
  color: #bbb;
  margin-top: 0.8rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.floating-cta-disabled {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #f6c944;
  color: #000;
  padding: 0.8rem 1rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  z-index: 99;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 1s ease;
}

.cta-button.floating-fix {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1rem;
  z-index: 100;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6), 0 0 20px rgba(246, 201, 68, 0.4);
  animation: pulse 2s infinite;
  opacity: 0;
  transition: opacity 1s ease;
}

@keyframes pulse {
  0% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.07); }
  100% { transform: translateX(-50%) scale(1); }
}

.cta-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1rem;
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
  animation: pulse-emocional 2.5s infinite;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4), 0 0 24px rgba(246, 201, 68, 0.25);
  margin: 2rem auto 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: fit-content;
}

@keyframes pulse-emocional {
  0% { transform: scale(1); }
  50% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
#particles-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 1rem;
  padding: 2rem 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

  opacity: 1;
  transform: translateY(0);
}

  width: 160px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transform: scale(0.95);
  transition: transform 0.4s ease;
  flex-shrink: 0;
}

  transform: scale(1.05);
}

  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.prints-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 1rem;
  padding: 2rem 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.prints-container.show {
  opacity: 1;
  transform: translateY(0);
}

.prints-container img {
  width: 180px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.prints-container img:hover {
  transform: scale(1.05);
}

.prints-container.show img:nth-child(1) { animation-delay: 0.1s; }
.prints-container.show img:nth-child(2) { animation-delay: 0.3s; }
.prints-container.show img:nth-child(3) { animation-delay: 0.5s; }
.prints-container.show img:nth-child(4) { animation-delay: 0.7s; }
.prints-container.show img:nth-child(5) { animation-delay: 0.9s; }
.prints-container.show img:nth-child(6) { animation-delay: 1.1s; }
.prints-container.show img:nth-child(7) { animation-delay: 1.3s; }
.prints-container.show img:nth-child(8) { animation-delay: 1.5s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
