@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");
@import url("https://fonts.cdnfonts.com/css/canela-text-trial");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.j-top {
  text-align: center;
}


.journey-longevity .new-top {
    padding: 15px 25px;
    position: absolute;
    bottom: 34px;
    left: 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(27px);
    border-radius: 10px;
    font-weight: 400;
    color: #FFF;
    font-size: 18px;
    z-index: 2;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
.journey-longevity .j-card-img {
    /* position: relative; */
    border-radius: 25px;
    overflow: hidden;
}
/* .journey-longevity .j-card-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    z-index: 1;
    background-color: #F3E5FF;
} */
.journey-longevity .new-top span {
    font-weight: 600;
    color: #ffffff;
}

.container-journey {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.j-top h2 {
  margin: 0 auto;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* max-width: 488px; */
}

.j-span {
  font-family: "Canela Condensed Trial", sans-serif;
  color: #9e67e4;
  font-weight: 400;
  font-style: italic;
}

.j-top p {
  margin: 8px 0 30px;
  font-weight: 400;
  color: #242d34;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
}

.j-cards {
  display: flex;
  place-content: center;
  gap: 30px;
}

.j-card {
    overflow: hidden;
    height: auto;
    max-width: 690px;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #242d340f;
    transform-origin: center;
    transition: transform 200ms ease,box-shadow 200ms ease;
    will-change: transform, box-shadow;
    display: flex;
    flex-direction: column;
}

.j-card:hover {
  background: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(36, 45, 52, 0.12);
}

/* @keyframes jcard-entrance {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
} */

.j-card-img {
  position: relative;
  /* height: 490px; */
}
.j-card-img img {
  height: 100% !important;
  object-fit: cover;
}
.j-tag {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #ffffff;
  color: #242d34;
  border-radius: 80px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 7px 23px;
}

.j-card-info {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.j-card-info-top {
  max-width: 583px;
}

.j-card-info-top h6 {
  color: #9e67e4;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0 0 9px;
}

.j-card-info h4 {
  color: #242d34;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.j-card-info-top p {
  color: #242d34;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin: 4px 0 27px;
}

.j-pill {
    border-radius: 140px;
    background: rgba(36, 45, 52, 0.05);
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.j-tab {
  color: #000000;
  text-transform: uppercase;
  border-radius: 180px;
  height: 46px;
  width: 300px;
  display: flex;
  place-content: center;
  padding: 13.5px 0;
}

.j-tab-active {
  background: #242d34;
  color: #ffffff;
}

.j-tab-active img {
  filter: brightness(100%);
}

.j-tab p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.j-tab img {
  width: 16px;
  height: 16px;
}

.price h4 {
  color: #9e67e4;
  margin: 22.34px 0 4px;
}

.price p {
  color: #242d34;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.divider {
  height: 1px;
  width: 610px;
  background: #242d340f;
  margin: 21.34px 0 27.35px;
}

.j-list h6 {
  color: #242d34;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.j-list ul {
  color: #000000;
  list-style: none;
  padding: 0;
  margin: 9px 0 34px;
}

.j-list ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 10px;
}

.j-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://sagmeticinfotech.com/wp/2026/ResurgenceRX/wp-content/uploads/2026/04/tick.svg")
    no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 18px;
}

.semaglutide-btn {
  background: transparent;
  border-radius: 180px;
  border: 1px solid #242d340f;
  color: #000000;
  text-transform: uppercase;
  padding: 16.5px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.02;
  display: block;
  text-align: center;
  transition: transform 200ms ease;
  white-space: nowrap;
}

.j-card:hover .semaglutide-btn {
  background: #9e67e4;
  color: #ffffff;
}

/* -----Tab Content Container------- */
.j-tab-content {
  display: block;
}

.j-pane {
  display: none;
}

.j-pane-active {
  display: block;
  animation: pane-fade 200ms ease-in;
}

@keyframes pane-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.j-tab {
  cursor: pointer;
  transition: all 200ms ease;
}

.j-card-image {
  display: none;
  width: 100%;
  height: auto;
}

.j-card-image-active {
  display: block;
  animation: image-fade 300ms ease-in;
}

@keyframes image-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1400px) {
  .j-list ul li {
  }
  .j-tag {
    top: 10px;
    right: 10px;
    font-size: 10px;
    line-height: 1.4;
    padding: 5px 10px;
}
.j-card {
    border-radius: 10px;
}
.j-card-info h4 {
    font-size: 28px;
}
.j-card-info-top h6 {
    font-size: 16px;
}
.j-card-info-top p {
    font-size: 16px;
    line-height: 1.4;
}
.price p {
    font-size: 16px;
    line-height: 1.4;
}
.j-tab p {
    font-size: 14px;
}
.j-list ul li {
    font-size: 16px;
}

}
@media (max-width: 1199px) {
.j-card-img {
  position: relative;
  height: 370px;
}}
/* ===== TABLET (max-width: 1024px) ===== */
@media (max-width: 1024px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1000px;
  }

  .j-top h2 {
    font-size: 48px;
    max-width: 100%;
    padding: 0 20px;
  }

  .j-top p {
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px;
  }

  .j-cards {
    gap: 30px;
    flex-wrap: wrap;
  }

.j-card {
    max-width: calc(50% - 15px);
    width: 100%;
}

  .j-card-info {
    padding: 25px 20px ;
  }
  .j-card-info-top h6,
  .j-card-info-top p {
    font-size: 13px;
    line-height: 20px;
    margin: 4px 0 16px;
  }

  .j-pill {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }

  .price p {
    font-size: 13px;
    line-height: 20px;
  }

  .j-tab {
    width: auto;
    flex: 1;
    height: 44px;
    padding: 12px 0;
  }

  .j-tab p {
    font-size: 14px;
  }

  .j-list h6 {
    font-size: 20px;
  }

  .j-list ul {
    font-size: 15px;
    line-height: 28px;
  }

  .divider {
    width: 100%;
  }

  .semaglutide-btn {
    padding: 14px 100px;
    font-size: 14px;
  }

  .price h4 {
    font-size: 28px;
  }
  .j-list ul li {
  }
}

