.han-footer-wrap,
.han-footer-wrap * {
    box-sizing: border-box;
}

.han-footer-wrap {
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
}

.han-footer-inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 20px 30px;
}

.han-footer-top {
    display: grid;
    grid-template-columns: minmax(260px, 1.6fr) minmax(170px, 1fr) minmax(170px, 1fr) minmax(220px, 1fr);
    column-gap: 32px;
    row-gap: 32px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.han-footer-title {
    margin: 0 0 22px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

.han-footer-text,
.han-footer-text p,
.han-footer-menu,
.han-footer-menu li,
.han-footer-contact-text,
.han-footer-bottom-copy {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #222;
}

.han-footer-text p + p {
    margin-top: 10px;
}

.han-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.han-footer-menu li + li {
    margin-top: 8px;
}

.han-footer-menu a,
.han-footer-contact-link {
    color: inherit;
    text-decoration: none;
    transition: color .25s ease, opacity .25s ease;
}

.han-footer-menu a:hover,
.han-footer-contact-link:hover {
    color: #4f46e5;
}

.han-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.han-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.han-footer-contact-icon {
    flex: 0 0 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 24px;
    margin-top: 5px;
    color: #2563eb;
    font-size: 18px;
}

.han-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 28px;
}

.han-footer-logo img {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
}

.han-footer-bottom-copy {
    text-align: center;
}

@media (max-width: 1024px) {
    .han-footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .han-footer-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .han-footer-text,
    .han-footer-text p,
    .han-footer-menu,
    .han-footer-menu li,
    .han-footer-contact-text,
    .han-footer-bottom-copy {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 767px) {
    .han-footer-inner {
        padding: 36px 16px 24px;
    }

    .han-footer-top {
        grid-template-columns: 1fr;
        row-gap: 26px;
        padding-bottom: 26px;
    }

    .han-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 22px;
    }

    .han-footer-bottom-copy {
        text-align: left;
    }

    .han-footer-title {
        font-size: 22px;
    }
}
