.site-footer {
    margin-top: 40px;
    padding: 24px 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.site-footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
    align-items: center;
    justify-content: space-between;
}

.site-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.site-footer-company {
    font-weight: 600;
    color: #fff;
}

.site-footer-email {
    color: var(--main-purple, #9C4DFF);
    text-decoration: none;
}

.site-footer-email:hover {
    text-decoration: underline;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.site-footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color .2s ease;
}

.site-footer-links a:hover {
    color: #fff;
}

.site-footer-copy {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    flex-basis: 100%;
    padding-top: 8px;
    border-top: 1px dashed rgba(255, 255, 255, 0.06);
    margin-top: 4px;
}

@media (max-width: 720px) {
    .site-footer-inner {
        justify-content: flex-start;
    }
    .site-footer-links {
        gap: 12px;
    }
}

.landing-page .site-footer {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 24px 32px 24px;
}
.site-footer {
    margin-top: 40px;
    padding: 24px 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.site-footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
    align-items: center;
    justify-content: space-between;
}

.site-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.site-footer-company {
    font-weight: 600;
    color: #fff;
}

.site-footer-email {
    color: var(--main-purple, #9C4DFF);
    text-decoration: none;
}

.site-footer-email:hover {
    text-decoration: underline;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.site-footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color .2s ease;
}

.site-footer-links a:hover {
    color: #fff;
}

.site-footer-copy {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    flex-basis: 100%;
    padding-top: 8px;
    border-top: 1px dashed rgba(255, 255, 255, 0.06);
    margin-top: 4px;
}

@media (max-width: 720px) {
    .site-footer-inner {
        justify-content: flex-start;
    }
    .site-footer-links {
        gap: 12px;
    }
}

.landing-page .site-footer {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 24px 32px 24px;
}
