.blog-footer-dark {
  background: #0e0d21;
  color: rgba(255, 255, 255, 0.6);
  padding: 70px 0 30px;
  margin-top: 80px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.blog-footer-dark .footer-logo img {
  height: 44px;
  margin-bottom: 25px;
}

.blog-footer-dark .footer-tagline {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  margin: 0 auto 35px;
  line-height: 1.7;
}

@media (min-width: 992px) {
  .blog-footer-dark .footer-tagline {
    font-size: 1.25rem;
    max-width: 720px;
  }
}

.blog-footer-dark .footer-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 35px;
  list-style: none;
  padding: 0;
}

.blog-footer-dark .footer-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s;
  letter-spacing: 0.5px;
}

.blog-footer-dark .footer-nav a:hover {
  color: #a500ff;
}

.blog-footer-dark .footer-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 45px;
}

.blog-footer-dark .social-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s;
}

.blog-footer-dark .social-btn i {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s;
}

.blog-footer-dark .social-btn:hover {
  background: #a500ff;
  border-color: #a500ff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(165, 0, 255, 0.3);
}

.blog-footer-dark .social-btn:hover i {
  color: #fff;
}

.blog-footer-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
}

.blog-footer-dark .footer-bottom,
.blog-footer-dark .footer-bottom p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.blog-footer-dark .footer-bottom a {
  color: #a500ff !important;
  text-decoration: none;
  font-weight: 600;
}

.blog-footer-dark .contact-info {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 20px;
}

.blog-footer-dark .contact-info span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
