.ppd-band-card,
.ppd-tab-hero {
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(180deg, #f0fdf4 0%, #f7fff9 100%);
  box-shadow: 0 10px 26px rgba(22, 101, 52, .08);
}

.ppd-band-card {
  margin: 14px 0 18px;
  padding: 18px;
}

.ppd-band-card__row,
.ppd-tab-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.ppd-band-card__price {
  color: #064e3b;
  font-size: 14px;
}

.ppd-band-card__meta,
.ppd-band-card__hint {
  margin-top: 10px;
  color: #3f5f4a;
  font-size: 13px;
}

.ppd-band-card__hint,
.ppd-stat-card__note {
  color: #15803d;
  font-weight: 700;
}

.ppd-pill {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppd-tab-wrap {
  padding-top: 6px;
}

.ppd-tab-hero {
  padding: 18px;
  margin: 0 0 16px;
}

.ppd-tab-title,
.ppd-table-title {
  margin: 10px 0 6px;
  color: #052e2b;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.ppd-table-title {
  text-align: center;
}

.ppd-tab-note {
  margin: 0 0 14px;
  color: #3f5f4a;
  font-size: 14px;
  line-height: 1.5;
}

.ppd-tab-hero__right {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ppd-kpi,
.ppd-stat-card {
  min-width: 155px;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d9f5e3;
}

.ppd-kpi span,
.ppd-stat-card__label {
  display: block;
  margin-bottom: 6px;
  color: #557260;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppd-kpi strong,
.ppd-stat-card__value {
  display: block;
  color: #052e2b;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.ppd-stat-card__meta {
  margin-top: 7px;
  color: #2f6844;
  font-size: 13px;
}

.ppd-stat-card__note {
  margin-top: 7px;
  font-size: 12px;
}

.ppd-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin: 12px 0 4px;
}

.ppd-stats-grid--tab,
.ppd-stats-grid--hero {
  margin-bottom: 16px;
}

.ppd-shortcode-block {
  display: block;
}

.ppd-inline-tiers {
  clear: both;
  margin: 18px 0 28px;
}

.ppd-table-wrap {
  overflow: auto;
  border: 1px solid #e8ede7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(22, 101, 52, .06);
}

.ppd-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
}

.ppd-table th,
.ppd-table td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.ppd-table thead th {
  background: #111;
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppd-num {
  text-align: right;
  white-space: nowrap;
}

.ppd-row td { background: #fff; }
.ppd-normal td { background: #f8faf9; }
.ppd-silver td { background: #f4f7f4; }
.ppd-gold td { background: #fff8df; }
.ppd-diamond td { background: #eef8ff; }
.ppd-phoenix td { background: #ecfdf3; }
.ppd-fire-phoenix td { background: #dcfce7; }

.ppd-checkout-note {
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0fdf4;
  color: #15803d;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.single-product .summary .single_add_to_cart_button,
.single-product .summary form.cart button[type="submit"],
.single-product .summary .buy-now,
.single-product .summary .buy_now_button,
.single-product .summary .wc-buy-now-btn {
  background: #16a34a !important;
  border-color: #16a34a !important;
  color: #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(22, 163, 74, .20) !important;
  font-weight: 900 !important;
}

.single-product .summary .single_add_to_cart_button:hover,
.single-product .summary form.cart button[type="submit"]:hover,
.single-product .summary .buy-now:hover,
.single-product .summary .buy_now_button:hover,
.single-product .summary .wc-buy-now-btn:hover {
  background: #12813c !important;
  border-color: #12813c !important;
  color: #fff !important;
}

.ppd-builder-hero {
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  .ppd-band-card,
  .ppd-tab-hero {
    border-radius: 16px;
  }

  .ppd-tab-title,
  .ppd-table-title {
    font-size: 21px;
  }

  .ppd-kpi,
  .ppd-stat-card {
    min-width: unset;
    width: 100%;
  }

  .ppd-table th,
  .ppd-table td {
    padding: 11px 12px;
  }
}
