/* SomeShine AI 官网同款页脚（对齐 company.html .site-footer） */
.site-footer {
  flex-shrink: 0;
  margin-top: auto;
  padding: 14px 1.25rem calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(180, 210, 235, 0.12);
  background: rgba(5, 8, 16, 0.92);
}

.site-footer .container,
.site-footer .footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 18px;
  width: 100%;
  line-height: 1.35;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  color: #e8eef6;
  white-space: nowrap;
}

.footer-brand .logo-img.sm {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 6px;
  flex-shrink: 0;
}

.footer-copy,
.footer-mail,
.footer-icp,
.footer-psb,
.footer-ssl {
  margin: 0;
  font-size: 0.8rem;
  color: #8fa0b5;
  white-space: nowrap;
  text-decoration: none;
}

.footer-mail:hover,
.footer-icp:hover,
.footer-psb:hover {
  color: #6ec8ff;
  text-decoration: none;
}

.footer-psb {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.footer-psb img {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.footer-ssl {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
}

.footer-ssl .ssl-icon {
  color: #3ec6b8;
}

.footer-ssl .ssl-domain {
  font-family: 'Space Grotesk', 'Noto Sans SC', sans-serif;
  font-size: 0.78rem;
  color: #6ec8ff;
  letter-spacing: 0.04em;
}

.footer-ssl.insecure .ssl-icon {
  color: #ff6b6b;
}

.footer-ssl.insecure span:nth-child(2) {
  color: #ff9f9f;
}

@media (max-width: 720px) {
  .footer-row {
    gap: 6px 12px;
  }

  .footer-copy,
  .footer-mail,
  .footer-icp,
  .footer-psb,
  .footer-brand span {
    white-space: normal;
    text-align: center;
  }
}
