.l-nav-item {
  position: relative;
}

.l-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.l-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}

.l-nav-link:hover,
.l-nav-link.active {
  color: #ffffff;
}

.l-nav-link span {
  transition: transform 0.2s ease;
  display: inline-block;
  font-size: 0.62rem;
  opacity: 0.74;
  margin-left: 6px;
}

.l-nav-link.active span {
  transform: rotate(180deg);
}

.btn-signup {
  background: #ffffff;
  color: #1d1438;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-signup:hover {
  background: #f7f5ff;
  color: #4f2ac7;
}

.l-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 272px;
  padding: 8px 0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 26px 48px rgba(16, 10, 41, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  pointer-events: none;
  z-index: 1200;
}

.l-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.l-dropdown-item {
  list-style: none;
}

.l-dropdown-item a {
  color: #241c43;
  text-decoration: none;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 600;
}

.l-dropdown-item a:hover {
  background: #f5f3fb;
  color: #6a35e2;
}

.l-dropdown-item a span {
  width: 14px;
  text-align: center;
  opacity: 0.72;
}

.buy-card {
  background: #24252c !important;
  color: #fff !important;
  padding: 28px 28px 24px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(15, 8, 45, 0.34);
}

.buy-card h2 {
  color: #fff;
  font-size: 1.72rem;
  line-height: 1.15;
  margin-bottom: 1.65rem;
  text-align: center;
}

.buy-label {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.buy-in {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #ffffff;
  padding: 13px 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.65rem;
}

.buy-in input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.02rem;
  font-weight: 600;
  flex: 1;
  color: #111;
  padding: 0;
}

.buy-in input::placeholder {
  color: #a3a3ad;
}

.buy-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  color: #111;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.buy-tag img,
.quick-currency-option img {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  object-fit: cover;
}

.buy-tag::after {
  content: "▼";
  font-size: 0.58rem;
  opacity: 0.55;
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.buy-tag.is-open::after {
  transform: rotate(180deg);
}

.swap-icon {
  text-align: center;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  margin: 0.55rem 0 0.85rem;
  color: #bfc1cf;
  cursor: pointer;
  user-select: none;
}

.buy-now-btn {
  width: 100%;
  background: #18c16e;
  color: #fff;
  border: none;
  padding: 0.95rem 1rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 0.8rem;
  transition: background 0.2s ease;
}

.buy-now-btn:hover {
  background: #15ae63;
}

.buy-widget-meta {
  margin-top: 0.85rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  min-height: 2.4em;
}

.quick-currency-dropdown {
  position: fixed;
  min-width: 220px;
  max-width: min(280px, calc(100vw - 24px));
  max-height: min(70vh, 520px);
  background: #fff;
  border: 1px solid rgba(30, 35, 55, 0.08);
  border-radius: 14px;
  box-shadow: 0 22px 48px rgba(16, 10, 41, 0.24);
  padding: 8px;
  z-index: 14000;
  display: none;
  overflow-y: auto;
}

.quick-currency-dropdown.active {
  display: block;
}

.quick-currency-option {
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 10px;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.94rem;
  font-weight: 600;
  color: #231c45;
  cursor: pointer;
  text-align: left;
}

.quick-currency-option:hover {
  background: #f5f3fb;
  color: #6a35e2;
}

.quick-currency-option small {
  display: block;
  font-size: 0.72rem;
  opacity: 0.55;
  margin-top: 2px;
}

.quick-currency-coin,
.quick-currency-fiat {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.quick-currency-coin {
  background: linear-gradient(135deg, #ff8f39, #ff5d1f);
  color: #ffffff;
}

.quick-currency-fiat {
  background: #edf2f7;
  color: #111827;
}

.support-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 16000;
  min-width: 148px;
  min-height: 56px;
  padding: 0 18px 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #7c42ff 0%, #1da1ff 100%);
  box-shadow: 0 18px 42px rgba(48, 26, 104, 0.36);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
}

.support-fab:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.support-fab-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  flex: 0 0 auto;
}

.support-fab-label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .support-fab {
    right: 14px;
    bottom: 14px;
    min-width: 56px;
    width: 56px;
    padding: 0;
    justify-content: center;
    gap: 0;
  }

  .support-fab-label {
    display: none;
  }
}
