/*
 * Home Health Pricing — /lp/home-health-pricing/
 * Scoped under body.pricing-landing. Native Elementor widgets + these rules
 * for effects Elementor Free cannot express (receipt perforations, hero dots).
 */
body.pricing-landing {
  --po-purple: #785788;
  --po-purple-deep: #3A2748;
  --po-purple-deepest: #211327;
  --po-gold: #F1C677;
  --po-gold-deep: #D9A94E;
  --po-cream: #FAF8F5;
  --po-paper: #FFFDF8;
  --po-ink: #241729;
  --po-muted: #6B5E73;
  --po-muted-on-dark: #C9B9D1;
  --po-line: rgba(36, 23, 41, 0.12);
  --po-line-on-dark: rgba(255, 255, 255, 0.16);
  --po-serif: 'DM Serif Display', serif;
  --po-sans: 'DM Sans', -apple-system, sans-serif;
  --po-mono: 'IBM Plex Mono', monospace;
  color: var(--po-ink);
  background: var(--po-cream);
  font-family: var(--po-sans);
  line-height: 1.5;
}

body.pricing-landing .elementor-widget-heading .elementor-heading-title {
  font-family: var(--po-serif);
  font-weight: 400;
  line-height: 1.12;
}
body.pricing-landing .elementor-heading-title em {
  font-style: italic;
  color: var(--po-gold);
}
body.pricing-landing .po-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s cubic-bezier(.2, .7, .3, 1), transform .7s cubic-bezier(.2, .7, .3, 1);
}
body.pricing-landing .po-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  body.pricing-landing .po-reveal { opacity: 1; transform: none; transition: none; }
}

body.pricing-landing .po-eyebrow .elementor-heading-title {
  font-family: var(--po-mono) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--po-gold-deep);
}
body.pricing-landing .po-hero .po-eyebrow .elementor-heading-title,
body.pricing-landing .po-guarantee .po-eyebrow .elementor-heading-title,
body.pricing-landing .po-final .po-eyebrow .elementor-heading-title {
  color: var(--po-gold);
}

