.pricing-section {
  width: 1026px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  margin-bottom: 0px;
  gap: 88px;
  overflow: visible;
}

.plan-box {
  background: #eadae2;
  border-radius: 30px;
  padding: 25px 35px;
  width: 540px;
  color: #3c2566;
  box-shadow: 6px 22px 9.2px -4px rgba(0, 0, 0, 0.25);
  border: 2px solid #ffeb5b;
  position: relative;
}

.plan-box::after {
  content: "";
  position: absolute;
  top: 70px;
  right: -100px;
  width: 100px;
  height: 100px;
  background-image: url("https://youtunein.com/wp-content/uploads/2026/03/Line-21.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.plan-box h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  text-shadow: none !important;
}

.slider-container {
  margin: 20px 0;
  text-align: center;
}

.slider-container input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 34px;
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(#ffeb5b, #ffeb5b) left / 0% 100% no-repeat,
    #fff;
  cursor: pointer;
  outline: none;
}

.slider-container input[type="range"]::-webkit-slider-runnable-track {
  height: 34px;
  border-radius: 999px;
  background: transparent;
}

.slider-container input[type="range"]::-moz-range-track {
  height: 34px;
  border-radius: 999px;
  background: transparent;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 90px;
  height: 34px;
  background: #ffeb5b;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.slider-container input[type="range"]::-moz-range-thumb {
  width: 90px;
  height: 34px;
  background: #ffeb5b;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.buy-button {
  display: block;
  width: 287px;
  background: #ffeb5b;
  border: none;
  border-radius: 26px;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 0;
  color: #3c2566;
  cursor: pointer;
  box-shadow: 0px 4px 7.7px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}

.buy-button:hover {
  background: #38b6ff;
}

.price-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-box .price {
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.price-box small {
  font-size: 13px;
  display: block;
  color: white;
  max-width: 192px;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}

.price-label {
  background: rgba(255, 255, 255, 0.28);
  color: white;
  border-radius: 40px;
  border: 1px solid rgba(72, 48, 109, 0.3);
  margin: 0px;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0px 4px 7.7px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  margin-bottom: -10px !important;
}

.total-price {
  font-size: 32px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
  font-weight: 500;
}

.preco-para {
  margin: 0 !important;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4) !important;
  font-weight: 600;
  font-size: 15px;
}

.preco-txt p {
  margin: 0px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

.total-preco {
  font-size: 24px;
}

.pessoas {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.numero-pessoa {
  display: flex;
  flex-direction: column;
}

#people-count,
.numero-pessoa {
  color: #48306d;
}

#people-count2,
.numero-pessoa2 {
  color: #9980a6;
}

.alinha-botao {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgpreco {
  margin-bottom: 10px;
}

.imgpreco img {
  width: 200px;
}

.price-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.price-per-person {
  display: block;
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-shadow: none !important;
  font-family: "Poppins";
  font-weight: 500 !important;
  margin-top: -5px;
  position: relative;
  left: 55px;
}

.price-value {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.47) !important;
  font-family: "Poppins";
  font-weight: 800 !important;
  font-size: 55px !important;
}

/* ── RESPONSIVE ── */
@media screen and (max-width: 1024px) {
  .elementor-widget-shortcode,
  .elementor-shortcode {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .pricing-section {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 20px !important;
    box-sizing: border-box !important;
  }

  .plan-box {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .plan-box::after {
    display: none !important;
  }

  .price-box {
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
    margin-top: 0 !important;
    gap: 8px !important;
  }

  /* ── row wrapper for imgpreco + price-label ── */
  .price-box-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 20px !important;
  }

  /* ── imgpreco + price-label side by side ── */
  .imgpreco {
    margin: 0 !important;
    text-align: center !important;
    flex-shrink: 0 !important;
  }

  .price-label {
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    box-sizing: border-box !important;
  }

  .price-container {
    align-items: center !important;
  }

  .price-value {
    font-size: 36px !important;
    margin-left: 0 !important;
  }

  .total-price {
    font-size: 18px !important;
  }

  .preco-txt p {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }

  .price-per-person {
    text-align: right !important;
    font-size: 12px !important;
    position: static !important;
  }

  .preco-para {
    text-align: center !important;
    flex-basis: auto !important;
    font-size: 13px !important;
  }

  .price-box small {
    font-size: 11px !important;
  }
}

/* ── large tablets ── */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .price-box-row {
    gap: 32px !important;
  }
  .price-label {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
}

/* ── small tablets ── */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .price-box-row {
    gap: 24px !important;
  }
  .price-label {
    width: 175px !important;
    min-width: 175px !important;
    max-width: 175px !important;
  }
}

/* ── mobile ── */
@media screen and (max-width: 479px) {
  .price-box-row {
    gap: 16px !important;
  }
  .price-label {
    width: 145px !important;
    min-width: 145px !important;
    max-width: 145px !important;
  }
}

.binaural-header {
  color: #fff;
  text-align: left;
  max-width: 420px;
  transform: translateY(-20%);
}

.binaural-header h2 {
  margin: 0 0 8px 0;
  font-size: 25px;
  font-weight: bold;
}

.binaural-header p {
  margin: 0;
  font-size: 18px;
  opacity: 0.85;
}

.container-cardparede2 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cardparede2 {
  flex: 1;
  max-width: 260px;
  padding: 25px 20px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: white;
  border-radius: 0 0 30px 30px;
  border: 1px solid #ffeb5b;
  border-top: none;
  background-image:
    linear-gradient(to right, #58298000, #9b4b72 50%, #e77b69),
    linear-gradient(to right, rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7));
  background-origin: border-box;
  background-clip: border-box, padding-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  font-weight: 800;
  font-size: 18px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.cardparede2:hover {
  color: #ffeb5b;
}

@media screen and (max-width: 786px) {
  .cardparede2 {
    max-width: 280px;
    padding: 25px 20px;
    font-weight: 800;
    font-size: 14px;
  }
}

.container-cardparede {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.cardparede {
  flex: 1;
  max-width: 260px;
  padding: 25px 20px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: white;
  border-radius: 30px 30px 0 0;
  border: 1px solid #ffeb5b;
  border-bottom: none;
  background-image:
    linear-gradient(to right, #58298000, #9b4b72 50%, #e77b69),
    linear-gradient(to right, rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7));
  background-origin: border-box;
  background-clip: border-box, padding-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  font-weight: 800;
  font-size: 18px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.cardparede:hover {
  color: #ffeb5b;
}

@media screen and (max-width: 786px) {
  .container-cardparede {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0px 10px;
  }
  .cardparede {
    flex: 1;
    max-width: 190px;
    padding: 25px 10px;
    font-weight: 800;
    font-size: 14px;
  }  
}

.pt .pricing-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 0px;
  gap: 77px;
}

.pt .plan-box {
  background: #f1dfe2;
  border-radius: 30px;
  padding: 25px 35px;
  width: 750px !important;
  color: #3c2566;
  box-shadow: 6px 22px 9.2px -4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border: 2px solid #ffeb5b;
  box-sizing: border-box !important;
  margin: 0 auto;
}

.pt .plan-box h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  text-shadow: none !important;
}

.plan-box h2 b {
  text-shadow: none !important;
}

.slider-container {
  margin: 20px 0;
  text-align: center;
}

.slider-container input[type="range"] {
  -webkit-appearance: none;
  appearance: none;

  width: 100%;
  height: 34px;

  border-radius: 999px;
  overflow: hidden; /* important */

  background:
    linear-gradient(#ffeb5b, #ffeb5b) left / 0% 100% no-repeat,
    #fff;

  cursor: pointer;
  outline: none;
}

/* track */
.slider-container input[type="range"]::-webkit-slider-runnable-track {
  height: 34px;
  border-radius: 999px;
  background: transparent;
}

.slider-container input[type="range"]::-moz-range-track {
  height: 34px;
  border-radius: 999px;
  background: transparent;
}

/* pill thumb */
.slider-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 90px;
  height: 34px;
  background: #ffeb5b;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.slider-container input[type="range"]::-moz-range-thumb {
  width: 90px;
  height: 34px;
  background: #ffeb5b;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.buy-button {
  display: block;
  width: 287px;
  background: #ffeb5b;
  border: none;
  border-radius: 26px;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 0;
  color: #3c2566;
  cursor: pointer;
  box-shadow: 0px 4px 7.7px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}

.buy-button:hover {
  background: #38b6ff;
}

.pt .price-box {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-box .price {
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.pt .price-box small {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  color: white;
  max-width: 192px;
}

.pt .price-label {
  background: #38b6ff;
  color: white;
  border-radius: 40px;
  margin: 0px;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0px 4px 7.7px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  max-width: 290px;
}

.pt .preco-txt {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}

.pt .preco-txt p {
  margin: 0px;
  font-size: 11px;
  line-height: 14px;
}

.pt .total-preco {
  font-size: 24px;
}

.pt .pessoas {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.pt .numero-pessoa {
  display: flex;
  flex-direction: column;
}

#people-count,
.numero-pessoa {
  color: #48306d;
}

#people-count2,
.numero-pessoa2 {
  color: #9980a6;
}

.alinha-botao {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .plan-box {
    width: 100% !important;
  }
  .pt .plan-box {
    width: 100% !important;
  }
}