/* Mobile sticky CTA → 無料相談（北極星CV） */
.mobile-consult-cta{
  display:none;
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:90;
  padding:12px 16px calc(12px + env(safe-area-inset-bottom));
  background:rgba(13,27,42,0.92);
  backdrop-filter:blur(10px);
  border-top:1px solid rgba(255,255,255,0.12);
  box-shadow:0 -8px 24px rgba(13,27,42,0.25);
}
.mobile-consult-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  padding:14px 16px;
  border-radius:8px;
  background:#2E7FE8;
  color:#fff;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  font-family:inherit;
}
.mobile-consult-cta .sub{
  display:block;
  font-size:11px;
  font-weight:500;
  opacity:0.85;
  margin-top:2px;
}
@media(max-width:900px){
  .mobile-consult-cta{display:block;}
  body.has-mobile-consult-cta{padding-bottom:88px;}
}
