/* V9 首页专用品牌标记：不依赖整站 site.css 的第四代样式。 */
.home-brand-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    column-gap: 0.22em;
    row-gap: 0;
}

.home-brand-wordmark {
    display: inline-block;
    white-space: nowrap;
    color: var(--text-main, #111111);
    font: inherit;
}

.home-generation-badge {
    display: inline-block;
    margin-left: 0.08em;
    position: relative;
    top: -0.34em;
    color: #0071e3;
    font-size: 0.66em;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 0;
    vertical-align: baseline;
}

.home-platform-name {
    color: var(--text-main, #111111);
    font: inherit;
    font-weight: 650;
    white-space: nowrap;
}

.hero-service-lookup { margin-top: 18px; text-align: center; }
.hero-service-lookup a { color: #5d6875; font-size: 14px; font-weight: 600; text-decoration: none; }
.hero-service-lookup a:hover, .hero-service-lookup a:focus { color: #087bee; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 620px) {
    .home-brand-title {
        column-gap: 0.18em;
    }

    .home-platform-name {
        font-size: 0.68em;
        letter-spacing: -1px;
    }
}
