:root {
  --primary-color: #951c2a;
  --secondary-color: #b53750;
  --third-color: #cd2143;
  --fourth-color: #78121e;
  --primary-color-light: #c03c4b;
  --primary-color-dark: #6c0e19;
  --secondary-color-light:rgb(253, 67, 104);
  --lightest-color: #d6ffef;
  --secondary-color-dark: #860a23;
  --contrast-color: #ffff7d;
  --contrast-color-light: #ffffbf;
  --text-color: #231f20;
  --light-color: #f1f1f1;
  --alt-color: #cb5f81;
  --alt-color-light: #ebc2ca;
}

.comments-header,
.container,
.headline {
  margin-right: auto;
  margin-left: auto;
}

.cta-button,
.vsl-container {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.btn-bottom::before,
.timer-container {
  font-size: 1.25rem;
}

*,
.per-bottle {
  box-sizing: border-box;
}

.btn-bottom,
.great-value-img {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Montserrat, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

.container {
  max-width: 75rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.timer-container {
  max-width: 62.5rem;
  background-color: #e6f2ff;
  padding: 0.9375rem;
  border-radius: 0.3125rem;
  text-align: center;
  font-weight: 700;
}

.references-section,
header {
  background-color: #fff;
  text-align: center;
}

.faq-item p,
.headline {
  padding-bottom: 1.25rem;
}

.timer-text {
  font-size: 1.5rem;
  color: #000;
}

.headline,
.timer-countdown {
  font-size: 1.75rem;
  font-weight: 700;
}

.timer-countdown {
  color: red;
}

header {
  padding: 1.25rem 0;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
}

.headline {
  color: #000;
  max-width: 50rem;
  line-height: 1.3;
}

.vsl-container {
  max-width: 62.5rem;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.comments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #e0e0e0;
  padding-bottom: 0.625rem;
  max-width: 50rem;
}

.comment-text,
.references-section {
  margin-bottom: 0.625rem;
}

.comments-title {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #4267b2;
}

.comments-sort,
.view-more a,
footer {
  font-size: 0.875rem;
}

.comments-title svg {
  margin-right: 0.625rem;
}

.comments-sort {
  color: #777;
}

.comments-sort span {
  color: #4267b2;
  font-weight: 500;
  cursor: pointer;
}

.comment-hidden,
.esconder {
  display: none;
}

.esconder2 {
  display: none;
}

.comment-avatar {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.9375rem;
  flex-shrink: 0;
}

.comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-content {
  flex-grow: 1;
}

.comment-actions {
  display: flex;
}

.like-count {
  display: flex;
  align-items: center;
  margin-right: 0.9375rem;
}

.like-count svg {
  margin-right: 0.3125rem;
}

.comment-time {
  color: #999;
}

.view-more {
  text-align: center;
  margin-top: 1.25rem;
}

.view-more a {
  color: #0d5bcf;
  text-decoration: none;
}

.references-section {
  margin-left: auto;
  margin-right: auto;
}

.references-imgs {
  width: auto;
  height: auto;
  padding-inline: 1.5625rem;
}

.references-title {
  font-size: 1.125rem;
  padding: 1rem 0;
  color: #000;
  text-align: center;
  font-weight: 500;
}

.btn-bottom,
.cta-button {
  font-weight: 700;
  text-decoration: none;
}

.references-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.875rem;
  padding-bottom: 2.5rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.references-logos img {
  max-height: 3.75rem;
  width: auto;
  max-width: 100%;
}

.references-list {
  display: flex;
  gap: 1.25rem;
  max-width: 62.5rem;
  margin: 0 auto;
  text-align: left;
  height: auto;
}

.references-column {
  flex: 1;
  min-width: 18.75rem;
  font-family: Helvetica, sans-serif;
}

.reference-item {
  font-size: 0.75rem;
  margin-bottom: 0.1875rem;
  position: relative;
  padding-left: 0.9375rem;
  line-height: 1.2;
  color: #000;
}

.reference-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #a3a39f;
}

footer {
  background-color: #222;
  color: #aaa;
  padding: 2.5rem 0 1.25rem;
}

.footer-content {
  max-width: 56.25rem;
  margin: 0 auto;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9375rem;
  margin-bottom: 1.25rem;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-disclaimer {
  border-top: 0.0625rem solid #444;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  font-size: 0.8125rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  background-color: red;
  color: #fff;
  padding: 0.9375rem 1.875rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  margin: 1.25rem 0;
  transition: 0.3s;
}

.cta-button:hover {
  background-color: #c00;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.3);
}

.cta-button svg {
  margin-right: 0.625rem;
  vertical-align: middle;
}

.btn-bottom {
  position: fixed;
  bottom: 1.25rem;
  background-color: red;
  color: #fff;
  font-size: 1.4375rem;
  padding: 0.625rem 1.5625rem;
  border-radius: 1.25rem;
  border: 0.25rem solid #ff0;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulse;
}

@keyframes pulse {
  100% {
    box-shadow: 0 0 0 1.25rem rgba(232, 76, 61, 0);
  }
}

.btn-bottom.show {
  opacity: 1;
  visibility: visible;
}

.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1.25rem;
}

.footer-link {
  color: #fff;
  margin: 0 0.3125rem;
  text-decoration: none;
}

.footer-text {
  line-height: 1.6;
  max-width: 50rem;
  margin: 0.625rem auto;
}

.section-products {
  text-align: center;
  padding: 2.5rem 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 62.5rem;
  margin: auto;
}

.product-item,
.product-item-box-6 {
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%),
    0 0 0 0.0625rem rgb(10 10 10 / 2%);
  display: block;
  margin: 2.5rem 0.9375rem;
}

.product-item {
  border: 0.0625rem solid #c1c1c1;
  background: #f5f5f5;
  color: #4a4a4a;
  text-align: center;
}

.product-item-box-6 {
  color: #fff;
  text-align: center;
  background: #9a1917 !important;
  border: 0.0625rem solid #9a1917 !important;
}

.flex-con,
.per-bottle {
  display: flex;
  text-align: center;
}

.product-item-img {
  width: 100%;
  height: auto;
}

.product-title {
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 2rem;
  color: #010101;
  padding-top: 1.5625rem;
  margin-bottom: 0.625rem;
}

.product-daySupply {
  font-weight: 500;
  font-size: 1.3125rem;
  margin-bottom: 3%;
  text-transform: capitalize;
  background: #c37277;
  color: #fff;
}

.inner-pro {
  background: #fff;
  border: 0.0625rem solid #ddd;
  padding: 1.25rem 0.625rem 1.5rem;
  margin: 0 0.9375rem;
}

.pro-total-price {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #4a4a4a;
}

.pro-price {
  font-size: 2.8125rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 0.5rem;
}

.per-bottle {
  font-size: 1.125rem;
  padding: 0.625rem 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #4a4a4a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-con {
  justify-content: center;
  margin-bottom: 0;
}

.pro-save {
  font-weight: 700;
  font-size: 1rem;
  color: #e30613;
  padding-top: 0.3125rem;
  margin-bottom: 0.625rem;
}

.ship {
  margin: 0 0 24%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
  color: #4a4a4a;
}

.pro-btn {
  width: 100%;
  box-shadow: 0 0.0625rem 0 0 #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 0.375rem;
  border: 0.0625rem solid #fa2;
  display: inline-block;
  cursor: pointer;
  color: #333;
  font-family: Arial;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 0.875rem 0;
  text-align: center;
  text-shadow: 0 0.0625rem 0 #fe6;
  text-decoration: none !important;
}

.free-offer,
.pro-credit {
  display: block;
  max-width: 100%;
}

.pro-credit {
  margin: 0.9375rem auto;
  height: auto;
}

.great-value-img {
  position: absolute;
  top: -1.1875rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  height: 2.1875rem;
}

.old-price {
  position: relative;
  text-decoration: none;
}

.old-price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.0625rem;
  background-color: red;
  transform: rotate(-10deg);
}

