 /* Global */
    body {
      font-family: 'Quicksand', sans-serif;
      background-color: #1d1d45;
      color: white;
    }

    /* Header Section */
    .header {
      background-size: cover;
      background-position: center;
      padding: 100px 0;
      text-align: center;
	   position: relative;
    }
    .header h1 {
      font-size: 69px;
      font-weight: 800;
      line-height: 83px;
      color: white;
      text-transform: uppercase;
      margin-bottom: 20px;
      position: relative;
    }
    .headline-wrapper {
      display: inline-block;
      position: relative;
    }
    .headline-text {
      position: relative;
      z-index: 2;
    }
    .headline-wrapper svg {
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      height: 60px;
    }
	.especialText {
		  font-weight:700; color:#FFD700;
	  }
  
    .promo {
      font-size: 24px;
      color: #f61d57;
      font-weight: 600;
    }
    .promo .price {
      color: white;
    }
    .response-time {
      font-size: 16px;
      color: #ffffff;
    }
    .response-time .medium-time {
      color: #cccccc;
      font-style: italic;
      font-size: 14px;
	  opacity:0.6;
    }
    .btn-tarot {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 22px;
      color: #ffffff;
      background-color: #e5154a;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      display: inline-block;
      box-shadow: 0 0 25px rgba(128, 0, 255, 0.8);
      transition: all 0.3s ease;
    }
    .btn-tarot:hover {
      background-color: #ff007f;
      box-shadow: 0 0 40px rgba(128, 0, 255, 1);
      transform: scale(1.1);
    }
    .btn-tarot i {
      margin-right: 10px;
    }
    @media (max-width: 600px) {
      .btn-tarot {
        font-size: 18px;
      }
    }

    /* Section Tarot Info and Steps */
    .section-tarot-info {
      background-color: #E5154A;
      text-align: center;
      padding-bottom: 50px;
    }
    .section-tarot-info::before {
      content: "";
      position: absolute;
      top: -30px;
      left: 0;
      width: 100%;
      height: 60px;
      background-color: #E5154A;
      clip-path: ellipse(100% 60% at 50% 0%);
    }
    .section-tarot-info .tarotimg {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
	  margin-top:-70px;
      max-width: 373px;
      height: auto; /* Responsividade */
	  
    }
    .step-card {
      background-color: #0a0a35;
      color: white;
      border-radius: 10px;
      padding: 30px;
      margin-bottom: 20px;
      height: 100%;
    }
    .step-number svg {
      fill: #f40057;
      width: 40px;
      height: 40px;
    }

    /* Testimonial Section */
    .testimonial-section {
      padding: 50px 0 0 0;
      background-color: #060015;
      text-align: center;
    }
    .carousel-inner {
      max-width: 800px;
      margin: 0 auto;
    }
    .carousel-item img {
      border-radius: 15px;
      width: 150px;
      height: 150px;
      object-fit: cover;
      margin-bottom: 20px;
    }
    
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-top: -300px;
    }
    .carousel-indicators {
      margin-bottom: -20px; /* Distância aumentada */
    }
    .carousel-indicators button {
      width: 12px;
      height: 12px;
      background-color: #f40057;
    }

    /* FAQ Section */
    .faq-section {
      background-color: #060015;
      color: white;
      padding: 30px 0 30px 0;
    }
    .accordion-button {
      background-color: #060015;
      color: white;
      font-weight: bold;
    }
    .accordion-body {
      color: white;
      background-color: #0D002D;
    }
    .accordion-item {
      border: 0px solid black;
    }

    /* Pricing Section */
    .pricing {
      
      background-size: cover;
      background-position: center;
      color: white;
      padding: 100px 0;
      text-align: center;
    }
    .price-box {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 30px;
      border-radius: 5px;
      text-align: center;
      color: #000;
      max-width: 800px;
      margin: 0 auto;
    }
    .price-box h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 29px;
	  line-height:38px;
	  font-weight:700;
      color: #d92955
