
body {
  margin: 0;
  padding: 0;
  background-color: #0d0d0d;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

section {
  padding: 40px 20px;
  text-align: center;
}

.cta-button {
  display: inline-block;
  background: #ffffff;
  color: #000;
  padding: 14px 28px;
  margin-top: 20px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.cta-button:hover {
  transform: scale(1.05);
}

.mockup {
  max-width: 300px;
  margin: 20px auto;
}

details {
  margin: 10px 0;
  cursor: pointer;
}

.prints-container, .depoimentos-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0;
  justify-content: center;
}

.card, .print {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
  min-width: 250px;
}


/* Efeitos visuais */
section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

section.reveal {
  opacity: 1;
  transform: translateY(0);
}

.cta-button {
  animation: pulseShadow 2.5s infinite;
}

@keyframes pulseShadow {
  0%, 100% { box-shadow: 0 0 0px rgba(255,255,255,0.1); }
  50% { box-shadow: 0 0 12px rgba(255,255,255,0.3); }
}

/* Fundo com partículas */
body {
  background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.02), transparent 60%),
                    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.01), transparent 60%);
  background-color: #0d0d0d;
  background-size: cover;
  background-attachment: fixed;
}


/* Estética refinada e simbólica */
h1, h2, h3 {
  font-size: 2em;
  font-weight: bold;
  color: #f0e6ff;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  color: #d6d6d6;
}

ul li {
  list-style: none;
  margin: 8px 0;
  font-size: 16px;
}

ul li::before {
  content: "📝 ";
  margin-right: 6px;
}

/* Destaque de palavras */
h1 span, h2 span {
  color: #ffd1dc;
  font-style: italic;
}

/* FAQ estilizado */
details summary {
  font-weight: bold;
  cursor: pointer;
  color: #ffe3f4;
  margin-bottom: 8px;
}

details p {
  margin-top: 5px;
  font-size: 14px;
  color: #ccc;
}

/* Cards do carrossel */
.depoimentos-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.depoimentos-container .card {
  scroll-snap-align: center;
  background: #1e1e1e;
  color: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(255,255,255,0.05);
  min-width: 260px;
}

/* Prints refinados */
.prints-container .print {
  background-color: #222;
  color: #fff;
  padding: 16px;
  border-radius: 10px;
  margin: 5px;
  animation: zoomIn 1s ease forwards, pulseLight 3s infinite;
}

/* CTA sticky refinado */
.cta-sticky {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #000;
  padding: 14px 28px;
  border-radius: 28px;
  font-weight: bold;
  box-shadow: 0 0 12px rgba(255,255,255,0.2);
  z-index: 999;
  text-decoration: none;
  animation: pulseShadow 3s infinite;
}

/* Rodapé */
.rodape {
  background: transparent;
  color: #888;
  font-size: 13px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
}



section.prints {
  padding: 40px 20px;
  text-align: center;
  background: transparent;
}


.prints-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.prints-container {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.prints-container::-webkit-scrollbar {
  display: none;
}

.prints-container img.print {
  height: auto;
  max-height: 480px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
  scroll-snap-align: start;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

section,
section > div,
.cta-section,
.header,
footer,
.hero,
section.prints,
.mockup-container {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  margin: 20px auto;
  text-align: center;
}

.mockup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}


.conteudo-visual {
  text-align: center;
  margin: 60px auto;
  padding: 0 20px;
  max-width: 900px;
}
.conteudo-visual h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.conteudo-visual .sub {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 2rem;
}
.carousel {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}
.carousel img {
  flex: 0 0 auto;
  width: 280px;
  max-width: 90%;
  border-radius: 16px;
  scroll-snap-align: center;
  transition: transform 0.5s ease;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
}
.carousel img:hover {
  transform: scale(1.03);
}


/* Animações */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseSoft {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
  }
}

.carousel img {
  animation: fadeInUp 0.8s ease forwards, pulseSoft 4s ease-in-out infinite;
  opacity: 0;
}


/* Animações e estética CTA */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
}
.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }
.delay-3 { animation-delay: 0.9s; }
.delay-4 { animation-delay: 1.2s; }
.delay-5 { animation-delay: 1.5s; }

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

.pulse {
  animation: pulseEffect 2.5s ease-in-out infinite;
}

@keyframes pulseEffect {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

.microcopy {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #e0e0e0;
  text-align: center;
  font-style: italic;
  opacity: 0.85;
}

/* Ajuste para centralização do botão e mockup */
.mockup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-top: 2rem;
}
