.product-center-section {
    position: relative;
    padding: 88px 0 96px;
    background: #f5f8fc;
    color: #152238;
}

.pc-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.pc-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #1677c8;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pc-heading h2 {
    margin: 0;
    color: #102039;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.12;
}

.pc-heading p {
    max-width: 720px;
    margin: 14px 0 0;
    color: #617087;
    font-size: 1rem;
    line-height: 1.75;
}

.pc-panel {
    padding: 28px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(28, 57, 91, 0.08);
}

.pc-filter-group + .pc-filter-group {
    margin-top: 22px;
}

.pc-filter-head,
.pc-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.pc-filter-label {
    color: #2b3c55;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pc-all-brands {
    color: #176fbe;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
}

.pc-all-brands:hover { color: #0d57a0; }

.pdb-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 12px;
}

.pdb-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid #d6e1ed;
    border-radius: 7px;
    background: #fff;
    color: #42536a;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 400;
    cursor: pointer;
    transition: border-color .16s ease, color .16s ease, background .16s ease;
}

.pdb-chip:hover {
    border-color: #86bce9;
    color: #176fbe;
}

.pdb-chip i {
    min-width: 22px;
    padding: 1px 6px;
    border-radius: 999px;
    background: #edf4fb;
    color: #718096;
    font-size: 0.68rem;
    font-style: normal;
    text-align: center;
}

.pdb-chip.is-active {
    border-color: #176fbe;
    background: #176fbe;
    color: #fff;
}