.free-offer {
  margin: 0.625rem auto 0.9375rem;
  height: auto;
}

.buy-now,
.certificate {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.certificate {
  max-width: 100%;
}

.buy-now {
  width: 100%;
  max-width: 25.5rem;
}

.testimonials {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  font-family: Poppins, sans-serif;
  padding: 2.5rem 0;
}

.stars img,
.testimonial-img {
  width: 6.25rem;
  height: auto;
}

.testimonial {
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
}

.testimonial-img {
  border-radius: 50%;
  margin-right: 0.9375rem;
  border: 0.1875rem solid #487131;
}

.comment-content,
.testimonial-content {
  flex: 1;
}

.comment-actions,
.stars {
  align-items: center;
  display: flex;
}

.testimonial h3 {
  font-size: 2rem;
  color: #00464a;
  margin: 0.625rem 0;
  font-weight: 700;
}

.stars {
  gap: 0.5rem;
}

.verified {
  font-weight: 700;
  color: #cc7900;
  font-size: 1.25rem;
}

.name,
.testimonial p {
  color: #333;
  font-size: 1.25rem;
}

.testimonial p {
  margin: 0.625rem 0;
  line-height: 1.42857143;
  display: block;
}

.faq-container-h2,
.pro-head {
  text-align: center;
  font-size: 2rem;
}

.review-text {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.quote-icon {
  width: 2.5rem;
  height: auto;
  padding-right: 0.3125rem;
}

.faq-container {
  width: 100%;
  max-width: 59.375rem;
  margin: 2.5rem auto auto;
  padding: 1.875rem;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
}

.faq-container-h2 {
  font-weight: 700;
  color: #141414;
}

.faq-item h3,
.pro-head {
  color: #138636;
  font-weight: 700;
}

.faq-item {
  margin-top: 0.9375rem;
  border-bottom: 0.0625rem dashed #ababab;
}

.faq-item h3 {
  font-size: 1.4375rem;
  margin: 1.25rem 0;
}

.faq-item p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000;
}

.pro-head {
  line-height: 1.267em;
  letter-spacing: 0;
  padding: 2.1875rem 3.125rem;
}

.comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #333;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.comment-reply {
  margin-left: 1.25rem;
}

