.footer {
    width: 100%;
    background: url("/Content/SesameV/assets/images/footer_bg.png") no-repeat center center;
    background-size: 100% 100%;
    background-position: center;
    height: 660px;
}

    .footer .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 67px 0 30px;
        margin-top: 30px;
    }

        .footer .container .title {
            text-align: center;
            line-height: 1.3;
            font-size: 32px;
            font-weight: bold;
            color: #333;
            margin: 0 0 30px 0;
            letter-spacing: 2px;
            font-family: "Noto Sans SC", sans-serif;
        }

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .footer__top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }
}

.footer__logo-section {
    flex: 1;
    max-width: 400px;
}

@media (max-width: 768px) {
    .footer__logo-section {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
}

.footer__logo-wrapper {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .footer__logo-wrapper {
        justify-content: center;
    }
}

.footer__logo {
    max-width: 280px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .footer__logo {
        max-width: 240px;
    }
}

.footer__info-section {
    flex: 2;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

@media (max-width: 992px) {
    .footer__info-section {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .footer__info-section {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}

.footer__contact {
    flex: 1;
}

.footer__contact-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

    .footer__contact-title svg {
        color: #f5a429;
    }

.footer__contact-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__contact-row {
    display: flex;
    gap: 8px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .footer__contact-row {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.footer__label {
    font-size: 14px;
    color: #666;
    flex-shrink: 0;
}

.footer__link {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer__link:hover {
        color: #f5a429;
    }

.footer__text {
    font-size: 14px;
    color: #666;
}

.footer__phone-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

@media (max-width: 768px) {
    .footer__phone-section {
        align-items: center;
        text-align: center;
    }
}

.footer__phone {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .footer__phone {
        font-size: 24px;
    }
}

.footer__service-time {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .footer__bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

.footer__copyright {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .footer__copyright {
        white-space: normal;
    }
}

.footer__icp {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .footer__icp {
        white-space: normal;
    }
}

.footer__disclaimer {
    font-size: 14px;
    color: #999;
    max-width: 450px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .footer__disclaimer {
        max-width: 100%;
    }
}
