.site-footer {
    margin-top: 80px;
    background: #292a28;
    color: #ffffff;
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(220px, 1.2fr) minmax(140px, 0.65fr) minmax(260px, 1.25fr) minmax(140px, 0.65fr);
    gap: 48px;
    align-items: start;
    padding-top: 42px;
    padding-bottom: 40px;
}

.footer-brand {
    max-width: 270px;
    justify-self: center;
    text-align: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-logo img {
    display: block;
    width: 112px;
    height: auto;
}

.footer-tagline {
    max-width: 250px;
    margin: 12px auto 0;
    text-align: center;
    color: #bcbcb8;
    font-size: 13px;
    line-height: 1.55;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-top: 3px;
    font-size: 14px;
}

.footer-nav__title {
    width: 100%;
    margin: 0 0 6px;
    text-align: center;
    color: #92928e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-nav a {
    width: fit-content;
    color: #dededb;
    line-height: 1.45;
    transition: color 0.2s ease;
}

.footer-nav a:hover {
    color: var(--color-accent);
}

.footer-age {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 8px;
    padding-top: 1px;
    text-align: center;
}

.footer-age__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 40px;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.footer-age__text {
    max-width: 150px;
    color: #92928e;
    font-size: 12px;
    line-height: 1.45;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom__inner {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #92928e;
    font-size: 12px;
    line-height: 1.4;
}
