.products-showcase-section {
    padding-top: 84px;
    padding-bottom: 96px;
    background: #f7f9fc;
}

/* Let the static image establish first, then dim it as WebGL fades in. */
body#products-p .hero-section .hero-bg-layer img {
    filter: brightness(0.88) contrast(1.03) !important;
    transition: filter 4.2s ease-in-out !important;
}

body#products-p .hero-section:has(#chip-canvas-container.is-visible) .hero-bg-layer img {
    filter: brightness(0.52) contrast(1.06) !important;
}

/* Static Chinese product page: retain its existing copy, but present only the
   first six sourcing directions using the same 3x2 card rhythm as English. */
html[lang="zh-CN"] .zh-product-focus-list {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

html[lang="zh-CN"] .zh-product-focus-list > .product-row-card:nth-child(n + 7) {
    display: none !important;
}

html[lang="zh-CN"] .zh-product-focus-list > .product-row-card {
    min-height: 310px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 8px;
    border-color: #e5eaf1;
    overflow: hidden;
}

html[lang="zh-CN"] .zh-product-focus-list > .product-row-card::before {
    position: absolute;
    top: 30px;
    right: 28px;
    color: #c9d3df;
    font-family: var(--font-en);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

html[lang="zh-CN"] .zh-product-focus-list > .product-row-card:nth-child(1)::before { content: "01"; }
html[lang="zh-CN"] .zh-product-focus-list > .product-row-card:nth-child(2)::before { content: "02"; }
html[lang="zh-CN"] .zh-product-focus-list > .product-row-card:nth-child(3)::before { content: "03"; }
html[lang="zh-CN"] .zh-product-focus-list > .product-row-card:nth-child(4)::before { content: "04"; }
html[lang="zh-CN"] .zh-product-focus-list > .product-row-card:nth-child(5)::before { content: "05"; }
html[lang="zh-CN"] .zh-product-focus-list > .product-row-card:nth-child(6)::before { content: "06"; }

html[lang="zh-CN"] .zh-product-focus-list > .product-row-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #1d9bf0, #37cbb1);
    transform: scaleX(0.28);
    transform-origin: left;
    transition: transform 0.32s ease;
}

html[lang="zh-CN"] .zh-product-focus-list > .product-row-card.is-visible:hover::after {
    transform: scaleX(1);
}

html[lang="zh-CN"] .zh-product-focus-list .product-row-left {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

html[lang="zh-CN"] .zh-product-focus-list .product-icon-box {
    width: 50px;
    height: 50px;
    margin: 0 0 24px;
    display: flex !important;
    border-radius: 8px;
    background: #eef7fe;
}

html[lang="zh-CN"] .zh-product-focus-list .product-icon-box svg {
    animation: none;
}

html[lang="zh-CN"] .zh-product-focus-list .product-text-box {
    width: 100%;
}

html[lang="zh-CN"] .zh-product-focus-list .product-title-group {
    margin-bottom: 14px;
    padding-right: 34px;
}

html[lang="zh-CN"] .zh-product-focus-list .product-title {
    margin: 0 0 6px;
    font-size: 1.2rem;
    line-height: 1.35;
}

html[lang="zh-CN"] .zh-product-focus-list .product-subtitle-en {
    min-height: 32px;
    color: #718096;
    font-size: 0.68rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
}

html[lang="zh-CN"] .zh-product-focus-list .tech-capability-tags,
html[lang="zh-CN"] .zh-product-focus-list .product-row-right,
html[lang="zh-CN"] .zh-product-focus-list .desc-lead {
    display: none !important;
}

html[lang="zh-CN"] .zh-product-focus-list .product-description {
    max-width: none;
    margin: 0;
    color: #526174;
    font-size: 0.82rem;
    line-height: 1.75;
}

html[lang="zh-CN"] .zh-inline-logo-scroller {
    width: 100%;
    margin: 42px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
}

html[lang="zh-CN"] .zh-inline-logo-scroller .logo-slider {
    padding: 2px 0 8px;
}

html[lang="zh-CN"] .zh-inline-logo-scroller .logo-track {
    animation-duration: 64s;
}

html[lang="zh-CN"] .zh-inline-logo-scroller .logo-slide {
    width: 154px;
    height: 66px;
    margin: 0 9px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.07);
}

html[lang="zh-CN"] .zh-inline-logo-scroller .logo-slide img {
    max-width: 108px;
    max-height: 30px;
}

html[lang="zh-CN"] .zh-brands-section {
    padding: 78px 0 88px;
}

html[lang="zh-CN"] .zh-brands-section .main-title-block {
    margin-bottom: 56px;
}

html[lang="zh-CN"] .zh-brand-group .group-info {
    margin-bottom: 30px;
}

html[lang="zh-CN"] .zh-domestic-brand-group {
    margin-top: 58px;
}

html[lang="zh-CN"] .zh-brands-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

html[lang="zh-CN"] .zh-brands-grid .brand-item {
    min-height: 92px;
    padding: 17px 12px;
    border-radius: 8px;
}

html[lang="zh-CN"] .zh-brands-grid .brand-item h4 {
    font-size: 17px;
}

.products-showcase-section .section-header {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}

.product-focus-list {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.product-direction-card {
    min-height: 310px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start;
    border-radius: 8px;
    border-color: #e5eaf1;
    overflow: hidden;
}

.product-direction-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #1d9bf0, #37cbb1);
    transform: scaleX(0.28);
    transform-origin: left;
    transition: transform 0.32s ease;
}

.product-direction-card.is-visible:hover::after {
    transform: scaleX(1);
}

.product-direction-card.is-visible:hover {
    transform: translateY(-5px);
}

.direction-card-head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.product-direction-card .product-icon-box {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 8px;
    background: #eef7fe;
}

.product-direction-card .product-icon-box svg {
    animation: none;
}

.direction-number {
    color: #c9d3df;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.product-direction-card .product-title {
    margin: 0 0 6px;
    font-size: 1.2rem;
    line-height: 1.25;
}

.product-direction-card .product-subtitle-en {
    min-height: 32px;
    margin-bottom: 14px;
    color: #718096;
    font-size: 0.7rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
}

.product-direction-card .product-description {
    max-width: none;
    margin: 0;
    color: #526174;
    font-size: 0.82rem;
    line-height: 1.65;
}

.direction-rfq {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #e7edf4;
}

.direction-rfq span,
.direction-rfq strong {
    display: block;
}

.direction-rfq span {
    margin-bottom: 5px;
    color: #91a0b2;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.direction-rfq strong {
    color: #27364a;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.5;
}

.focused-brands-section {
    padding-bottom: 62px;
}

.focused-brands-section .brand-group {
    margin-bottom: 0;
}

.focused-brands-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.focused-brands-grid .brand-item {
    min-height: 108px;
    border-radius: 8px;
}

.focused-brands-grid .brand-item h4 {
    text-align: center;
}

.more-brands-note {
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    text-align: right;
}

.focused-logo-scroller {
    width: 100%;
    margin: 38px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.focused-logo-scroller .logo-slider {
    padding: 4px 0 10px;
}

#products-p .focused-logo-scroller .logo-track {
    animation-duration: 64s;
}

.focused-logo-scroller .logo-slide {
    width: 154px;
    height: 66px;
    margin: 0 9px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.focused-logo-scroller .logo-slide img {
    max-width: 108px;
    max-height: 30px;
}

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

    .focused-brands-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    html[lang="zh-CN"] .zh-product-focus-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .products-showcase-section {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    body#products-p .hero-section .hero-bg-layer img,
    body#products-p .hero-section:has(#chip-canvas-container.is-visible) .hero-bg-layer img {
        filter: brightness(0.32) contrast(1.08) !important;
    }

    .product-focus-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    html[lang="zh-CN"] .zh-product-focus-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    html[lang="zh-CN"] .zh-inline-logo-scroller {
        margin-top: 32px;
        padding: 22px 0 0;
    }

    html[lang="zh-CN"] .zh-inline-logo-scroller .logo-slide {
        width: 132px;
        height: 58px;
        margin: 0 7px;
    }

    html[lang="zh-CN"] .zh-brands-section {
        padding: 58px 0 68px !important;
    }

    html[lang="zh-CN"] .zh-brands-section .main-title-block {
        margin-bottom: 40px !important;
    }

    html[lang="zh-CN"] .zh-domestic-brand-group {
        margin-top: 46px;
    }

    html[lang="zh-CN"] .zh-brands-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    html[lang="zh-CN"] .zh-product-focus-list > .product-row-card {
        min-height: 0;
        padding: 24px 20px !important;
    }

    html[lang="zh-CN"] .zh-product-focus-list .product-row-left {
        padding-top: 0 !important;
    }

    .product-direction-card {
        min-height: 0;
        padding: 24px 20px !important;
    }

    .product-direction-card .product-icon-box {
        display: flex !important;
    }

    .product-direction-card .product-subtitle-en {
        min-height: 0;
    }

    .direction-rfq {
        margin-top: 20px;
    }

    .focused-brands-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .focused-brands-grid .brand-item {
        min-height: 94px;
        padding: 16px 10px;
    }

    .more-brands-note {
        text-align: left;
    }

    .focused-logo-scroller {
        margin-top: 28px !important;
        padding: 22px 0 0 !important;
    }

    .focused-logo-scroller .logo-slide {
        width: 132px;
        height: 58px;
        margin: 0 7px;
    }
}

@media (max-width: 420px) {
    .focused-brands-grid {
        grid-template-columns: 1fr;
    }
}
