﻿/* 金价68 品牌 Logo — 导航 / 页脚 / Hero 统一样式 */
.brand-logo {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgba(26, 26, 36, 0.95), rgba(10, 10, 15, 0.98));
  border: 1px solid rgba(201, 162, 39, 0.22);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.brand-logo--nav {
  width: 32px;
  height: 32px;
  padding: 3px;
  border-radius: 9px;
  box-shadow: 0 2px 12px rgba(201, 162, 39, 0.22);
}

.brand-logo--footer {
  width: 48px;
  height: 48px;
  padding: 4px;
  border-radius: 12px;
  filter: saturate(1.06) brightness(1.02);
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.18);
}

.brand-logo--hero {
  width: 96px;
  height: 96px;
  padding: 6px;
  margin: 0 auto 20px;
  border-radius: 22px;
  border-color: rgba(201, 162, 39, 0.32);
  box-shadow: 0 12px 40px rgba(201, 162, 39, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo-text {
  line-height: 1.2;
}

.footer-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(201, 162, 39, 0.14);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.footer-brand-link:hover {
  color: #fff !important;
  border-color: rgba(201, 162, 39, 0.35);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
}

.footer-brand-text strong {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.brand-logo--mini {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  box-shadow: 0 2px 8px rgba(201, 162, 39, 0.16);
}

.platform-foot-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.85;
  text-decoration: none;
}

.platform-foot-brand:hover {
  opacity: 1;
}
