/* Service pages: visible form block + anchor CTA */
.service-content.spage {
  scroll-behavior: smooth;
}

#page-request-form.feedback {
  scroll-margin-top: 88px;
}

.service-cta-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 8px;
  padding: 12px 22px;
  border-radius: 6px;
  background: #129fe1;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
}

.service-content .service-cta-inline:hover {
  background: #0d7eb3;
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  #page-request-form.feedback {
    scroll-margin-top: 72px;
  }
}
