/* Fintech Wave header logo — index.ejs landing page only */

.fwx-header-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  top: 1px;
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #00c2ff;
  letter-spacing: normal;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.fwx-header-logo:link,
.fwx-header-logo:visited,
.fwx-header-logo:hover,
.fwx-header-logo:focus,
.fwx-header-logo:active {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  color: #00c2ff;
}

.fwx-header-logo__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid #00d4e8;
}

.fwx-header-logo__wordmark {
  position: relative;
  top: -1px;
  color: #fff;
  text-decoration: none !important;
}

.fwx-header-logo__tm {
  position: relative;
  top: -3px;
  left: -2px;
  display: inline-block;
  font-family: Arial, sans-serif !important;
  font-weight: 700;
  font-style: normal !important;
  color: #b9b9b9;
  transform: scale(0.5);
  transform-origin: left center;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

/* Desktop landing page — keep logo in the same top-bar slot as the old logo-wrap */
.top-bar .fwx-header-logo {
  text-decoration: none !important;
}

/* Mobile landing page header */
@media (max-width: 768px) {
  .fw-mobile__nav .fwx-header-logo {
    font-size: 18px;
    white-space: nowrap;
    top: 1px;
    text-decoration: none !important;
  }
}
