.pgt-fp-section,
.pgt-fp-section * {
  box-sizing: border-box;
}

.pgt-fp-section {
  --pgt-fp-green: #205c17;
  --pgt-fp-dark: #102d0d;
  --pgt-fp-yellow: #fbbc05;
  --pgt-fp-yellow-dark: #e5ab00;
  --pgt-fp-text: #102a24;
  --pgt-fp-muted: #34403b;
  width: 100%;
  font-family: inherit;
  background:
    radial-gradient(circle at top left, rgba(32,92,23,0.07), transparent 28%),
    radial-gradient(circle at top right, rgba(252,201,15,0.15), transparent 25%),
    linear-gradient(180deg, #fffdf7 0%, #fffaf0 100%);
  padding: 60px 20px 34px;
  position: relative;
  overflow: hidden;
}

.pgt-fp-section::before,
.pgt-fp-section::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  background: repeating-linear-gradient(
    135deg,
    rgba(32, 92, 23, 0.15) 0 8px,
    transparent 8px 18px
  );
  opacity: 0.26;
  top: -70px;
  border-radius: 50%;
  pointer-events: none;
}

.pgt-fp-section::before {
  left: -80px;
}

.pgt-fp-section::after {
  right: -80px;
}

.pgt-fp-container {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pgt-fp-title {
  text-align: center;
  margin-bottom: 34px;
}

.pgt-fp-title h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.05;
  margin: 0;
  color: var(--pgt-fp-dark);
  font-weight: 700;
  letter-spacing: -1px;
}

.pgt-fp-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}

.pgt-fp-divider span {
  width: 90px;
  height: 2px;
  background: rgba(32, 92, 23, 0.55);
}

.pgt-fp-divider-icon {
  width: 40px;
  height: 40px;
  background: var(--pgt-fp-green);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
}

.pgt-fp-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.pgt-fp-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(31, 48, 23, 0.12);
  border: 1px solid rgba(32, 92, 23, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pgt-fp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(31, 48, 23, 0.18);
}

.pgt-fp-image {
  position: relative;
  height: 178px;
  overflow: hidden;
  background: #f6f0e2;
}

.pgt-fp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.pgt-fp-card:hover .pgt-fp-image img {
  transform: scale(1.04);
}

.pgt-fp-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  min-height: 72px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 0 0 14px 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  color: var(--pgt-fp-green);
  font-size: 9px;
  line-height: 1.05;
  font-weight: 900;
  text-align: center;
  padding: 8px 5px 7px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.pgt-fp-badge-icon {
  display: block;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 3px;
}

.pgt-fp-badge-text {
  display: block;
}

.pgt-fp-body {
  padding: 15px 16px 14px;
}

.pgt-fp-info {
  position: relative;
  padding-right: 0;
  min-height: 76px;
}

.pgt-fp-info h3 {
  margin: 0 0 7px;
  color: var(--pgt-fp-text);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
}

.pgt-fp-info p {
  margin: 4px 0;
  color: var(--pgt-fp-muted);
  font-size: 15px;
  line-height: 1.25;
}

.pgt-fp-side-icons {
  position: absolute;
  right: 0;
  top: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--pgt-fp-green);
}

.pgt-fp-side-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 22px;
  line-height: 1;
}

.pgt-fp-actions {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.pgt-fp-btn {
  width: 100%;
  border: 0;
  border-radius: 8px;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
  line-height: 1.1;
}

.pgt-fp-actions .pgt-fp-btn {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
}

.pgt-fp-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.pgt-fp-btn-yellow,
.pgt-fp-btn-yellow:hover,
.pgt-fp-btn-yellow:focus {
  background: linear-gradient(180deg, var(--pgt-fp-yellow) 0%, var(--pgt-fp-yellow-dark) 100%);
  color: #17210f;
}

.pgt-fp-btn-green,
.pgt-fp-btn-green:hover,
.pgt-fp-btn-green:focus {
  background: linear-gradient(180deg, #238b24 0%, #166c17 100%);
  color: #ffffff;
}

.pgt-fp-btn-details,
.pgt-fp-btn-details:focus {
  background: #ffffff;
  color: var(--pgt-fp-green);
  border: 1px solid rgba(32, 92, 23, 0.58);
}

.pgt-fp-btn-details:hover {
  background: var(--pgt-fp-green);
  color: #ffffff;
  border-color: var(--pgt-fp-green);
  filter: none;
}

.pgt-fp-empty {
  background: rgba(255,255,255,0.92);
  border: 1px dashed rgba(32,92,23,0.25);
  border-radius: 14px;
  padding: 26px;
  color: var(--pgt-fp-muted);
  text-align: center;
}

.pgt-fp-benefits {
  max-width: 780px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.pgt-fp-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pgt-fp-text);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.pgt-fp-benefit-icon {
  min-width: 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: var(--pgt-fp-green);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(31, 48, 23, 0.12);
  border: 1px solid rgba(32, 92, 23, 0.14);
  font-size: 23px;
}

@media (max-width: 1200px) {
  .pgt-fp-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pgt-fp-section {
    padding: 42px 14px 28px;
  }

  .pgt-fp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .pgt-fp-image {
    height: 135px;
  }

  .pgt-fp-body {
    padding: 12px;
  }

  .pgt-fp-info {
    padding-right: 0;
  }

  .pgt-fp-info h3 {
    font-size: 16px;
  }

  .pgt-fp-info p {
    font-size: 13px;
  }

  .pgt-fp-actions {
    flex-direction: column;
  }

  .pgt-fp-btn {
    min-height: 39px;
    font-size: 13px;
  }

  .pgt-fp-actions .pgt-fp-btn {
    width: 100%;
  }

  .pgt-fp-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .pgt-fp-grid {
    grid-template-columns: 1fr;
  }

  .pgt-fp-image {
    height: 190px;
  }

  .pgt-fp-benefits {
    grid-template-columns: 1fr;
  }
}


/* v125: remove old card side icons and button icons from fruit cards. */
.pgt-fp-side-icons,
.pgt-fp-actions .pgt-fp-btn > span:first-child {
  display: none !important;
}
.pgt-fp-info {
  padding-right: 0 !important;
}