.comment:last-child {
  border-bottom: none;
}

.profile-pic {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-right: 0.625rem;
  background-color: #ccc;
}

.comment-author {
  font-weight: 700;
  margin-bottom: 0.125rem;
}

.comment-text {
  background-color: #f0f2f5;
  color: #333;
  border-radius: 1.125rem;
  font-size: 0.8125rem;
  padding: 0.3125rem 1rem;
}

.comment-actions {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.3125rem;
}

.like-btn {
  display: flex;
  align-items: center;
  margin-right: 0.625rem;
}

.like-btn::before {
  content: "👍";
  margin-inline: 0.25rem;
}

@media (max-width: 48rem) {
  #quiz-container {
    padding: 15px;
    margin: 10px;
  }

  .quiz-step.last-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .quiz-step.last-step > img {
    display: none;
    width: 80%;
    margin: 10px 0;
  }

  #unlock-button {
    width: 90%;
    max-width: 300px;
    padding: 15px;
    font-size: 1.1em;
  }

  .progress-bar-container {
    width: 95%;
    height: 12px;
    margin: 15px auto;
  }

  #loading-timer {
    font-size: 0.9em;
    margin-top: 8px;
  }

  .quiz-step h2 {
    font-size: 1.3em;
  }

  .quiz-step h3 {
    font-size: 1.1em;
  }

  .quiz-step p {
    font-size: 0.9em;
    margin-bottom: 15px;
  }

  .quiz-option {
    width: 95%;
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .options-container-multiple {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .navigation-buttons {
    gap: 10px;
  }

  .quiz-prev,
  .quiz-next {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .progress-bar-container {
    width: 90%;
    height: 15px;
  }

  .references-list,
  .testimonials {
    flex-direction: column;
  }

  .quote-icon,
  .stars {
    margin-bottom: 0.625rem;
  }

  .name,
  .verified {
    font-weight: 700;
  }

  .headline {
    font-size: 1.4rem;
  }

  .references-column {
    width: 100%;
  }

  .comment {
    padding: 0.625rem;
  }

  #scrollButton {
    display: none !important;
  }

  .testimonials {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 1.25rem;
  }

  .div-testimonial,
  .testimonial {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .div-testimonial {
    align-items: center;
  }

  .testimonial {
    align-items: center;
    max-width: 25rem;
    padding: 1.25rem;
    border-radius: 0.625rem;
    background: #fff;
  }

  .review-text,
  .testimonial-content {
    flex-direction: column;
    display: flex;
  }

  .testimonial-img {
    width: 8.125rem;
    height: 8.125rem;
    border-radius: 50%;
    border: 0.1875rem solid #487131;
  }

  .testimonial-content {
    align-items: center;
    width: 100%;
  }

  .stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3125rem;
  }

  .stars img {
    width: 6.25rem;
    height: auto;
  }

  .verified {
    color: #cc7900;
    font-size: 1.25rem;
  }

  .name,
  .review-text {
    font-size: 1.125rem;
  }

  .review-text {
    align-items: flex-start;
    text-align: center;
  }

  .quote-icon {
    width: 1.875rem;
    height: auto;
  }

  .name {
    margin-top: 0.625rem;
  }

  .pro-head {
    padding: 0;
    margin-bottom: 0;
  }

  .product-grid {
    display: flex;
    flex-direction: column;
  }

  .product-grid a:first-child {
    order: 3;
  }

  .product-grid a:nth-child(2) {
    order: 1;
  }

  .product-grid a:nth-child(3) {
    order: 2;
  }
}

/* Basic Quiz Styling - Adjust colors and fonts as needed */
#quiz-container {
  background-color: #f00b3d;
  background: linear-gradient(to right, #e50737, #be0029);
  border: 4px solid #fff;
  color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  max-width: 1200px;
  margin: 20px auto;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.quiz-step h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.quiz-step h3 {
  font-size: 1.3em;
  margin-top: 30px;
  margin-bottom: 20px;
}

.quiz-step p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 25px;
}

.quiz-step .last-step {
  display: flex;
}

.quiz-step.last-step > img {
  width: 50%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  margin-right: 20px;
}

.options-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}