;
      margin-bottom: 20px;
      text-transform: uppercase;
    }
    .price-box p {
      font-family: 'Quicksand', sans-serif;
      font-size: 32px;
      font-weight: 400;
      color: black;
      margin-bottom: 10px;
      position: relative;
    }
    .price-box .strikethrough {
      display: inline-block;
      font-size: inherit;
      font-family: 'Quicksand', sans-serif;
      position: relative;
    }
    .price-box .strikethrough svg {
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(-3px);
    }
    .price {
      font-family: 'Montserrat', sans-serif;
      font-size: 74px;
      font-weight: 800;
      color: #4a00e0;
    }
    .price-box .small-text {
      font-size: 16px;
      font-weight: 400;
      display: block;
      color: #4a00e0;
      margin-top: -10px;
    }
    .btn-price {
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
      font-size: 35.2px;
      color: #fff;
      background-color: #7200ff;
      padding: 15px 30px;
      border-radius: 10px;
      width: 96%;
      margin: 30px auto 0;
      display: block;
      text-align: center;
      box-shadow: 0 0 25px rgba(128, 0, 255, 0.6);
      transition: all 0.3s ease;
    }
    .btn-price:hover {
      background-color: #4a00e0;
      box-shadow: 0 0 40px rgba(128, 0, 255, 1);
      transform: scale(1.05);
    }
    .icons-wrapper {
      margin-top: 30px;
    }
    .icons-wrapper img {
      width: 350px;
      max-width: 90%;
    }

    /* Footer */
    .footer {
      background-color: #060015;
      color: white;
      font-size: 10px;
      text-align: center;
      padding: 20px 0;
      opacity: 0.6;
    }
    .footer a {
      color: white;
      text-decoration: none;
    }
	
	  @media only screen and (max-width: 768px) {
	  
	.price-box {
		max-width:96% !important;
		margin:0px auto;
	}
  .detailMobile {
	padding:2px 2px 2px 2px !important;
  }
  .detailMobile .step-card {
	  padding:4px 4px 4px 4px !important;
  }
  .detailMobile p {
	  font-size:16px !important;
	  font-weight:400;
	  color:white;
	  line-height:22px;
  }
  
  .detailMobile p .especialText {
	  font-weight:700; color:#FFD700;
  }
  
  .btn-purpple {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff; /* Texto branco */
  background: linear-gradient(90deg, #6b00ff, #a400ff); /* Degradê roxo */
  padding: 15px 30px;
  border-radius: 50px; /* Bordas arredondadas */
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 25px rgba(128, 0, 255, 0.8); /* Brilho roxo ao redor */
  transition: all 0.3s ease; /* Efeito suave na transição */
}

.btn-purpple:hover {
  background: linear-gradient(90deg, #4a00e0, #7200ff); /* Degradê mais escuro no hover */
  box-shadow: 0 0 40px rgba(128, 0, 255, 1); /* Brilho mais forte no hover */
  transform: scale(1.1); /* Aumenta 10% no hover */
  color: #fff; /* Mantém o texto branco */
}
cite {
	 font-family: 'Poppins', sans-serif;
      font-size: 30px;
	  font-weight:600px;
      font-weight: bold;
      color: #e5154a;
    }
	
	blockquote {
		padding:10px 10px 10px 10px;
      font-size: 22px;
      color: #babbc4;
	  font-weight:600;
	  font-style:italic;
	  min-height:180px;
    }
}
@media only screen and (min-width: 769px) {
	cite {
	 font-family: 'Poppins', sans-serif;
      font-size: 65px;
	  font-weight:600px;
      font-weight: bold;
      color: #e5154a;
    }
	
	blockquote {
      font-size: 30px;
      color: #babbc4;
	  font-weight:600;
	  font-style:italic;
    }
	
.btn-purpple {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #fff; /* Texto branco */
  background: linear-gradient(90deg, #6b00ff, #a400ff); /* Degradê roxo */
  padding: 15px 30px;
  border-radius: 50px; /* Bordas arredondadas */
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 25px rgba(128, 0, 255, 0.8); /* Brilho roxo ao redor */
  transition: all 0.3s ease; /* Efeito suave na transição */
}

.btn-purpple:hover {
  background: linear-gradient(90deg, #4a00e0, #7200ff); /* Degradê mais escuro no hover */
  box-shadow: 0 0 40px rgba(128, 0, 255, 1); /* Brilho mais forte no hover */
  transform: scale(1.1); /* Aumenta 10% no hover */
  color: #fff; /* Mantém o texto branco */
}
}

.playSpace {
	margin-right:10px;
	opacity:0.7;
}

.planet-img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%); /* Centraliza horizontalmente */
  width: 300px; /* Ajuste conforme necessário */
  height: auto; /* Mantém a proporção da imagem */
  z-index: -1; /* Coloca a imagem atrás de outros elementos */
  opacity: 0.60;
}
