
/* ============================================================
   Mentor production responsive + SEO safety layer
   Non-visual, defensive fixes only. Do not redesign.
   ============================================================ */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
*,*::before,*::after{box-sizing:border-box;}
body{overflow-x:hidden;}
img,svg,video,canvas{max-width:100%;height:auto;}
a{word-break:normal;}
section,[id]{scroll-margin-top:120px;}
@media(max-width:980px){section,[id]{scroll-margin-top:82px;} body{min-width:0;} .cx-wrap,.hero-inner,.footer-inner{max-width:100%;} table{display:block;max-width:100%;overflow-x:auto;} }
@media(max-width:640px){h1,h2,h3,p,li,a,span{overflow-wrap:break-word;} .btn,.header-cta,.nav-cta{max-width:100%;} }
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}}
