.daba-site-footer {
    box-sizing: border-box;
    width: 100%;
    margin-top: clamp(3rem, 7vw, 6rem);
    padding: 0 max(1rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    color: #9ba2aa;
    font-family: Arial, Helvetica, sans-serif;
}

.daba-site-footer *,
.daba-site-footer *::before,
.daba-site-footer *::after {
    box-sizing: border-box;
}

.daba-site-footer__inner {
    width: min(1240px, 100%);
    min-height: 108px;
    margin: 0 auto;
    padding: 1.35rem 0;
    display: grid;
    grid-template-columns: minmax(190px, 1fr) auto minmax(230px, 1fr);
    align-items: center;
    gap: 1.5rem;
    border-top: 1px solid rgba(255, 75, 11, .24);
}

.daba-site-footer__brand {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: #fff;
    text-decoration: none;
}

.daba-site-footer__brand > span:first-child {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #ff4b0b;
    color: #190800;
    font-size: .82rem;
    font-weight: 900;
}

.daba-site-footer__brand > span:last-child {
    display: grid;
    gap: .18rem;
}

.daba-site-footer__brand strong {
    color: #fff;
    font-size: .72rem;
    letter-spacing: .18rem;
}

.daba-site-footer__brand small {
    color: #aab0b6;
    font-size: .48rem;
    letter-spacing: .13rem;
}

.daba-site-footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(.8rem, 2vw, 1.4rem);
    flex-wrap: wrap;
}

.daba-site-footer__links a {
    color: #c7ccd1;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .06rem;
    text-decoration: none;
}

.daba-site-footer__links a:hover,
.daba-site-footer__links a:focus-visible {
    color: #ff713c;
}

.daba-site-footer p {
    margin: 0;
    color: #858c93;
    font-size: .64rem;
    line-height: 1.5;
    text-align: right;
}

@media (max-width: 760px) {
    .daba-site-footer {
        margin-top: 3rem;
    }

    .daba-site-footer__inner {
        min-height: 0;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 1.15rem;
        text-align: center;
    }

    .daba-site-footer p {
        text-align: center;
    }
}

@media (max-width: 420px) {
    .daba-site-footer__links {
        gap: .8rem 1rem;
    }
}
