/* Pure Life — оновлений футер */

.footer--purelife {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer--purelife .container {
  display: grid !important;
  grid-template-columns: minmax(220px, 1.1fr) repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
  align-items: start;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer--purelife .footer-brand {
  max-width: none;
  padding-bottom: 0;
}

.footer--purelife .footer-brand .logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.footer--purelife .footer-brand .logo img {
  height: 52px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  filter: brightness(1.08) contrast(1.05);
}

.footer--purelife .footer-copyright {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer--purelife .footer-copyright__name {
  display: block;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 500;
}

.footer--purelife .footer-copyright__year {
  display: none;
}

.footer--purelife .social_links {
  margin-top: 18px;
}

.footer--purelife .social_links li a {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer--purelife .social_links li a:hover {
  transform: translateY(-2px);
}

.footer--purelife .categories,
.footer--purelife .informations,
.footer--purelife .contacts {
  margin-left: 0 !important;
  max-width: none !important;
  padding-bottom: 0 !important;
}

.footer--purelife h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}

.footer--purelife .footer_item_inner li,
.footer--purelife .categories li {
  line-height: 1.6;
}

.footer--purelife a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s ease;
}

.footer--purelife a:hover {
  color: #fff;
}

.footer--purelife .messenger_links {
  gap: 10px;
}

.footer--purelife .messenger_links li a {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1100px) {
  .footer--purelife .container {
    grid-template-columns: 1fr 1fr;
  }

  .footer--purelife .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
  }

  .footer--purelife .footer-brand .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer--purelife .social_links {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer--purelife .container {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .footer--purelife .footer-brand {
    padding-bottom: 18px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer--purelife .footer-brand .logo img {
    height: 46px;
  }

  .footer--purelife .categories,
  .footer--purelife .informations,
  .footer--purelife .contacts {
    width: 100% !important;
  }

  .footer--purelife .footer_item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 14px 16px;
  }

  .footer--purelife h3 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .footer--purelife .footer_item_inner a,
  .footer--purelife .categories a {
    font-size: 16px;
  }

  .footer--purelife .contacts .phones a {
    font-size: 16px;
  }
}
