.max-footer {
    background: var(--sws-dark);
    color: #f5f5f5;
    padding: 20px 24px;
    font-family: 'Inter', Arial, sans-serif;
}

.max-footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    min-height: 25px;
}

.max-footer-brand {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 5px;
    white-space: normal; overflow-wrap: anywhere;
}

.max-footer-divider {
    width: 1px;
    height: 18px;
    flex-shrink: 0;
    background: #8b8e8f;
}

.max-footer-tagline {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 1.5px;
}

.max-footer-tagline span {
    color: #00d4f5;
    font-weight: 500;
    white-space: normal; overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .max-footer-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .max-footer-divider {
        display: none;
    }

    .max-footer-tagline {
        font-size: 13px;
    }
}
