.site-footer {
    background: rgba(5, 7, 22, 0.95);
    color: rgba(232, 232, 232, 0.75);
    padding: var(--space-md) 0;
    border-top: 2px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    margin-top: auto;
}

.site-footer::before {
    content: '';
    position: absolute;
    left: 8%;
    top: -50px;
    width: 120px;
    height: 120px;
    border: 4px solid rgba(0, 217, 255, 0.3);
    transform: rotate(45deg);
}

.site-footer__inner {
    text-align: center;
    z-index: 2;
}

.site-footer__text {
    margin: 0;
}

.site-footer__link {
    color: var(--color-cyan);
}
