/* chrome.css — Integrix Health shared header + footer.
   Self-contained and prefixed (.ix-) so it can sit on top of legacy pages
   without touching their styles. Loaded by every page, new or legacy. */
.ix-header,.ix-footer{font-family:"Open Sans",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;box-sizing:border-box}
.ix-header *,.ix-footer *{box-sizing:border-box}
.ix-header{position:sticky;top:0;z-index:1000;background:#1B3664;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.ix-header__in{max-width:1200px;margin:0 auto;padding:0 1.25rem;height:72px;display:flex;align-items:center;gap:2rem}
.ix-logo{display:flex;align-items:center;gap:.6rem;color:#fff;text-decoration:none;font-family:Montserrat,"Open Sans",sans-serif;font-weight:700;font-size:1.15rem;letter-spacing:-.01em;white-space:nowrap}
.ix-logo img{width:34px;height:34px;display:block}
.ix-logo span{color:#4DCFD0}
.ix-nav{display:flex;align-items:center;gap:2rem;margin-left:auto}
.ix-nav a{color:rgba(255,255,255,.88);text-decoration:none;font-size:.95rem;white-space:nowrap;font-weight:600;padding:.4rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}
.ix-nav a:hover,.ix-nav a[aria-current="page"]{color:#fff;border-bottom-color:#4DCFD0}
.ix-cta{display:flex;gap:.6rem;align-items:center;margin-left:.75rem}
.ix-cta .ix-mobile-only{display:none}
.ix-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-family:"Open Sans",sans-serif;font-weight:700;font-size:.9rem;line-height:1.2;padding:.7rem 1.15rem;border-radius:10px;border:2px solid transparent;text-decoration:none;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .15s;white-space:nowrap}
.ix-btn--primary{background:#007A7C;color:#fff;border-color:#00A4A6}
.ix-btn--primary:hover{background:#F68B1E;border-color:#F68B1E;color:#1B3664;transform:translateY(-1px)}
.ix-btn--outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.ix-btn--outline:hover{border-color:#fff;color:#fff;background:rgba(255,255,255,.08)}
.ix-burger{display:none;margin-left:auto;background:none;border:0;width:44px;height:44px;cursor:pointer;padding:10px}
.ix-burger span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:2px;transition:transform .2s,opacity .2s}
@media (max-width:900px){
  .ix-header__in{height:62px}
  .ix-burger{display:block}
  .ix-nav{display:none;position:absolute;left:0;right:0;top:62px;background:#1B3664;flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1.25rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 12px 24px rgba(0,0,0,.25)}
  .ix-nav.open{display:flex}
  .ix-nav a{padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:1rem}
  .ix-cta{flex-direction:column;align-items:stretch;margin:.9rem 0 0}
  .ix-cta .ix-btn{width:100%}
  .ix-cta .ix-mobile-only{display:inline-flex}
}
.ix-footer{background:#1B3664;color:rgba(255,255,255,.85);padding:3.5rem 0 2rem;font-size:.93rem;line-height:1.6}
.ix-footer__in{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.ix-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:2rem}
.ix-footer h3{font-family:Montserrat,"Open Sans",sans-serif;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:#4DCFD0;margin:0 0 .9rem;font-weight:700}
.ix-footer ul{list-style:none;margin:0;padding:0}
.ix-footer li{margin:0 0 .5rem}
.ix-footer a{color:rgba(255,255,255,.85);text-decoration:none}
.ix-footer a:hover{color:#fff;text-decoration:underline}
.ix-footer__brand{display:flex;align-items:center;gap:.6rem;font-family:Montserrat,sans-serif;font-weight:700;font-size:1.2rem;color:#fff;margin-bottom:.8rem}
.ix-footer__brand img{width:34px;height:34px}
.ix-footer__brand span{color:#4DCFD0}
.ix-footer__tag{font-family:"Exo 2","Open Sans",sans-serif;font-weight:600;color:#fff;font-size:1.02rem;margin:0 0 .6rem}
.ix-footer__label{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.55);margin:0 0 1rem}
.ix-footer__social{display:flex;gap:.7rem;margin-top:1rem}
.ix-footer__social a{display:inline-flex;width:36px;height:36px;border:1px solid rgba(255,255,255,.25);border-radius:8px;align-items:center;justify-content:center}
.ix-footer__social a:hover{border-color:#00A4A6;text-decoration:none}
.ix-footer__social svg{width:17px;height:17px;fill:currentColor}
.ix-footer__disc{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);font-size:.82rem;color:rgba(255,255,255,.65);display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.ix-footer__disc p{margin:0;max-width:760px}
.ix-footer__legal a{margin-right:1rem}
@media (max-width:900px){.ix-footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width:540px){.ix-footer__grid{grid-template-columns:1fr}}