/* Buttons */
body.pricing-landing .po-btn-gold .elementor-button {
  font-family: var(--po-sans);
  font-weight: 700;
  background: var(--po-gold);
  color: var(--po-purple-deepest) !important;
  border-radius: 3px;
  fill: var(--po-purple-deepest);
}
body.pricing-landing .po-btn-gold .elementor-button:hover {
  background: var(--po-gold-deep);
  color: var(--po-purple-deepest) !important;
}
body.pricing-landing .po-btn-gold.vbh-demo-popup .elementor-button,
body.pricing-landing .po-btn-gold.fake-blog-link .elementor-button {
  border-bottom: none !important;
}
body.pricing-landing .po-btn-ghost .elementor-button {
  font-family: var(--po-sans);
  font-weight: 700;
  background: transparent;
  color: var(--po-paper) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
body.pricing-landing .po-btn-ghost .elementor-button:hover {
  border-color: var(--po-paper);
  background: transparent;
  color: var(--po-paper) !important;
}

/* Hero */
body.pricing-landing .po-hero {
  position: relative;
  overflow: hidden;
}
body.pricing-landing .po-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(241, 198, 119, 0.14) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
body.pricing-landing .po-hero > .e-con-inner,
body.pricing-landing .po-hero > .e-con {
  position: relative;
  z-index: 1;
}
body.pricing-landing .po-hero .elementor-heading-title {
  color: var(--po-paper);
}
body.pricing-landing .po-hero .po-h1 .elementor-heading-title {
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.01em;
}
body.pricing-landing .po-hero .po-sub {
  color: var(--po-muted-on-dark);
}
body.pricing-landing .po-hero .po-sub .elementor-widget-container,
body.pricing-landing .po-hero .po-sub p {
  font-size: 18px;
  color: var(--po-muted-on-dark);
  max-width: 480px;
}
body.pricing-landing .po-hero .po-fine .elementor-widget-container,
body.pricing-landing .po-hero .po-fine p {
  font-family: var(--po-mono);
  font-size: 13px;
  color: var(--po-muted-on-dark);
}

/* Receipt */
body.pricing-landing .po-receipt {
  background: var(--po-paper);
  color: var(--po-ink);
  border-radius: 4px;
  box-shadow: 0 30px 60px rgba(15, 7, 20, 0.45);
  transform: rotate(1.4deg);
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
body.pricing-landing .po-receipt::before,
body.pricing-landing .po-receipt::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 13px;
  background-image: radial-gradient(circle at 10px 50%, var(--po-purple-deep) 9px, transparent 9.5px);
  background-size: 20px 13px;
  background-repeat: repeat-x;
  background-position: -10px 0;
  z-index: 2;
}
body.pricing-landing .po-receipt::before { top: -12px; }
body.pricing-landing .po-receipt::after { bottom: -12px; transform: scaleY(-1); }
body.pricing-landing .po-receipt .elementor-heading-title {
  font-family: var(--po-sans);
  color: var(--po-ink);
}
body.pricing-landing .po-receipt .po-receipt-meta .elementor-heading-title {
  font-family: var(--po-mono) !important;
  font-size: 11px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--po-muted);
  font-weight: 400 !important;
}
body.pricing-landing .po-receipt .po-receipt-title .elementor-heading-title {
  font-family: var(--po-serif) !important;
  font-size: 24px !important;
  color: var(--po-ink);
}
body.pricing-landing .po-receipt .po-receipt-issued .elementor-heading-title,
body.pricing-landing .po-receipt .po-receipt-issued .elementor-widget-container,
body.pricing-landing .po-receipt .po-receipt-issued p {
  font-family: var(--po-mono) !important;
  font-size: 11px !important;
  color: var(--po-muted);
  font-weight: 400 !important;
}
body.pricing-landing .po-receipt-line {
  border-bottom: 1px dashed var(--po-line);
}
body.pricing-landing .po-receipt-line .elementor-heading-title {
  font-family: var(--po-sans) !important;
  font-size: 14.5px !important;
  font-weight: 400 !important;
  color: var(--po-ink);
}
body.pricing-landing .po-receipt-line .po-amt .elementor-heading-title {
  font-family: var(--po-mono) !important;
  font-weight: 500 !important;
  white-space: nowrap;
}
body.pricing-landing .po-receipt-line .po-em {
  color: var(--po-muted);
  font-size: 12.5px;
  font-style: normal;
}
body.pricing-landing .po-receipt-total {
  border-top: 2px solid var(--po-purple-deepest);
}
body.pricing-landing .po-receipt-total .elementor-heading-title {
  font-family: var(--po-sans) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
body.pricing-landing .po-receipt-total .po-amt .elementor-heading-title {
  font-family: var(--po-mono) !important;
  font-weight: 600 !important;
  font-size: 26px !important;
  color: var(--po-purple);
  text-transform: none;
  letter-spacing: 0;
}
body.pricing-landing .po-receipt-note {
  background: var(--po-cream);
  border-radius: 3px;
  text-align: center;
}
body.pricing-landing .po-receipt-note .elementor-heading-title,
body.pricing-landing .po-receipt-note p {
  font-family: var(--po-mono) !important;
  font-size: 12px !important;
  color: var(--po-muted);
  font-weight: 400 !important;
}

/* Value stack */
body.pricing-landing .po-stack .po-h2 .elementor-heading-title {
  font-size: clamp(28px, 3.4vw, 40px);
  color: var(--po-ink);
}
body.pricing-landing .po-stack .po-lede p,
body.pricing-landing .po-stack .po-lede .elementor-widget-container {
  font-size: 17px;
  color: var(--po-muted);
}
body.pricing-landing .po-stack-item {
  border-bottom: 1px solid var(--po-line);
}
body.pricing-landing .po-stack-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--po-gold-deep);
  flex-shrink: 0;
  margin-top: 8px;
}
body.pricing-landing .po-stack-item h3.elementor-heading-title,
body.pricing-landing .po-stack-item .elementor-heading-title {
  font-family: var(--po-sans) !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  color: var(--po-ink);
}
body.pricing-landing .po-stack-item p,
body.pricing-landing .po-stack-item .elementor-widget-container {
  font-size: 15px;
  color: var(--po-muted);
  max-width: 480px;
}
body.pricing-landing .po-stack-total {
  background: var(--po-purple-deepest);
  color: var(--po-paper);
  border-radius: 4px;
  position: sticky;
  top: 24px;
}
body.pricing-landing .po-stack-total .po-total-head .elementor-heading-title {
  font-family: var(--po-serif) !important;
  font-size: 22px !important;
  color: var(--po-paper);
  line-height: 1.25;
}
body.pricing-landing .po-stack-total .po-total-sub p,
body.pricing-landing .po-stack-total .po-total-sub .elementor-widget-container {
  font-size: 13px;
  color: var(--po-muted-on-dark);
}
body.pricing-landing .po-stack-row {
  border-bottom: 1px dashed var(--po-line-on-dark);
}
body.pricing-landing .po-stack-row .elementor-heading-title {
  font-family: var(--po-mono) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--po-muted-on-dark);
}
body.pricing-landing .po-stack-row .po-amt .elementor-heading-title { font-weight: 600 !important; }
body.pricing-landing .po-stack-row.po-final-row {
  border-bottom: none;
}
body.pricing-landing .po-stack-row.po-final-row .elementor-heading-title {
  color: var(--po-gold);
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* Guarantees */
body.pricing-landing .po-guarantee .po-h2 .elementor-heading-title {
  font-size: clamp(28px, 3.4vw, 40px);
  color: var(--po-paper);
}
body.pricing-landing .po-g-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--po-line-on-dark);
  border-radius: 6px;
}
body.pricing-landing .po-g-tag .elementor-heading-title {
  display: inline-block;
  font-family: var(--po-mono) !important;
  font-size: 11px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--po-purple-deepest) !important;
  background: var(--po-gold);
  padding: 5px 10px;
  border-radius: 2px;
  font-weight: 500 !important;
}
body.pricing-landing .po-g-card .po-g-title .elementor-heading-title {
  font-family: var(--po-serif) !important;
  font-size: 25px !important;
  color: var(--po-paper);
}
body.pricing-landing .po-g-card p,
body.pricing-landing .po-g-card .elementor-widget-container {
  font-size: 15.5px;
  color: var(--po-muted-on-dark);
}

