body.has-mobile-lead-bar {
  padding-bottom: 4.25rem;
}

#mobile-lead-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

#mobile-lead-bar a {
  flex: 1;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
}

.mobile-lead-bar__call {
  background: #1e40af;
  color: #fff;
}

.mobile-lead-bar__quote {
  background: #2563eb;
  color: #fff;
}

@media (min-width: 768px) {
  body.has-mobile-lead-bar {
    padding-bottom: 0;
  }
}
