.footer {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.02); // очень лёгкий серый

  &__container {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;

    p {
      color: $c-black; // ← ЧЁРНЫЙ ТЕКСТ!
      opacity: 0.7;
      font-size: 12px;
      margin: 0;
      line-height: 1.4;
    }

    a {
      color: inherit;
      text-decoration: underline;
    }
  }
}
