/* ================================================
   SocialGrowth Theme - Footer CSS
   ================================================ */

.sg-footer {
  background: var(--sg-dark);
  color: rgba(255,255,255,0.7);
}

.sg-footer-top {
  padding: 60px 0 40px;
}

.sg-footer-brand .footer-logo img {
  height: 36px;
  margin-bottom: 8px;
}

.sg-footer-brand .footer-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  max-width: 300px;
}

.sg-footer .footer-lang-selector {
  background: var(--sg-dark-soft);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 13px;
  max-width: 200px;
}

.sg-footer-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.sg-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sg-footer-links li {
  margin-bottom: 10px;
}

.sg-footer-links a {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  transition: var(--sg-transition);
  text-decoration: none;
}

.sg-footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}

.sg-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sg-footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}

.sg-footer-contact li i {
  color: var(--sg-primary-light);
  font-size: 14px;
  width: 16px;
  text-align: center;
}

.sg-footer-social {
  display: flex;
  gap: 10px;
}

.sg-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: var(--sg-transition);
  text-decoration: none;
}

.sg-footer-social a:hover {
  background: var(--sg-primary);
  color: #fff;
  transform: translateY(-2px);
}

.sg-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 20px 0;
}

.sg-footer-bottom p {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}
