/* hero section */

.frp-hero {
  width: 100%;
  padding: 12px 20px 42px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
}

.frp-hero__container {
  width: min(100%, 1544px);
  margin: 0 auto;
  position: relative;
}

.frp-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.frp-hero__content-card,
.frp-hero__image-card {
  min-height: 770px;
  border-radius: 38px;
  overflow: hidden;
  position: relative;
}

/* Left Card */
.frp-hero__content-card {
  background: #edf8f1;
  padding: 94px 82px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.frp-hero__content-card::before {
  content: "";
  width: 520px;
  height: 430px;
  position: absolute;
  right: -46px;
  bottom: -34px;
  opacity: 0.32;
  background: var(--frp-media-quality-standards-bg-png);
  display: none;
  pointer-events: none;
}

.frp-hero__content-inner {
  max-width: 610px;
  position: relative;
  z-index: 2;
}

.frp-hero__eyebrow {
  width: fit-content;
  min-height: 36px;
  padding: 0 16px;
  border: 1.5px solid #00532f;
  border-radius: 999px;
  color: #455c53;
  background: rgba(255, 255, 255, 0.42);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
}

.frp-hero__eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #00532f;
  display: inline-block;
  flex-shrink: 0;
}

.frp-hero__title {
  margin: 0;
  color: #00160f;
  font-size: clamp(38px, 3vw, 54px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.frp-hero__text {
  margin: 20px 0 0;
  color: #52645f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.frp-hero__buttons {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.frp-hero__btn {
  min-height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.frp-hero__btn--primary {
  padding: 0 9px 0 31px;
  background: #00532f;
  color: #ffffff;
}

.frp-hero__btn--secondary {
  padding: 0 9px 0 31px;
  background: #ffffff;
  color: #00160f;
}

.frp-hero__btn span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.frp-hero__btn--primary span {
  background: #ffffff;
  color: #00532f;
}

.frp-hero__btn--secondary span {
  background: #00160f;
  color: #ffffff;
}

.frp-hero__btn:hover {
  transform: translateY(-2px);
}

.frp-hero__btn--primary:hover {
  background: #003f23;
}

.frp-hero__btn--secondary:hover {
  background: #f7fbf9;
}

/* Review Card */
.frp-hero__review-card {
  width: min(100%, 455px);
  min-height: 134px;
  padding: 12px 28px 12px 12px;
  border-radius: 16px;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 3;
  margin-left: 4px;
  margin-bottom: 0;
  box-shadow: 0 16px 40px rgba(0, 40, 22, 0.04);
}

.frp-hero__video {
  width: 200px;
  height: 112px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  display: block;
  text-decoration: none;
  background: #d8e8df;
}

.frp-hero__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.frp-hero__video span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #00532f;
  color: #ffffff;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.frp-hero__video i {
  font-size: 20px;
  margin-left: 2px;
}

.frp-hero__review-content {
  min-width: 0;
}

.frp-hero__review-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Combined Avatar PNG */
.frp-hero__avatars {
  width: 88px;
  height: 32px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.frp-hero__avatars img {
  width: 100%;
  height: auto;
  display: block;
}

.frp-hero__review-top strong {
  color: #00160f;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.frp-hero__review-content p {
  margin: 12px 0 0;
  color: #52645f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

/* Right Image Card */
.frp-hero__image-card {
  background: #eef4ef;
}

.frp-hero__image-card > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.frp-hero__badge {
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #00532f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  z-index: 3;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(0, 83, 47, 0.18);
}

.frp-hero__badge i {
  font-size: 15px;
}

.frp-hero__badge--usa {
  top: 260px;
  left: 156px;
}

.frp-hero__badge--gmp {
  top: 400px;
  right: 18px;
}

.frp-hero__badge--tested {
  left: 80px;
  bottom: 24px;
}

/* Scroll Indicator */
.frp-hero__scroll {
  width: 76px;
  height: 76px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  color: #00160f;
  box-shadow: 0 18px 45px rgba(0, 40, 22, 0.08);
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translateX(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.frp-hero__scroll i {
  font-size: 28px;
}

/* Responsive */
@media (max-width: 1280px) {
  .frp-hero__content-card {
    padding: 72px 54px 30px;
  }

  .frp-hero__content-card,
  .frp-hero__image-card {
    min-height: 700px;
  }

  .frp-hero__badge--usa {
    left: 90px;
  }

  .frp-hero__badge--tested {
    left: 58px;
  }
}

@media (max-width: 991px) {
  .frp-hero {
    padding: 12px 16px 40px;
  }

  .frp-hero__grid {
    grid-template-columns: 1fr;
  }

  .frp-hero__content-card,
  .frp-hero__image-card {
    min-height: auto;
    border-radius: 30px;
  }

  .frp-hero__content-card {
    padding: 54px 36px 28px;
    gap: 44px;
  }

  .frp-hero__content-inner {
    max-width: 100%;
  }

  .frp-hero__image-card {
    height: 620px;
  }

  .frp-hero__badge--usa {
    top: 24%;
    left: 12%;
  }

  .frp-hero__badge--gmp {
    top: 52%;
    right: 5%;
  }

  .frp-hero__badge--tested {
    left: 10%;
    bottom: 28px;
  }

  .frp-hero__scroll {
    display: none;
  }
}

@media (max-width: 767px) {
  .frp-hero {
    padding: 10px 12px 32px;
  }

  .frp-hero__grid {
    gap: 12px;
  }

  .frp-hero__content-card {
    padding: 38px 22px 22px;
    border-radius: 26px;
  }

  .frp-hero__content-card::before {
    width: 380px;
    height: 320px;
    right: -120px;
    bottom: -80px;
  }

  .frp-hero__eyebrow {
    min-height: 32px;
    padding: 0 13px;
    font-size: 12px;
    margin-bottom: 18px;
  }

  .frp-hero__title {
    font-size: clamp(31px, 10vw, 42px);
    line-height: 1.12;
  }

  .frp-hero__text {
    font-size: 14px;
    line-height: 1.65;
  }

  .frp-hero__buttons {
    margin-top: 26px;
    gap: 8px;
  }

  .frp-hero__btn {
    min-height: 46px;
    font-size: 13px;
    gap: 12px;
  }

  .frp-hero__btn--primary,
  .frp-hero__btn--secondary {
    padding-left: 22px;
  }

  .frp-hero__btn span {
    width: 36px;
    height: 36px;
  }

  .frp-hero__review-card {
    width: 100%;
    padding: 10px;
    border-radius: 18px;
    gap: 12px;
  }

  .frp-hero__video {
    width: 142px;
    height: 92px;
  }

  .frp-hero__video span {
    width: 38px;
    height: 38px;
  }

  .frp-hero__avatars {
    width: 78px;
    height: 28px;
  }

  .frp-hero__review-top strong {
    font-size: 24px;
  }

  .frp-hero__review-content p {
    font-size: 12px;
    margin-top: 9px;
  }

  .frp-hero__image-card {
    height: 520px;
    border-radius: 26px;
  }

  .frp-hero__badge {
    min-height: 30px;
    padding: 0 12px;
    font-size: 11px;
    gap: 6px;
  }

  .frp-hero__badge--usa {
    top: 18%;
    left: 8%;
  }

  .frp-hero__badge--gmp {
    top: 50%;
    right: 4%;
  }

  .frp-hero__badge--tested {
    left: 7%;
    bottom: 18px;
  }
}

@media (max-width: 520px) {
  .frp-hero__review-card {
    align-items: stretch;
  }

  .frp-hero__video {
    width: 122px;
    height: 88px;
  }

  .frp-hero__review-top {
    flex-wrap: wrap;
  }

  .frp-hero__image-card {
    height: 430px;
  }

  .frp-hero__badge--gmp {
    top: auto;
    bottom: 86px;
  }
}

@media (max-width: 390px) {
  .frp-hero__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .frp-hero__btn {
    width: 100%;
  }

  .frp-hero__review-card {
    flex-direction: column;
  }

  .frp-hero__video {
    width: 100%;
    height: 150px;
  }

  .frp-hero__avatars {
    width: 82px;
    height: 30px;
  }
}

/* Top selling Products Section */
/* Top Selling Products Section */
.frp-products {
  width: 100%;
  padding: 30px 20px 46px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.frp-products__bg {
  width: 100%;
  min-height: 790px;
  border-radius: 34px;
  background-color: rgba(249, 249, 249, 0.86);
  background-image: var(--frp-media-quality-standards-bg-png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 420px auto;
  background-blend-mode: lighten;
  overflow: hidden;
  background-color: rgba(250, 250, 250, 0.8); 
  background-blend-mode: lighten; 
}

.frp-products__container {
  width: min(100%, 1450px);
  margin: 0 auto;
  padding: 92px 20px 96px;
}

.frp-products__top {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: end;
  gap: 86px;
  margin-bottom: 70px;
}

.frp-products__eyebrow {
  margin-bottom: 18px;
  color: #12382a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
}

.frp-products__eyebrow i {
  color: #00532f;
  font-size: 16px;
}

.frp-products__heading h2 {
  margin: 0;
  color: #00160f;
  font-size: clamp(38px, 3vw, 54px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.frp-products__intro {
  max-width: 660px;
  margin: 0 0 8px;
  color: #405750;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}

.frp-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.frp-products__card {
  padding: 14px 14px 28px;
  border: 1.5px solid #00532f;
  border-radius: 22px;
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.frp-products__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(0, 40, 22, 0.1);
}

.frp-products__image {
  width: 100%;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
  background: #061a10;
}

.frp-products__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.frp-products__content {
  padding: 22px 8px 0;
}

.frp-products__content h3 {
  margin: 0;
  color: #00160f;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.frp-products__content p {
  min-height: 44px;
  margin: 16px 0 0;
  color: #00160f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.frp-products__price {
  margin-top: 16px;
  color: #00160f;
  display: flex;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
}

.frp-products__price span {
  color: #00532f;
  font-size: 12px;
  font-weight: 700;
}

.frp-products__price strong {
  color: #00160f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.frp-products__btn {
  width: 100%;
  height: 48px;
  margin-top: 24px;
  padding: 0 8px 0 24px;
  border-radius: 999px;
  background: #00532f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: background 0.25s ease, transform 0.25s ease;
}

.frp-products__btn span {
  width: 34px;
  height: 34px;
  margin-left: auto;
  border-radius: 50%;
  background: #ffffff;
  color: #00532f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.frp-products__btn i {
  font-size: 16px;
}

.frp-products__btn:hover {
  background: #003f23;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1180px) {
  .frp-products__top {
    gap: 54px;
  }

  .frp-products__grid {
    gap: 18px;
  }

  .frp-products__image {
    height: 190px;
  }

  .frp-products__content h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .frp-products {
    padding: 28px 16px 40px;
  }

  .frp-products__bg {
    min-height: auto;
    border-radius: 30px;
    background-size: 340px auto;
  }

  .frp-products__container {
    padding: 70px 24px;
  }

  .frp-products__top {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
    margin-bottom: 46px;
  }

  .frp-products__heading h2 br {
    display: none;
  }

  .frp-products__intro {
    max-width: 720px;
    margin: 0 auto;
  }

  .frp-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .frp-products__image {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .frp-products {
    padding: 24px 12px 34px;
  }

  .frp-products__bg {
    border-radius: 26px;
    background-size: 290px auto;
    background-position: right -90px bottom -54px;
  }

  .frp-products__container {
    padding: 52px 16px;
  }

  .frp-products__eyebrow {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .frp-products__heading h2 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.12;
  }

  .frp-products__intro {
    font-size: 14px;
    line-height: 1.65;
  }

  .frp-products__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .frp-products__card {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .frp-products__image {
    height: 300px;
  }

  .frp-products__content {
    text-align: center;
  }

  .frp-products__content p {
    min-height: auto;
  }

  .frp-products__price {
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .frp-products__container {
    padding: 44px 14px;
  }

  .frp-products__image {
    height: 300px;
  }

  .frp-products__btn {
    gap: 18px;
  }
}


/* About Section */
.frp-about {
  width: 100%;
  padding: 88px 20px 96px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow: hidden;
}

.frp-about__container {
  width: min(100%, 1450px);
  margin: 0 auto;
}

.frp-about__heading {
  text-align: center;
  margin-bottom: 54px;
}

.frp-about__eyebrow {
  margin-bottom: 18px;
  color: #12382a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.frp-about__eyebrow i {
  color: #00532f;
  font-size: 17px;
}

.frp-about__heading h2 {
  margin: 0;
  color: #00160f;
  font-size: clamp(38px, 3.2vw, 58px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -0.045em;
}

.frp-about__body {
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
  gap: 72px;
}

.frp-about__content {
  padding-top: 6px;
}

.frp-about__content h3 {
  margin: 0;
  color: #00160f;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.frp-about__content p {
  margin: 34px 0 0;
  color: #52645f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.62;
}

.frp-about__btn {
  width: fit-content;
  height: 54px;
  margin-top: 38px;
  padding: 0 9px 0 34px;
  border-radius: 999px;
  background: #00532f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.frp-about__btn:hover {
  background: #003f23;
  transform: translateY(-2px);
}

.frp-about__btn span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  color: #00532f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.frp-about__btn i {
  font-size: 17px;
}

.frp-about__media {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.98fr;
  gap: 24px;
  align-items: start;
}

.frp-about__image {
  overflow: hidden;
  background: #edf4ef;
}

.frp-about__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.frp-about__image--large {
  height: 448px;
  border-radius: 24px;
}

.frp-about__image--small {
  height: 230px;
  border-radius: 24px;
}

.frp-about__right {
  display: flex;
  flex-direction: column;
}

.frp-about__stats {
  min-height: 108px;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}

.frp-about__stat {
  padding: 0 21px;
  border-right: 1px solid #d9d9d9;
}

.frp-about__stat:first-child {
  padding-left: 8px;
}

.frp-about__stat:last-child {
  border-right: 0;
  padding-right: 0;
}

.frp-about__stat strong {
  display: block;
  color: #5f5f5f;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}

.frp-about__stat span {
  display: block;
  margin-top: 8px;
  color: #52645f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.frp-about__dna {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #ffffff;
  color: #00532f;
  position: absolute;
  left: 50.6%;
  top: 148px;
  transform: translateX(-50%);
  z-index: 3;
  box-shadow: 0 18px 45px rgba(0, 40, 22, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.frp-about__dna i {
  font-size: 58px;
  line-height: 1;
  transform: rotate(40deg);
}

/* Responsive */
@media (max-width: 1180px) {
  .frp-about__container {
    width: min(100%, 1040px);
  }

  .frp-about__body {
    grid-template-columns: 300px 1fr;
    gap: 44px;
  }

  .frp-about__heading h2 {
    font-size: clamp(36px, 4vw, 52px);
  }

  .frp-about__media {
    gap: 18px;
  }

  .frp-about__dna {
    width: 104px;
    height: 104px;
    top: 150px;
  }

  .frp-about__dna i {
    font-size: 52px;
  }

  .frp-about__stat {
    padding: 0 14px;
  }

  .frp-about__stat strong {
    font-size: 28px;
  }

  .frp-about__stat span {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .frp-about {
    padding: 72px 16px 78px;
  }

  .frp-about__heading {
    margin-bottom: 42px;
  }

  .frp-about__heading h2 br {
    display: none;
  }

  .frp-about__body {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .frp-about__content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .frp-about__content h3 br {
    display: none;
  }

  .frp-about__content p {
    margin-top: 22px;
  }

  .frp-about__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .frp-about__media {
    max-width: 820px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .frp-about {
    padding: 58px 12px 62px;
  }

  .frp-about__heading {
    margin-bottom: 32px;
  }

  .frp-about__eyebrow {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .frp-about__heading h2 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.12;
  }

  .frp-about__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .frp-about__content h3 {
    font-size: 22px;
  }

  .frp-about__content p {
    font-size: 14px;
    line-height: 1.68;
    margin-left: auto;
    margin-right: auto;
  }

  .frp-about__btn {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    gap: 20px;
  }

  .frp-about__btn span {
    width: 36px;
    height: 36px;
  }

  .frp-about__media {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .frp-about__image--large {
    height: 390px;
    border-radius: 22px;
  }

  .frp-about__image--small {
    height: 260px;
    border-radius: 22px;
  }

  .frp-about__dna {
    width: 86px;
    height: 86px;
    left: 50%;
    top: 340px;
    transform: translateX(-50%);
  }

  .frp-about__dna i {
    font-size: 44px;
  }

  .frp-about__stats {
    padding-top: 22px;
    min-height: auto;
  }

  .frp-about__stat {
    padding: 0 12px;
    text-align: center;
  }

  .frp-about__stat:first-child {
    padding-left: 0;
  }

  .frp-about__stat strong {
    font-size: 28px;
  }

  .frp-about__stat span {
    white-space: normal;
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .frp-about__image--large {
    height: 330px;
  }

  .frp-about__image--small {
    height: 220px;
  }

  .frp-about__dna {
    top: 288px;
  }

  .frp-about__stats {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 24px;
  }

  .frp-about__stat {
    border-right: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 18px;
  }

  .frp-about__stat:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .frp-about__stat strong {
    font-size: 31px;
  }
}



/* Quality Standards Section */

.frp-quality {
  width: 100%;
  padding: 54px 24px 50px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.frp-quality__bg {
  width: 100%;
  min-height: 648px;
  border-radius: 38px;
  background-color: #edf8f1;
  background-image: var(--frp-media-quality-standards-bg-png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 470px auto;
  overflow: hidden;
  background-color: rgba(237, 248, 241, 0.8); 
  background-blend-mode: lighten; 
}

.frp-quality__container {
  width: min(100%, 1450px);
  margin: 0 auto;
  padding: 104px 24px 102px;
  position: relative;
  z-index: 2;
}

.frp-quality__top {
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 1.25fr 0.88fr;
  align-items: end;
  gap: 82px;
}

.frp-quality__eyebrow {
  margin-bottom: 16px;
  color: #12382a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.frp-quality__eyebrow i {
  color: #00532f;
  font-size: 17px;
}

.frp-quality__heading h2 {
  margin: 0;
  color: #00160f;
  font-size: clamp(38px, 3.05vw, 56px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.frp-quality__intro {
  max-width: 520px;
  margin: 0 0 10px;
  color: #405750;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.58;
}

.frp-quality__cards {
  width: min(100%, 1450px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.frp-quality__card {
  min-height: 266px;
  padding: 37px 32px 42px;
  border-radius: 20px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 18px 45px rgba(0, 40, 22, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.frp-quality__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(0, 40, 22, 0.08);
}

.frp-quality__icon {
  width: 42px;
  height: 42px;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.frp-quality__icon i {
  font-size: 42px;
  line-height: 1;
}

.frp-quality__card h3 {
  margin: 0;
  color: #00160f;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.frp-quality__card p {
  margin: 18px 0 0;
  color: #52645f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.56;
}

.frp-quality__card-btn {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #00160f;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  right: 21px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.frp-quality__card-btn i {
  font-size: 15px;
}

.frp-quality__card-btn:hover {
  background: #00532f;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1280px) {
  .frp-quality__container {
    padding: 86px 24px 88px;
  }

  .frp-quality__top,
  .frp-quality__cards {
    width: min(100%, 980px);
  }

  .frp-quality__top {
    gap: 54px;
  }

  .frp-quality__cards {
    gap: 18px;
  }

  .frp-quality__card {
    padding: 32px 24px 42px;
  }

  .frp-quality__card h3 {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .frp-quality {
    padding: 38px 16px 42px;
  }

  .frp-quality__bg {
    min-height: auto;
    border-radius: 32px;
    background-size: 380px auto;
  }

  .frp-quality__container {
    padding: 70px 28px;
  }

  .frp-quality__top {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
    margin-bottom: 38px;
  }

  .frp-quality__heading h2 br {
    display: none;
  }

  .frp-quality__intro {
    max-width: 680px;
    margin: 0 auto;
  }

  .frp-quality__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .frp-quality__card {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .frp-quality {
    padding: 30px 12px 34px;
  }

  .frp-quality__bg {
    border-radius: 26px;
    background-size: 300px auto;
    background-position: right -80px bottom -50px;
  }

  .frp-quality__container {
    padding: 52px 18px;
  }

  .frp-quality__eyebrow {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .frp-quality__heading h2 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.12;
  }

  .frp-quality__intro {
    font-size: 14px;
    line-height: 1.65;
  }

  .frp-quality__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .frp-quality__card {
    min-height: auto;
    padding: 30px 26px 54px;
    border-radius: 18px;
    text-align: center;
  }

  .frp-quality__icon {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .frp-quality__icon i {
    font-size: 40px;
  }

  .frp-quality__card h3 {
    font-size: 21px;
  }

  .frp-quality__card p {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13.5px;
  }

  .frp-quality__card-btn {
    right: 50%;
    bottom: 18px;
    transform: translateX(50%);
  }

  .frp-quality__card-btn:hover {
    transform: translateX(50%) translateY(-2px);
  }
}

@media (max-width: 430px) {
  .frp-quality__container {
    padding: 44px 14px;
  }

  .frp-quality__card {
    padding-left: 20px;
    padding-right: 20px;
  }
}



/* Shop Section */
.frp-shop {
  width: 100%;
  padding: 72px 20px 86px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.frp-shop__container {
  width: min(100%, 1450px);
  margin: 0 auto;
}

.frp-shop__heading {
  max-width: 940px;
  margin: 0 auto 34px;
  text-align: center;
}

.frp-shop__eyebrow {
  margin-bottom: 10px;
  color: #12382a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 500;
}

.frp-shop__eyebrow i {
  color: #00532f;
  font-size: 13px;
}

.frp-shop__heading h2 {
  margin: 0;
  color: #00160f;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.frp-shop__heading p {
  max-width: 980px;
  margin: 12px auto 0;
  color: #405750;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.62;
}

.frp-shop__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* Card products */
.frp-shop__card {
  padding: 14px 14px 28px;
  border: 1.5px solid #00532f;
  border-radius: 22px;
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.frp-shop__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(0, 40, 22, 0.1);
}

.frp-shop__image {
  width: 100%;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
  background: #061a10;
}

.frp-shop__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Card content style matched with .frp-products */
.frp-shop__content {
  padding: 22px 8px 0;
}

.frp-shop__content h3 {
  margin: 0;
  color: #00160f;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.frp-shop__content p {
  min-height: 44px;
  margin: 16px 0 0;
  color: #00160f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.frp-shop__price {
  margin-top: 16px;
  color: #00160f;
  display: flex;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
}

.frp-shop__price span {
  color: #00532f;
  font-size: 12px;
  font-weight: 700;
}

.frp-shop__price strong {
  color: #00160f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

/* Button style matched with .frp-products */
.frp-shop__btn {
  width: 100%;
  height: 48px;
  margin-top: 24px;
  padding: 0 8px 0 24px;
  border-radius: 999px;
  background: #00532f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: background 0.25s ease, transform 0.25s ease;
}

.frp-shop__btn span {
  width: 34px;
  height: 34px;
  margin-left: auto;
  border-radius: 50%;
  background: #ffffff;
  color: #00532f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.frp-shop__btn i {
  font-size: 16px;
}

.frp-shop__btn:hover {
  background: #003f23;
  transform: translateY(-2px);
}

.frp-shop__bottom {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.frp-shop__main-btn {
  height: 48px;
  padding: 0 6px 0 24px;
  border-radius: 999px;
  background: #00532f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: background 0.25s ease, transform 0.25s ease;
}

.frp-shop__main-btn span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #00532f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.frp-shop__main-btn i {
  font-size: 16px;
}

.frp-shop__main-btn:hover {
  background: #003f23;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1180px) {
  .frp-shop__grid {
    gap: 18px;
  }

  .frp-shop__image {
    height: 190px;
  }

  .frp-shop__content h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .frp-shop {
    padding: 64px 16px 76px;
  }

  .frp-shop__container {
    width: min(100%, 720px);
  }

  .frp-shop__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .frp-shop__image {
    height: 340px;
  }

  .frp-shop__heading p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .frp-shop {
    padding: 56px 12px 68px;
  }

  .frp-shop__heading {
    margin-bottom: 30px;
  }

  .frp-shop__eyebrow {
    font-size: 13px;
  }

  .frp-shop__eyebrow i {
    font-size: 15px;
  }

  .frp-shop__heading h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .frp-shop__heading p {
    font-size: 14px;
    line-height: 1.65;
  }

  .frp-shop__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .frp-shop__card {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .frp-shop__image {
    height: 300px;
  }

  .frp-shop__content {
    text-align: center;
  }

  .frp-shop__content p {
    min-height: auto;
  }

  .frp-shop__price {
    justify-content: center;
  }

  .frp-shop__main-btn {
    height: 46px;
    font-size: 13px;
  }

  .frp-shop__main-btn span {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 430px) {
  .frp-shop__image {
    height: 300px;
  }

  .frp-shop__btn {
    gap: 18px;
  }
}


/* Research Videos Section */
.frp-videos {
  width: 100%;
  padding: 30px 20px 46px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.frp-videos__bg {
  width: 100%;
  min-height: 620px;
  border-radius: 34px;
  background-color: #f8f8f8;
  background-image: var(--frp-media-quality-standards-bg-png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 420px auto;
  overflow: hidden; 
  background-color: rgba(248, 248, 248, 0.8); 
  background-blend-mode: lighten; 
}

.frp-videos__container {
  width: min(100%, 1450px);
  margin: 0 auto;
  padding: 92px 20px 92px;
}

.frp-videos__top {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: end;
  gap: 86px;
  margin-bottom: 44px;
}

.frp-videos__eyebrow {
  margin-bottom: 18px;
  color: #12382a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
}

.frp-videos__eyebrow i {
  color: #00532f;
  font-size: 16px;
}

.frp-videos__heading h2 {
  margin: 0;
  color: #00160f;
  font-size: clamp(38px, 3vw, 54px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.frp-videos__intro {
  max-width: 580px;
  margin: 0 0 8px;
  color: #405750;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}

.frp-videos__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.frp-videos__item {
  width: 100%;
  aspect-ratio: 1.78 / 1;
  padding: 0;
  border: 2px solid #00532f;
  border-radius: 8px;
  background: #dfe8e2;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: block;
}

.frp-videos__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 6, 0.24);
  transition: background 0.25s ease;
}

.frp-videos__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.frp-videos__item span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #00532f;
  color: #ffffff;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.frp-videos__item span i {
  font-size: 20px;
  margin-left: 2px;
}

.frp-videos__item:hover img {
  transform: scale(1.06);
}

.frp-videos__item:hover::after {
  background: rgba(0, 10, 6, 0.34);
}

.frp-videos__item:hover span {
  background: #003f23;
  transform: translate(-50%, -50%) scale(1.08);
}

/* Video Modal */
.frp-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.frp-video-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.frp-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 18, 10, 0.72);
  backdrop-filter: blur(5px);
}

.frp-video-modal__dialog {
  width: min(92vw, 980px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%) scale(0.96);
  transition: transform 0.25s ease;
}

.frp-video-modal.is-open .frp-video-modal__dialog {
  transform: translate(-50%, -50%) scale(1);
}

.frp-video-modal__close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #00160f;
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: 2;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.frp-video-modal__close i {
  font-size: 24px;
}

.frp-video-modal__player {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #000000;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
}

.frp-video-modal__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .frp-videos {
    padding: 28px 16px 40px;
  }

  .frp-videos__bg {
    border-radius: 30px;
    background-size: 340px auto;
  }

  .frp-videos__container {
    padding: 70px 24px;
  }

  .frp-videos__top {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
    margin-bottom: 36px;
  }

  .frp-videos__heading h2 br {
    display: none;
  }

  .frp-videos__intro {
    max-width: 680px;
    margin: 0 auto;
  }

  .frp-videos__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .frp-videos {
    padding: 24px 12px 34px;
  }

  .frp-videos__bg {
    border-radius: 26px;
    background-size: 290px auto;
    background-position: right -90px bottom -54px;
  }

  .frp-videos__container {
    padding: 52px 16px;
  }

  .frp-videos__eyebrow {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .frp-videos__heading h2 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.12;
  }

  .frp-videos__intro {
    font-size: 14px;
    line-height: 1.65;
  }

  .frp-videos__grid {
    gap: 12px;
  }

  .frp-videos__item span {
    width: 38px;
    height: 38px;
  }

  .frp-video-modal__dialog {
    width: calc(100vw - 24px);
  }

  .frp-video-modal__close {
    right: 0;
    top: -56px;
  }

  .frp-video-modal__player {
    border-radius: 14px;
  }
}

@media (max-width: 520px) {
  .frp-videos__grid {
    grid-template-columns: 1fr;
  }

  .frp-videos__item {
    border-radius: 10px;
  }
}


/* Why Choose Section */
.frp-choose {
  width: 100%;
  padding: 30px 20px 46px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.frp-choose__bg {
  width: 100%;
  min-height: 682px;
  border-radius: 34px;
  background-color: #edf8f1;
  background-image: var(--frp-media-why-choose-bg-png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 365px auto;
  overflow: hidden;
  background-color: rgba(237, 248, 241, 0.8); 
  background-blend-mode: lighten; 
}

.frp-choose__container {
  width: min(100%, 1450px);
  margin: 0 auto;
  padding: 96px 20px 94px;
}

.frp-choose__grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

/* Left Media */
.frp-choose__media {
  height: 650px;
  border-radius: 18px;
  position: relative;
  background: #dce8e2;
}

.frp-choose__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

/* Dark Shipping Card */
.frp-choose__shipping {
  width: 230px;
  padding: 23px 20px 17px;
  border-radius: 13px;
  background: #00160f;
  color: #ffffff;
  position: absolute;
  left: -55px;
  bottom: 135px;
  z-index: 2;
  box-shadow: 0 18px 45px rgba(0, 20, 10, 0.18);
}

.frp-choose__shipping h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.frp-choose__ship-row {
  min-height: 38px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.frp-choose__ship-row:last-child {
  border-bottom: 0;
}

.frp-choose__ship-row span,
.frp-choose__ship-row strong {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.2;
}

.frp-choose__ship-row span {
  font-weight: 700;
}

.frp-choose__ship-row strong {
  font-weight: 800;
  text-align: right;
}

/* Right Content */
.frp-choose__content {
  min-width: 0;
  max-width: 620px;
}

.frp-choose__eyebrow {
  margin-bottom: 17px;
  color: #12382a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
}

.frp-choose__eyebrow i {
  color: #00532f;
  font-size: 16px;
}

.frp-choose__content h2 {
  margin: 0;
  color: #00160f;
  font-size: clamp(38px, 2.5vw, 53px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.frp-choose__intro {
  max-width: 610px;
  margin: 26px 0 0;
  color: #405750;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.frp-choose__features-wrap {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 28px;
  align-items: center;
}

.frp-choose__features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.frp-choose__feature {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  align-items: center;
}

.frp-choose__feature-icon {
  width: 52px;
  height: 70px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.frp-choose__feature-icon i {
  font-size: 27px;
  line-height: 1;
}

.frp-choose__feature h3 {
  margin: 0;
  color: #00160f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.frp-choose__feature p {
  margin: 8px 0 0;
  color: #52645f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.frp-choose__small-image {
  width: 200px;
  height: 184px;
  border-radius: 14px;
  overflow: hidden;
  background: #dce8e2;
}

.frp-choose__small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 1180px) {
  .frp-choose__container {
    width: min(100%, 940px);
  }

  .frp-choose__grid {
    grid-template-columns: 390px 1fr;
    gap: 38px;
  }

  .frp-choose__media {
    height: 470px;
  }

  .frp-choose__features-wrap {
    grid-template-columns: 1fr 180px;
    gap: 22px;
  }

  .frp-choose__small-image {
    width: 180px;
    height: 170px;
  }
}

@media (max-width: 991px) {
  .frp-choose {
    padding: 28px 16px 40px;
  }

  .frp-choose__bg {
    border-radius: 30px;
    background-size: 320px auto;
  }

  .frp-choose__container {
    padding: 70px 28px;
  }

  .frp-choose__grid {
    flex-direction: column;
    gap: 42px;
  }

  .frp-choose__media {
    max-width: 560px;
    width: 100%;
    height: 520px;
    margin: 0 auto;
  }

  .frp-choose__shipping {
    left: -64px;
  }

  .frp-choose__content {
    text-align: center;
  }

  .frp-choose__content h2 br {
    display: none;
  }

  .frp-choose__intro {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .frp-choose__features-wrap {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 220px;
    text-align: left;
  }

  .frp-choose__small-image {
    width: 220px;
    height: 190px;
  }
}

@media (max-width: 767px) {
  .frp-choose {
    padding: 24px 12px 34px;
  }

  .frp-choose__bg {
    border-radius: 26px;
    background-size: 280px auto;
    background-position: left -90px bottom -55px;
  }

  .frp-choose__container {
    padding: 52px 16px;
  }

  .frp-choose__media {
    height: 430px;
    border-radius: 18px;
  }

  .frp-choose__shipping {
    width: 285px;
    left: -14px;
    bottom: 58px;
    padding: 21px 18px 15px;
  }

  .frp-choose__eyebrow {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .frp-choose__content h2 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.12;
  }

  .frp-choose__intro {
    font-size: 14px;
    line-height: 1.65;
  }

  .frp-choose__features-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .frp-choose__features {
    gap: 18px;
  }

  .frp-choose__feature {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
    text-align: center;
  }

  .frp-choose__feature-icon {
    width: 58px;
    height: 58px;
  }

  .frp-choose__feature h3 {
    font-size: 18px;
  }

  .frp-choose__feature p {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .frp-choose__small-image {
    width: min(100%, 360px);
    height: 230px;
    margin: 0 auto;
    border-radius: 18px;
  }
}

@media (max-width: 430px) {
  .frp-choose__container {
    padding: 44px 14px;
  }

  .frp-choose__media {
    height: 360px;
  }

  .frp-choose__shipping {
    width: calc(100% - 28px);
    left: 14px;
    top: auto;
    bottom: 14px;
  }

  .frp-choose__ship-row span,
  .frp-choose__ship-row strong {
    font-size: 10px;
  }

  .frp-choose__small-image {
    height: 210px;
  }
}


/* FAQs Section */

.frp-faq {
  width: 100%;
  padding: 120px 20px 132px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.frp-faq__container {
  width: min(100%, 1420px);
  margin: 0 auto;
}

.frp-faq__heading {
  text-align: center;
  margin-bottom: 68px;
}

.frp-faq__eyebrow {
  margin-bottom: 24px;
  color: #12382a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 500;
}

.frp-faq__eyebrow i {
  color: #00532f;
  font-size: 18px;
}

.frp-faq__heading h2 {
  margin: 0;
  color: #00160f;
  font-size: clamp(48px, 3vw, 72px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.055em;
}

.frp-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.frp-faq__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.frp-faq__item {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(0, 20, 10, 0.055);
  overflow: hidden;
}

.frp-faq__question {
  width: 100%;
  min-height: 74px;
  padding: 0 34px 0 42px;
  border: 0;
  background: #ffffff;
  color: #00160f;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  text-align: left;
}

.frp-faq__question span {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.frp-faq__question i {
  color: #00160f;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.frp-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.frp-faq__answer p,
.frp-faq__answer ul {
  margin: 0;
  color: #52645f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.frp-faq__answer p {
  padding: 0 42px 18px;
}

.frp-faq__answer ul {
  padding: 0 42px 18px 64px;
}

.frp-faq__answer li + li {
  margin-top: 8px;
}

.frp-faq__answer strong {
  color: #00160f;
  font-weight: 800;
}

.frp-faq__answer p:last-child,
.frp-faq__answer ul:last-child {
  padding-bottom: 28px;
}

.frp-faq__item.is-open .frp-faq__question i {
  transform: rotate(45deg);
}

.frp-faq__item.is-open .frp-faq__answer {
  max-height: 640px;
}

/* Responsive */
@media (max-width: 1180px) {
  .frp-faq {
    padding: 96px 20px 104px;
  }

  .frp-faq__container {
    width: min(100%, 1120px);
  }

  .frp-faq__heading h2 {
    font-size: clamp(42px, 5vw, 62px);
  }

  .frp-faq__question {
    padding-left: 30px;
    padding-right: 28px;
  }

  .frp-faq__question span {
    font-size: 20px;
  }

  .frp-faq__answer p {
    padding-left: 30px;
    padding-right: 30px;
  }

  .frp-faq__answer ul {
    padding-left: 52px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .frp-faq {
    padding: 78px 16px 86px;
  }

  .frp-faq__heading {
    margin-bottom: 48px;
  }

  .frp-faq__heading h2 br {
    display: none;
  }

  .frp-faq__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .frp-faq__column {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .frp-faq {
    padding: 62px 12px 70px;
  }

  .frp-faq__heading {
    margin-bottom: 34px;
  }

  .frp-faq__eyebrow {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .frp-faq__heading h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.12;
  }

  .frp-faq__item {
    border-radius: 12px;
  }

  .frp-faq__question {
    min-height: 66px;
    padding: 0 20px;
    gap: 14px;
  }

  .frp-faq__question span {
    font-size: 17px;
    line-height: 1.3;
  }

  .frp-faq__question i {
    font-size: 22px;
  }

  .frp-faq__answer p,
  .frp-faq__answer ul {
    font-size: 14px;
    line-height: 1.6;
  }

  .frp-faq__answer p {
    padding: 0 20px 16px;
  }

  .frp-faq__answer ul {
    padding: 0 20px 18px 40px;
  }
}

@media (max-width: 430px) {
  .frp-faq__question {
    padding: 0 16px;
  }

  .frp-faq__question span {
    font-size: 16px;
  }

  .frp-faq__answer p {
    padding-left: 16px;
    padding-right: 16px;
  }

  .frp-faq__answer ul {
    padding-left: 34px;
    padding-right: 16px;
  }
}


/* USA LAB Reports Section */
.frp-lab-results {
  width: 100%;
  padding: 30px 20px 46px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.frp-lab-results__bg {
  width: 100%;
  min-height: 760px;
  border-radius: 34px;
  background-color: rgba(249, 249, 249, 0.8);
  background-image: var(--frp-media-why-choose-bg-png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 420px auto;
  background-blend-mode: lighten;
  overflow: hidden;
}

.frp-lab-results__container {
  width: min(100%, 1450px);
  margin: 0 auto;
  padding: 92px 20px 96px;
}

.frp-lab-results__top {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: end;
  gap: 86px;
  margin-bottom: 54px;
}

.frp-lab-results__eyebrow {
  margin-bottom: 18px;
  color: #12382a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
}

.frp-lab-results__eyebrow i {
  color: #00532f;
  font-size: 16px;
}

.frp-lab-results__heading h2 {
  margin: 0;
  color: #00160f;
  font-size: clamp(38px, 3vw, 54px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.frp-lab-results__intro {
  max-width: 560px;
  margin: 0 0 8px;
  color: #405750;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}

.frp-lab-results__carousel {
  position: relative;
}

.frp-lab-results__viewport {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.frp-lab-results__viewport.is-dragging {
  cursor: grabbing;
}

.frp-lab-results__track {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
  user-select: none;
}

.frp-lab-results__slide {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  padding: 20px 24px 28px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 2px 2px 10px 0 rgba(0, 20, 10, 0.055);
  transition: transform 0.35s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.frp-lab-results__slide:hover {
  border-color: #00532f;
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(0, 40, 22, 0.08);
}

.frp-lab-results__slide h3 {
  margin: 0 0 22px;
  color: #00160f;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.frp-lab-results__report {
  width: 100%;
  height: 558px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.frp-lab-results__report img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
  user-select: none;
}

.frp-lab-results__arrow {
  width: 41px;
  height: 41px;
  border: 0;
  border-radius: 50%;
  background: #00532f;
  color: #ffffff;
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.frp-lab-results__arrow:hover {
  background: #003f23;
}

.frp-lab-results__arrow i {
  font-size: 24px;
  line-height: 1;
}

.frp-lab-results__arrow--prev {
  left: -16px;
}

.frp-lab-results__arrow--next {
  right: -16px;
}

.frp-lab-results__arrow.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.frp-lab-results__pagination {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.frp-lab-results__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 83, 47, 0.24);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.frp-lab-results__dot.is-active {
  width: 28px;
  background: #00532f;
}

/* Lab Report Preview Popup */
.frp-lab-preview {
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.frp-lab-preview.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.frp-lab-preview__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 18, 10, 0.74);
  backdrop-filter: blur(5px);
}

.frp-lab-preview__dialog {
  width: min(94vw, 820px);
  max-height: 90vh;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%) scale(0.96);
  transition: transform 0.25s ease;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
}

.frp-lab-preview.is-open .frp-lab-preview__dialog {
  transform: translate(-50%, -50%) scale(1);
}

.frp-lab-preview__close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #00532f;
  color: #ffffff;
  position: absolute;
  right: -14px;
  top: -14px;
  z-index: 2;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.frp-lab-preview__close i {
  font-size: 23px;
}

.frp-lab-preview__title {
  margin: 0 0 18px;
  color: #00160f;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.frp-lab-preview__image-wrap {
  width: 100%;
  max-height: calc(90vh - 96px);
  border-radius: 16px;
  background: #f8f8f8;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.frp-lab-preview__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 991px) {
  .frp-lab-results {
    padding: 28px 16px 40px;
  }

  .frp-lab-results__bg {
    min-height: auto;
    border-radius: 30px;
    background-size: 340px auto;
  }

  .frp-lab-results__container {
    padding: 70px 24px;
  }

  .frp-lab-results__top {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
    margin-bottom: 42px;
  }

  .frp-lab-results__intro {
    max-width: 680px;
    margin: 0 auto;
  }

  .frp-lab-results__slide {
    flex-basis: calc((100% - 20px) / 2);
  }

  .frp-lab-results__report {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .frp-lab-results {
    padding: 24px 12px 34px;
  }

  .frp-lab-results__bg {
    border-radius: 26px;
    background-size: 290px auto;
    background-position: right -90px bottom -54px;
  }

  .frp-lab-results__container {
    padding: 52px 16px;
  }

  .frp-lab-results__eyebrow {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .frp-lab-results__heading h2 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.12;
  }

  .frp-lab-results__intro {
    font-size: 14px;
    line-height: 1.65;
  }

  .frp-lab-results__slide {
    flex-basis: 100%;
    padding: 20px 22px 26px;
  }

  .frp-lab-results__report {
    height: 390px;
  }

  .frp-lab-results__arrow--prev {
    left: 8px;
  }

  .frp-lab-results__arrow--next {
    right: 8px;
  }

  .frp-lab-results__pagination {
    margin-top: 18px;
  }

  .frp-lab-preview__dialog {
    width: calc(100vw - 24px);
    padding: 18px;
    border-radius: 18px;
  }

  .frp-lab-preview__close {
    right: 0;
    top: -54px;
  }

  .frp-lab-preview__title {
    font-size: 19px;
  }

  .frp-lab-preview__image-wrap {
    max-height: calc(88vh - 78px);
  }
}

@media (max-width: 430px) {
  .frp-lab-results__container {
    padding: 44px 14px;
  }

  .frp-lab-results__report {
    height: 440px;
  }

  .frp-lab-results__slide h3 {
    font-size: 17px;
  }
}



/* Precautions Bar */
.frp-research-notice {
  width: 100%;
  padding: 44px 20px;
  background: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.frp-research-notice__bar {
  width: min(100%, 870px);
  min-height: 52px;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 12px;
  background: #00160f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: transform 0.35s ease;
}

.frp-research-notice__bar:hover {
  transform: translateY(-5px);
}

.frp-research-notice__icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.frp-research-notice__icon i {
  font-size: 24px;
  line-height: 1;
}

.frp-research-notice__bar p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 767px) {
  .frp-research-notice {
    padding: 34px 12px;
  }

  .frp-research-notice__bar {
    width: 100%;
    min-height: auto;
    padding: 14px 18px;
    border-radius: 12px;
    gap: 12px;
  }

  .frp-research-notice__bar p {
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .frp-research-notice__bar {
    align-items: flex-start;
    text-align: left;
  }

  .frp-research-notice__bar p {
    text-align: left;
  }
}




/* Footer */
/* Footer Section */

/* WooCommerce product-card integration */
.frp-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.frp-product-card__image {
  display: block;
}

.frp-product-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.frp-products__empty,
.frp-shop__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px;
  border: 1px dashed rgba(0, 0, 0, 0.18);
  border-radius: 16px;
  text-align: center;
  color: #52606d;
  background: rgba(255, 255, 255, 0.72);
}


/* v1.4.0: keep Home product-card grids as 2 columns on mobile and balance card height. */
@media (max-width: 767px) {
  .frp-products__grid,
  .frp-shop__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .frp-products__card,
  .frp-shop__card,
  .frp-product-card {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 9px 9px 16px !important;
    border-radius: 16px !important;
  }

  .frp-products__image,
  .frp-shop__image,
  .frp-product-card__image {
    height: clamp(128px, 40vw, 190px) !important;
    border-radius: 12px !important;
  }

  .frp-products__content,
  .frp-shop__content,
  .frp-product-card__content {
    padding: 12px 2px 0 !important;
    text-align: left !important;
  }

  .frp-products__content h3,
  .frp-shop__content h3,
  .frp-product-card__content h3 {
    font-size: clamp(14px, 3.8vw, 17px) !important;
    line-height: 1.18 !important;
  }

  .frp-products__content p,
  .frp-shop__content p,
  .frp-product-card__content p {
    display: none !important;
  }

  .frp-products__price,
  .frp-shop__price,
  .frp-product-card__price {
    justify-content: flex-start !important;
    margin-top: 10px !important;
    gap: 3px !important;
  }

  .frp-products__price span,
  .frp-shop__price span,
  .frp-product-card__price span {
    font-size: 10px !important;
  }

  .frp-products__price strong,
  .frp-shop__price strong,
  .frp-product-card__price strong {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .frp-products__btn,
  .frp-shop__btn,
  .frp-product-card__btn {
    height: 38px !important;
    margin-top: 12px !important;
    padding: 0 6px 0 12px !important;
    gap: 8px !important;
    font-size: 10px !important;
    line-height: 1 !important;
  }

  .frp-products__btn span,
  .frp-shop__btn span,
  .frp-product-card__btn span {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
  }
}

@media (max-width: 430px) {
  .frp-products__grid,
  .frp-shop__grid {
    gap: 10px !important;
  }

  .frp-products__image,
  .frp-shop__image,
  .frp-product-card__image {
    height: clamp(112px, 39vw, 160px) !important;
  }
}
