.cta-section {
  text-align: left;
  margin-top: 40px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.cta-container {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  padding: 25px 35px;
  border-radius: 16px;
  max-width: 420px;
}

.old-price {
  font-size: 22px;
  color: #bbb;
  text-decoration: line-through;
  margin: 0;
}

.new-price {
  font-size: 38px;
  font-weight: 700;
  color: #00d084;
  margin: 5px 0 15px 0;
}

.cta-text {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #00d084, #00a86b);
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: linear-gradient(90deg, #00a86b, #00d084);
  transform: translateY(-2px);
}
.tj-consult-section {
  position: relative;
  background: linear-gradient(135deg, #0b0f13 0%, #131b22 100%);
  color: #fff;
  padding: 120px 0;
  overflow: hidden;
}

.consult-wrapper {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.consult-title {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 25px;
    color: #0f8056;
}

.consult-title span {
  color: #00d084;
}

.consult-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #ccc;
  margin-bottom: 25px;
}

.consult-invite {
  font-size: 17px;
  color: #ddd;
  margin-bottom: 40px;
}



.consult-bg-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.05;
  width: 400px;
}


.desc  {
    margin-top: 20px;
}

.testimonial-image {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  height: 520px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.testimonial-image img {
  width: 100%;
  height: auto;
  display: block;
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-thumb:hover .play-overlay {
  opacity: 1;
}

.play-overlay i {
  font-size: 60px;
  color: #00ffae;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 20px;
  transition: transform 0.2s ease;
}

.play-overlay i:hover {
  transform: scale(1.1);
}

/* Modal estilo */
.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
}

.video-modal iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 10px;
}

.video-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

.hero-slider {
    max-height: 800px;
}

.slider-content {
    margin-top: -90px;
}

.old-price {
    font-weight: bold;
}

#preencher {
    border-top: 1px solid rgba(0, 0, 0, 0.08); 
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); 
}

.h8-about-item-desc {
    width: fit-content;
}


@media (max-width: 768px) {
  .amzlogopreta{
    display: none;
  }

  .hero-slider {
        max-height: 900px;
    }
}