/* Why */
body.pricing-landing .po-why .po-h2 .elementor-heading-title {
  font-size: clamp(26px, 3.2vw, 36px);
  color: var(--po-ink);
}
body.pricing-landing .po-why-body p,
body.pricing-landing .po-why-body .elementor-widget-container {
  font-size: 18px;
  color: var(--po-ink);
}
body.pricing-landing .po-why-body strong { color: var(--po-purple); }

/* Proof */
body.pricing-landing .po-proof-grid {
  background: var(--po-line);
  border: 1px solid var(--po-line);
  border-radius: 4px;
  overflow: hidden;
}
body.pricing-landing .po-proof-cell {
  background: var(--po-paper);
  min-width: 0;
  width: 100%;
  height: 100%;
}
body.pricing-landing .po-proof-cell .po-num .elementor-heading-title {
  font-family: var(--po-mono) !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: var(--po-purple);
}
body.pricing-landing .po-proof-cell .po-lbl p,
body.pricing-landing .po-proof-cell .po-lbl .elementor-widget-container {
  font-size: 13.5px;
  color: var(--po-muted);
  line-height: 1.4;
}

/* FAQ */
body.pricing-landing .po-faq .po-h2 .elementor-heading-title {
  font-size: clamp(26px, 3.2vw, 36px);
  color: var(--po-ink);
}
body.pricing-landing .po-faq .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom: 1px solid var(--po-line);
}
body.pricing-landing .po-faq .elementor-tab-title {
  font-family: var(--po-sans);
  font-weight: 700;
  font-size: 16.5px;
  color: var(--po-ink);
  padding: 20px 0;
}
body.pricing-landing .po-faq .elementor-tab-content {
  font-size: 15.5px;
  color: var(--po-muted);
  max-width: 640px;
  padding: 0 0 16px;
  border: none;
}

/* Final CTA */
body.pricing-landing .po-final {
  text-align: center;
}
body.pricing-landing .po-final .po-h2 .elementor-heading-title {
  font-size: clamp(30px, 4vw, 46px);
  color: var(--po-paper);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
body.pricing-landing .po-final .po-sub p,
body.pricing-landing .po-final .po-sub .elementor-widget-container {
  font-size: 17px;
  color: var(--po-muted-on-dark);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 880px) {
  body.pricing-landing .po-receipt { transform: rotate(0.6deg); max-width: 420px; }
  body.pricing-landing .po-stack-total { position: static; }
}