.pdb-chip.is-active i {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pc-results-head {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.pc-results-head h3 {
    margin: 0;
    color: #16263e;
    font-size: 1.15rem;
}

.pdb-meta {
    min-height: 1.2em;
    margin: 5px 0 0;
    color: #7b8798;
    font-size: 0.78rem;
}

.pc-rfq-link,
.pc-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 7px;
    background: #176fbe;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 400;
    text-decoration: none;
}

.pc-rfq-link:hover,
.pc-empty a:hover { background: #0d5fa9; }

.pc-table {
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid #dfe7f0;
    border-radius: 8px;
}

.pc-table-head,
.pdb-row {
    display: grid;
    grid-template-columns: minmax(180px, 1.25fr) minmax(130px, .9fr) minmax(180px, 1.2fr) minmax(130px, .8fr) 150px;
    align-items: center;
    gap: 18px;
}

.pc-table-head {
    padding: 12px 18px;
    background: #edf3f9;
    color: #5f6f83;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pdb-row {
    min-height: 76px;
    padding: 14px 18px;
    border-top: 1px solid #e7edf4;
    background: #fff;
}

.pdb-row:first-child { border-top: 0; }
.pdb-row:hover { background: #f9fbfd; }

.pdb-part-link {
    color: #17263e;
    font-size: 0.92rem;
    font-weight: 700;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.pdb-part-link:hover { color: #176fbe; }

.pdb-cell {
    color: #596a80;
    font-size: 0.8rem;
    line-height: 1.45;
}

.pdb-stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #28765d;
    font-weight: 600;
}

.pdb-stock::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #38a67d;
    content: "";
}

.pdb-stock.is-confirm {
    color: #6d7b8d;
    font-weight: 500;
}

.pdb-stock.is-confirm::before {
    background: #9ba8b7;
}

.pdb-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #9fc6e7;
    border-radius: 6px;
    color: #176fbe;
    font-size: 0.72rem;
    font-weight: 400;
    text-decoration: none;
}

.pdb-action:hover {
    border-color: #176fbe;
    background: #edf6fd;
}

.pc-empty {
    margin: 22px 0 0;
    padding: 22px;
    border: 1px dashed #c8d5e3;
    border-radius: 8px;
    color: #68778a;
    text-align: center;
}

.pc-empty a { margin-left: 10px; }

.pdb-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

.pdb-pager button {
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid #d0dce9;
    border-radius: 6px;
    background: #fff;
    color: #34465d;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 400;
    cursor: pointer;
}

.pdb-pager button:not(:disabled):hover {
    border-color: #78addb;
    color: #176fbe;
}

.pdb-pager button:disabled { opacity: .42; cursor: default; }
.pdb-pager span { color: #7a8797; font-size: .76rem; }

.pdb-pager { flex-wrap: wrap; }
.pdb-pager .pdb-page-num { min-width: 34px; padding: 0 9px; }
.pdb-pager .pdb-page-num.is-current {
    background: #176fbe;
    border-color: #176fbe;
    color: #fff;
    cursor: default;
}
.pdb-pager .pdb-page-gap { color: #7a8797; }

.pc-stock-note {
    margin: 18px 0 0;
    color: #8894a4;
    font-size: 0.74rem;
    text-align: right;
}

.product-sourcing-section {
    padding: 64px 0;
    background: #fff;
}

.pc-sourcing-band {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) auto;
    align-items: center;
    gap: 42px;
    padding: 30px 34px;
    border-left: 4px solid #176fbe;
    background: #f4f8fc;
}

.pc-sourcing-band h2 {
    margin: 0 0 10px;
    color: #17263e;
    font-size: 1.45rem;
}

.pc-sourcing-band p {
    max-width: 820px;
    margin: 0;
    color: #68788c;
    line-height: 1.75;
}

.pc-sourcing-band a {
    color: #176fbe;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.hero-db-search {
    position: relative;
    display: flex;
    width: min(640px, 100%);
    margin-top: 26px;
}

.hero-db-search input {
    flex: 1;
    min-width: 0;
    padding: 15px 18px;
    border: 1px solid rgba(255,255,255,.3);
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background: rgba(6, 13, 24, .68);
    color: #fff;
    font: inherit;
    outline: none;
}

.hero-db-search input::placeholder { color: rgba(255,255,255,.48); }
.hero-db-search input:focus { border-color: #65bdf1; }

.hero-db-search > button {
    padding: 0 22px;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: #176fbe;
    color: #fff;
    font: inherit;
    font-size: .78rem;
    font-weight: 400;
    cursor: pointer;
}

.hero-db-suggest {
    position: absolute;
    z-index: 60;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    display: none;
    overflow: hidden;
    border: 1px solid #d7e1ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(9, 31, 57, .2);
    text-align: left;
}

.hero-db-suggest a {
    display: block;
    padding: 10px 14px;
    border-bottom: 1px solid #edf1f5;
    text-decoration: none;
}

.hero-db-suggest a:last-child { border-bottom: 0; }
.hero-db-suggest a:hover { background: #f3f7fb; }
.hero-db-suggest strong { display: block; color: #17263e; font-size: .84rem; }
.hero-db-suggest span { display: block; margin-top: 2px; color: #7a8798; font-size: .72rem; }

@media (max-width: 900px) {
    .pc-table-head { display: none; }
    .pc-table { border: 0; overflow: visible; }
    .pdb-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .pdb-row { display: flex; min-height: 0; flex-direction: column; align-items: flex-start; gap: 7px; border: 1px solid #dfe7f0; border-radius: 8px; }
    .pdb-row:first-child { border-top: 1px solid #dfe7f0; }
    .pdb-action { margin-top: 4px; }
    .pc-sourcing-band { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 640px) {
    #products-p .hero-content {
        display: block;
        width: calc(100vw - 32px);
        max-width: 100%;
        margin: 0 auto;
    }
    #products-p .hero-title {
        max-width: 100%;
        font-size: 30px !important;
        line-height: 1.12 !important;
        letter-spacing: 1px !important;
        white-space: normal;
    }
    #products-p .hero-subtitle {
        max-width: 340px;
        margin-right: auto !important;
        margin-left: auto !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    .hero-db-search { width: 100%; }
    .hero-db-search > button { flex: 0 0 auto; }
    .product-center-section { padding: 66px 0 72px; }
    .pc-panel { padding: 20px 16px; }
    .pc-filter-head, .pc-results-head { align-items: flex-start; }
    .pc-results-head { flex-direction: column; }
    .pdb-grid { grid-template-columns: 1fr; }
    .pc-stock-note { text-align: left; }
    .hero-db-search > button { padding: 0 16px; }
    .pc-sourcing-band { padding: 24px 22px; }
}
