/** Shopify CDN: Minification failed

Line 1717:0 Unexpected "@"

**/
/* PRENUVO - SECTION - 1 */

.prenuvo-1-health-scan-hero {
    display: flex;
    gap: 6rem;
    /* align-items: center; */
    padding: 8rem;
    margin: 0 auto;
    width: 100%;
    background-color: #EEEEEE;
    flex-wrap: wrap; /* ensures content wraps gracefully */
}

.prenuvo-1-image-container {
    display: flex;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    background-color: #f4f4f5;
    width: 644px;
    height: 640px;
    max-width: 100%; /* prevent overflow */
}

.prenuvo-1-hero-image {
    object-fit: cover;
    /* aspect-ratio: 4/3; */
    width: 100%;
    height: 100%;
    max-width: 644px;
    max-height: 640px;
}

.prenuvo-1-content-container {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    align-items: flex-start;
    flex: 1 1 0;
    min-width: 0; /* prevents flex overflow */
}

.prenuvo-1-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: flex-start;
    width: 100%;
}

.prenuvo-1-logo {
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
    height: auto;
    max-width: 489px;
    width: 100%;
}

.prenuvo-1-text-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    width: 100%;
}

.prenuvo-1-main-heading {
    margin: 0;
    width: 100%;
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1.12px;
    color: black;
    line-height: 124%;
    font-family: Queens Compressed Trial, sans-serif;
}

.prenuvo-1-description {
    width: 100%;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: Mintgrotesktrial, sans-serif;
}

.prenuvo-1-pricing-display {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.prenuvo-1-current-price {
    font-size: 4.8rem;
    color: #000;
    font-weight: 600;
    font-family: MintgrotesktrialBold, sans-serif;
}

.prenuvo-1-original-price-container {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    align-items: center;
}

.prenuvo-1-original-price {
    font-size: 1.8rem;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.4);
    font-family: Mintgrotesktrial, sans-serif;
}

.prenuvo-1-booking-button {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 1rem 3.2rem;
    height: 6.4rem;
    background-color: #0005BD;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 4rem;
    width: 200px;
    border: none;
    outline: none;
}

.prenuvo-1-discount-button {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 0.4rem 1.2rem;
    background-color: black;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 4rem;
    border: none;
    outline: none;
}

.prenuvo-1-frame {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    flex-wrap: wrap;
}

.prenuvo-1-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prenuvo-1-text {
    color: #000;
    font-family: "MintgrotesktrialBold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    white-space: nowrap;
}

/* 🔹 Responsive tweak for very small screens */
@media (max-width: 480px) {
    .prenuvo-1-frame {
        gap: 4px;
        padding: 2px 6px;
    }
    .prenuvo-1-text {
        font-size: 12px;
    }
}

.prenuvo-1-discount-button span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #03FF00;
    font-family: MintgrotesktrialBold, sans-serif;
    letter-spacing: -0.32px;
    line-height: 124%;
}

.prenuvo-1-booking-button:hover {
    background-color: #1e3a8a;
}

.prenuvo-1-booking-button:focus {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.prenuvo-1-booking-button span {
    font-size: 1.8rem;
    font-weight: 600;
    color: white;
    font-family: MintgrotesktrialBold, sans-serif;
}

.prenuvo-1-hsa-info {
    margin: 0;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.8);
    width: 100%; /* prevents horizontal scroll */
    max-width: 596px;
    font-family: Mintgrotesktrial, sans-serif;
}

/* Tablet / Small Desktop (stack earlier) */
@media (max-width: 1100px) {
  .prenuvo-1-health-scan-hero {
    flex-direction: column;
    padding: 4rem 2rem;
    gap: 3rem;
  }

  .prenuvo-1-image-container {
    max-width: 100%;
    height: auto;
  }

  .prenuvo-1-content-container {
    align-items: start;
    text-align: start;
  }

  .prenuvo-1-text-content {
    align-items: start;
  }

  .prenuvo-1-pricing-display {
    justify-content: center;
  }
}


