/* ALTEM unified navigation — 2026-09-08 */
.site-header.altem-unified-header{position:sticky;top:0;z-index:1200;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid #dbe7e3;box-shadow:0 2px 12px rgba(2,31,27,.035)}
.site-header.altem-unified-header .altem-nav{width:min(1200px,calc(100% - 40px));margin:auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px;position:relative}
.site-header.altem-unified-header .altem-brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}
.site-header.altem-unified-header .altem-brand img{display:block;height:51px!important;width:auto!important;max-width:none!important}
.site-header.altem-unified-header .altem-brand small{display:block;color:#60756f;font:800 10px/1.3 Poppins,system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase;margin-top:2px;white-space:nowrap}
.site-header.altem-unified-header .altem-navlinks{display:flex;align-items:center;justify-content:flex-end;gap:17px;margin-left:auto}
.site-header.altem-unified-header .altem-navlinks>a{display:inline-flex;align-items:center;min-height:42px;text-decoration:none;color:#23423d!important;font:700 13.5px/1.2 Poppins,system-ui,sans-serif!important;white-space:nowrap;padding:4px 0;border:0;background:none;box-shadow:none}
.site-header.altem-unified-header .altem-navlinks>a:hover,.site-header.altem-unified-header .altem-navlinks>a:focus-visible,.site-header.altem-unified-header .altem-navlinks>a[aria-current="page"]{color:#0e9587!important}
.site-header.altem-unified-header .altem-navlinks>a.altem-navcta{background:#063b34!important;color:#fff!important;padding:11px 15px!important;border-radius:10px!important;min-height:auto;box-shadow:none!important}
.site-header.altem-unified-header .altem-navlinks>a.altem-navcta:hover{background:#0b5147!important;color:#fff!important}
.site-header.altem-unified-header .altem-menu-toggle{display:none!important;border:0!important;background:transparent!important;color:#063b34!important;font:700 27px/1 sans-serif!important;padding:8px!important;cursor:pointer!important;box-shadow:none!important;width:auto!important;height:auto!important}
@media(max-width:1120px){
 .site-header.altem-unified-header .altem-navlinks{gap:12px}
 .site-header.altem-unified-header .altem-navlinks>a{font-size:12.5px!important}
 .site-header.altem-unified-header .altem-navlinks>a.altem-navcta{padding:10px 12px!important}
}
@media(max-width:980px){
 .site-header.altem-unified-header .altem-nav{min-height:72px}
 .site-header.altem-unified-header .altem-brand img{height:46px!important}
 .site-header.altem-unified-header .altem-menu-toggle{display:block!important}
 .site-header.altem-unified-header .altem-navlinks{display:none;position:absolute;top:72px;left:0;right:0;margin:0;background:#fff;padding:15px 20px 20px;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #e5eeeb;box-shadow:0 16px 32px rgba(0,0,0,.10)}
 .site-header.altem-unified-header .altem-navlinks.open{display:flex}
 .site-header.altem-unified-header .altem-navlinks>a{display:flex!important;width:100%;padding:11px 2px!important;min-height:auto;border-bottom:1px solid #edf3f1!important;font-size:14px!important}
 .site-header.altem-unified-header .altem-navlinks>a.altem-navcta{margin-top:10px;justify-content:center;border-bottom:0!important}
}
@media(max-width:520px){
 .site-header.altem-unified-header .altem-nav{width:min(100% - 26px,1200px)}
 .site-header.altem-unified-header .altem-brand img{height:42px!important}
 .site-header.altem-unified-header .altem-brand small{font-size:8.5px;letter-spacing:.055em}
}
/* ALTEM EDU — secondary CTA next to free quote */
.site-header.altem-unified-header .altem-navlinks>a.altem-navcta.altem-navcta--edu{
  background:#fff!important;
  color:#0e9587!important;
  border:1px solid #0e9587!important;
  padding:10px 13px!important;
}
.site-header.altem-unified-header .altem-navlinks>a.altem-navcta.altem-navcta--edu:hover,
.site-header.altem-unified-header .altem-navlinks>a.altem-navcta.altem-navcta--edu:focus-visible{
  background:#eef8f6!important;
  color:#066b61!important;
  border-color:#066b61!important;
}
@media(max-width:980px){
  .site-header.altem-unified-header .altem-navlinks>a.altem-navcta.altem-navcta--edu{
    margin-top:10px;
    margin-bottom:0;
    justify-content:center;
    border-bottom:1px solid #0e9587!important;
  }
  .site-header.altem-unified-header .altem-navlinks>a.altem-navcta.altem-navcta--edu + a.altem-navcta{
    margin-top:8px;
  }
}
