/* Brands 页: hero / 品牌网格 / 购买渠道 / CTA */

/* Hero */
.pc-brands-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(115deg, #16388A 0%, #0B1E5B 48%, #050C24 100%);
    color: #fff;
    padding: 4.5rem 0;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.pc-hero-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(96, 165, 250, .48) 1.7px, transparent 1.7px);
    background-size: 24px 24px;
    -webkit-mask-image: radial-gradient(ellipse 75% 85% at 88% 20%, #000 25%, transparent 72%);
    mask-image: radial-gradient(ellipse 75% 85% at 88% 20%, #000 25%, transparent 72%);
    pointer-events: none;
}

.pc-hero-tag {
    color: #4E8BE8;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .2em;
}

.pc-brands-hero h1 {
    font-size: clamp(1.9rem, 3.4vw, 2.8rem);
    line-height: 1.2;
    margin: 1rem 0;
}

.pc-brands-hero h1 span {
    color: var(--pc-blue-bright);
}

.pc-brands-lead {
    color: #AAB6CE;
    max-width: 32rem;
    margin-bottom: 0;
}

.pc-prod-feature {
    display: flex;
    align-items: center;
    gap: .7rem;
    font-size: .85rem;
    font-weight: 700;
    color: #fff;
}

.pc-prod-feature i {
    color: var(--pc-blue-bright);
    font-size: 1.2rem;
}

.pc-brands-hero-img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    display: block;
}

/* 品牌网格 */
.pc-brands-section {
    padding: 3.5rem 0;
    background: #fff;
}

.pc-lines-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--pc-ink);
    letter-spacing: .03em;
    margin-bottom: 0;
}

.pc-lines-title::before,
.pc-lines-title::after {
    content: '';
    width: 46px;
    height: 3px;
    border-radius: 2px;
    background: var(--pc-blue);
}

.pc-view-all {
    color: var(--pc-blue);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.pc-view-all:hover {
    color: var(--pc-blue-hover);
}

.pc-brands-sub {
    color: var(--pc-muted);
    font-size: .86rem;
}

.pc-brand-card {
    background: #fff;
    border: 1px solid var(--pc-border);
    border-radius: 8px;
    padding: 1.5rem 1.2rem 1.2rem;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease;
}

.pc-brand-card:hover {
    box-shadow: 0 10px 26px rgba(15, 23, 42, .10);
    transform: translateY(-3px);
}

.pc-brand-card img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    margin-bottom: .8rem;
}

.pc-brand-card h6 {
    font-size: .95rem;
    margin-bottom: .35rem;
}

.pc-brand-card p {
    color: var(--pc-muted);
    font-size: .76rem;
    line-height: 1.5;
    min-height: 3.4em;
    margin-bottom: .7rem;
}

.pc-brand-card a {
    color: var(--pc-blue);
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
}

/* Where to Buy */
.pc-brands-buy {
    padding: 3.5rem 0;
    background: var(--pc-bg-soft);
}

.pc-label-title {
    text-align: center;
}

.pc-label {
    display: inline-block;
    color: var(--pc-blue);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
}

.pc-label-title h2 {
    font-size: 1.6rem;
    margin: .4rem 0 0;
}

.pc-buy-title {
    font-size: 1.25rem;
    margin-bottom: .6rem;
}

.pc-block-text {
    color: var(--pc-muted);
    font-size: .9rem;
    line-height: 1.7;
}

.pc-market-card {
    background: #fff;
    border: 1px solid var(--pc-border);
    border-radius: 6px;
    padding: 1rem .7rem .9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    height: 100%;
}

.pc-market-card > img {
    height: 52px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

.pc-market-card .btn {
    font-size: .68rem;
    letter-spacing: 0;
    padding: .45rem .3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-buy-note {
    color: var(--pc-muted);
    font-size: .78rem;
}
