.site-footer {
    margin-top: auto;
    max-width: 1884px;
    margin: 0 auto;
}

.friend-links {
    background-color: #0024AE;
    padding: 30px 0;
}

.section-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 0 0 25px 0;
    text-align: center;
}

.title-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    max-width: var(--width);
    margin: 0 auto;
}

.link-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 314px;
    height: 64px;
    background-color: #f00;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s ease;
    position: relative;
}

.link-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.link-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.link-image {
    width: 100%;
}

.link-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    flex: 1;
}

.footer-info {
    background-color: #393939;
    padding: 40px 0;
    color: white;
}

.info-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.info-left {
    flex: 1;
}

.info-left-content {
    flex: 1;
}

.company-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: white;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #4D4D4D;
    margin-bottom: 25px;
}

.contact-info {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.contact-info p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #CCCCCC;
}

.info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.legal-info {
    display: flex;
    flex-direction: row;
}

.legal-info p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #AAAAAA;
}

.record-link {
    color: #AAAAAA;
    text-decoration: none;
    margin-right: 10px;
}

.record-link:hover {
    color: #CCCCCC;
    text-decoration: underline;
}

.info-right {
    flex-shrink: 0;
}

.qr-code {
    width: 65px;
    height: 83px;
    object-fit: contain;
}
