/* Shared text-flow guardrails verified against every public page. */
main :is(h1,h2) + p{margin-top:24px}
.hero-message > p{max-width:610px;margin:32px 0 34px;font-size:20px;line-height:1.6;color:rgba(255,255,255,.82)}
.story-copy > h2 + p,
.insight-copy > h2 + p,
.rollout-grid h2 + p,
.faq-intro > h2 + p,
.demo-copy > h2 + p{margin-top:28px}
.module-page-hero h1 + .module-lead{margin-top:30px}
.contact-direct .demo-copy h1{margin-bottom:0;line-height:1.05}
.contact-direct .demo-copy > h1 + p{margin-top:42px}
.plans-head p{margin-top:28px}
.legal-hero h1{margin-bottom:22px}
.legal-content h2{margin-bottom:20px}
.not-found p{margin-top:28px}

@media(max-width:700px){
  .hero-message > p{margin-top:27px;font-size:17px;line-height:1.55}
  .contact-direct .demo-copy > h1 + p{margin-top:32px}
  .cta-mega .container-wide{grid-template-columns:minmax(0,1fr)}
  .cta-mega h2{min-width:0;font-size:46px}
}