.quiz-option {
  background-color: var(--secondary-color-dark);
  /* Darker maroon */
  color: #ffffff;
  border: 1px solid #c8143b;
  padding: 15px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;
  width: 80%;
  /* Adjust width */
  max-width: 400px;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.quiz-option:hover {
  background-color: #c8143b;
}

/* Styling for multiple choice checkboxes */
.options-container-multiple {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* Responsive columns */
  gap: 15px;
  text-align: left;
  max-width: 600px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
}

.options-container-multiple label {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.options-container-multiple input[type="checkbox"] {
  margin-right: 10px;
  accent-color: #f0c419;
  /* Yellow accent for checkbox */
  width: 18px;
  height: 18px;
}

.navigation-buttons {
  display: flex;
  justify-content: center;
  /* Center buttons */
  gap: 20px;
  /* Space between buttons */
  margin-top: 30px;
}

.quiz-prev,
.quiz-next {
  background-color: #c8143b;
  /* Even darker maroon */
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.quiz-prev:hover,
.quiz-next:hover {
  background-color: #c8143b;
}

/* Loading Bar Styling */
.progress-bar-container {
  width: 80%;
  background-color: #c8143b;
  border-radius: 10px;
  margin: 20px auto;
  overflow: hidden;
  height: 20px;
}

.progress-bar {
  width: 0;
  /* Start with 0 width */
  height: 100%;
  background-color: #ffffff;
  background-image: linear-gradient(
    to right,
    #ff6600 0%,
    #ffcc00 50%,
    #ff6600 100%
  );
  /* White progress */
  border-radius: 10px;
  transition: width 3s linear;
  /* Animate width over 3 seconds */
}

#loading-timer {
  font-weight: bold;
  margin-top: 10px;
}

/* Final Button Styling */
#unlock-button {
  background-color: #f0c419;
  /* Yellow */
  background-image: linear-gradient(
    to bottom,
    #f0c419 0%,
    #ecca41 50%,
    #ffea98 100%
  );
  /* Gradient background */
  color: #333333;
  /* Dark text */
  border: none;
  padding: 18px 35px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#unlock-button:hover {
  background-color: #e0b40a;
  /* Darker yellow on hover */
}