/* Tablet styles */
@media (max-width: 768px) {
    .prenuvo-1-health-scan-hero {
        flex-direction: column;
        gap: 2.5rem;
        padding: 2.5rem;
        height: auto;
        max-width: 100%;
    }
    .prenuvo-1-image-container {
        width: 100%;
        height: auto;
        max-height: 400px;
    }
    .prenuvo-1-hero-image {
        width: 100%;
        height: auto;
        max-height: 400px;
    }
    .prenuvo-1-main-heading {
        font-size: 3rem;
        line-height: 120%;
    }
    .prenuvo-1-description {
        font-size: 1rem;
    }
    .prenuvo-1-current-price {
        font-size: 2.25rem;
    }
}

/* Mobile styles */
@media (max-width: 640px) {
    .prenuvo-1-health-scan-hero {
        gap: 2rem;
        padding: 40px 20px;
    }
    .prenuvo-1-image-container {
        height: auto;
        max-height: 300px;
    }
    .prenuvo-1-hero-image {
        width: 100%;
        height: auto;
        max-height: 300px;
    }
    .prenuvo-1-logo {
        max-width: 300px;
        width: 100%;
    }
    .prenuvo-1-main-heading {
        font-size: 2.75rem;
        line-height: 110%;
        letter-spacing: -0.025em;
    }
    .prenuvo-1-description {
        font-size: 1.4rem;
    }
    .prenuvo-1-current-price {
        font-size: 2.4rem;
    }
    .prenuvo-1-original-price {
        font-size: 1.4rem;
    }
    .prenuvo-1-booking-button {
        height: 3.5rem;
        width: 100%;
        max-width: 250px;
    }
    .prenuvo-1-booking-button span {
        font-size: 1.6rem;
    }
    .prenuvo-1-hsa-info {
        font-size: 1rem;
    }
}








/* PRENUVO - SECTION - 2 */



.prenuvo-2-mri-scan-info-container {
    display: flex;
    padding: 160px 80px 80px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    position: relative;
    background-color: #fff;
}

.prenuvo-2-content-wrapper {
    flex: 1 0 0;
    color: #000;
    position: relative;
    font: 400 48px;
    font-family: Mintgrotesktrial, sans-serif;
}

.prenuvo-2-scan-description {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size:4.8rem;
    line-height:normal;
    font-family: Mintgrotesktrial, sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
  .prenuvo-2-mri-scan-info-container {
    padding: 80px 40px 40px 40px;
  }
    .prenuvo-2-scan-description {
        font-size: 36px !important;
    }
}

@media (max-width: 640px) {
   .prenuvo-2-mri-scan-info-container {
    padding: 40px 20px 20px 20px;
  }
    .prenuvo-2-scan-description {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
}







/* PRENUVO - SECTION - 3 */




.prenuvo-3-medical-features-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: start;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
  padding: 24px 80px 100px;
}

@media (max-width: 991px) {
  .prenuvo-3-medical-features-section {
    padding: 40px 20px;
  }
}

