/* ===== Pricing Heading (scoped to .ph1) — unified brand color ===== */
.ph1 {
  --ph1-bg: #f2fdf9;          /* soft mint-green background */
  --ph1-ink: #0f172a;         /* title text */
  --ph1-muted: #5b6778;       /* subtitle */
  --ph1-pill: #d6f5ef;        /* lighter mint pill */
  --ph1-pill-text: #12616E;   /* unified brand color for pill text */

  font-family: inherit;
  background: var(--ph1-bg);
  padding: 60px 16px 70px;

  position: relative;
  isolation: isolate;
  width: 100%;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.ph1 .ph1-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Pill — clean, flat style */
.ph1 .ph1-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ph1-pill);
  color: var(--ph1-pill-text);
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
  border: 0;
  box-shadow: none;
}

.ph1 .ph1-ico {
  width: 18px;
  height: 18px;
  opacity: .9;
}

/* Title */
.ph1 .ph1-title {
  margin: 0 0 12px;
  font-weight: 800;
  font-size: clamp(26px, 5vw, 44px);
  color: var(--ph1-ink);
  line-height: 1.25;
}

/* Subtitle */
.ph1 .ph1-sub {
  margin: 0 auto;
  max-width: 780px;
  font-size: clamp(14px, 2vw, 18px);
  color: var(--ph1-muted);
  line-height: 1.7;
}

/* Safety: keep adjacent sections below this one */
.rbx-head-zone,
.rbx-svc,
.rbx-stats-zone,
.rbx-fw-light {
  position: relative;
  z-index: 1;
}
