.pp-wrap {
  margin: 0 auto;
  max-width: 860px;
  padding: 0 20px;
  width: 100%;
}

.pp-center {
  text-align: center;
}

.pp-crumbs {
  color: #7a6b5d;
  font-size: 13px;
  margin: 18px auto 0;
  max-width: 860px;
  padding: 0 20px;
}

.pp-crumbs a {
  color: #2e6b4f;
  text-decoration: none;
}

.pp-hero {
  background: linear-gradient(160deg, #2e6b4f 0%, #1f4a37 55%, #163527 100%);
  color: #fff;
  overflow: hidden;
  padding: 56px 0 48px;
  position: relative;
}

.pp-hero-img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  opacity: 0.16;
  position: absolute;
  top: 0;
  width: 100%;
}

.pp-hero-inner {
  margin: 0 auto;
  max-width: 860px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.pp-eyebrow {
  color: #f2c14e;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pp-title {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(30px, 6vw, 46px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.pp-lead {
  font-size: 18px;
  margin: 0 0 16px;
  max-width: 620px;
  opacity: 0.95;
}

.pp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pp-hero-trust {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
}

.pp-card {
  align-items: stretch;
  background: #fff;
  border: 1px solid #eadfcf;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(58, 47, 40, 0.1);
  display: grid;
  gap: 0;
  margin: -30px auto 44px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

@media (min-width: 640px) {
  .pp-card {
    grid-template-columns: 300px 1fr;
  }
}

.pp-visual {
  background: #fdf8f1;
}

.pp-cover {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pp-card-body {
  padding: 26px 28px;
}

.pp-tag {
  background: #fdf0d5;
  border-radius: 6px;
  color: #8a6a1a;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  text-transform: uppercase;
}

.pp-card-title {
  font-family: Fraunces, Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  margin: 10px 0 6px;
}

.pp-price {
  color: #b02422;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pp-desc {
  color: #5c4f42;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.pp-includes {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.pp-include {
  border-bottom: 1px dashed #eadfcf;
  font-size: 14px;
  padding: 8px 0 8px 24px;
  position: relative;
}

.pp-include::before {
  color: #2e6b4f;
  content: "\2713";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.pp-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.pp-badge {
  background: #fdf8f1;
  border: 1px solid #eadfcf;
  border-radius: 999px;
  color: #7a6b5d;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
}

.pp-buy {
  display: flex;
}

.pp-btn {
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 22px;
  text-decoration: none;
}

.pp-btn-solid {
  background: #b02422;
  border: 1px solid #b02422;
  color: #fff;
  width: 100%;
}

.pp-btn-solid:hover {
  background: #8f1c1a;
}

.pp-btn-ghost {
  background: #fff;
  border: 1px solid #3a2f28;
  color: #3a2f28;
}

.pp-btn-ghost:hover {
  background: #3a2f28;
  color: #fff;
}

.pp-btn-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.pp-section {
  padding: 44px 0;
}

.pp-section-alt {
  background: #fdf8f1;
}

.pp-h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
  margin: 6px 0 8px;
}

.pp-sub {
  color: #7a6b5d;
  margin: 0 auto 18px;
  max-width: 520px;
}

.pp-lines {
  list-style: none;
  margin: 20px auto 0;
  max-width: 620px;
  padding: 0;
  text-align: left;
}

.pp-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 15px;
  padding: 12px 0;
}

.pp-faqs {
  margin: 20px auto 0;
  max-width: 620px;
  text-align: left;
}

.pp-faq {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14px 0;
}

.pp-faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.pp-faq summary::-webkit-details-marker {
  display: none;
}

.pp-faq summary::after {
  content: "+";
  float: right;
  font-size: 18px;
}

.pp-faq[open] summary::after {
  content: "\2212";
}

.pp-faq p {
  color: #5c4f42;
  font-size: 14px;
  margin: 8px 0 0;
}

.pp-tiers {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

@media (min-width: 640px) {
  .pp-tiers {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pp-tier {
  background: #fff;
  border: 1px solid #eadfcf;
  border-radius: 14px;
  padding: 22px;
}

.pp-tier-name {
  font-family: Fraunces, Georgia, serif;
  font-size: 20px;
  margin: 0 0 4px;
}

.pp-tier-price {
  color: #b02422;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.pp-tier-desc {
  color: #7a6b5d;
  font-size: 14px;
  margin: 0 0 14px;
}

@media print {
  .pp-hero,
  .pp-crumbs,
  .pp-buy,
  .pp-section-alt {
    display: none !important;
  }
}
