.footer {
    background-color: var(--orange-600);
    color: var(--gray-000);
    width: 100%;
    padding: 60px 120px 30px 120px;
    font-size: 14px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--gray-000);
    padding-bottom: 10px;
}

.footer-left a {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-left img {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-left-link img {
    height: 24px;
    width: auto;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    text-align: right;
}

.footer-right p {
    font-weight: bold;
    margin: 0;
}

.store-buttons {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.store-buttons a {
    color: var(--gray-000);
    text-decoration: none;
    font-weight: normal;
}

.footer-bottom {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-bottom h3 {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--gray-000);
}

.footer-bottom ul,
.footer-bottom p {
    color: var(--gray-000);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom strong {
    font-weight: bold;
    color: var(--yellow-200);
}

.license-info {
    text-align: right;
    margin-left: auto;
}
.footer-bottom strong{
    font-weight: bold;
    color: #ffb84d;
}