/* Shared promo bar + pricing footnotes — RevOptix1 / PDPM Audit Group */

.site-promo-bar,
.urgency-bar {
  box-sizing: border-box;
}

.pricing-footnote {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--ink-mute, #6c7488);
  text-align: center;
}

.pricing-card--featured .pricing-footnote,
.tier.featured .pricing-footnote,
.plan-card .pricing-footnote {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
}

.pricing-footnote a {
  color: var(--brand, #166b62);
  font-weight: 600;
  text-decoration: none;
}

.pricing-footnote a:hover {
  text-decoration: underline;
}

.tier .pricing-footnote a,
.tier.featured .pricing-footnote a {
  color: var(--gold, #c89b3f);
}

.pricing-card--featured .pricing-footnote a {
  color: #9ee0d4;
}

.plan-card .pricing-footnote a {
  color: var(--gold, #c9a84c);
}

.pricing-footnote-sep {
  opacity: 0.5;
  margin: 0 0.2rem;
}

.pricing-section-footnote {
  margin: 2.5rem auto 0;
  max-width: 52rem;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--ink-muted, #45403a);
  padding: 1.25rem 1.5rem;
  border: 1px dashed var(--line-gold, rgba(184, 151, 94, 0.28));
  border-radius: var(--radius, 14px);
  background: var(--gold-soft, #f0ebe3);
}

.pricing-section-footnote a {
  font-weight: 600;
  color: var(--brand, #166b62);
  text-decoration: none;
}

.pricing-section-footnote a:hover {
  text-decoration: underline;
}

/* Injected promo bar on funnel pages (login, signup, payment) */
body.has-site-promo {
  padding-top: 2.5rem;
}

.site-promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: linear-gradient(90deg, #7a1818, #a82828);
  color: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-promo-bar strong {
  font-weight: 700;
}

.site-promo-bar a.site-promo-cta {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 0.28rem 0.65rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.site-promo-bar a.site-promo-cta:hover {
  background: rgba(255, 255, 255, 0.28);
}

.site-promo-bar a.site-promo-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-promo-strip {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 10px;
  background: rgba(181, 42, 42, 0.1);
  border: 1px solid rgba(181, 42, 42, 0.25);
  font-size: 0.82rem;
  line-height: 1.55;
  color: inherit;
  text-align: center;
}

.site-promo-strip a {
  font-weight: 600;
  color: var(--gold, #c8922a);
}

.site-promo-crosslinks {
  margin-top: 1.25rem;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: center;
  opacity: 0.85;
}

.site-promo-crosslinks a {
  font-weight: 600;
  text-decoration: none;
}

.site-promo-crosslinks a:hover {
  text-decoration: underline;
}

body.dark-funnel .site-promo-crosslinks {
  color: rgba(255, 255, 255, 0.55);
}

body.dark-funnel .site-promo-crosslinks a {
  color: #d49e31;
}

body.dark-funnel .site-promo-strip {
  color: rgba(255, 255, 255, 0.88);
  text-align: left;
}

body.dark-funnel .site-promo-strip a {
  color: #e8b84b;
}