.prenuvo-3-feature-card {
  padding-top: 32px;
  border-top: 1px solid var(--Secondary-blue, #0005bd);
  min-width: 240px;
  overflow: hidden;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.prenuvo-3-feature-content {
  width: 100%;
}

.prenuvo-3-feature-header {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 16px;
  color: var(--Black, #000);
  white-space: nowrap;
  justify-content: start;
  font-weight:300;
  font-size:40px;
  line-height:110%;
  font-family: Queens Compressed Trial, sans-serif;
}

@media (max-width: 991px) {
  .prenuvo-3-feature-header {
    white-space: initial;
  }
}

.prenuvo-3-feature-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 40px;
  flex-shrink: 0;
}

.prenuvo-3-feature-title {
  color: var(--Black, #000);
  margin: 0;
  font: inherit;
}

.prenuvo-3-feature-description {
  color: #000000;
  margin: 16px 0 0 0;
   font-family: Mintgrotesktrial, sans-serif;
  font: 400 16px;
}

/* Sensitivity indicator styles */
.prenuvo-3-sensitivity-indicator {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 40px;
  padding: 4px;
}

.prenuvo-3-indicator-outer {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--Primary-blue, #000080);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0 4px;
}

.prenuvo-3-indicator-inner {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  width: 8px;
  flex-shrink: 0;
  height: 8px;
  background-color: var(--Primary-blue, #000080);
}






/* PRENUVO - SECTION - 4 */


.prenuvo-4-main-container {
  display: flex;
  align-items: stretch;   /* equal height */
  justify-content: center;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  min-height: 800px;
}

@media (max-width: 991px) {
  .prenuvo-4-main-container {
    flex-direction: column;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .prenuvo-4-main-container {
    max-width: 640px;
  }
}

/* ---------- LEFT SECTION ---------- */
.prenuvo-4-content-section {
  flex: 1; /* take available space */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 80px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .prenuvo-4-content-section {
    width: 100%;
    padding: 40px;
    order:2;
  }
  .prenuvo-4-image-section {
    order:1;
  }
}

@media (max-width: 640px) {
  .prenuvo-4-content-section {
    padding: 20px;
  }
}

.prenuvo-4-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}

@media (max-width: 640px) {
  .prenuvo-4-content-wrapper {
    gap: 32px;
  }
}

.prenuvo-4-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

@media (max-width: 640px) {
  .prenuvo-4-text-content {
    gap: 24px;
  }
}

.prenuvo-4-main-heading {
  width: 100%;
  color: #000;
  line-height: 110%;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 64px;
  font-family: Queens Compressed Trial, sans-serif;
}

@media (max-width: 991px) {
  .prenuvo-4-main-heading {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  .prenuvo-4-main-heading {
    font-size: 36px;
  }
}

.prenuvo-4-benefits-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 632px;
}

@media (max-width: 640px) {
  .prenuvo-4-benefits-list {
    gap: 12px;
  }
}

.prenuvo-4-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  line-height: normal;
}

.prenuvo-4-check-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.prenuvo-4-benefit-text,
.prenuvo-4-benefit-text-underlined {
  flex: 1;
  color: rgba(0, 0, 0, 0.8);
  font: 400 18px "Mintgrotesktrial", sans-serif;
}

.prenuvo-4-benefit-text-underlined {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .prenuvo-4-benefit-text,
  .prenuvo-4-benefit-text-underlined {
    font-size: 16px;
  }
}

/* ---------- CTA BUTTON ---------- */
.prenuvo-4-cta-button {
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  cursor: pointer;
  background-color: #03FF00;
}

@media (max-width: 640px) {
  .prenuvo-4-cta-button {
    height: 48px;
    padding: 8px 24px;
  }
}

.prenuvo-4-button-text {
  color: #000080;
  font: 600 18px "MintgrotesktrialBold", sans-serif;
}

@media (max-width: 640px) {
  .prenuvo-4-button-text {
    font-size: 16px;
  }
}

/* ---------- RIGHT SECTION ---------- */
.prenuvo-4-image-section {
  flex: 1; /* take available space */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .prenuvo-4-image-section {
    width: 100%;
    height: 400px;
    padding: 40px;
  }
}

@media (max-width: 640px) {
  .prenuvo-4-image-section {
    height: 300px;
    padding: 20px;
  }
}

.prenuvo-4-image-container {
  width: 100%;
  height: 100%;
  max-width: 560px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background-color: #0005bd;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prenuvo-4-hero-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
}



 /* .prenuvo-4-main-container {
      max-width: none;
      display: flex;
      align-items: center;
      min-height: 800px;
      width: 100%;
      background-color: #fff;
      margin: 0 auto;
    }
    @media (max-width: 991px) {
      .prenuvo-4-main-container {
        max-width: 991px;
        flex-direction: column;
        min-height: auto;
      }
    }
    @media (max-width: 640px) {
      .prenuvo-4-main-container {
        max-width: 640px;
      }
    }
    .prenuvo-4-content-section {
      display: flex;
      width: 756px;
      height: 800px;
      padding: 0 80px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      background-color: #fff;
    }
    @media (max-width: 991px) {
      .prenuvo-4-content-section {
        width: 100%;
        height: auto;
        padding: 40px;
      }
    }
    @media (max-width: 640px) {
      .prenuvo-4-content-section {
        padding: 20px;
      }
    }
    .prenuvo-4-content-wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 48px;
      width: 100%;
    }
    @media (max-width: 640px) {
      .prenuvo-4-content-wrapper {
        gap: 32px;
      }
    }
    .prenuvo-4-text-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 32px;
      width: 100%;
    }
    @media (max-width: 640px) {
      .prenuvo-4-text-content {
        gap: 24px;
      }
    }
    .prenuvo-4-main-heading {
      width: 100%;
      color: #000;
      line-height:110%;
      letter-spacing:0px;
      font-weight:300;
      font-size:64px;
      font-family: Queens Compressed Trial, sans-serif;
    }
    @media (max-width: 991px) {
      .prenuvo-4-main-heading {
        font-size: 48px;
      }
    }
    @media (max-width: 640px) {
      .prenuvo-4-main-heading {
        font-size: 36px;
      }
    }
    .prenuvo-4-benefits-list {
      display: flex;
      width: 632px;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }
    @media (max-width: 991px) {
      .prenuvo-4-benefits-list {
        width: 100%;
      }
    }
    @media (max-width: 640px) {
      .prenuvo-4-benefits-list {
        gap: 12px;
      }
    }
    .prenuvo-4-benefit-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      width: 100%;
      line-height:normal;
    }
    .prenuvo-4-check-icon {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
    }
    .prenuvo-4-benefit-text {
      width: 596px;
      color: rgba(0, 0, 0, 0.8);
      font: 400 18px "Mintgrotesktrial", sans-serif;
    }
    @media (max-width: 991px) {
      .prenuvo-4-benefit-text {
        width: 100%;
      }
    }
    @media (max-width: 640px) {
      .prenuvo-4-benefit-text {
        font-size: 16px;
      }
    }
    .prenuvo-4-benefit-text-underlined {
      width: 596px;
      color: rgba(0, 0, 0, 0.8);
      text-decoration: underline;
      font: 400 18px "Mintgrotesktrial", sans-serif;
    }
    @media (max-width: 991px) {
      .prenuvo-4-benefit-text-underlined {
        width: 100%;
      }
    }
    @media (max-width: 640px) {
      .prenuvo-4-benefit-text-underlined {
        font-size: 16px;
      }
    }
    .prenuvo-4-cta-button {
      display: flex;
      padding: 10px 32px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 48px;
      cursor: pointer;
      background-color: #03FF00;
    }
    @media (max-width: 640px) {
      .prenuvo-4-cta-button {
        height: 48px;
        padding: 8px 24px;
      }
    }
    .prenuvo-4-button-text {
      color: #000080;
      font: 600 18px "MintgrotesktrialBold", sans-serif;
    }
    @media (max-width: 640px) {
      .prenuvo-4-button-text {
        font-size: 16px;
      }
    }
    .prenuvo-4-image-section {
      display: flex;
      height: 800px;
      padding: 80px 80px 80px 36px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      background-color: #fff;
    }
    @media (max-width: 991px) {
      .prenuvo-4-image-section {
        width: 100%;
        height: 400px;
        padding: 40px;
      }
    }
    @media (max-width: 640px) {
      .prenuvo-4-image-section {
        height: 300px;
        padding: 20px;
      }
    }
    .prenuvo-4-image-container {
      display: flex;
      width: 560px;
      height: 640px;
      justify-content: center;
      align-items: center;
      border-radius: 24px;
      overflow: hidden;
      position: relative;
      background-color: #0005bd;
    }
    @media (max-width: 991px) {
      .prenuvo-4-image-container {
        width: 100%;
        height: 100%;
        max-width: 500px;
      }
    }
    @media (max-width: 640px) {
      .prenuvo-4-image-container {
        height: 100%;
      }
    }
    .prenuvo-4-hero-image {
      width: 640px;
      height: 960px;
      object-fit: cover;
      position: absolute;
      top: -180px;
      left: 0;
    }
    @media (max-width: 991px) {
      .prenuvo-4-hero-image {
        width: 100%;
        height: 150%;
        top: -25%;
      }
    }
    @media (max-width: 640px) {
      .prenuvo-4-hero-image {
        height: 140%;
        top: -20%;
      }
    }
 */






/* PRENUVO - SECTION - 5 */

.prenuvo-5-hero-container {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  padding: 100px 40px 80px;
}

@media (max-width: 991px) {
  .prenuvo-5-hero-container {
    padding: 0 20px;
  }
}

.prenuvo-5-hero-wrapper {
  border-radius: 20px;
  width: 100%;
}

@media (max-width: 991px) {
  .prenuvo-5-hero-wrapper {
    max-width: 100%;
  }
}

.prenuvo-5-hero-content {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  position: relative;
  min-height: 806px;
  width: 100%;
  padding: 618px 64px 56px;
}

@media (max-width: 991px) {
  .prenuvo-5-hero-content {
    max-width: 100%;
    padding: 100px 20px 0;
  }
}

.prenuvo-5-hero-background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius:24px;
}

.prenuvo-5-hero-text-section {
  position: relative;
  border-color: rgba(255, 255, 255, 1);
  border-top-width: 1px;
  border-top-style: solid;
  display: flex;
  padding-top: 40px;
  align-items: center;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .prenuvo-5-hero-text-section {
    max-width: 100%;
  }
}

.prenuvo-5-hero-title {
  align-self: stretch;
  margin: auto 0;
  font-weight:300;
  font-size:72px;
  color:#FFF;
  font-family: Queens Compressed Trial, sans-serif;
}

@media (max-width: 991px) {
  .prenuvo-5-hero-title {
    font-size: 40px;
  }
}

.prenuvo-5-hero-description {
  align-self: stretch;
  width: 524px;
  margin: auto 0;
  font: 400 24px Mintgrotesktrial-light, sans-serif;
}

@media (max-width: 991px) {
  .prenuvo-5-hero-description {
    max-width: 100%;
  }
}






/* PRENUVO - SECTION - 6 */




/* Desktop Timeline Styles */
       .prenuvo-6-timeline-container {
    display: flex;
    gap: 160px;
    justify-content: center;
    align-items: center;
    padding: 140px 0;
    margin: 0 auto;
    width: 100%;
    background-color:white;
}

       .prenuvo-6-left-column {
    display: flex;
    flex-direction: column;
    gap: 120px;
    align-items: flex-end;
    width: 484px;
    flex-shrink: 0;
}

.prenuvo-6-timeline-item {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    height: 163px;
}

.prenuvo-6-timeline-title {
    font-size: 64px;
    color: #000;
    line-height: 110%;
    font-weight: 300;
    font-style:normal;
    font-family: Queens Compressed Trial, sans-serif;
}

       .prenuvo-6-center-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 16px;
    height: 865px;
    flex-shrink: 0;
}

.prenuvo-6-timeline-svg-container {
    display: flex;
    width: 16px;
    height: 865px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.prenuvo-6-timeline-svg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

       .prenuvo-6-right-column {
    display: flex;
    flex-direction: column;
    gap: 120px;
    align-items: flex-start;
    width: 484px;
    flex-shrink: 0;
}

.prenuvo-6-feature-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height:16rem;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    
}

.prenuvo-6-feature-item {
    display: flex;
    gap: 8px;
    align-self: stretch;
}
.prenuvo-6-bullet-icon {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
}

.prenuvo-6-bullet-icon-aligned {
    display: flex;
    padding-top: 6px;
    align-items: center;
    gap: 10px;
    width: 8px;
    height: 15px;
    flex-shrink: 0;
}

.prenuvo-6-feature-text {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    flex: 1 0 0;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Mintgrotesktrial, sans-serif;
}
        /* Tablet styles */
        @media (max-width: 1024px) {
            .prenuvo-6-timeline-container {
                gap: 80px;
                padding: 80px 20px;
            }

            .prenuvo-6-left-column {
                width: 40%;
                gap: 80px;
            }

            .prenuvo-6-right-column {
                width:  40%;
                gap: 80px;
            }

            .prenuvo-6-timeline-title {
                font-size: 48px;
            }

            .prenuvo-6-feature-section {
                min-height: 120px;
                gap: 10px;
            }
        }

        /* Mobile styles - Side by side layout */
        @media (max-width: 768px) {
            .prenuvo-6-timeline-container {
                display: grid;
                grid-template-columns: 60px 1fr;
                gap: 20px;
                padding: 100px 20px;
                align-items: start;
            }

            .prenuvo-6-left-column {
                display: none; /* Hide desktop titles on mobile */
            }

            .prenuvo-6-center-column {
                grid-column: 1;
                width: 100%;
                position: static;
                justify-self: center;
            }

            .prenuvo-6-right-column {
                grid-column: 2;
                width: 100%;
                gap: 80px;
            }

            /* Mobile content sections with titles */
            .prenuvo-6-feature-section {
                min-height: auto;
                height:auto;
                gap: 16px;
                padding: 0;
                border-left: 2px solid transparent;
                position: relative;
            }

            /* .prenuvo-6-feature-section::before {
                content: '';
                position: absolute;
                left: -22px;
                top: 30px;
                width: 2px;
                height: calc(100% - 60px);
                background-color: #CCCCCC;
                z-index: 1;
            } */

            /* .prenuvo-6-feature-section.active::before {
                background-color: #0005BD;
            } */

            /* Add section titles for mobile */
            .prenuvo-6-feature-section:nth-child(1)::before {
                font-family: Queens Compressed Trial, sans-serif;
                content: 'Purchase';
            }

            .prenuvo-6-feature-section:nth-child(2)::before {
                font-family: Queens Compressed Trial, sans-serif;
                content: 'Complete';
            }

            .prenuvo-6-feature-section:nth-child(3)::before {
                font-family: Queens Compressed Trial, sans-serif;
                content: 'Visit';
            }

            .prenuvo-6-feature-section:nth-child(4)::before {
                font-family: Queens Compressed Trial, sans-serif;
                content: 'Receive';
            }

            .prenuvo-6-feature-section::before {
                display: block;
                font-size: 28px;
                color: #000;
                line-height: 1.2;
                font-weight: 600;
                margin-bottom: 16px;
                font-family: Mintgrotesktrial, sans-serif;
            }

            .prenuvo-6-feature-item {
                gap: 8px;
                margin-bottom: 8px;
            }

            .prenuvo-6-feature-text {
                font-size: 16px;
                line-height: 1.4;
            }

            /* Adjust SVG for mobile */
            .prenuvo-6-timeline-svg {
                height: auto;
                min-height: 800px;
            }

            /* Active state styling
            .prenuvo-6-feature-section.active {
                background-color: rgba(0, 5, 189, 0.02);
                border-radius: 8px;
                padding: 20px 16px;
                margin: 0 -16px;
            } */

            /* .prenuvo-6-feature-section.active::after {
                color: #0005BD;
            } */
        }

        /* Extra small mobile */
        @media (max-width: 480px) {
            .prenuvo-6-timeline-container {
                grid-template-columns: 50px 1fr;
                gap: 16px;
                padding: 100px 12px;
            }

            .prenuvo-6-feature-section::after {
                font-size: 24px;
            }

            .prenuvo-6-feature-text {
                font-size: 14px;
            }

            .prenuvo-6-feature-section {
                gap: 12px;
                padding:0;
            }

            .prenuvo-6-right-column {
                gap:175px;
            }
        }

    








/* PRENUVO - SECTION - 7 */

.prenuvo-7-Frame_111_617_2753 {
  background: #fff;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  /* max-width: 1512px; */
  width: 100%;
  padding: 80px 120px 100px;
  margin: 0 auto;
  display: flex;
}

.prenuvo-7-SafetyComfortFeatures_617_2754 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Queens Compressed Trial", sans-serif;
  font-size: clamp(32px, 6vw, 72px);
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  display: inline-block;
}