/* ===== MOBILE (max-width: 768px) ===== */
@media (max-width: 768px) {
  .j-top {
    margin-bottom: 40px;
  }

  .j-top h2 {
    font-size: 32px;
    max-width: 100%;
    padding: 0 16px;
  }

  .j-top p {
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 24px;
    padding: 0 16px;
  }

  .j-cards {
    gap: 24px;
    flex-direction: column;
  }

  .j-card {
    max-width: 100%;
  }

  .j-card-info-top h6 {
    font-size: 16px;
    margin: 20px 0 8px;
  }

  .j-card-info h4 {
    font-size: 28px;
  }

  .j-card-info-top p {
    font-size: 15px;
    line-height: 24px;
    margin: 4px 0 20px;
  }

  .j-pill {
    width: 100%;
    height: auto;
    border-radius: 100px;
    padding: 6px 8px;
    gap: 8px;
  }

  .j-tab {
    width: auto;
    flex: 1;
    height: 40px;
    border-radius: 100px;
    padding: 10px 0;
  }

  .j-tab p {
    font-size: 12px;
    margin-left: 6px;
  }

  .j-tab img {
    width: 14px;
    height: 14px;
  }

  .j-tag {
    top: 20px;
    right: 20px;
    font-size: 10px;
    padding: 5px 15px;
    border-radius: 60px;
  }

  .price h4 {
    font-size: 24px;
    margin: 16px 0 2px;
  }

  .price p {
    font-size: 14px;
    line-height: 20px;
  }

  .divider {
    width: 100%;
    margin: 16px 0 20px;
  }

  .j-list h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .j-list ul {
    font-size: 14px;
    line-height: 28px;
    margin: 8px 0 24px;
  }

  .j-list ul li {
    padding-left: 26px;
  }

  .j-list ul li::before {
    width: 18px;
    height: 16px;
  }

  .semaglutide-btn {
    padding: 12px 40px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .semaglutide-btn:hover {
    transform: scale(1.02);
  }
}
@media (max-width: 768px) {
.j-card-img {
  height: 490px;
}}
/* ===== SMALL MOBILE (max-width: 480px) ===== */
@media (max-width: 480px) {
  .j-top h2 {
    font-size: 28px;
    padding: 0 12px;
  }

  .j-top p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 12px;
  }

  .j-card-info {
    padding:20px 15px;
  }

  .j-card-info h4 {
    font-size: 24px;
  }

  .j-pill {
    padding: 5px 6px;
  }

  .j-tab {
    height: 36px;
    padding: 8px 0;
  }

  .j-tab p {
    font-size: 11px;
  }

  .j-list h6 {
    font-size: 16px;
  }

  .j-list ul li::before {
    width: 12px;
    height: 12px;
  }

  .j-list ul {
    font-size: 13px;
    line-height: 26px;
  }

  .j-list ul li {
    padding-left: 16px;
    font-size: 16px;
  }

  .price h4 {
    font-size: 22px;
  }

  .semaglutide-btn {
    padding: 10px 30px;
    font-size: 11px;
  }
  .j-card-img {
  height: 340px;
}
}
