
/* Exact homepage header rules copied/scoped from the live styles.css.
   No footer rules are included here. */
.ats-home-header{
  height:80px;
  padding:0 clamp(18px,4vw,64px);
  display:flex;
  align-items:center;
  gap:36px;
  border-bottom:1px solid #e6ebf2;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(12px);
  position:sticky;
  top:0;
  z-index:20;
}
.ats-home-header .ats-home-brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#0b1736;
  text-decoration:none;
  margin-right:auto;
  font-size:18px;
  min-height:auto;
}
.ats-home-header .ats-home-logo{
  width:42px;
  height:42px;
  border:3px solid #1648e8;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#1648e8;
  font-size:24px;
  line-height:1;
}
.ats-home-header .ats-home-brand small{
  display:block;
  font-size:11px;
  font-weight:600;
  letter-spacing:.04em;
  color:#61708a;
}
.ats-home-header nav{
  display:flex;
  gap:27px;
  flex-wrap:nowrap;
}
.ats-home-header nav a{
  min-height:auto;
  padding:28px 0 23px;
  color:#0b1736;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  white-space:nowrap;
}
.ats-home-header nav a.active{
  color:#1648e8;
  border-bottom:3px solid #1648e8;
}
.ats-home-header nav a.research-nav{color:#174fc8}
.ats-home-header .ats-home-outline{
  min-height:auto;
  border:1px solid #b7c3d4;
  background:#fff;
  color:#0b1736;
  border-radius:10px;
  padding:10px 16px;
  font-weight:700;
  cursor:pointer;
}
@media(max-width:1080px){
  .ats-home-header nav{display:none}
}
@media(max-width:680px){
  .ats-home-header{height:70px;padding:0 13px;gap:10px}
  .ats-home-header .ats-home-brand{font-size:14px;min-width:0}
  .ats-home-header .ats-home-logo{width:36px;height:36px}
  .ats-home-header .ats-home-outline{display:none}
}
