body.home :is(
  .btn-arrow,
  .langs__btn,
  .services-search__button,
  .statusko-order-card .ff-btn-submit
) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 48px !important;
  padding: 16px 32px !important;
  border: 0 !important;
  border-radius: 32px !important;
  background: #f08319 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease !important;
}

body.home :is(
  .btn-arrow,
  .langs__btn,
  .services-search__button,
  .statusko-order-card .ff-btn-submit
):not(.is-disabled):hover {
  background: linear-gradient(90deg, #ffb06e 6%, #ee8228 74%) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(240, 131, 25, 0.2) !important;
}

body.home :is(
  .btn-arrow,
  .langs__btn,
  .services-search__button,
  .statusko-order-card .ff-btn-submit
):focus-visible {
  outline: 2px solid rgba(240, 131, 25, 0.32) !important;
  outline-offset: 3px;
}

body.home .btn-arrow::after {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: currentColor;
  background-image: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8H12.5M9 4.5L12.5 8L9 11.5' fill='none' stroke='black' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8H12.5M9 4.5L12.5 8L9 11.5' fill='none' stroke='black' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.home .services-search__button.is-disabled {
  background: #ccc !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body.home :is(.btn-arrow, .langs__btn, .services-search__button, .statusko-order-card .ff-btn-submit) {
    transition: none !important;
  }
}
