.site-footer {
  padding: 40px 0 48px;
  border-top: 1px solid rgba(255,255,255,0.10);
  background: rgba(7,17,31,0.82);
  color: rgba(214,224,240,0.78);
}

.footer-inner {
  display: grid;
  gap: 20px;
}

.footer-brand b {
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.footer-brand p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(214,224,240,0.72);
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
}

.footer-meta span {
  color: rgba(180,200,230,0.72);
}

.footer-meta strong {
  color: rgba(240,246,255,0.95);
  font-weight: 800;
}

.footer-company-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(137,191,255,0.35);
  background: rgba(137,191,255,0.1);
  color: #9ed0ff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-company-btn:hover {
  border-color: rgba(103,214,200,0.55);
  background: rgba(103,214,200,0.14);
  color: #9ef0e4;
  transform: translateY(-1px);
}

.footer-copy {
  font-size: 12px;
  color: rgba(160,180,210,0.65);
}