.prenuvo-7-Frame_118_620_2970 {
  background: #fff;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.prenuvo-7-Frame_116_620_2971,
.prenuvo-7-Frame_117_620_2976,
.prenuvo-7-Frame_118_620_2982 {
  background: #f3f3f3;
  border-radius: 16px;
  flex-direction: column;
  flex: 1 1 calc(33.333% - 24px);
  justify-content: space-between;
  align-items: flex-start;
  min-width: 260px;
  height: 300px;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.prenuvo-7-Frame_254_620_2972 {
  aspect-ratio: 1;
  border: 2px solid var(--Secondary-blue, #0005bd);
  box-sizing: border-box;
  border-radius: 60px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.prenuvo-7-Frame_28_620_2973,
.prenuvo-7-Frame_28_620_2979,
.prenuvo-7-Frame_28_620_2985 {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  display: flex;
}

.prenuvo-7-OpenBore_620_2974,
.prenuvo-7-Spacious_620_2980,
.prenuvo-7-Only_1_620_2986 {
  color: var(--Black, #000);
  font-family: "Queens Compressed Trial", sans-serif;
  font-size: clamp(20px, 3vw, 40px);
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  display: inline-block;
}

.prenuvo-7-DesignReducesClaustrophobia_620_2975,
.prenuvo-7-cmBore_620_2981,
.prenuvo-7-ClaustrophobiaRateVs_10IndustryAverage_620_2987 {
  color: #000c;
  font-family: "Mintgrotesktrial-light", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}

.prenuvo-7-ArrowsLeftRightSvgrepoCom_1_620_2977,
.prenuvo-7-StarAlt_3SvgrepoCom_1_620_2983 {
  aspect-ratio: 1;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

/* -------------------- Responsive Breakpoints -------------------- */

/* Tablet */
@media (max-width: 1024px) {
  .prenuvo-7-Frame_111_617_2753 {
    padding: 50px 30px 70px;
    gap: 40px;
  }
  .prenuvo-7-Frame_116_620_2971,
  .prenuvo-7-Frame_117_620_2976,
  .prenuvo-7-Frame_118_620_2982 {
    flex: 1 1 calc(50% - 24px);
    min-width: 300px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .prenuvo-7-Frame_111_617_2753 {
    padding: 40px 20px 60px;
    gap: 32px;
  }
  .prenuvo-7-Frame_118_620_2970 {
    flex-direction: column;
  }
  .prenuvo-7-Frame_116_620_2971,
  .prenuvo-7-Frame_117_620_2976,
  .prenuvo-7-Frame_118_620_2982 {
    flex: 1 1 100%;
    min-width: 100%;
    min-height:250px;
  }
}




/* PRENUVO - SECTION - 8 */




/* ---------- Layout ---------- */
.prenuvo-8-frame {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
}

/* ---------- Left Section ---------- */
.prenuvo-8-left {
  flex: 1 1 500px;
  display: flex;
  align-items: flex-start;
  padding-left: 120px;
  padding-right: 80px;
}

.prenuvo-8-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.prenuvo-8-heading {
  margin: 0px;
  font-family: "Queens Compressed Trial", sans-serif;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 110%;
}

.prenuvo-8-subheading {
  font-size: 1.8rem;
  font-family: "Mintgrotesktrial-light", sans-serif;
  color: #000c;
  line-height: normal;
}

.prenuvo-8-price-wrapper {
  display: flex;
  align-items: flex-end;
}

.prenuvo-8-price {
  font-size: 6.5rem;
  font-weight: 400;
  font-family: "Mintgrotesktrial-light", sans-serif;
  color: #0005bd;
  line-height: normal;
}

.prenuvo-8-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #03ff00;
  color: navy;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 48px;
  padding: 12px 32px;
  text-decoration: none;
  transition: background 0.3s;
  font-family: "MintgrotesktrialBold", sans-serif;
  line-height: normal;
  letter-spacing: normal;
  max-width: 202px;
}

.prenuvo-8-btn:hover {
  background: #02cc00;
}

/* ---------- Right Section ---------- */
.prenuvo-8-right {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 80px 80px 32px;
}

.prenuvo-8-image-wrapper {
  border-radius: 24px;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.prenuvo-8-image {
  width: 100%;
  height: 100%;
  min-height: 250px; /* ✅ ensures image doesn’t collapse */
  background: #d3d3d3 url("/cdn/shop/files/prenovo-image-2.png?v=1756364795") center/cover no-repeat;
  border-radius: 12px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .prenuvo-8-heading {
    font-size: 2.5rem;
  }

  .prenuvo-8-price {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .prenuvo-8-frame {
    flex-direction: column;
    display:block;
  }

  .prenuvo-8-left,
  .prenuvo-8-right {
    padding: 20px;
    width: 100%;
  }

  .prenuvo-8-content {
    align-items: flex-start;
  }

  /* ✅ ensure image is visible */
  .prenuvo-8-image-wrapper {
    width: 100%;
    max-width: 400px;
    aspect-ratio: auto; /* allow natural height */
  }

  .prenuvo-8-image {
    width: 100%;
    height: auto;
    min-height: 200px;
  }

  .prenuvo-8-heading {
    font-size: 2rem;
  }

  .prenuvo-8-subheading {
    font-size: 1rem;
  }

  .prenuvo-8-price {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .prenuvo-8-heading {
    font-size: 3.2rem;
  }

  .prenuvo-8-subheading {
    font-size: 1.8rem;
  }

  .prenuvo-8-price {
    font-size: 2.4rem;
  }

  .prenuvo-8-btn {
    width: 100%;
    padding: 14px;
  }

  /* ✅ Mobile image adjustments */
  .prenuvo-8-image-wrapper {
    max-width: 100%;
    border-radius: 16px;
  }

  .prenuvo-8-image {
    min-height: 300px;
  }
}




@@font-face {
  font-family: "Nunitosans";
  src: url("../fonts/NunitoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunitosans";
  src: url("../fonts/NunitoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Queens Compressed Trial";
  src: url("/cdn/shop/files/QueensCompressedTrial-Medium.woff?v=1690485769")
      format("woff"),
    url("/cdn/shop/files/QueensCompressedTrial-Medium.woff2?v=1690485769")
      format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Queens Compressed Trial";
  src: url("/cdn/shop/files/QueensCompressedTrial-Light.woff?v=1690485768")
      format("woff"),
    url("/cdn/shop/files/QueensCompressedTrial-Light.woff2?v=1690485768")
      format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Queenscondensedtrial";
  src: url("/cdn/shop/files/QueensCompressedTrial-Light.woff?v=1690485768")
      format("woff"),
    url("/cdn/shop/files/QueensCompressedTrial-Light.woff2?v=1690485768")
      format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Angleciaprodisplay";
  src: url("../fonts/AngleciaProDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mintgrotesktrial";
  src: url("/cdn/shop/files/MintGroteskTrial-Regular.woff?v=1690485768")
      format("woff"),
    url("/cdn/shop/files/MintGroteskTrial-Regular.woff2?v=1690485767")
      format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MintgrotesktrialBold";
  src: url("/cdn/shop/files/MintGrotesk-Bold.woff2?v=1690883493")
      format("woff"),
    url("/cdn/shop/files/MintGrotesk-Bold.woff?v=1690883492")
      format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mintgrotesktrial";
  src: url("/cdn/shop/files/MintGroteskTrial-Medium.woff?v=1690485768")
      format("woff"),
    url("/cdn/shop/files/MintGroteskTrial-Medium.woff2?v=1690485768")
      format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MintgrotesktrialBold2";
  src: url("/cdn/shop/files/MintGroteskTrial-Heavy.woff?v=1690879375")
      format("woff"),
    url("/cdn/shop/files/MintGroteskTrial-Heavy.woff2?v=1690879374")
      format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Mintgrotesktrial-light";
  src: url("/cdn/shop/files/MintGrotesk-Regular_2.woff?v=1691091285")
      format("woff"),
    url("/cdn/shop/files/MintGrotesk-Regular_1.woff2?v=1691091285")
      format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}