.site-footer {
  background: #000000;
  color: #fff;
  padding-top: 20px;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #4aa517;
}

/* TOP */
.footer-top {
  text-align: left;
  margin-bottom: 20px;
}

.footer-logo {
  max-width: 260px;
}

/* CONTENT */
.footer-content {
  /* border-top: 1px solid rgba(255,255,255,0.1); */
  padding-top: 20px;
}

.footer-col h5 {
  /* font-size: 16px; */
  margin-bottom: 15px;
  font-weight: 600;
  color: #7fff00;
}

.footer-col p,
.footer-col li {
  /* font-size: 14px; */
  /* line-height: 1.6; */
  color: #ffffff;
  margin-bottom: 0px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 8px;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 15px;
  
}
.footer-social a i {
  font-size: var(--footer-social);
}

/* ASK AI */
.footer-col h5 + .footer-social + h5 {
  margin-top: 20px;
}

.footer-ai {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-ai__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footer-ai__link svg {
  display: block;
  width: 30px;
  height: 30px;
}

.footer-ai__link[data-ai-platform="perplexity"] svg {
  width: 36px;
  height: 36px;
}

.footer-ai__link svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0.2;
}

/* BOTTOM */
.footer-bottom {
  background: #070707;
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}

.footer-bottom p {
  margin: 0;
  /* font-size: 13px; */
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 767px) {
  .footer-col {
    margin-bottom: 25px;
  }
  .footer-top{
    text-align: center;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-ai {
    justify-content: flex-start;
  }
}
