.rehumanize-footer-container {
  width: 100%;
  background-color: #1a1a1a;
  color: #ffffff;
  margin-top: auto;
}

.rehumanize-footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  display: grid;
  grid-template-columns: 2fr 2fr 1.5fr;
  gap: 60px;
}

@media (max-width: 968px) {
  .rehumanize-footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 650px) {
  .rehumanize-footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px 30px;
  }
}

.rehumanize-footer-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rehumanize-footer-logo {
  cursor: pointer;
  transition: opacity 0.3s;
}

.rehumanize-footer-logo:hover {
  opacity: 0.8;
}

.rehumanize-footer-logo-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.rehumanize-footer-description {
  font-size: 14px;
  line-height: 1.6;
  color: #b0b0b0;
  margin: 0;
  max-width: 300px;
}

.rehumanize-footer-social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s;
  text-decoration: none;
}

.rehumanize-footer-social-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.rehumanize-footer-middle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 968px) {
  .rehumanize-footer-middle {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .rehumanize-footer-middle {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.rehumanize-footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rehumanize-footer-column-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  margin-bottom: 4px;
}

.rehumanize-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rehumanize-footer-link {
  color: #b0b0b0;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
}

.rehumanize-footer-link:hover {
  color: #ffffff;
}

.rehumanize-footer-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rehumanize-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rehumanize-footer-email {
  color: #b0b0b0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}

.rehumanize-footer-email i {
  font-size: 16px;
}

.rehumanize-footer-email:hover {
  color: #ffffff;
}

.rehumanize-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 20px;
  background-color: #151515;
}

.rehumanize-footer-bottom-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 650px) {
  .rehumanize-footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
}

.rehumanize-footer-copyright {
  font-size: 14px;
  color: #b0b0b0;
  margin: 0;
}

.rehumanize-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rehumanize-footer-bottom-link {
  color: #b0b0b0;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.rehumanize-footer-bottom-link:hover {
  color: #ffffff;
}

.rehumanize-footer-separator {
  color: #b0b0b0;
  font-size: 14px;
}
