.pfh {
  width: 100%;
  padding: var(--pfh-pad-top, 28px) 20px var(--pfh-pad-bottom, 20px);
  background: var(--pfh-bg, #f7f4ec);
  box-sizing: border-box;
}

.pfh__inner {
  max-width: var(--pfh-max, 1400px);
  margin: 0 auto;
}

.pfh__crumb {
  margin: 0 0 14px;
  color: #8a9485;
  font-size: 12px;
  line-height: 1.4;
}

.pfh__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.pfh__left,
.pfh__right {
  position: relative;
  min-width: 0;
  border-radius: 28px;
  box-sizing: border-box;
}

.pfh__left {
  overflow: hidden;
}

.pfh__left {
  display: flex;
  flex-direction: column;
  padding: 30px 28px 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(196, 220, 196, 0.9), transparent 44%),
    radial-gradient(circle at 18% 78%, rgba(210, 226, 204, 0.7), transparent 40%),
    linear-gradient(160deg, #eef4eb 0%, var(--pfh-left-bg, #f3efe6) 48%, #f6f2e9 100%);
  border: 1px solid rgba(33, 79, 47, 0.06);
}

.pfh__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.pfh__blob--a {
  top: -40px;
  right: -30px;
  width: 180px;
  height: 180px;
  background: rgba(198, 222, 198, 0.45);
}

.pfh__blob--b {
  bottom: 90px;
  left: -50px;
  width: 160px;
  height: 160px;
  background: rgba(198, 222, 198, 0.28);
}

.pfh__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  align-self: flex-start;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 12px;
  color: #1b3d2f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e4ebe3;
  border-radius: 999px;
}

.pfh__badge-icon {
  font-size: 14px;
  line-height: 1;
}

.pfh__title {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--pfh-title-color, #1b3d2f);
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--pfh-title-size, 46px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.pfh__desc {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  max-width: 520px;
  color: var(--pfh-desc-color, #4f6254);
  font-size: 14px;
  line-height: 1.65;
}

.pfh__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.pfh__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 999px;
  box-sizing: border-box;
}

.pfh__btn--primary {
  color: #fff !important;
  background: #1b3d2f;
}

.pfh__btn--secondary {
  color: #1b3d2f !important;
  background: #fff;
  border: 1.5px solid #1b3d2f;
}

.pfh__btn--apply {
  align-self: flex-start;
  min-width: min(100%, 280px);
  margin-bottom: 24px;
  color: #1b3d2f !important;
  background: var(--pfh-apply-bg, #f0b35c);
}

.pfh__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
}

.pfh__stat {
  min-width: 0;
  padding: 14px 12px;
  background: #fff;
  border: 1px solid #e8ebe4;
  border-radius: 16px;
  box-sizing: border-box;
}

.pfh__stat-value {
  color: #1b3d2f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.pfh__stat-label {
  margin-top: 6px;
  color: #6d7a68;
  font-size: 12px;
  line-height: 1.35;
}

.pfh__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e8ebe4;
}

.pfh__feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 10px;
  align-items: center;
  padding: 22px 20px 22px 22px;
  color: #fff;
  background: linear-gradient(135deg, #214f2f, #3f8d4e);
  border-radius: 22px;
  overflow: visible;
}

.pfh__feature-title {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.pfh__feature-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.55;
}

.pfh__feature-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 170px;
  overflow: visible;
  background: transparent;
}

.pfh__feature-media img,
.pfh__feature-media .image,
.pfh__feature-media picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pfh__feature-media .mug {
  position: relative;
  width: 170px;
  height: 160px;
  flex-shrink: 0;
}

.pfh__feature-media .mug .cup {
  position: absolute;
  left: 15px;
  top: 24px;
  width: 116px;
  height: 126px;
  border-radius: 16px 16px 34px 34px;
  background: linear-gradient(180deg, #fff, #fff2df);
  box-shadow:
    inset 0 -11px 0 rgba(217, 144, 45, 0.1),
    0 15px 34px rgba(0, 0, 0, 0.18);
  display: grid;
  place-items: center;
  color: #214f2f;
  font-size: 36px;
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
}

.pfh__feature-media .mug .cup::after {
  content: "";
  position: absolute;
  right: -38px;
  top: 30px;
  width: 48px;
  height: 58px;
  border: 14px solid #fff4df;
  border-left: none;
  border-radius: 0 32px 32px 0;
  box-sizing: border-box;
}

.pfh__points {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 0;
}

.pfh__point {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 96px;
  height: 100%;
  padding: 22px 16px;
  background: #fff;
  border: 1px solid #e7ebe4;
  border-radius: 18px;
  box-sizing: border-box;
}

.pfh__point-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--pfh-point-bg, #edf5ee);
  border-radius: 12px;
  font-size: 18px;
}

.pfh__point-icon img,
.pfh__point-icon .image,
.pfh__point-icon picture {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.pfh__point-title {
  color: #1a2e1f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.pfh__point-desc {
  margin-top: 3px;
  color: #6d7a68;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 1099px) {
  .pfh__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  .pfh__panel {
    grid-template-columns: 1fr;
  }

  .pfh__title {
    font-size: calc(var(--pfh-title-size, 46px) * 0.72);
  }

  .pfh__feature-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .pfh__feature-media {
    margin: 4px 0 0;
  }
}

@media (max-width: 559px) {
  .pfh__left,
  .pfh__right {
    border-radius: 22px;
  }

  .pfh__points {
    grid-template-columns: 1fr;
  }

  .pfh__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pfh__btn--apply {
    width: 100%;
  }
}
