.main-three-part-grid-container #homepageWrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
    box-sizing: border-box;
    --hp-primary: #1677ff;
    --hp-primary-light: #409eff;
    --hp-primary-soft: #e8f3ff;
}

#homepageWrapper .tool-content {
    margin-bottom: 1.5rem;
}

#homepageWrapper .tool-cate {
    margin-left: 0;
    margin-bottom: 0.25rem;
    font-size: 1rem;
    color: #464646;
    font-weight: 700;
}

#homepageWrapper .tool-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0.6rem 0;
    margin: 0 -0.5rem;
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

#homepageWrapper .tool-box:after {
    content: none;
    display: none;
}

#homepageWrapper .tool-box li {
    float: none;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding: 0 0.5rem;
}

#homepageWrapper .tool-card {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    margin-left: 0;
    margin-right: 0;
}

#homepageWrapper .tool-box .tool-card:hover {
    border-color: rgba(22, 119, 255, 0.45);
}

#homepageWrapper .tool-card-dt {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#homepageWrapper .home-tool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    background: linear-gradient(135deg, rgba(64, 158, 255, 0.88), rgba(22, 119, 255, 0.92));
    border-radius: 4px;
    flex-shrink: 0;
    line-height: 1;
}

#homepageWrapper .home-tool-icon-svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
}

#homepageWrapper .tool-card-dt strong {
    flex: 1;
    min-width: 0;
    color: rgba(22, 119, 255, 0.88);
    font-weight: 600;
}

#homepageWrapper .w-collect-status {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: #999;
}

#homepageWrapper .tool-card-dd .w-collection-img {
    width: 14.8px;
    height: 14.8px;
    transform: translateY(-2px);
}

@media screen and (max-width: 1024px) {
    #homepageWrapper .tool-box li {
        flex: 0 0 33.333%;
        width: 33.333%;
        max-width: 33.333%;
    }
}

@media screen and (max-width: 768px) {
    .main-three-part-grid-container #homepageWrapper {
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    #homepageWrapper .tool-box li {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 480px) {
    #homepageWrapper .tool-box li {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
