/* Общий футер — стиль site-footer лендинга */

.marketing-site-footer {
  margin-top: auto;
  background: #14101a;
  color: rgba(244, 239, 235, 0.65);
  padding: 64px 0 32px;
  font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.marketing-site-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.marketing-site-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 900px) {
  .marketing-site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .marketing-site-footer__grid {
    grid-template-columns: 1fr;
  }
}

.marketing-site-footer__col h4 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marketing-site-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.marketing-site-footer__col a {
  font-size: 14px;
  color: rgba(244, 239, 235, 0.65);
  text-decoration: none;
  transition: color 0.15s ease;
}

.marketing-site-footer__col a:hover {
  color: #fff;
}

.marketing-site-footer__col span {
  font-size: 14px;
  color: rgba(244, 239, 235, 0.65);
}

.marketing-site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  text-decoration: none;
}

.marketing-site-footer__logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.marketing-site-footer__brand-text {
  line-height: 1.1;
}

.marketing-site-footer__brand-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.marketing-site-footer__brand-text span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 239, 235, 0.55);
  font-weight: 600;
}

.marketing-site-footer__legal {
  max-width: 360px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(244, 239, 235, 0.55);
}

.marketing-site-footer__legal p {
  margin: 0 0 10px;
}

.marketing-site-footer__legal p:last-child {
  margin-bottom: 0;
}

.marketing-site-footer__legal a {
  font-size: 13px;
  color: rgba(244, 239, 235, 0.65);
  text-decoration: none;
  transition: color 0.15s ease;
}

.marketing-site-footer__legal a:hover {
  color: #fff;
}

.marketing-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 32px;
  font-size: 13px;
  color: rgba(244, 239, 235, 0.5);
}

.marketing-site-footer__bottom a {
  color: rgba(244, 239, 235, 0.55);
  text-decoration: none;
  transition: color 0.15s ease;
}

.marketing-site-footer__bottom a:hover {
  color: #fff;
}

.marketing-site-footer__credit {
  margin: 20px 0 0;
  text-align: center;
}

.marketing-site-footer__credit a {
  font-size: 10px;
  color: rgba(244, 239, 235, 0.22);
  text-decoration: none;
}

.marketing-site-footer__credit a:hover {
  color: rgba(244, 239, 235, 0.38);
}
