/* SMART_H1_UNIFIED_20260927_V1
   Single source of truth for ALL seven public hero H1s.
   WEVIX Proof-compatible 44px desktop, 40px tablet, 36px mobile.
   Existing compact spacing, Navy and subtle Gold remain unchanged. */
:root{--wevix-public-h1-desktop:44px;--wevix-public-h1-tablet:40px}
.hero-home .hero-copy h1.wevix-public-h1,
main > section.page-hero h1.wevix-public-h1,
.pricing-authority-page .pricing-hero h1.wevix-public-h1,
.smart-contact-page .support-hero h1.wevix-public-h1{
  font-size:var(--wevix-public-h1-desktop)!important;
  font-weight:800!important;
  line-height:1.13!important;
  letter-spacing:-.038em!important;
  color:#0F2742!important;
  max-width:min(100%,840px)!important;
  margin:7px 0 10px!important;
  text-transform:none!important;
}
@media(max-width:860px){
  .hero-home .hero-copy h1.wevix-public-h1,
  main > section.page-hero h1.wevix-public-h1,
  .pricing-authority-page .pricing-hero h1.wevix-public-h1,
  .smart-contact-page .support-hero h1.wevix-public-h1{
    font-size:var(--wevix-public-h1-tablet)!important;
  }
}
@media(max-width:600px){
  .hero-home .hero-copy h1.wevix-public-h1,
  main > section.page-hero h1.wevix-public-h1,
  .pricing-authority-page .pricing-hero h1.wevix-public-h1,
  .smart-contact-page .support-hero h1.wevix-public-h1{
    font-size:clamp(32px,9.2vw,36px)!important;
  }
}