/* GematriaRTM V56 — homepage hero readability hotfix.
   Visual-only patch: no engine, RTM Lab, audit, null, or JS logic changes. */
body.portal-home .portal-hero-copy > p{
  color:#e7f0fa!important;
  font-size:18px!important;
  line-height:1.85!important;
  font-weight:600!important;
  opacity:1!important;
  text-shadow:0 1px 1px rgba(0,0,0,.28)!important;
}
body.portal-home .portal-hero-copy > p strong{
  color:#ffffff!important;
  font-weight:850!important;
}
body.portal-home .portal-hero-copy > p a{
  color:#76f4e8!important;
  font-weight:850!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
body.portal-home .portal-architecture p{
  color:#d8e5f3!important;
  font-size:12.5px!important;
  line-height:1.75!important;
  font-weight:600!important;
  opacity:1!important;
}
body.portal-home .architecture-head{
  color:#b8c9dc!important;
}
@media (max-width:760px){
  body.portal-home .portal-hero-copy > p{font-size:16px!important;line-height:1.8!important}
}
