/* Shared customer-facing ServioX Pro identity. The original artwork is unchanged. */
.pro-brand-header {
  min-height: 72px !important;
  height: auto !important;
  padding-block: 10px !important;
}

.brand.pro-brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 1 auto !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  direction: ltr;
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -.025em !important;
  text-decoration: none;
  border-radius: 12px;
  overflow: visible !important;
}

.brand.pro-brand > .pro-brand__mark {
  position: relative;
  display: block !important;
  flex: 0 0 44px;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #040a28 !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  filter: none !important;
  box-shadow: 0 5px 16px rgba(7, 20, 47, .14) !important;
}

.brand.pro-brand .pro-brand__mark img {
  position: absolute;
  inset: 50% auto auto 50%;
  display: block !important;
  width: 128% !important;
  height: 128% !important;
  max-width: none !important;
  transform: translate(-50%, -50%);
  object-fit: cover !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.brand.pro-brand > .pro-brand__name {
  display: block !important;
  min-width: 0;
  direction: ltr;
  unicode-bidi: isolate;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  white-space: nowrap;
  background: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  color: var(--pro-brand-color, #101d38) !important;
  -webkit-text-fill-color: var(--pro-brand-color, #101d38) !important;
  filter: none !important;
  text-align: start !important;
  text-overflow: clip !important;
  overflow: visible !important;
}

.brand.pro-brand > span::after { content: none !important; }
.brand.pro-brand:focus-visible { outline: 3px solid #b94714 !important; outline-offset: 5px; }

.pro-marketing-nav { --pro-brand-color: #fff; }
.pro-marketing-nav .pro-customer-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 13px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.pro-marketing-nav .pro-customer-login:hover { background: rgba(255, 255, 255, .15); }
.pro-marketing-nav .pro-customer-login:focus-visible { outline: 3px solid #ec8d40; outline-offset: 3px; }

@media (max-width: 900px) {
  .pro-brand-header { min-height: 68px !important; }
  .brand.pro-brand { font-size: 18px !important; }
  .brand.pro-brand > .pro-brand__mark { flex-basis: 40px; width: 40px !important; height: 40px !important; }
  .pro-marketing-nav .pro-brand-header { grid-template-columns: minmax(0, 1fr) auto auto !important; gap: 8px !important; }
  .pro-marketing-nav .mobile-menu-toggle { width: 44px; min-width: 44px; min-height: 44px; height: 44px; padding: 8px; }
  .pro-marketing-nav .menu-label { display: none; }
  .pro-marketing-nav .pro-brand-header:has(.nav-panel.is-open) { height: auto !important; padding-block: 12px !important; }
}

@media (max-width: 700px) {
  .top .pro-brand-header .ui-lang-select { font-size: 13px; }
}
