/* Products 页: 深色 hero / 10分类卡 / 浅蓝大卡 / 购买渠道 / CTA */

/* Hero */
.pc-prod-hero {
    background: linear-gradient(120deg, #0A0E1A 0%, #1A2340 100%);
    color: #fff;
    padding: 4.5rem 0;
    min-height: 520px;
    display: flex;
    align-items: center;
}

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

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

.pc-prod-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-prod-hero-img {
    width: 100%;
    height: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* 通用(本页副本) */
.pc-section-white {
    padding: 3.5rem 0;
    background: #fff;
}

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

.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;
}

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

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

/* 分类卡 5 列 */
.col-lg-1-5 {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 768px) {
    .col-lg-1-5 {
        width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        width: 20%;
    }
}

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

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

.pc-prod-card img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.pc-prod-card h6 {
    font-size: .86rem;
    margin: .6rem 0 .35rem;
}

.pc-prod-card p {
    color: var(--pc-muted);
    font-size: .74rem;
    line-height: 1.45;
    margin-bottom: .6rem;
}

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

/* 浅蓝大卡 */
.pc-apart-box {
    background: #EEF4FF;
    border-radius: 16px;
    padding: 2.6rem 2rem;
}

@media (min-width: 992px) {
    .pc-apart-col {
        border-right: 1px solid #D3E1F8;
    }
}

.pc-apart {
    text-align: center;
    height: 100%;
    padding: 0 .5rem;
}

.pc-apart > i {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: #fff;
    color: var(--pc-blue);
    font-size: 1.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(14, 42, 82, .10);
}

.pc-apart h6 {
    font-size: .95rem;
    margin: .9rem 0 .4rem;
}

.pc-apart p {
    font-size: .8rem;
    color: var(--pc-muted);
    line-height: 1.55;
    margin-bottom: 0;
}

/* Where to Buy */
.pc-buy-title {
    font-size: 1.25rem;
    margin-bottom: .6rem;
}

.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;
}
