.mp-market-page {
    position: relative;
    padding: 10px 0 72px;
}

.mp-market-page::before {
    position: absolute;
    top: 320px;
    right: -180px;
    z-index: -1;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(22, 119, 255, 0.08);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(22, 119, 255, 0.025), 0 0 0 84px rgba(22, 119, 255, 0.018);
    content: "";
}

.mp-breadcrumbs {
    padding: 18px 0 14px;
    color: var(--mp-muted);
    font-size: 12px;
}

.mp-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-breadcrumbs li {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.mp-breadcrumbs li:not(:last-child)::after {
    color: #9db0c5;
    content: "/";
}

.mp-breadcrumbs a:hover {
    color: var(--mp-blue);
}

.mp-page-hero,
.mp-rfq-detail-head,
.mp-shop-identity,
.mp-form-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: var(--mp-radius-xl);
    background:
        linear-gradient(112deg, rgba(3, 66, 150, 0.97), rgba(22, 119, 255, 0.93) 58%, rgba(53, 184, 255, 0.88)),
        url("/home_new_images/topBG.webp") center / cover;
    box-shadow: 0 18px 45px rgba(9, 78, 165, 0.18);
}

.mp-page-hero::before,
.mp-rfq-detail-head::before,
.mp-shop-identity::before,
.mp-form-hero::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 32px 32px;
    content: "";
    mask-image: linear-gradient(90deg, #000, transparent 86%);
}

.mp-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 48px;
    align-items: center;
    min-height: 320px;
    padding: 52px 58px;
}

.mp-page-hero--suppliers {
    background:
        linear-gradient(112deg, rgba(5, 70, 154, 0.98), rgba(22, 119, 255, 0.93) 55%, rgba(43, 166, 241, 0.88)),
        url("/home_new_images/topBG.webp") center / cover;
}

.mp-page-hero--rfq {
    background:
        linear-gradient(112deg, rgba(4, 62, 139, 0.98), rgba(9, 102, 214, 0.94) 55%, rgba(53, 184, 255, 0.9)),
        url("/home_new_images/topBG.webp") center / cover;
}

.mp-page-hero__copy,
.mp-stat-cluster,
.mp-page-hero__signal {
    position: relative;
    z-index: 1;
}

.mp-page-hero .mp-kicker,
.mp-rfq-detail-head .mp-kicker,
.mp-form-hero .mp-kicker {
    color: #9bd6ff;
}

.mp-page-hero h1,
.mp-form-hero h1 {
    max-width: 680px;
    margin: 0;
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: clamp(34px, 4.2vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.mp-page-hero__copy > p,
.mp-form-hero > div > p {
    max-width: 660px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.83);
    font-size: 15px;
    line-height: 1.75;
}

.mp-page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.mp-button {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.mp-button:hover {
    transform: translateY(-1px);
}

.mp-button--primary {
    color: #fff;
    background: var(--mp-gradient);
    box-shadow: 0 7px 18px rgba(22, 119, 255, 0.2);
}

.mp-button--primary:hover {
    box-shadow: 0 10px 24px rgba(22, 119, 255, 0.28);
}

.mp-button--secondary {
    color: var(--mp-blue-deep);
    border-color: #b7dcff;
    background: #fff;
}

.mp-button--secondary:hover {
    border-color: var(--mp-blue);
    background: #f4faff;
}

.mp-button--small {
    min-height: 36px;
    padding: 0 15px;
    font-size: 12px;
}

.mp-button--block {
    width: 100%;
}

.mp-page-hero__signal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: end;
    min-height: 190px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background: rgba(3, 42, 99, 0.2);
    backdrop-filter: blur(8px);
}

.mp-page-hero__signal span {
    padding: 13px 0;
    color: rgba(255, 255, 255, 0.68);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.mp-page-hero__signal span:first-child {
    grid-column: 1 / -1;
    color: #fff;
    border-top: 0;
    font-size: 74px;
    line-height: 1;
    letter-spacing: -0.08em;
}

.mp-stat-cluster {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mp-stat-cluster div {
    display: flex;
    min-height: 130px;
    padding: 18px 14px;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: rgba(4, 54, 122, 0.22);
    backdrop-filter: blur(8px);
}

.mp-stat-cluster strong {
    color: #fff;
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 29px;
    line-height: 1;
}

.mp-stat-cluster span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mp-market-section {
    margin-top: 42px;
}

.mp-market-section--inside {
    margin-top: 0;
    padding: 26px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-market-heading {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 16px;
}

.mp-market-heading > div {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mp-market-heading > div > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    border-radius: 10px;
    background: var(--mp-gradient);
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 6px 14px rgba(22, 119, 255, 0.18);
}

.mp-market-heading p,
.mp-market-heading h2 {
    margin: 0;
}

.mp-market-heading p {
    color: var(--mp-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mp-market-heading h2 {
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 23px;
    letter-spacing: -0.025em;
}

.mp-market-heading > a,
.mp-inline-link {
    color: var(--mp-blue-deep);
    font-size: 12px;
    font-weight: 800;
}

.mp-market-heading > a:hover,
.mp-inline-link:hover {
    color: var(--mp-accent);
}

.mp-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.mp-directory-card {
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-lg);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--mp-card-shadow);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.mp-directory-card:hover {
    border-color: #9bcfff;
    transform: translateY(-2px);
}

.mp-directory-card__main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    min-height: 78px;
    padding: 16px;
}

.mp-directory-card__index {
    color: var(--mp-blue);
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 900;
}

.mp-directory-card h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}

.mp-directory-card__main > span:last-child {
    color: var(--mp-blue);
    font-size: 18px;
}

.mp-directory-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    padding: 12px 16px 16px 42px;
    border-top: 1px solid #edf5fc;
}

.mp-directory-card__links a {
    color: var(--mp-muted);
    font-size: 11px;
}

.mp-directory-card__links a:hover {
    color: var(--mp-blue);
}

.mp-category-rail {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--mp-card-shadow);
}

.mp-category-rail a {
    display: flex;
    min-height: 118px;
    padding: 15px;
    flex-direction: column;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #f7fbff;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.mp-category-rail a:hover {
    border-color: #b8ddff;
    background: #fff;
    transform: translateY(-2px);
}

.mp-category-rail span {
    color: var(--mp-blue);
    font-size: 10px;
    font-weight: 900;
}

.mp-category-rail strong {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.4;
}

.mp-category-rail small {
    margin-top: auto;
    color: var(--mp-muted);
    font-size: 10px;
}

.mp-market-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.mp-market-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-lg);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-market-product-card:hover {
    border-color: #8fc8ff;
    box-shadow: 0 13px 30px rgba(22, 119, 255, 0.12);
    transform: translateY(-3px);
}

.mp-market-product-card__media {
    position: relative;
}

.mp-market-product-card__image {
    position: relative;
    display: grid;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    place-items: center;
    background: linear-gradient(145deg, #f7fbff, #e8f4ff);
}

.mp-market-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.mp-market-product-card:hover .mp-market-product-card__image img {
    transform: scale(1.035);
}

.mp-status-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    color: #fff;
    border-radius: 999px;
    background: rgba(7, 95, 216, 0.88);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
}

.mp-xr-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    display: inline-flex;
    min-width: 44px;
    height: 30px;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    background: linear-gradient(135deg, #32a9ff, #1268ee);
    box-shadow: 0 7px 18px rgba(18, 104, 238, 0.3);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mp-xr-badge:hover,
.mp-xr-badge:focus-visible {
    color: #fff;
    box-shadow: 0 9px 22px rgba(18, 104, 238, 0.4);
    transform: translateY(-2px);
}

.mp-xr-badge svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.mp-market-product-card__body {
    display: flex;
    min-height: 180px;
    padding: 15px;
    flex-direction: column;
}

.mp-market-product-card__eyebrow {
    margin: 0 0 6px;
    overflow: hidden;
    color: var(--mp-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.mp-market-product-card h2 {
    display: -webkit-box;
    min-height: 42px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mp-market-product-card h2 a:hover {
    color: var(--mp-blue);
}

.mp-market-product-card__supplier {
    margin: 7px 0 0;
    overflow: hidden;
    color: var(--mp-muted);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-market-product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 11px 0;
}

.mp-market-product-card__meta span,
.mp-tag-row span {
    padding: 4px 8px;
    color: #45617e;
    border: 1px solid #dcebfa;
    border-radius: 999px;
    background: #f7fbff;
    font-size: 9px;
}

.mp-market-product-card .mp-inline-link {
    margin-top: auto;
}

.mp-market-supplier-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.mp-market-supplier-card {
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr);
    gap: 18px;
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-lg);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.mp-market-supplier-card:hover {
    border-color: #97ccff;
    transform: translateY(-2px);
}

.mp-market-supplier-card__logo {
    display: grid;
    min-height: 150px;
    overflow: hidden;
    place-items: center;
    border: 1px solid #e5f0fb;
    border-radius: 12px;
    background: #f8fbff;
}

.mp-market-supplier-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mp-market-supplier-card__body {
    min-width: 0;
}

.mp-market-supplier-card__heading {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
}

.mp-verified-chip {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 4px 8px;
    color: var(--mp-blue-deep);
    border: 1px solid #cce7ff;
    border-radius: 999px;
    background: #eef8ff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mp-market-supplier-card h2 {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mp-market-supplier-card h2 a:hover {
    color: var(--mp-blue);
}

.mp-supplier-location {
    flex: 0 0 auto;
    max-width: 120px;
    color: var(--mp-muted);
    font-size: 10px;
    text-align: right;
}

.mp-market-supplier-card__details {
    display: grid;
    gap: 8px;
    margin: 14px 0;
}

.mp-market-supplier-card__details div {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 8px;
    min-width: 0;
}

.mp-market-supplier-card dt,
.mp-market-supplier-card dd {
    margin: 0;
    font-size: 10px;
}

.mp-market-supplier-card dt {
    color: var(--mp-muted);
}

.mp-market-supplier-card dd {
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-market-supplier-card__actions {
    display: flex;
    gap: 8px;
}

.mp-rfq-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mp-rfq-card {
    display: flex;
    min-height: 250px;
    padding: 18px;
    flex-direction: column;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-lg);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.mp-rfq-card:hover {
    border-color: #92caff;
    transform: translateY(-2px);
}

.mp-rfq-card__topline {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.mp-rfq-type,
.mp-rfq-status {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mp-rfq-type {
    color: var(--mp-blue-deep);
}

.mp-rfq-status {
    padding: 4px 7px;
    border-radius: 999px;
}

.mp-rfq-status.is-active {
    color: #087944;
    background: #e8f8ef;
}

.mp-rfq-status.is-closed {
    color: #7a6670;
    background: #f3eef0;
}

.mp-rfq-card h2 {
    display: -webkit-box;
    margin: 18px 0;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mp-rfq-card h2 a:hover {
    color: var(--mp-blue);
}

.mp-rfq-card dl {
    display: grid;
    gap: 7px;
    margin: 0 0 16px;
}

.mp-rfq-card dl div {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding-bottom: 7px;
    border-bottom: 1px solid #edf4fb;
}

.mp-rfq-card dt,
.mp-rfq-card dd {
    margin: 0;
    font-size: 10px;
}

.mp-rfq-card dt {
    color: var(--mp-muted);
}

.mp-rfq-card dd {
    max-width: 58%;
    font-weight: 700;
    text-align: right;
}

.mp-rfq-card .mp-inline-link {
    margin-top: auto;
}

.mp-process-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 42px;
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-process-strip > div {
    position: relative;
    min-height: 150px;
    padding: 24px 28px 24px 70px;
}

.mp-process-strip > div:not(:last-child) {
    border-right: 1px solid var(--mp-line);
}

.mp-process-strip > div > span {
    position: absolute;
    top: 24px;
    left: 24px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: #fff;
    border-radius: 9px;
    background: var(--mp-gradient);
    font-size: 11px;
    font-weight: 900;
}

.mp-process-strip strong {
    display: block;
    font-size: 14px;
}

.mp-process-strip p {
    margin: 8px 0 0;
    color: var(--mp-muted);
    font-size: 11px;
    line-height: 1.65;
}

.mp-dual-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 42px;
    overflow: hidden;
    border-radius: var(--mp-radius-xl);
    box-shadow: 0 18px 45px rgba(9, 78, 165, 0.14);
}

.mp-dual-cta > div {
    padding: 36px;
}

.mp-dual-cta > div:first-child {
    color: #fff;
    background: linear-gradient(135deg, #075fd8, #35b8ff);
}

.mp-dual-cta > div:last-child {
    background: #fff;
}

.mp-dual-cta span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.mp-dual-cta h2 {
    margin: 8px 0;
    font-size: 22px;
}

.mp-dual-cta p {
    max-width: 470px;
    margin: 0 0 20px;
    opacity: 0.78;
    font-size: 12px;
}

.mp-list-intro {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 34px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--mp-card-shadow);
}

.mp-list-intro h1 {
    margin: 4px 0 7px;
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 30px;
    letter-spacing: -0.035em;
}

.mp-list-intro p {
    margin: 0;
    color: var(--mp-muted);
}

.mp-filter-bar {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(145px, 0.8fr)) auto auto;
    gap: 10px;
    align-items: end;
    margin: 14px 0;
    padding: 16px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-lg);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-filter-field {
    min-width: 0;
}

.mp-filter-field label,
.mp-compact-search > label {
    display: block;
    margin-bottom: 5px;
    color: #51647a;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mp-filter-field input,
.mp-filter-field select,
.mp-compact-search input {
    width: 100%;
    height: 42px;
    min-width: 0;
    padding: 0 12px;
    border: 1px solid #d6e7f7;
    border-radius: 10px;
    outline: 0;
    background: #fbfdff;
    font-size: 12px;
}

.mp-filter-field input:focus,
.mp-filter-field select:focus,
.mp-compact-search input:focus {
    border-color: var(--mp-blue);
    box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.1);
}

.mp-filter-clear {
    align-self: center;
    color: var(--mp-blue-deep);
    font-size: 11px;
    font-weight: 800;
}

.mp-results-layout,
.mp-detail-layout,
.mp-shop-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 16px;
    align-items: start;
}

.mp-results-main,
.mp-detail-main,
.mp-shop-main {
    min-width: 0;
}

.mp-results-main {
    padding: 20px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--mp-card-shadow);
}

.mp-results-layout .mp-market-product-grid--list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mp-results-toolbar {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--mp-line);
}

.mp-results-toolbar h2,
.mp-results-toolbar p {
    margin: 0;
}

.mp-results-toolbar h2 {
    font-size: 17px;
}

.mp-results-toolbar p,
.mp-results-toolbar > span {
    color: var(--mp-muted);
    font-size: 10px;
}

.mp-results-aside,
.mp-detail-aside {
    display: grid;
    gap: 14px;
}

.mp-aside-card,
.mp-contact-card,
.mp-contact-action-card {
    padding: 22px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-lg);
    background: linear-gradient(145deg, #f8fcff, #eaf5ff);
    box-shadow: var(--mp-card-shadow);
}

.mp-aside-card--plain,
.mp-contact-card {
    background: #fff;
}

.mp-aside-card h2,
.mp-contact-card h2,
.mp-contact-action-card h2 {
    margin: 7px 0 9px;
    font-size: 18px;
    line-height: 1.35;
}

.mp-aside-card > p,
.mp-contact-card > p,
.mp-contact-action-card > p {
    margin: 0 0 18px;
    color: var(--mp-muted);
    font-size: 11px;
    line-height: 1.65;
}

.mp-aside-card .mp-button + .mp-button,
.mp-contact-action-card .mp-button + .mp-button {
    margin-top: 8px;
}

.mp-aside-card__heading {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.mp-aside-card__heading h2 {
    margin: 0;
    font-size: 15px;
}

.mp-aside-card__heading a {
    color: var(--mp-blue);
    font-size: 10px;
    font-weight: 800;
}

.mp-aside-suppliers {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.mp-aside-suppliers a {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 9px;
    align-items: center;
}

.mp-aside-suppliers span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: var(--mp-blue);
    border-radius: 9px;
    background: #eaf5ff;
    font-size: 11px;
    font-weight: 900;
}

.mp-aside-suppliers strong {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-empty-state {
    grid-column: 1 / -1;
    padding: 54px 24px;
    text-align: center;
    border: 1px dashed #b9daf8;
    border-radius: var(--mp-radius-lg);
    background: rgba(255, 255, 255, 0.72);
}

.mp-empty-state__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    place-items: center;
    color: var(--mp-blue);
    border-radius: 14px;
    background: #eaf5ff;
}

.mp-empty-state__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.mp-empty-state h2 {
    margin: 0;
    font-size: 18px;
}

.mp-empty-state p {
    margin: 7px 0 18px;
    color: var(--mp-muted);
}

.mp-pagination {
    margin-top: 22px;
}

.mp-pagination nav,
.mp-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-pagination a,
.mp-pagination span {
    display: grid;
    min-width: 34px;
    height: 34px;
    padding: 0 9px;
    place-items: center;
    border: 1px solid #d6e7f7;
    border-radius: 9px;
    background: #fff;
    font-size: 11px;
}

.mp-pagination a:hover,
.mp-pagination .is-current {
    color: #fff;
    border-color: var(--mp-blue);
    background: var(--mp-blue);
}

.mp-pagination .is-disabled {
    color: #9aaabd;
    background: #f5f8fb;
}

.mp-product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 30px;
    padding: 24px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-product-gallery {
    min-width: 0;
}

.mp-product-gallery__main {
    display: grid;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    place-items: center;
    border: 1px solid #e1eef9;
    border-radius: 14px;
    background: #f6fbff;
}

.mp-product-gallery__main img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.mp-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 7px;
    margin-top: 9px;
}

.mp-product-gallery__thumbs button {
    aspect-ratio: 1;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 9px;
    background: #f5f9fd;
}

.mp-product-gallery__thumbs button.is-active {
    border-color: var(--mp-blue);
}

.mp-product-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-product-summary {
    padding: 12px 8px;
}

.mp-product-summary h1 {
    margin: 5px 0 10px;
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.mp-product-summary__supplier {
    margin: 0;
    color: var(--mp-muted);
}

.mp-product-summary__supplier a {
    color: var(--mp-blue-deep);
    font-weight: 800;
}

.mp-spec-grid,
.mp-company-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 22px 0;
    overflow: hidden;
    border: 1px solid #dfecf8;
    border-radius: 12px;
    background: #dfecf8;
}

.mp-spec-grid div,
.mp-company-facts div {
    min-width: 0;
    padding: 13px 15px;
    background: #f9fcff;
}

.mp-spec-grid dt,
.mp-spec-grid dd,
.mp-company-facts dt,
.mp-company-facts dd {
    margin: 0;
}

.mp-spec-grid dt,
.mp-company-facts dt {
    color: var(--mp-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mp-spec-grid dd,
.mp-company-facts dd {
    margin-top: 5px;
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 700;
}

.mp-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mp-product-summary__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.mp-favorite-button {
    width: 52px;
    min-width: 52px;
    padding: 0;
}

.mp-favorite-button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linejoin: round;
}

.mp-favorite-button.is-active svg {
    fill: currentColor;
}

.mp-assurance-note {
    display: flex;
    gap: 7px;
    align-items: center;
    margin: 14px 0 0;
    color: var(--mp-muted);
    font-size: 10px;
}

.mp-assurance-note span {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    color: #087944;
    border-radius: 50%;
    background: #e8f8ef;
    font-weight: 900;
}

.mp-detail-layout,
.mp-shop-layout {
    margin-top: 16px;
}

.mp-detail-main,
.mp-shop-main {
    display: grid;
    gap: 16px;
}

.mp-product-xr__frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: 14px;
    background: #f5f9fd;
}

.mp-product-xr__frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.mp-product-xr__link {
    margin-top: 14px;
}

.mp-content-card {
    min-width: 0;
    padding: 28px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-company-vr {
    overflow: hidden;
}

.mp-company-vr__heading {
    margin-bottom: 18px;
}

.mp-company-vr__frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--mp-line);
    border-radius: var(--mp-radius-lg);
    background: linear-gradient(145deg, #eef7ff, #dcecff);
}

.mp-company-vr__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mp-content-card__heading {
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--mp-line);
}

.mp-content-card__heading span {
    color: var(--mp-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mp-content-card__heading h2 {
    margin: 3px 0 0;
    font-size: 20px;
}

.mp-rich-content {
    color: #33445a;
    font-size: 13px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.mp-rich-content img,
.mp-rich-content table,
.mp-rich-content iframe {
    max-width: 100% !important;
}

.mp-rich-content img {
    height: auto !important;
    margin: 14px auto;
    border-radius: 10px;
}

.mp-rich-content table {
    width: 100% !important;
    border-collapse: collapse;
}

.mp-rich-content td,
.mp-rich-content th {
    padding: 8px;
    border: 1px solid #dbe8f5;
}

.mp-rich-content hr {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid var(--mp-line);
}

.mp-rich-content h3 {
    color: var(--mp-ink);
}

.mp-lead-copy {
    margin: 0;
    color: #3f5268;
    font-size: 13px;
    line-height: 1.8;
}

.mp-contact-card {
    display: grid;
    gap: 10px;
}

.mp-contact-card > a,
.mp-contact-card > div {
    display: grid;
    gap: 3px;
    padding: 10px 0;
    border-bottom: 1px solid #edf4fb;
}

.mp-contact-card small {
    color: var(--mp-muted);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.mp-contact-card strong {
    overflow-wrap: anywhere;
    font-size: 12px;
}

.mp-contact-card__qr {
    width: 120px;
    height: 120px;
    margin: 4px auto;
    object-fit: contain;
    border: 1px solid var(--mp-line);
    border-radius: 8px;
}

.mp-form {
    display: grid;
    gap: 15px;
}

.mp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.mp-form label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.mp-form label > span {
    color: #34485f;
    font-size: 11px;
    font-weight: 800;
}

.mp-form label b {
    color: var(--mp-blue);
}

.mp-form input,
.mp-form select,
.mp-form textarea {
    width: 100%;
    min-width: 0;
    padding: 11px 13px;
    border: 1px solid #d6e7f7;
    border-radius: 10px;
    outline: 0;
    background: #fbfdff;
    font-size: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mp-form input,
.mp-form select {
    height: 44px;
}

.mp-form textarea {
    resize: vertical;
}

.mp-form input:focus,
.mp-form select:focus,
.mp-form textarea:focus {
    border-color: var(--mp-blue);
    box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.1);
}

.mp-form label small {
    color: var(--mp-muted);
    font-size: 9px;
    line-height: 1.5;
}

.mp-form-span {
    grid-column: 1 / -1;
}

.mp-form-status {
    display: none;
    padding: 10px 12px;
    border-radius: 9px;
    font-size: 11px;
}

.mp-form-status.is-visible {
    display: block;
}

.mp-form-status.is-loading {
    color: #0759bd;
    background: #eaf5ff;
}

.mp-form-status.is-success {
    color: #087944;
    background: #e8f8ef;
}

.mp-form-status.is-error {
    color: #a22c36;
    background: #fff0f1;
}

.mp-form button[disabled] {
    cursor: wait;
    opacity: 0.65;
}

.mp-access-message {
    padding: 24px;
    border: 1px solid #d6e8f8;
    border-radius: 12px;
    background: #f7fbff;
}

.mp-access-message h3 {
    margin: 0;
    font-size: 16px;
}

.mp-access-message p {
    margin: 7px 0 16px;
    color: var(--mp-muted);
    font-size: 12px;
}

.mp-access-message .mp-button + .mp-button {
    margin-left: 7px;
}

.mp-shop-identity {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 28px 32px;
}

.mp-shop-identity__logo,
.mp-shop-identity__copy,
.mp-shop-identity > .mp-button {
    position: relative;
    z-index: 1;
}

.mp-shop-identity__logo {
    display: grid;
    width: 92px;
    height: 92px;
    overflow: hidden;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 14px;
    background: #fff;
}

.mp-shop-identity__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mp-shop-identity .mp-verified-chip {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.12);
}

.mp-shop-identity h1 {
    margin: 7px 0 3px;
    font-size: 28px;
    line-height: 1.2;
}

.mp-shop-identity p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
}

.mp-shop-tabs {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    padding: 7px;
    overflow-x: auto;
    border: 1px solid var(--mp-card-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-shop-tabs a {
    flex: 0 0 auto;
    padding: 9px 15px;
    color: var(--mp-muted);
    border-radius: 9px;
    font-size: 11px;
    font-weight: 800;
}

.mp-shop-tabs a:hover,
.mp-shop-tabs a.is-active {
    color: #fff;
    background: var(--mp-gradient);
}

.mp-shop-tabs__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.mp-shop-tabs .mp-shop-tabs__catalog {
    color: var(--mp-blue-deep);
    font-size: 13px;
}

.mp-shop-tabs__favorite {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    color: var(--mp-blue-deep);
    border: 1px solid #b7dcff;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.mp-shop-tabs__favorite:hover {
    border-color: var(--mp-blue);
    background: #f4faff;
}

.mp-shop-tabs__favorite svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linejoin: round;
}

.mp-shop-tabs__favorite.is-active svg {
    fill: currentColor;
}

.mp-company-gallery {
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--mp-card-shadow);
}

.mp-company-gallery__images {
    display: grid;
    width: 100%;
}

.mp-company-gallery__images a {
    display: block;
    width: 100%;
}

.mp-company-gallery__images a + a {
    border-top: 1px solid var(--mp-line);
}

.mp-company-gallery__images img {
    display: block;
    width: 100%;
    height: auto;
}

.mp-company-facts {
    margin: 20px 0;
}

.mp-company-facts__main-products dd {
    display: block;
    max-height: none;
    overflow: visible;
    text-overflow: clip;
    white-space: pre-wrap;
    -webkit-line-clamp: unset;
}

.mp-evidence-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
}

.mp-evidence-grid a {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid var(--mp-line);
    border-radius: 10px;
    background: #f7fbff;
}

.mp-evidence-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-stacked-facts {
    display: grid;
    gap: 10px;
    margin: 15px 0 20px;
}

.mp-stacked-facts div {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--mp-line);
}

.mp-stacked-facts dt,
.mp-stacked-facts dd {
    margin: 0;
}

.mp-stacked-facts dt {
    color: var(--mp-muted);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.mp-stacked-facts dd {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.55;
}

.mp-compact-search {
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 12px;
    background: #f5faff;
}

.mp-compact-search > div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.mp-compact-search input {
    flex: 1;
}

.mp-compact-search a {
    color: var(--mp-blue);
    font-size: 11px;
    font-weight: 800;
}

.mp-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    gap: 16px;
    margin-top: 16px;
}

.mp-contact-panel {
    padding: 34px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-contact-panel h2 {
    margin: 5px 0 10px;
    font-size: 25px;
}

.mp-contact-panel > p {
    max-width: 680px;
    margin: 0;
    color: var(--mp-muted);
    line-height: 1.7;
}

.mp-contact-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 0;
}

.mp-contact-list div {
    padding: 16px;
    border: 1px solid var(--mp-line);
    border-radius: 11px;
    background: #f8fcff;
}

.mp-contact-list dt,
.mp-contact-list dd {
    margin: 0;
}

.mp-contact-list dt {
    color: var(--mp-muted);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.mp-contact-list dd {
    margin-top: 5px;
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 700;
}

.mp-contact-action-card__step {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    border-radius: 13px;
    background: var(--mp-gradient);
    font-size: 11px;
    font-weight: 900;
}

.mp-rfq-detail-head {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    padding: 34px 40px;
}

.mp-rfq-detail-head > div,
.mp-rfq-detail-head > a {
    position: relative;
    z-index: 1;
}

.mp-rfq-detail-head .mp-rfq-type {
    color: #9bd6ff;
}

.mp-rfq-detail-head h1 {
    max-width: 820px;
    margin: 12px 0 5px;
    font-size: 30px;
    line-height: 1.25;
}

.mp-rfq-detail-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

.mp-requirement-copy {
    padding: 18px;
    border-left: 3px solid var(--mp-blue);
    border-radius: 0 10px 10px 0;
    background: #f7fbff;
}

.mp-requirement-copy h3 {
    margin: 0 0 7px;
    font-size: 13px;
}

.mp-requirement-copy p {
    margin: 0;
    color: #3d5067;
    font-size: 12px;
    line-height: 1.75;
    white-space: pre-line;
}

.mp-form-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: center;
    padding: 38px 44px;
}

.mp-form-hero > div {
    position: relative;
    z-index: 1;
}

.mp-form-hero__note {
    display: grid;
    gap: 9px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    background: rgba(3, 50, 111, 0.2);
}

.mp-form-hero__note strong {
    margin-bottom: 3px;
    font-size: 11px;
}

.mp-form-hero__note span {
    padding: 7px 9px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.09);
    font-size: 10px;
}

.mp-form--standalone {
    gap: 14px;
    margin-top: 14px;
}

.mp-form-section {
    padding: 28px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-form-section__heading {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--mp-line);
}

.mp-form-section__heading > span {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    color: #fff;
    border-radius: 10px;
    background: var(--mp-gradient);
    font-size: 11px;
    font-weight: 900;
}

.mp-form-section__heading h2,
.mp-form-section__heading p {
    margin: 0;
}

.mp-form-section__heading h2 {
    font-size: 18px;
}

.mp-form-section__heading p {
    margin-top: 2px;
    color: var(--mp-muted);
    font-size: 10px;
}

.mp-form-submit {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    padding: 22px 28px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-lg);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-form-submit .mp-form-status {
    flex: 1 1 100%;
}

.mp-form-submit p {
    margin: 0;
    color: var(--mp-muted);
    font-size: 10px;
}

.mp-auth-page {
    padding-top: 26px;
}

.mp-auth-shell,
.mp-registration-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    min-height: 580px;
    overflow: hidden;
    border: 1px solid rgba(171, 210, 247, 0.62);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(23, 85, 155, 0.14);
}

.mp-auth-story,
.mp-registration-aside {
    position: relative;
    display: flex;
    padding: 52px;
    overflow: hidden;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(145deg, rgba(4, 65, 148, 0.98), rgba(22, 119, 255, 0.93) 62%, rgba(53, 184, 255, 0.9)),
        url("/home_new_images/topBG.webp") center / cover;
}

.mp-auth-story::after,
.mp-registration-aside::after {
    position: absolute;
    right: -95px;
    bottom: -105px;
    width: 300px;
    height: 300px;
    border: 34px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    content: "";
}

.mp-auth-story > *,
.mp-registration-aside > * {
    position: relative;
    z-index: 1;
}

.mp-auth-story .mp-kicker,
.mp-registration-aside .mp-kicker {
    color: #9bd6ff;
}

.mp-auth-story h1,
.mp-registration-aside h1 {
    max-width: 460px;
    margin: 6px 0 15px;
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.mp-auth-story > p,
.mp-registration-aside > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    line-height: 1.75;
}

.mp-auth-story > a {
    width: max-content;
    margin-top: 34px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.mp-auth-story__roles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 28px;
}

.mp-auth-story__roles div {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.07);
}

.mp-auth-story__roles strong,
.mp-auth-story__roles span {
    display: block;
}

.mp-auth-story__roles span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    line-height: 1.5;
}

.mp-auth-card {
    align-self: center;
    width: min(100%, 520px);
    padding: 48px;
    justify-self: center;
}

.mp-auth-card--wide {
    width: min(100%, 650px);
    padding-top: 34px;
    padding-bottom: 34px;
}

.mp-auth-card__heading {
    margin-bottom: 25px;
}

.mp-auth-card__heading > span {
    color: var(--mp-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mp-auth-card__heading h2 {
    margin: 4px 0;
    font-size: 28px;
}

.mp-auth-card__heading p,
.mp-auth-footnote {
    margin: 0;
    color: var(--mp-muted);
    font-size: 11px;
}

.mp-login-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin: -6px 0 20px;
    padding: 4px;
    border-radius: 11px;
    background: #edf6ff;
}

.mp-login-methods button {
    min-height: 38px;
    padding: 8px 12px;
    color: #5d7188;
    border: 0;
    border-radius: 8px;
    background: transparent;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mp-login-methods button:hover {
    color: var(--mp-blue-deep);
}

.mp-login-methods button.is-active {
    color: #fff;
    background: var(--mp-gradient);
    box-shadow: 0 7px 18px rgba(22, 119, 255, 0.2);
}

.mp-login-methods button:focus-visible {
    outline: 3px solid rgba(22, 119, 255, 0.2);
    outline-offset: 2px;
}

.mp-login-panel[hidden] {
    display: none;
}

.mp-login-code-note {
    color: var(--mp-muted);
    font-size: 10px;
}

.mp-auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mp-auth-options a,
.mp-auth-footnote a {
    color: var(--mp-blue-deep);
    font-size: 10px;
    font-weight: 800;
}

.mp-form .mp-check {
    display: flex;
    gap: 7px;
    align-items: center;
}

.mp-form .mp-check input {
    width: 15px;
    height: 15px;
    padding: 0;
}

.mp-form .mp-check span {
    color: var(--mp-muted);
    font-size: 10px;
    font-weight: 400;
}

.mp-auth-divider {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 24px 0 16px;
    color: var(--mp-muted);
    font-size: 9px;
    text-transform: uppercase;
}

.mp-auth-divider::before,
.mp-auth-divider::after {
    height: 1px;
    flex: 1;
    background: var(--mp-line);
    content: "";
}

.mp-auth-register-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.mp-auth-register-links a {
    padding: 10px;
    color: var(--mp-blue-deep);
    border: 1px solid #cfe6fa;
    border-radius: 9px;
    background: #f7fbff;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
}

.mp-registration-shell {
    grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
}

.mp-registration-aside {
    justify-content: flex-start;
}

.mp-registration-aside ol {
    display: grid;
    gap: 12px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.mp-registration-aside li {
    display: flex;
    gap: 11px;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
}

.mp-registration-aside li span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 9px;
}

.mp-registration-aside .mp-registration-aside__note {
    margin-top: auto;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.07);
    font-size: 10px;
}

.mp-role-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-bottom: 22px;
    padding: 5px;
    border-radius: 11px;
    background: #edf6ff;
}

.mp-role-switch a {
    padding: 9px;
    color: var(--mp-muted);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.mp-role-switch a.is-active {
    color: #fff;
    background: var(--mp-gradient);
    box-shadow: 0 5px 12px rgba(22, 119, 255, 0.18);
}

.mp-auth-footnote {
    margin-top: 18px;
    text-align: center;
}

.mp-code-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid #d6e7f7;
    border-radius: 10px;
    background: #fbfdff;
}

.mp-code-field:focus-within {
    border-color: var(--mp-blue);
    box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.1);
}

.mp-code-field input {
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
}

.mp-code-field button {
    min-width: 100px;
    padding: 0 13px;
    color: var(--mp-blue-deep);
    border: 0;
    border-left: 1px solid #d6e7f7;
    background: #edf7ff;
    font-size: 10px;
    font-weight: 800;
}

.mp-page-hero--events {
    background:
        linear-gradient(112deg, rgba(3, 55, 128, 0.98), rgba(9, 102, 214, 0.94) 56%, rgba(53, 184, 255, 0.88)),
        url("/home_new_images/topBG.webp") center / cover;
}

.mp-event-hero__visual {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: 210px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: rgba(3, 42, 99, 0.28);
    box-shadow: 0 16px 34px rgba(0, 33, 84, 0.22);
}

.mp-event-hero__visual img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
}

.mp-event-hero__visual div {
    display: flex;
    padding: 24px;
    flex-direction: column;
    color: #fff;
}

.mp-event-hero__visual strong {
    font-size: 58px;
    line-height: 0.9;
    letter-spacing: -0.07em;
}

.mp-event-hero__visual span {
    margin-top: 16px;
    color: #9bd6ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.mp-event-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.mp-event-category-grid a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 78px;
    padding: 17px 18px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-md);
    background: #fff;
    box-shadow: 0 8px 24px rgba(21, 86, 151, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-event-category-grid a:hover,
.mp-event-category-grid a:focus-visible {
    border-color: #8bc8ff;
    box-shadow: 0 13px 28px rgba(22, 119, 255, 0.13);
    transform: translateY(-2px);
}

.mp-event-category-grid span {
    color: #8bb4da;
    font-size: 10px;
    font-weight: 900;
}

.mp-event-category-grid strong {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-event-category-grid i {
    color: var(--mp-blue);
    font-style: normal;
}

.mp-event-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mp-event-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-md);
    background: #fff;
    box-shadow: 0 10px 28px rgba(21, 86, 151, 0.07);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-event-card:hover {
    border-color: #9fd2ff;
    box-shadow: 0 16px 34px rgba(22, 119, 255, 0.14);
    transform: translateY(-3px);
}

.mp-event-card__image {
    position: relative;
    display: block;
    height: 168px;
    overflow: hidden;
    background: linear-gradient(145deg, #eaf5ff, #d7eaff);
}

.mp-event-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.mp-event-card:hover .mp-event-card__image img {
    transform: scale(1.035);
}

.mp-event-card__image > span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    padding: 6px 9px;
    color: #fff;
    border-radius: 999px;
    background: rgba(3, 66, 150, 0.84);
    backdrop-filter: blur(7px);
    font-size: 9px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-event-card__image > .mp-event-card__placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    max-width: none;
    padding: 0;
    color: rgba(8, 104, 216, 0.4);
    border-radius: 0;
    background:
        linear-gradient(rgba(22, 119, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22, 119, 255, 0.055) 1px, transparent 1px),
        linear-gradient(145deg, #eff8ff, #dceeff);
    background-size: 22px 22px, 22px 22px, auto;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.mp-event-card__body {
    padding: 17px;
}

.mp-event-card h3 {
    min-height: 42px;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.4;
}

.mp-event-card h3 a:hover {
    color: var(--mp-blue);
}

.mp-event-card__meta {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    margin: 6px 0;
    color: var(--mp-muted);
    font-size: 10px;
    line-height: 1.5;
}

.mp-event-card__meta span {
    color: var(--mp-blue);
    font-size: 13px;
}

.mp-event-card__summary {
    display: -webkit-box;
    min-height: 48px;
    margin: 12px 0 0;
    overflow: hidden;
    color: var(--mp-muted);
    font-size: 10px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mp-event-card__link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: 15px;
    color: var(--mp-blue-deep);
    font-size: 10px;
    font-weight: 900;
}

.mp-event-cta {
    margin-top: 34px;
}

.mp-event-filter {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.mp-event-category-tabs {
    display: flex;
    gap: 8px;
    margin: 18px 0;
    overflow-x: auto;
    padding: 3px 2px 7px;
    scrollbar-width: thin;
}

.mp-event-category-tabs a {
    flex: 0 0 auto;
    padding: 10px 16px;
    color: var(--mp-muted);
    border: 1px solid var(--mp-line);
    border-radius: 999px;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
}

.mp-event-category-tabs a:hover,
.mp-event-category-tabs a.is-active {
    color: #fff;
    border-color: transparent;
    background: var(--mp-gradient);
    box-shadow: 0 7px 18px rgba(22, 119, 255, 0.18);
}

.mp-event-detail-head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 42px;
    align-items: center;
    overflow: hidden;
    padding: 46px;
    color: #fff;
    border-radius: var(--mp-radius-xl);
    background: linear-gradient(120deg, #043f91, #0966d6 58%, #35b8ff);
    box-shadow: 0 18px 45px rgba(9, 78, 165, 0.18);
}

.mp-event-detail-head h1 {
    margin: 8px 0 22px;
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.mp-event-detail-head dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 24px;
    margin: 0 0 26px;
}

.mp-event-detail-head dl div {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mp-event-detail-head dt {
    color: #9bd6ff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mp-event-detail-head dd {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.5;
}

.mp-event-detail-head figure {
    height: 300px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: rgba(3, 42, 99, 0.25);
}

.mp-event-detail-head figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-event-detail-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.68);
    background:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        rgba(3, 42, 99, 0.28);
    background-size: 28px 28px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.mp-event-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 22px;
    align-items: start;
    margin-top: 24px;
}

.mp-market-heading--compact {
    margin-top: 0;
}

.mp-rich-text {
    color: #3e5872;
    font-size: 14px;
    line-height: 1.85;
}

.mp-rich-text img {
    max-width: 100%;
    height: auto;
}

.mp-rich-text h2,
.mp-rich-text h3,
.mp-rich-text h4 {
    color: var(--mp-ink);
}

.mp-event-prev-next {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--mp-line);
}

.mp-event-prev-next a {
    min-width: 0;
    padding: 13px;
    border: 1px solid var(--mp-line);
    border-radius: 12px;
    background: var(--mp-soft);
}

.mp-event-prev-next span,
.mp-event-prev-next strong {
    display: block;
}

.mp-event-prev-next span {
    color: var(--mp-muted);
    font-size: 9px;
}

.mp-event-prev-next strong {
    margin-top: 5px;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-event-related {
    padding: 20px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-lg);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 30px rgba(21, 86, 151, 0.07);
}

.mp-event-related > h2 {
    margin: 0 0 14px;
    font-size: 17px;
}

.mp-event-related .mp-event-card + .mp-event-card {
    margin-top: 12px;
}

.mp-event-related .mp-event-card__image {
    height: 120px;
}

.mp-event-related .mp-event-card__summary {
    display: none;
}

.mp-static-content {
    min-height: 360px;
    margin-top: 22px;
}

@media (max-width: 1080px) {
    .mp-page-hero {
        grid-template-columns: minmax(0, 1fr) 310px;
        padding: 42px;
    }

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

    .mp-event-detail-head {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 28px;
        padding: 36px;
    }

    .mp-category-rail {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mp-market-product-grid,
    .mp-rfq-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mp-results-layout .mp-market-product-grid--list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-filter-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mp-filter-field--wide {
        grid-column: span 2;
    }

    .mp-registration-shell {
        grid-template-columns: minmax(280px, 0.65fr) minmax(500px, 1.35fr);
    }

    .mp-auth-story,
    .mp-registration-aside {
        padding: 38px;
    }
}

@media (max-width: 860px) {
    .mp-market-page {
        padding-bottom: 54px;
    }

    .mp-page-hero,
    .mp-form-hero {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mp-event-hero__visual {
        min-height: 230px;
    }

    .mp-event-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-event-detail-head,
    .mp-event-detail-layout {
        grid-template-columns: 1fr;
    }

    .mp-event-detail-head figure {
        max-width: 640px;
    }

    .mp-event-related {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .mp-event-related > h2 {
        grid-column: 1 / -1;
    }

    .mp-event-related .mp-event-card + .mp-event-card {
        margin-top: 0;
    }

    .mp-page-hero__signal {
        display: none;
    }

    .mp-stat-cluster {
        max-width: 520px;
    }

    .mp-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-market-supplier-list {
        grid-template-columns: 1fr;
    }

    .mp-rfq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-results-layout,
    .mp-detail-layout,
    .mp-shop-layout,
    .mp-contact-layout {
        grid-template-columns: 1fr;
    }

    .mp-results-aside,
    .mp-detail-aside {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-product-detail {
        grid-template-columns: 1fr;
    }

    .mp-product-gallery {
        max-width: 640px;
        margin: 0 auto;
    }

    .mp-auth-shell,
    .mp-registration-shell {
        grid-template-columns: 1fr;
    }

    .mp-auth-story,
    .mp-registration-aside {
        min-height: 360px;
    }

    .mp-registration-aside .mp-registration-aside__note {
        margin-top: 26px;
    }
}

@media (max-width: 640px) {
    .mp-market-page {
        padding-top: 0;
    }

    .mp-breadcrumbs {
        padding-top: 12px;
    }

    .mp-page-hero,
    .mp-form-hero {
        min-height: 0;
        padding: 30px 24px;
    }

    .mp-event-category-grid,
    .mp-event-grid,
    .mp-event-related,
    .mp-event-prev-next {
        grid-template-columns: 1fr;
    }

    .mp-event-filter {
        grid-template-columns: 1fr;
    }

    .mp-event-detail-head {
        gap: 24px;
        padding: 28px 22px;
    }

    .mp-event-detail-head dl {
        grid-template-columns: 1fr;
    }

    .mp-event-detail-head figure {
        height: 220px;
    }

    .mp-event-related > h2 {
        grid-column: auto;
    }

    .mp-page-hero h1,
    .mp-form-hero h1 {
        font-size: 31px;
    }

    .mp-page-hero__copy > p,
    .mp-form-hero > div > p {
        font-size: 13px;
    }

    .mp-stat-cluster {
        grid-template-columns: 1fr;
    }

    .mp-stat-cluster div {
        min-height: 78px;
    }

    .mp-market-section {
        margin-top: 30px;
    }

    .mp-market-heading {
        align-items: center;
    }

    .mp-market-heading h2 {
        font-size: 18px;
    }

    .mp-market-heading > a {
        max-width: 90px;
        text-align: right;
    }

    .mp-directory-grid,
    .mp-category-rail,
    .mp-market-product-grid,
    .mp-results-layout .mp-market-product-grid--list,
    .mp-rfq-grid,
    .mp-dual-cta,
    .mp-process-strip,
    .mp-form-grid,
    .mp-contact-list,
    .mp-auth-story__roles,
    .mp-auth-register-links,
    .mp-results-aside,
    .mp-detail-aside {
        grid-template-columns: 1fr;
    }

    .mp-category-rail a {
        min-height: 92px;
    }

    .mp-market-product-card__body {
        min-height: 165px;
    }

    .mp-market-supplier-card {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
        padding: 13px;
    }

    .mp-market-supplier-card__logo {
        min-height: 92px;
    }

    .mp-market-supplier-card__heading {
        display: block;
    }

    .mp-supplier-location {
        display: block;
        max-width: none;
        margin-top: 5px;
        text-align: left;
    }

    .mp-market-supplier-card__details,
    .mp-market-supplier-card__actions {
        grid-column: 1 / -1;
    }

    .mp-process-strip > div:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid var(--mp-line);
    }

    .mp-dual-cta > div {
        padding: 28px 24px;
    }

    .mp-list-intro {
        display: grid;
        padding: 24px;
    }

    .mp-list-intro h1 {
        font-size: 25px;
    }

    .mp-list-intro .mp-button {
        width: 100%;
    }

    .mp-filter-bar {
        grid-template-columns: 1fr;
    }

    .mp-filter-field--wide {
        grid-column: auto;
    }

    .mp-results-main,
    .mp-content-card,
    .mp-form-section {
        padding: 18px;
    }

    .mp-product-detail {
        gap: 16px;
        padding: 14px;
    }

    .mp-product-summary h1 {
        font-size: 25px;
    }

    .mp-spec-grid,
    .mp-company-facts {
        grid-template-columns: 1fr;
    }

    .mp-access-message .mp-button + .mp-button {
        margin-top: 8px;
        margin-left: 0;
    }

    .mp-shop-identity {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 13px;
        padding: 24px 20px;
    }

    .mp-shop-identity__logo {
        width: 64px;
        height: 64px;
    }

    .mp-shop-identity h1 {
        font-size: 20px;
    }

    .mp-shop-identity > .mp-button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .mp-evidence-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mp-rfq-detail-head {
        display: grid;
        padding: 27px 22px;
    }

    .mp-rfq-detail-head h1 {
        font-size: 24px;
    }

    .mp-rfq-detail-head > .mp-button {
        width: 100%;
    }

    .mp-form-submit {
        padding: 18px;
    }

    .mp-form-submit .mp-button {
        width: 100%;
    }

    .mp-auth-page {
        padding-top: 10px;
    }

    .mp-auth-shell,
    .mp-registration-shell {
        border-radius: 17px;
    }

    .mp-auth-story,
    .mp-registration-aside {
        min-height: 0;
        padding: 34px 24px;
    }

    .mp-auth-story h1,
    .mp-registration-aside h1 {
        font-size: 31px;
    }

    .mp-auth-card,
    .mp-auth-card--wide {
        width: 100%;
        padding: 32px 20px;
    }

    .mp-code-field {
        grid-template-columns: minmax(0, 1fr) 92px;
    }

    .mp-code-field button {
        min-width: 0;
        padding: 0 8px;
    }

    .mp-compact-search > div {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mp-button,
    .mp-directory-card,
    .mp-category-rail a,
    .mp-market-product-card,
    .mp-market-supplier-card,
    .mp-rfq-card,
    .mp-market-product-card__image img {
        transition: none !important;
    }
}

/*
 * English channel/detail typography scale
 * Uses the homepage artwork scale inherited from english-home.css.
 * Typography only: deliberately excludes spacing and component geometry.
 */
.mp-breadcrumbs,
.mp-page-hero__signal span,
.mp-market-heading > div > span,
.mp-filter-field label,
.mp-compact-search > label,
.mp-status-badge,
.mp-verified-chip,
.mp-content-card__heading span,
.mp-contact-card small,
.mp-form label > span,
.mp-form label small,
.mp-form-hero__note span,
.mp-form-section__heading > span,
.mp-auth-card__heading > span,
.mp-auth-divider,
.mp-channel-eyebrow,
.mp-channel-stats dt,
.mp-channel-promo-card small,
.mp-channel-action-banner small,
.mp-supplier-showcase__head small,
.mp-featured-event-card__eyebrow,
.mp-trade-show-facts dt,
.mp-trade-program-grid small,
.mp-trade-registration__copy small {
    font-size: var(--mp-type-caption);
}

.mp-page-hero h1,
.mp-form-hero h1,
.mp-channel-hero h1,
.mp-channel-hero--trade-show h1,
.mp-auth-story h1,
.mp-registration-aside h1 {
    font-family: var(--mp-type-family);
    font-size: 46px;
}

.mp-page-hero__copy > p,
.mp-form-hero > div > p,
.mp-channel-hero__main > p,
.mp-rich-content,
.mp-rich-text,
.mp-lead-copy {
    font-size: var(--mp-type-body);
}

.mp-button--small,
.mp-market-heading > a,
.mp-inline-link,
.mp-directory-card__links a,
.mp-category-rail strong,
.mp-process-strip p,
.mp-dual-cta p,
.mp-filter-field input,
.mp-filter-field select,
.mp-compact-search input,
.mp-aside-card > p,
.mp-contact-card > p,
.mp-contact-action-card > p,
.mp-pagination a,
.mp-pagination span,
.mp-spec-grid dd,
.mp-company-facts dd,
.mp-contact-card strong,
.mp-form input,
.mp-form select,
.mp-form textarea,
.mp-access-message p,
.mp-shop-identity p,
.mp-shop-tabs a,
.mp-stacked-facts dd,
.mp-compact-search a,
.mp-contact-list dd,
.mp-rfq-detail-head p,
.mp-requirement-copy p,
.mp-form-hero__note strong,
.mp-form-section__heading p,
.mp-form-submit p,
.mp-auth-story > a,
.mp-registration-aside li,
.mp-role-switch a,
.mp-event-card__summary,
.mp-event-card__link,
.mp-event-category-tabs a,
.mp-event-detail-head dd,
.mp-event-prev-next strong,
.mp-channel-side-panel__heading > a,
.mp-channel-supplier-mini strong,
.mp-channel-side-panel__empty,
.mp-channel-service-grid a strong,
.mp-channel-category-tab strong,
.mp-channel-results-empty span,
.mp-channel-loading span,
.mp-channel-action-banner p,
.mp-supplier-showcase__footer p strong,
.mp-channel-supplier-tile strong,
.mp-event-showcase__overlay > span,
.mp-featured-event-card__body > p,
.mp-event-load-status,
.mp-event-news-list a,
.mp-procurement-brief input,
.mp-procurement-brief select,
.mp-procurement-service-grid p,
.mp-procurement-process strong,
.mp-buyer-journey-card strong,
.mp-market-heading__note,
.mp-buyer-service-grid p,
.mp-buyer-service-grid em,
.mp-buyer-workflow p,
.mp-buyer-support-grid p,
.mp-buyer-support-grid a,
.mp-trade-show-facts dd,
.mp-trade-intro__copy > p,
.mp-trade-intro__highlights span,
.mp-trade-zone-grid strong,
.mp-trade-audience__copy > p,
.mp-trade-program-grid p,
.mp-trade-registration__copy > p,
.mp-trade-legacy-link {
    font-size: var(--mp-type-small);
}

.mp-market-heading h2,
.mp-list-intro h1,
.mp-content-card__heading h2,
.mp-aside-card h2,
.mp-contact-card h2,
.mp-contact-action-card h2,
.mp-aside-card__heading h2,
.mp-form-section__heading h2,
.mp-event-related > h2,
.mp-channel-action-banner h2,
.mp-buyer-support-grid h2,
.mp-trade-intro__copy h2,
.mp-trade-registration__copy h2 {
    font-size: var(--mp-type-section);
}

.mp-directory-card h3,
.mp-market-product-card h2,
.mp-rfq-card h2,
.mp-process-strip strong,
.mp-access-message h3,
.mp-event-card h3,
.mp-channel-side-panel__heading > div,
.mp-channel-promo-card strong,
.mp-supplier-showcase__head h3,
.mp-featured-event-card h3,
.mp-procurement-service-grid strong,
.mp-buyer-service-grid strong,
.mp-buyer-workflow strong,
.mp-trade-program-grid h3 {
    font-size: var(--mp-type-card-title);
}

.mp-product-summary h1,
.mp-shop-identity h1,
.mp-rfq-detail-head h1,
.mp-event-detail-head h1 {
    font-family: var(--mp-type-family);
    font-size: 38px;
}

.mp-dual-cta h2,
.mp-contact-panel h2,
.mp-procurement-service-grid article > span,
.mp-buyer-support-grid article > span {
    font-size: 24px;
}

.mp-page-hero__signal span:first-child {
    font-size: 64px;
}

.mp-stat-cluster strong,
.mp-channel-stats dd,
.mp-channel-stats--trade-show dd {
    font-size: 28px;
}

.mp-market-heading p,
.mp-directory-card__index,
.mp-category-rail span,
.mp-category-rail small,
.mp-market-product-card__eyebrow,
.mp-market-product-card__meta span,
.mp-tag-row span,
.mp-supplier-location,
.mp-market-supplier-card dt,
.mp-market-supplier-card dd,
.mp-rfq-type,
.mp-rfq-status,
.mp-rfq-card dt,
.mp-rfq-card dd,
.mp-process-strip > div > span,
.mp-filter-clear,
.mp-results-toolbar p,
.mp-results-toolbar > span,
.mp-aside-card__heading a,
.mp-aside-suppliers span,
.mp-assurance-note,
.mp-form-status,
.mp-auth-story__roles span,
.mp-auth-card__heading p,
.mp-auth-footnote,
.mp-login-methods button,
.mp-login-code-note,
.mp-auth-options a,
.mp-auth-footnote a,
.mp-form .mp-check span,
.mp-auth-register-links a,
.mp-registration-aside .mp-registration-aside__note,
.mp-code-field button,
.mp-event-hero__visual span,
.mp-event-category-grid span,
.mp-event-card__meta,
.mp-event-detail-head dt,
.mp-event-prev-next span,
.mp-channel-side-panel__heading > a,
.mp-channel-supplier-mini small,
.mp-channel-promo-card em,
.mp-channel-results-empty strong,
.mp-supplier-showcase__products strong,
.mp-supplier-showcase__no-products,
.mp-channel-supplier-tile small,
.mp-event-showcase__overlay small,
.mp-event-showcase__side-card small,
.mp-event-category-grid__copy small,
.mp-event-news-list time,
.mp-event-news-list__empty,
.mp-procurement-brief .mp-channel-side-panel__heading > small,
.mp-procurement-brief label,
.mp-procurement-brief__note,
.mp-procurement-process p,
.mp-buyer-journey-card small,
.mp-trade-zone-grid p,
.mp-trade-industry-tags span,
.mp-trade-audience figcaption,
.mp-trade-registration__copy > div span,
.mp-trade-registration figcaption {
    font-size: var(--mp-type-caption);
}

.mp-market-supplier-card h2,
.mp-results-toolbar h2,
.mp-rfq-card h2,
.mp-event-showcase__side-card strong,
.mp-event-category-grid__copy strong,
.mp-procurement-process a > span,
.mp-buyer-service-grid > a > span,
.mp-buyer-workflow article > span,
.mp-trade-zone-grid article > span,
.mp-trade-program-grid article > div > span {
    font-size: 20px;
}

.mp-event-showcase__overlay strong {
    font-family: var(--mp-type-family);
    font-size: 36px;
}

.mp-event-hero__visual strong {
    font-family: var(--mp-type-family);
    font-size: 48px;
}

.mp-event-detail-placeholder,
.mp-trade-registration__icon {
    font-size: var(--mp-type-section);
}

@media (max-width: 640px) {
    .mp-page-hero h1,
    .mp-form-hero h1,
    .mp-channel-hero h1,
    .mp-channel-hero--trade-show h1,
    .mp-auth-story h1,
    .mp-registration-aside h1 {
        font-size: 38px;
    }

    .mp-product-summary h1,
    .mp-shop-identity h1,
    .mp-rfq-detail-head h1,
    .mp-event-detail-head h1 {
        font-size: 32px;
    }

    .mp-market-heading h2,
    .mp-list-intro h1,
    .mp-content-card__heading h2,
    .mp-trade-intro__copy h2 {
        font-size: 26px;
    }
}

/* Product and supplier channel pages: Chinese-site information structure, English-site visual system. */
.mp-channel-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 34px;
    align-items: stretch;
    min-height: 420px;
    overflow: hidden;
    padding: 42px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: var(--mp-radius-xl);
    background:
        linear-gradient(112deg, rgba(4, 64, 147, 0.98), rgba(22, 119, 255, 0.94) 58%, rgba(53, 184, 255, 0.88)),
        url("/home_new_images/topBG.webp") center / cover;
    box-shadow: 0 18px 45px rgba(9, 78, 165, 0.18);
}

.mp-channel-hero--suppliers {
    background:
        linear-gradient(112deg, rgba(4, 70, 151, 0.98), rgba(15, 112, 229, 0.94) 56%, rgba(60, 180, 246, 0.88)),
        url("/home_new_images/topBG.webp") center / cover;
}

.mp-channel-hero::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 32px 32px;
    content: "";
    mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.mp-channel-hero__main,
.mp-channel-side-panel {
    position: relative;
    z-index: 1;
}

.mp-channel-hero__main {
    align-self: center;
}

.mp-channel-page--products .mp-channel-hero__main,
.mp-channel-page--suppliers .mp-channel-hero__main--actions-bottom {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
}

.mp-channel-page--products .mp-channel-hero__actions--bottom,
.mp-channel-page--suppliers .mp-channel-hero__actions--bottom {
    margin-top: auto;
    padding-top: 32px;
}

.mp-channel-eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #a8ddff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mp-channel-eyebrow i {
    font-size: 15px;
}

.mp-channel-hero h1 {
    max-width: 720px;
    margin: 15px 0 0;
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: clamp(36px, 4.1vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.mp-channel-hero__main > p {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.72;
}

.mp-channel-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 570px;
    margin: 28px 0 0;
}

.mp-channel-stats div {
    display: flex;
    flex-direction: column-reverse;
    min-width: 0;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    background: rgba(4, 71, 154, 0.25);
    backdrop-filter: blur(8px);
}

.mp-channel-stats dt,
.mp-channel-stats dd {
    margin: 0;
}

.mp-channel-stats dt {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.mp-channel-stats dd {
    margin-bottom: 3px;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
}

.mp-channel-side-panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 19px;
    color: var(--mp-ink);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 36px rgba(1, 61, 132, 0.2);
    backdrop-filter: blur(12px);
}

.mp-channel-side-panel__heading {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13px;
    border-bottom: 1px solid #e3edf8;
}

.mp-channel-side-panel__heading > div {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
    color: var(--mp-blue-deep);
    font-size: 14px;
    font-weight: 800;
}

.mp-channel-side-panel__heading i {
    color: var(--mp-blue);
}

.mp-channel-side-panel__heading > a {
    flex: 0 0 auto;
    color: var(--mp-blue);
    font-size: 10px;
    font-weight: 800;
}

.mp-channel-side-panel__list {
    display: grid;
    gap: 9px;
    margin: 13px 0;
}

.mp-channel-supplier-mini {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 70px;
    padding: 9px;
    color: var(--mp-ink);
    border: 1px solid #e7eff8;
    border-radius: 12px;
    background: #f8fbff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-channel-supplier-mini:hover,
.mp-channel-supplier-mini:focus-visible {
    border-color: #9dcfff;
    box-shadow: 0 8px 18px rgba(24, 119, 225, 0.11);
    transform: translateY(-1px);
}

.mp-channel-supplier-mini img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border: 1px solid #e7edf5;
    border-radius: 10px;
    background: #fff;
}

.mp-channel-supplier-mini > span,
.mp-channel-supplier-mini strong,
.mp-channel-supplier-mini small {
    display: block;
    min-width: 0;
}

.mp-channel-supplier-mini strong,
.mp-channel-supplier-mini small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-channel-supplier-mini strong {
    font-size: 11px;
}

.mp-channel-supplier-mini small {
    margin-top: 5px;
    color: var(--mp-muted);
    font-size: 9px;
}

.mp-channel-supplier-mini > i {
    color: var(--mp-blue);
}

.mp-channel-side-panel__empty {
    display: grid;
    min-height: 226px;
    place-items: center;
    padding: 20px;
    color: var(--mp-muted);
    text-align: center;
    font-size: 12px;
}

.mp-channel-service-panel {
    justify-content: space-between;
}

.mp-channel-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 0;
}

.mp-channel-service-grid a {
    display: grid;
    min-height: 103px;
    place-items: center;
    padding: 12px 8px;
    color: var(--mp-ink);
    text-align: center;
    border: 1px solid #e4eef9;
    border-radius: 13px;
    background: #f8fbff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-channel-service-grid a:hover,
.mp-channel-service-grid a:focus-visible {
    color: var(--mp-blue-deep);
    border-color: #9dcfff;
    box-shadow: 0 8px 18px rgba(24, 119, 225, 0.11);
    transform: translateY(-1px);
}

.mp-channel-service-grid a span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    border-radius: 11px;
    background: var(--mp-gradient);
    box-shadow: 0 7px 16px rgba(22, 119, 255, 0.2);
}

.mp-channel-service-grid a strong {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.25;
}

.mp-channel-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.mp-channel-promo-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    min-height: 112px;
    padding: 18px 22px;
    color: var(--mp-ink);
    border: 1px solid var(--mp-card-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--mp-card-shadow);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-channel-promo-card:hover,
.mp-channel-promo-card:focus-visible {
    color: var(--mp-ink);
    border-color: #8fc8ff;
    box-shadow: 0 14px 28px rgba(22, 119, 255, 0.13);
    transform: translateY(-2px);
}

.mp-channel-promo-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    border-radius: 14px;
    background: var(--mp-gradient);
    box-shadow: 0 9px 20px rgba(22, 119, 255, 0.22);
    font-size: 18px;
}

.mp-channel-promo-card > span:nth-child(2),
.mp-channel-promo-card small,
.mp-channel-promo-card strong,
.mp-channel-promo-card em {
    display: block;
    min-width: 0;
}

.mp-channel-promo-card small {
    color: var(--mp-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mp-channel-promo-card strong {
    margin-top: 4px;
    font-size: 15px;
}

.mp-channel-promo-card em {
    margin-top: 5px;
    overflow: hidden;
    color: var(--mp-muted);
    font-size: 10px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-channel-promo-card > i {
    color: var(--mp-blue);
}

.mp-market-product-grid--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mp-market-product-grid--five .mp-market-product-card__image {
    height: auto;
    aspect-ratio: 1 / 1;
}

.mp-market-product-grid--five .mp-market-product-card__body {
    min-height: 185px;
    padding: 16px;
}

.mp-market-product-grid--five .mp-market-product-card h2 {
    font-size: 14px;
}

.mp-channel-catalog {
    padding: 26px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--mp-card-shadow);
}

.mp-channel-category-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.mp-channel-category-tab {
    display: grid;
    min-width: 0;
    min-height: 98px;
    place-items: center;
    padding: 12px 8px;
    color: var(--mp-ink);
    font: inherit;
    text-align: center;
    border: 1px solid #e2edf8;
    border-radius: 13px;
    background: #f7fbff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mp-channel-category-tab:hover,
.mp-channel-category-tab:focus-visible {
    color: var(--mp-blue-deep);
    border-color: #91caff;
    box-shadow: 0 8px 18px rgba(22, 119, 255, 0.1);
    transform: translateY(-1px);
}

.mp-channel-category-tab.is-active {
    color: #fff;
    border-color: transparent;
    background: var(--mp-gradient);
    box-shadow: 0 10px 22px rgba(22, 119, 255, 0.23);
}

.mp-channel-category-tab > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--mp-blue);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 12px rgba(22, 119, 255, 0.12);
    font-size: 15px;
}

.mp-channel-category-tab.is-active > span {
    color: var(--mp-blue-deep);
}

.mp-channel-category-tab > span img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.mp-channel-category-tab strong {
    width: 100%;
    margin-top: 8px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-channel-category-results,
.mp-channel-supplier-grid {
    margin-top: 20px;
}

.mp-channel-loading,
.mp-channel-results-empty {
    display: grid;
    grid-column: 1 / -1;
    min-height: 160px;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 24px;
    color: var(--mp-muted);
    text-align: center;
    border: 1px dashed #cfe1f3;
    border-radius: 15px;
    background: #f8fbff;
}

.mp-channel-loading i,
.mp-channel-results-empty i {
    color: var(--mp-blue);
    font-size: 24px;
}

.mp-channel-results-empty strong,
.mp-channel-results-empty span {
    display: block;
}

.mp-channel-results-empty strong {
    color: var(--mp-ink);
    font-size: 13px;
}

.mp-channel-results-empty span,
.mp-channel-loading span {
    font-size: 11px;
}

.mp-channel-action-banner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
    padding: 28px 32px;
    color: #fff;
    border-radius: var(--mp-radius-xl);
    background:
        linear-gradient(108deg, rgba(5, 64, 147, 0.98), rgba(22, 119, 255, 0.94), rgba(54, 180, 247, 0.9)),
        url("/home_new_images/topBG.webp") center / cover;
    box-shadow: 0 16px 34px rgba(9, 78, 165, 0.18);
}

.mp-channel-action-banner__icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 24px;
}

.mp-channel-action-banner small {
    display: block;
    color: #a8ddff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mp-channel-action-banner h2 {
    margin: 5px 0 0;
    font-size: 22px;
    line-height: 1.2;
}

.mp-channel-action-banner p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    line-height: 1.55;
}

.mp-supplier-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mp-supplier-showcase {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: var(--mp-card-shadow);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-supplier-showcase:hover {
    border-color: #a4d3ff;
    box-shadow: 0 15px 30px rgba(23, 103, 196, 0.13);
    transform: translateY(-2px);
}

.mp-supplier-showcase__head {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 30px;
    gap: 12px;
    align-items: center;
    padding: 16px;
}

.mp-supplier-showcase__head > a:first-child,
.mp-supplier-showcase__head > a:first-child img {
    display: block;
    width: 58px;
    height: 58px;
}

.mp-supplier-showcase__head > a:first-child img {
    object-fit: contain;
    border: 1px solid #e5edf6;
    border-radius: 12px;
    background: #f8fbff;
}

.mp-supplier-showcase__head h3 {
    margin: 6px 0 0;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-supplier-showcase__head h3 a:hover {
    color: var(--mp-blue);
}

.mp-supplier-showcase__head small {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: var(--mp-muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-supplier-showcase__more {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: var(--mp-blue);
    border: 1px solid #b9dcff;
    border-radius: 50%;
}

.mp-supplier-showcase__products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    min-height: 118px;
    padding: 0 16px 14px;
}

.mp-supplier-showcase__products > a {
    min-width: 0;
    color: var(--mp-ink);
}

.mp-supplier-showcase__products > a > span {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 0.78;
    border: 1px solid #e5edf6;
    border-radius: 10px;
    background: #f7f9fc;
}

.mp-supplier-showcase__products img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.mp-supplier-showcase__products > a:hover img {
    transform: scale(1.04);
}

.mp-supplier-showcase__products strong {
    display: block;
    margin-top: 6px;
    overflow: hidden;
    font-size: 9px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-supplier-showcase__no-products {
    display: flex;
    grid-column: 1 / -1;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    color: var(--mp-muted);
    border: 1px dashed #cfdfef;
    border-radius: 12px;
    background: #f8fbff;
    font-size: 10px;
}

.mp-supplier-showcase__no-products i {
    color: var(--mp-blue);
}

.mp-supplier-showcase__footer {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border-top: 1px solid #e9f0f7;
    background: #f9fcff;
}

.mp-supplier-showcase__footer p {
    min-width: 0;
    margin: 0;
}

.mp-supplier-showcase__footer p span,
.mp-supplier-showcase__footer p strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-supplier-showcase__footer p span {
    color: var(--mp-muted);
    font-size: 8px;
    text-transform: uppercase;
}

.mp-supplier-showcase__footer p strong {
    max-width: 330px;
    margin-top: 3px;
    font-size: 10px;
}

.mp-channel-supplier-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mp-channel-supplier-tile {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    min-width: 0;
    min-height: 94px;
    padding: 12px;
    color: var(--mp-ink);
    border: 1px solid #dceaf7;
    border-radius: 14px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-channel-supplier-tile:hover,
.mp-channel-supplier-tile:focus-visible {
    color: var(--mp-ink);
    border-color: #8fc8ff;
    box-shadow: 0 10px 22px rgba(22, 119, 255, 0.12);
    transform: translateY(-1px);
}

.mp-channel-supplier-tile img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border: 1px solid #e4edf6;
    border-radius: 50%;
    background: #f8fbff;
}

.mp-channel-supplier-tile > span,
.mp-channel-supplier-tile strong,
.mp-channel-supplier-tile small {
    display: block;
    min-width: 0;
}

.mp-channel-supplier-tile strong,
.mp-channel-supplier-tile small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-channel-supplier-tile strong {
    font-size: 11px;
}

.mp-channel-supplier-tile small {
    margin-top: 6px;
    color: var(--mp-muted);
    font-size: 9px;
}

.mp-channel-supplier-tile > i {
    color: var(--mp-blue);
    font-size: 17px;
}

.mp-channel-page--suppliers .mp-dual-cta {
    margin-top: 18px;
}

@media (max-width: 1080px) {
    .mp-channel-hero {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 26px;
        padding: 34px;
    }

    .mp-market-product-grid--five {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mp-channel-category-tabs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mp-channel-supplier-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .mp-channel-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .mp-channel-side-panel {
        max-width: none;
    }

    .mp-channel-page--products .mp-channel-hero__actions--bottom,
    .mp-channel-page--suppliers .mp-channel-hero__actions--bottom {
        margin-top: 28px;
        padding-top: 0;
    }

    .mp-channel-side-panel__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mp-channel-supplier-mini {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .mp-channel-supplier-mini img {
        width: 44px;
        height: 44px;
    }

    .mp-channel-supplier-mini > i {
        display: none;
    }

    .mp-channel-service-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mp-market-product-grid--five {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mp-supplier-showcase-grid {
        grid-template-columns: 1fr;
    }

    .mp-channel-supplier-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .mp-channel-hero {
        gap: 20px;
        padding: 25px 20px;
        border-radius: 18px;
    }

    .mp-channel-hero h1 {
        font-size: 31px;
    }

    .mp-channel-hero__main > p {
        font-size: 13px;
    }

    .mp-channel-stats {
        gap: 6px;
        margin-top: 22px;
    }

    .mp-channel-stats div {
        padding: 10px 8px;
    }

    .mp-channel-stats dd {
        font-size: 18px;
    }

    .mp-channel-stats dt {
        font-size: 7px;
    }

    .mp-channel-side-panel {
        padding: 14px;
    }

    .mp-channel-side-panel__list {
        grid-template-columns: 1fr;
    }

    .mp-channel-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-channel-promo-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mp-channel-promo-card {
        min-height: 100px;
        padding: 15px;
    }

    .mp-channel-promo-card em {
        white-space: normal;
    }

    .mp-channel-catalog {
        padding: 16px;
    }

    .mp-channel-category-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .mp-channel-category-tab {
        min-height: 94px;
    }

    .mp-market-product-grid--five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mp-market-product-grid--five .mp-market-product-card__body {
        min-height: 164px;
        padding: 13px;
    }

    .mp-market-product-grid--five .mp-market-product-card h2 {
        font-size: 12px;
    }

    .mp-market-product-grid--five .mp-market-product-card__supplier {
        font-size: 9px;
    }

    .mp-market-product-grid--five .mp-market-product-card__meta {
        display: none;
    }

    .mp-channel-action-banner {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 24px 20px;
    }

    .mp-channel-action-banner__icon {
        width: 50px;
        height: 50px;
        font-size: 19px;
    }

    .mp-channel-action-banner h2 {
        font-size: 19px;
    }

    .mp-supplier-showcase__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-supplier-showcase__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .mp-supplier-showcase__footer p strong {
        max-width: 100%;
    }

    .mp-channel-supplier-grid {
        grid-template-columns: 1fr;
    }
}

/* Trade Show home: Chinese-site information structure, English-site visual language. */
.mp-event-showcase {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(260px, 0.95fr);
    gap: 14px;
    padding: 14px;
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--mp-card-shadow);
}

.mp-event-showcase__main {
    position: relative;
    min-width: 0;
    height: 430px;
    overflow: hidden;
    border-radius: 18px;
    background: #dbeeff;
}

.mp-event-showcase__slides,
.mp-event-showcase__slide {
    position: absolute;
    inset: 0;
}

.mp-event-showcase__slide {
    z-index: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.018);
    transition: opacity 0.45s ease, transform 0.7s ease;
}

.mp-event-showcase__slide.is-active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.mp-event-showcase__slide img,
.mp-event-showcase__side-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.mp-event-showcase__slide:hover img,
.mp-event-showcase__side-card:hover img {
    transform: scale(1.035);
}

.mp-event-showcase__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    padding: 36px 38px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: #fff;
    background: linear-gradient(180deg, rgba(2, 34, 78, 0.04) 18%, rgba(2, 36, 84, 0.82) 100%);
}

.mp-event-showcase__overlay small,
.mp-event-showcase__side-card small {
    color: #a9dcff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mp-event-showcase__overlay strong {
    display: -webkit-box;
    max-width: 650px;
    margin-top: 9px;
    overflow: hidden;
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: clamp(27px, 3.2vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-shadow: 0 3px 16px rgba(0, 24, 60, 0.32);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mp-event-showcase__overlay > span {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 18px;
    font-size: 11px;
    font-weight: 900;
}

.mp-event-showcase__control {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(3, 52, 114, 0.5);
    box-shadow: 0 6px 16px rgba(0, 24, 60, 0.16);
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, background 0.2s ease;
}

.mp-event-showcase:hover .mp-event-showcase__control,
.mp-event-showcase__control:focus-visible {
    opacity: 1;
}

.mp-event-showcase__control:hover {
    background: rgba(8, 104, 216, 0.92);
}

.mp-event-showcase__control--prev {
    left: 18px;
}

.mp-event-showcase__control--next {
    right: 18px;
}

.mp-event-showcase__dots {
    position: absolute;
    right: 24px;
    bottom: 23px;
    z-index: 3;
    display: flex;
    gap: 7px;
    align-items: center;
}

.mp-event-showcase__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    transition: width 0.2s ease, background 0.2s ease;
}

.mp-event-showcase__dots button.is-active {
    width: 24px;
    background: #fff;
}

.mp-event-showcase__side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
    min-width: 0;
}

.mp-event-showcase__side-card {
    position: relative;
    min-height: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #dbeeff;
}

.mp-event-showcase__side-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 34, 78, 0.04), rgba(2, 36, 84, 0.8));
    content: "";
}

.mp-event-showcase__side-card > span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
    align-items: end;
    padding: 22px;
    color: #fff;
}

.mp-event-showcase__side-card small {
    grid-column: 1 / -1;
}

.mp-event-showcase__side-card strong {
    overflow: hidden;
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-event-showcase__side-card > span > i {
    margin-bottom: 3px;
}

.mp-event-panel {
    padding: 26px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--mp-card-shadow);
}

.mp-market-heading--icon {
    align-items: center;
    margin-bottom: 20px;
}

.mp-market-heading--icon > div > .mp-market-heading__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    font-size: 17px;
}

.mp-market-heading--icon > a {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.mp-event-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mp-event-category-grid a {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 92px;
    padding: 16px;
    border-radius: 14px;
}

.mp-event-category-grid__icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #fff !important;
    border-radius: 13px;
    background: var(--mp-gradient);
    box-shadow: 0 8px 18px rgba(22, 119, 255, 0.2);
    font-size: 17px !important;
}

.mp-event-category-grid__icon i {
    color: #fff;
}

.mp-event-category-grid__copy {
    display: block;
    min-width: 0;
}

.mp-event-category-grid__copy strong,
.mp-event-category-grid__copy small {
    display: block;
}

.mp-event-category-grid__copy strong {
    font-size: 13px;
}

.mp-event-category-grid__copy small {
    margin-top: 5px;
    overflow: hidden;
    color: var(--mp-muted);
    font-size: 9px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-event-category-grid .mp-event-category-grid__arrow {
    color: var(--mp-blue);
    font-size: 15px;
}

.mp-featured-event-list {
    display: grid;
    gap: 14px;
}

.mp-featured-event-card {
    display: grid;
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.75fr);
    min-height: 190px;
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(21, 86, 151, 0.055);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-featured-event-card:hover {
    border-color: #9fd2ff;
    box-shadow: 0 15px 32px rgba(22, 119, 255, 0.12);
    transform: translateY(-2px);
}

.mp-featured-event-card__image {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    background: #e8f4ff;
}

.mp-featured-event-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.mp-featured-event-card:hover .mp-featured-event-card__image img {
    transform: scale(1.035);
}

.mp-featured-event-card__image > span {
    position: absolute;
    bottom: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    overflow: hidden;
    padding: 7px 10px;
    color: #fff;
    border-radius: 999px;
    background: rgba(3, 66, 150, 0.86);
    backdrop-filter: blur(7px);
    font-size: 9px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-featured-event-card__body {
    display: flex;
    min-width: 0;
    padding: 24px 26px;
    flex-direction: column;
    justify-content: center;
}

.mp-featured-event-card__eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: var(--mp-muted);
    font-size: 10px;
}

.mp-featured-event-card__eyebrow span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.mp-featured-event-card__eyebrow i,
.mp-event-card__meta i {
    color: var(--mp-blue);
    font-size: 12px;
}

.mp-featured-event-card h3 {
    margin: 11px 0 0;
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 20px;
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.mp-featured-event-card h3 a:hover {
    color: var(--mp-blue);
}

.mp-featured-event-card__body > p {
    display: -webkit-box;
    margin: 10px 0 0;
    overflow: hidden;
    color: var(--mp-muted);
    font-size: 11px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mp-featured-event-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.mp-featured-event-card__actions .mp-button {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.mp-event-load-more {
    display: grid;
    justify-items: center;
    padding-top: 6px;
}

.mp-event-load-more .mp-button {
    display: inline-flex;
    min-width: 146px;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.mp-event-load-more .mp-button:disabled {
    cursor: wait;
    opacity: 0.68;
}

.mp-event-load-status {
    margin-top: 9px;
    color: #b42318;
    font-size: 11px;
}

.mp-event-grid--popular {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mp-event-panel .mp-event-card {
    box-shadow: 0 8px 24px rgba(21, 86, 151, 0.055);
}

.mp-event-card__meta {
    align-items: center;
}

.mp-event-card__link i {
    font-size: 9px;
}

.mp-event-empty-row {
    display: flex;
    gap: 16px;
    min-height: 116px;
    padding: 24px;
    align-items: center;
    justify-content: center;
    color: var(--mp-muted);
    border: 1px dashed #bfdcf6;
    border-radius: 14px;
    background: #f8fcff;
    text-align: left;
}

.mp-event-empty-row > i {
    color: #8fc8f7;
    font-size: 28px;
}

.mp-event-empty-row strong,
.mp-event-empty-row span {
    display: block;
}

.mp-event-empty-row strong {
    color: var(--mp-ink);
    font-size: 13px;
}

.mp-event-empty-row span {
    margin-top: 4px;
    font-size: 10px;
}

.mp-event-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.mp-event-news-panel .mp-market-heading {
    margin-bottom: 12px;
}

.mp-event-news-list {
    display: grid;
}

.mp-event-news-list a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-height: 47px;
    color: var(--mp-ink);
    border-bottom: 1px solid var(--mp-line);
    font-size: 11px;
}

.mp-event-news-list a:last-child {
    border-bottom: 0;
}

.mp-event-news-list a > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-event-news-list a:hover > span {
    color: var(--mp-blue);
}

.mp-event-news-list time {
    color: var(--mp-muted);
    font-size: 9px;
    white-space: nowrap;
}

.mp-event-news-list__empty {
    display: grid;
    min-height: 118px;
    place-items: center;
    color: var(--mp-muted);
    border: 1px dashed #cfe4f7;
    border-radius: 12px;
    background: #f8fcff;
    font-size: 10px;
    text-align: center;
}

@media (max-width: 1080px) {
    .mp-event-showcase {
        grid-template-columns: minmax(0, 1.75fr) minmax(240px, 0.85fr);
    }

    .mp-event-showcase__main {
        height: 400px;
    }

    .mp-event-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-event-grid--popular {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .mp-event-showcase {
        grid-template-columns: 1fr;
    }

    .mp-event-showcase__main {
        height: 380px;
    }

    .mp-event-showcase__side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .mp-event-showcase__side-card {
        min-height: 170px;
    }

    .mp-featured-event-card {
        grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.45fr);
    }

    .mp-event-grid--popular {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-event-news-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .mp-event-showcase {
        gap: 10px;
        padding: 10px;
        border-radius: 18px;
    }

    .mp-event-showcase__main {
        height: 275px;
        border-radius: 14px;
    }

    .mp-event-showcase__overlay {
        padding: 24px 22px;
    }

    .mp-event-showcase__overlay strong {
        font-size: 25px;
    }

    .mp-event-showcase__overlay > span {
        margin-top: 12px;
    }

    .mp-event-showcase__control {
        display: none;
    }

    .mp-event-showcase__dots {
        right: 18px;
        bottom: 18px;
    }

    .mp-event-showcase__side {
        gap: 10px;
    }

    .mp-event-showcase__side-card {
        min-height: 132px;
        border-radius: 13px;
    }

    .mp-event-showcase__side-card > span {
        padding: 15px;
    }

    .mp-event-showcase__side-card small {
        font-size: 8px;
    }

    .mp-event-showcase__side-card strong {
        font-size: 14px;
        white-space: normal;
    }

    .mp-event-panel {
        padding: 18px;
        border-radius: 18px;
    }

    .mp-market-heading--icon {
        gap: 10px;
        margin-bottom: 16px;
    }

    .mp-market-heading--icon > div {
        gap: 9px;
    }

    .mp-market-heading--icon > div > .mp-market-heading__icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 14px;
    }

    .mp-event-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .mp-event-category-grid a {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
        min-height: 80px;
        padding: 12px;
    }

    .mp-event-category-grid__icon {
        width: 38px;
        height: 38px;
        font-size: 14px !important;
    }

    .mp-event-category-grid__copy strong {
        font-size: 11px;
        line-height: 1.25;
        white-space: normal;
    }

    .mp-event-category-grid__copy small,
    .mp-event-category-grid__arrow {
        display: none;
    }

    .mp-featured-event-card {
        grid-template-columns: 1fr;
    }

    .mp-featured-event-card__image {
        min-height: 190px;
        height: 190px;
    }

    .mp-featured-event-card__body {
        padding: 20px;
    }

    .mp-featured-event-card h3 {
        font-size: 18px;
    }

    .mp-featured-event-card__actions .mp-button {
        flex: 1 1 120px;
    }

    .mp-event-grid--popular {
        grid-template-columns: 1fr;
    }

    .mp-event-news-grid {
        gap: 14px;
        margin-top: 30px;
    }

    .mp-event-news-list a {
        gap: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mp-event-showcase__slide,
    .mp-event-showcase__slide img,
    .mp-event-showcase__side-card img,
    .mp-featured-event-card,
    .mp-featured-event-card__image img {
        transition: none !important;
    }
}

/* Procurement channel: Chinese buyer-page structure with the English visual system. */
.mp-channel-hero--procurement {
    grid-template-columns: minmax(0, 1fr) 370px;
    min-height: 470px;
    background:
        linear-gradient(112deg, rgba(4, 63, 145, 0.98), rgba(20, 116, 243, 0.94) 58%, rgba(61, 186, 250, 0.88)),
        url("/home_new_images/topBG.webp") center / cover;
}

.mp-procurement-brief {
    justify-content: space-between;
}

.mp-procurement-brief .mp-channel-side-panel__heading > small {
    color: var(--mp-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mp-procurement-brief form {
    display: grid;
    gap: 9px;
    margin-top: 15px;
}

.mp-procurement-brief label {
    color: #354e69;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mp-procurement-brief input,
.mp-procurement-brief select {
    width: 100%;
    height: 44px;
    padding: 0 13px;
    color: var(--mp-ink);
    border: 1px solid #d7e7f6;
    border-radius: 11px;
    outline: 0;
    background: #f8fbff;
    font: inherit;
    font-size: 11px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mp-procurement-brief input::placeholder {
    color: #8aa0b6;
}

.mp-procurement-brief input:focus,
.mp-procurement-brief select:focus {
    border-color: #65b7ff;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.1);
}

.mp-procurement-brief .mp-button {
    min-height: 44px;
    margin-top: 5px;
    border: 0;
    cursor: pointer;
}

.mp-procurement-brief__note {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    margin: 13px 0 0;
    padding-top: 12px;
    color: var(--mp-muted);
    border-top: 1px solid #e3edf8;
    font-size: 9px;
    line-height: 1.5;
}

.mp-procurement-brief__note i {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    color: var(--mp-blue);
    border-radius: 8px;
    background: #eaf5ff;
}

.mp-procurement-rfq-grid .mp-rfq-card {
    min-height: 232px;
}

.mp-market-product-grid--procurement .mp-market-product-card__image {
    aspect-ratio: 1 / 0.82;
}

.mp-procurement-panel {
    padding: 28px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--mp-card-shadow);
}

.mp-market-heading--centered {
    justify-content: center;
    text-align: left;
}

.mp-procurement-service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
}

.mp-procurement-service-grid article {
    display: grid;
    min-width: 0;
    min-height: 178px;
    place-items: center;
    align-content: center;
    padding: 22px 14px;
    text-align: center;
    border: 1px solid #dfecf8;
    border-radius: 15px;
    background: linear-gradient(180deg, #fbfdff, #f0f8ff);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-procurement-service-grid article:hover {
    border-color: #94cbff;
    box-shadow: 0 12px 25px rgba(22, 119, 255, 0.11);
    transform: translateY(-2px);
}

.mp-procurement-service-grid article > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #fff;
    border-radius: 15px;
    background: var(--mp-gradient);
    box-shadow: 0 9px 20px rgba(22, 119, 255, 0.22);
    font-size: 20px;
}

.mp-procurement-service-grid strong {
    margin-top: 14px;
    color: var(--mp-blue-deep);
    font-size: 21px;
    line-height: 1;
}

.mp-procurement-service-grid p {
    margin: 8px 0 0;
    color: var(--mp-muted);
    font-size: 10px;
    line-height: 1.4;
}

.mp-procurement-process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 11px;
}

.mp-procurement-process a {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 190px;
    padding: 22px 17px;
    color: var(--mp-ink);
    text-align: center;
    border: 1px solid #dceaf7;
    border-radius: 15px;
    background: #f8fbff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-procurement-process a:hover,
.mp-procurement-process a:focus-visible {
    color: var(--mp-ink);
    border-color: #87c5ff;
    box-shadow: 0 12px 24px rgba(22, 119, 255, 0.11);
    transform: translateY(-2px);
}

.mp-procurement-process a > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--mp-blue);
    border: 1px solid #b9dcff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 7px 16px rgba(22, 119, 255, 0.12);
    font-size: 18px;
}

.mp-procurement-process strong {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.35;
}

.mp-procurement-process p {
    margin: 8px 0 0;
    color: var(--mp-muted);
    font-size: 9px;
    line-height: 1.55;
}

@media (max-width: 1080px) {
    .mp-channel-hero--procurement {
        grid-template-columns: minmax(0, 1fr) 330px;
    }

    .mp-procurement-service-grid,
    .mp-procurement-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .mp-channel-hero--procurement {
        grid-template-columns: 1fr;
    }

    .mp-procurement-service-grid,
    .mp-procurement-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .mp-procurement-brief form {
        gap: 8px;
    }

    .mp-market-product-grid--procurement {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mp-market-product-grid--procurement .mp-market-product-card__body {
        min-height: 164px;
        padding: 13px;
    }

    .mp-market-product-grid--procurement .mp-market-product-card h2 {
        font-size: 12px;
    }

    .mp-market-product-grid--procurement .mp-market-product-card__supplier {
        font-size: 9px;
    }

    .mp-market-product-grid--procurement .mp-market-product-card__meta {
        display: none;
    }

    .mp-procurement-panel {
        padding: 18px;
    }

    .mp-procurement-service-grid {
        gap: 9px;
    }

    .mp-procurement-service-grid article {
        min-height: 150px;
        padding: 17px 10px;
    }

    .mp-procurement-service-grid article:last-child {
        grid-column: 1 / -1;
    }

    .mp-procurement-service-grid article > span {
        width: 44px;
        height: 44px;
        font-size: 17px;
    }

    .mp-procurement-service-grid strong {
        font-size: 18px;
    }

    .mp-procurement-process {
        grid-template-columns: 1fr;
    }

    .mp-procurement-process a {
        min-height: 0;
        padding: 20px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mp-procurement-service-grid article,
    .mp-procurement-process a {
        transition: none !important;
    }
}

/* Buyer Center and CFME service pages: Chinese service-page structure, English visual system. */
.mp-service-landing .mp-breadcrumbs {
    padding-bottom: 14px;
}

.mp-channel-hero--buyer-center {
    min-height: 470px;
    background:
        linear-gradient(112deg, rgba(3, 57, 137, 0.98), rgba(16, 110, 231, 0.94) 58%, rgba(58, 184, 249, 0.88)),
        url("/home_new_images/topBG.webp") center / cover;
}

.mp-channel-hero--trade-show {
    grid-template-columns: minmax(0, 1fr) 355px;
    min-height: 560px;
    background:
        linear-gradient(105deg, rgba(3, 47, 113, 0.97) 0%, rgba(11, 94, 197, 0.9) 48%, rgba(16, 111, 219, 0.68) 100%),
        url("/english_images/trade-show/opening-ceremony.png") center / cover;
}

.mp-channel-hero--trade-show::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(2, 38, 93, 0.2), transparent 80%);
}

.mp-channel-hero--trade-show h1 {
    max-width: 740px;
}

.mp-channel-hero--buyer-center .mp-page-hero__actions,
.mp-channel-hero--trade-show .mp-page-hero__actions {
    margin-top: 27px;
}

.mp-channel-stats--buyer {
    max-width: 620px;
}

.mp-channel-stats--trade-show {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 760px;
}

.mp-channel-stats--trade-show dd {
    font-size: 20px;
}

.mp-buyer-journey-card {
    justify-content: space-between;
}

.mp-buyer-journey-card ol {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.mp-buyer-journey-card li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    min-height: 67px;
    padding: 10px 11px;
    border: 1px solid #e1edf8;
    border-radius: 12px;
    background: #f8fbff;
}

.mp-buyer-journey-card li > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: #fff;
    border-radius: 11px;
    background: var(--mp-gradient);
    box-shadow: 0 7px 16px rgba(22, 119, 255, 0.18);
}

.mp-buyer-journey-card strong,
.mp-buyer-journey-card small {
    display: block;
}

.mp-buyer-journey-card strong {
    font-size: 11px;
}

.mp-buyer-journey-card small {
    margin-top: 3px;
    color: var(--mp-muted);
    font-size: 9px;
    line-height: 1.4;
}

.mp-service-panel {
    padding: 28px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--mp-card-shadow);
}

.mp-market-heading__note {
    color: var(--mp-muted);
    font-size: 10px;
    font-weight: 700;
}

.mp-buyer-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mp-buyer-service-grid > a {
    display: flex;
    min-width: 0;
    min-height: 235px;
    padding: 22px 19px;
    color: var(--mp-ink);
    border: 1px solid #deebf7;
    border-radius: 15px;
    background: linear-gradient(180deg, #fbfdff 0%, #f2f8fe 100%);
    flex-direction: column;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-buyer-service-grid > a:hover,
.mp-buyer-service-grid > a:focus-visible {
    color: var(--mp-ink);
    border-color: #8fc8ff;
    box-shadow: 0 13px 28px rgba(22, 119, 255, 0.12);
    transform: translateY(-2px);
}

.mp-buyer-service-grid > a > span {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    color: #fff;
    border-radius: 14px;
    background: var(--mp-gradient);
    box-shadow: 0 9px 20px rgba(22, 119, 255, 0.21);
    font-size: 18px;
}

.mp-buyer-service-grid strong {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.35;
}

.mp-buyer-service-grid p {
    margin: 9px 0 15px;
    color: var(--mp-muted);
    font-size: 10px;
    line-height: 1.6;
}

.mp-buyer-service-grid em {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: auto;
    color: var(--mp-blue-deep);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
}

.mp-buyer-workflow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.mp-buyer-workflow article {
    position: relative;
    min-width: 0;
    min-height: 205px;
    padding: 24px 19px;
    text-align: center;
    border: 1px solid #dfeaf6;
    border-radius: 15px;
    background: #f8fbff;
}

.mp-buyer-workflow article:not(:last-child)::after {
    position: absolute;
    top: 46px;
    right: -20px;
    z-index: 2;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    color: var(--mp-blue);
    border: 1px solid #c9e3fa;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(22, 119, 255, 0.12);
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
}

.mp-buyer-workflow article > span {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    place-items: center;
    color: var(--mp-blue);
    border: 1px solid #b8dcff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 7px 17px rgba(22, 119, 255, 0.12);
    font-size: 19px;
}

.mp-buyer-workflow strong {
    display: block;
    margin-top: 15px;
    font-size: 13px;
}

.mp-buyer-workflow p {
    margin: 8px 0 0;
    color: var(--mp-muted);
    font-size: 10px;
    line-height: 1.55;
}

.mp-buyer-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 42px;
}

.mp-buyer-support-grid article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    min-width: 0;
    padding: 26px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--mp-card-shadow);
}

.mp-buyer-support-grid article > span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: #fff;
    border-radius: 17px;
    background: var(--mp-gradient);
    box-shadow: 0 10px 22px rgba(22, 119, 255, 0.2);
    font-size: 21px;
}

.mp-buyer-support-grid small {
    color: var(--mp-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mp-buyer-support-grid h2 {
    margin: 6px 0 0;
    font-size: 18px;
    line-height: 1.3;
}

.mp-buyer-support-grid p {
    margin: 8px 0 0;
    color: var(--mp-muted);
    font-size: 10px;
    line-height: 1.6;
}

.mp-buyer-support-grid a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: 12px;
    color: var(--mp-blue-deep);
    font-size: 10px;
    font-weight: 800;
}

.mp-trade-show-facts {
    align-self: center;
    min-height: 390px;
}

.mp-trade-show-facts > dl {
    display: grid;
    gap: 9px;
    margin: 14px 0 18px;
}

.mp-trade-show-facts > dl > div {
    padding: 11px 12px;
    border: 1px solid #e0ebf6;
    border-radius: 11px;
    background: #f8fbff;
}

.mp-trade-show-facts dt,
.mp-trade-show-facts dd {
    margin: 0;
}

.mp-trade-show-facts dt {
    display: flex;
    gap: 7px;
    align-items: center;
    color: var(--mp-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mp-trade-show-facts dd {
    margin-top: 4px;
    color: var(--mp-ink);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
}

.mp-trade-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-trade-intro__image {
    min-height: 390px;
    overflow: hidden;
}

.mp-trade-intro__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-trade-intro__copy {
    align-self: center;
    padding: 38px;
}

.mp-trade-intro__copy .mp-channel-eyebrow {
    color: var(--mp-blue);
}

.mp-trade-intro__copy h2 {
    margin: 13px 0 0;
    font-size: 27px;
    line-height: 1.22;
    letter-spacing: -0.025em;
}

.mp-trade-intro__copy > p {
    margin: 14px 0 0;
    color: var(--mp-muted);
    font-size: 11px;
    line-height: 1.75;
}

.mp-trade-intro__highlights {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}

.mp-trade-intro__highlights span {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #38536f;
    font-size: 10px;
    font-weight: 700;
}

.mp-trade-intro__highlights i {
    color: var(--mp-blue);
}

.mp-trade-zone-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.mp-trade-zone-grid article {
    min-width: 0;
    min-height: 190px;
    padding: 22px 18px;
    border: 1px solid #dfebf7;
    border-radius: 15px;
    background: linear-gradient(180deg, #fbfdff 0%, #f1f8ff 100%);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-trade-zone-grid article:hover {
    border-color: #91caff;
    box-shadow: 0 12px 25px rgba(22, 119, 255, 0.11);
    transform: translateY(-2px);
}

.mp-trade-zone-grid article > span {
    display: grid;
    width: 49px;
    height: 49px;
    place-items: center;
    color: #fff;
    border-radius: 14px;
    background: var(--mp-gradient);
    box-shadow: 0 8px 18px rgba(22, 119, 255, 0.2);
    font-size: 18px;
}

.mp-trade-zone-grid strong {
    display: block;
    margin-top: 15px;
    font-size: 12px;
}

.mp-trade-zone-grid p {
    margin: 7px 0 0;
    color: var(--mp-muted);
    font-size: 9px;
    line-height: 1.55;
}

.mp-trade-audience {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 28px;
    align-items: center;
    padding: 28px;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
}

.mp-trade-audience__copy > p {
    margin: 0;
    color: var(--mp-muted);
    font-size: 11px;
    line-height: 1.75;
}

.mp-trade-industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.mp-trade-industry-tags span {
    padding: 7px 10px;
    color: var(--mp-blue-deep);
    border: 1px solid #c9e3fa;
    border-radius: 999px;
    background: #f2f8ff;
    font-size: 9px;
    font-weight: 700;
}

.mp-trade-audience figure {
    overflow: hidden;
    margin: 0;
    border-radius: 15px;
    background: #e7f3ff;
}

.mp-trade-audience figure img {
    width: 100%;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
}

.mp-trade-audience figcaption {
    padding: 10px 13px;
    color: var(--mp-muted);
    background: #f8fbff;
    font-size: 9px;
}

.mp-trade-program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.mp-trade-program-grid article {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--mp-card-border);
    border-radius: var(--mp-radius-xl);
    background: #fff;
    box-shadow: var(--mp-card-shadow);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-trade-program-grid article:hover {
    border-color: #96ccff;
    box-shadow: 0 15px 30px rgba(22, 119, 255, 0.13);
    transform: translateY(-2px);
}

.mp-trade-program-grid article > img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}

.mp-trade-program-grid article > div {
    position: relative;
    padding: 23px 21px 25px;
}

.mp-trade-program-grid article > div > span {
    position: absolute;
    top: -27px;
    left: 20px;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 15px;
    background: var(--mp-gradient);
    box-shadow: 0 8px 18px rgba(22, 119, 255, 0.2);
    font-size: 17px;
}

.mp-trade-program-grid small {
    display: block;
    margin-top: 5px;
    color: var(--mp-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mp-trade-program-grid h3 {
    margin: 7px 0 0;
    font-size: 15px;
}

.mp-trade-program-grid p {
    margin: 9px 0 0;
    color: var(--mp-muted);
    font-size: 10px;
    line-height: 1.6;
}

.mp-trade-registration {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 165px;
    gap: 24px;
    align-items: center;
    margin-top: 42px;
    padding: 30px 34px;
    color: #fff;
    border-radius: var(--mp-radius-xl);
    background:
        linear-gradient(110deg, rgba(3, 57, 137, 0.98), rgba(19, 112, 231, 0.94), rgba(56, 179, 246, 0.9)),
        url("/home_new_images/topBG.webp") center / cover;
    box-shadow: 0 17px 36px rgba(9, 78, 165, 0.2);
}

.mp-trade-registration__icon {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 27px;
}

.mp-trade-registration__copy small {
    color: #a8ddff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mp-trade-registration__copy h2 {
    margin: 6px 0 0;
    font-size: 25px;
}

.mp-trade-registration__copy > p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
}

.mp-trade-registration__copy > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 14px;
}

.mp-trade-registration__copy > div span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: rgba(255, 255, 255, 0.86);
    font-size: 9px;
    font-weight: 700;
}

.mp-trade-registration figure {
    margin: 0;
    padding: 9px;
    border-radius: 15px;
    background: #fff;
}

.mp-trade-registration figure img {
    width: 147px;
    height: 147px;
    object-fit: contain;
}

.mp-trade-registration figcaption {
    margin-top: 5px;
    color: var(--mp-muted);
    font-size: 8px;
    text-align: center;
}

.mp-trade-legacy-link {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    color: var(--mp-muted);
    font-size: 10px;
}

.mp-trade-legacy-link > i,
.mp-trade-legacy-link a {
    color: var(--mp-blue-deep);
}

.mp-trade-legacy-link a {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-weight: 800;
}

@media (max-width: 1080px) {
    .mp-channel-hero--trade-show {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .mp-channel-stats--trade-show {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-buyer-service-grid,
    .mp-trade-zone-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-trade-audience {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    }
}

@media (max-width: 860px) {
    .mp-channel-hero--buyer-center,
    .mp-channel-hero--trade-show {
        grid-template-columns: 1fr;
    }

    .mp-buyer-journey-card,
    .mp-trade-show-facts {
        min-height: 0;
    }

    .mp-buyer-journey-card ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-buyer-workflow,
    .mp-trade-program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-buyer-workflow article:nth-child(2)::after {
        display: none;
    }

    .mp-buyer-support-grid,
    .mp-trade-intro,
    .mp-trade-audience {
        grid-template-columns: 1fr;
    }

    .mp-trade-intro__image {
        min-height: 330px;
    }

    .mp-trade-audience figure {
        order: -1;
    }

    .mp-trade-registration {
        grid-template-columns: 62px minmax(0, 1fr) 145px;
        gap: 18px;
        padding: 27px;
    }

    .mp-trade-registration__icon {
        width: 62px;
        height: 62px;
    }

    .mp-trade-registration figure img {
        width: 127px;
        height: 127px;
    }
}

@media (max-width: 640px) {
    .mp-channel-hero--buyer-center,
    .mp-channel-hero--trade-show {
        min-height: 0;
        padding: 26px 20px;
    }

    .mp-channel-hero--trade-show h1 {
        font-size: 34px;
    }

    .mp-channel-stats--buyer,
    .mp-channel-stats--trade-show {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-channel-stats--buyer div:last-child {
        grid-column: 1 / -1;
    }

    .mp-channel-stats--trade-show dd {
        font-size: 17px;
    }

    .mp-buyer-journey-card ol,
    .mp-buyer-service-grid,
    .mp-buyer-workflow,
    .mp-buyer-support-grid,
    .mp-trade-zone-grid,
    .mp-trade-program-grid {
        grid-template-columns: 1fr;
    }

    .mp-buyer-workflow article::after {
        display: none !important;
    }

    .mp-service-panel,
    .mp-trade-audience {
        padding: 18px;
    }

    .mp-buyer-service-grid > a {
        min-height: 205px;
    }

    .mp-buyer-support-grid article {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 14px;
        padding: 20px;
    }

    .mp-buyer-support-grid article > span {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .mp-trade-intro__image {
        min-height: 230px;
    }

    .mp-trade-intro__copy {
        padding: 24px 20px;
    }

    .mp-trade-intro__copy h2 {
        font-size: 22px;
    }

    .mp-market-heading__note {
        display: none;
    }

    .mp-trade-audience figure img {
        aspect-ratio: 1.25 / 1;
    }

    .mp-trade-program-grid article > img {
        height: 205px;
    }

    .mp-trade-registration {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 26px 20px;
        text-align: center;
    }

    .mp-trade-registration__copy > div {
        justify-content: center;
    }

    .mp-trade-registration figure img {
        width: 160px;
        height: 160px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mp-buyer-service-grid > a,
    .mp-trade-zone-grid article,
    .mp-trade-program-grid article {
        transition: none !important;
    }
}

/* Final typography cascade for channel sections declared later in this file. */
.mp-channel-eyebrow,
.mp-channel-stats dt,
.mp-channel-promo-card small,
.mp-channel-action-banner small,
.mp-supplier-showcase__head small,
.mp-featured-event-card__eyebrow,
.mp-trade-show-facts dt,
.mp-trade-program-grid small,
.mp-trade-registration__copy small {
    font-size: var(--mp-type-caption);
}

.mp-channel-hero h1,
.mp-channel-hero--trade-show h1 {
    font-family: var(--mp-type-family);
    font-size: 46px;
}

.mp-channel-hero__main > p {
    font-size: var(--mp-type-body);
}

.mp-channel-stats dd,
.mp-channel-stats--trade-show dd {
    font-size: 28px;
}

.mp-channel-side-panel__heading > div,
.mp-channel-promo-card strong,
.mp-supplier-showcase__head h3,
.mp-featured-event-card h3,
.mp-procurement-service-grid strong,
.mp-buyer-service-grid strong,
.mp-buyer-workflow strong,
.mp-trade-program-grid h3 {
    font-size: var(--mp-type-card-title);
}

.mp-channel-side-panel__heading > a,
.mp-channel-supplier-mini strong,
.mp-channel-side-panel__empty,
.mp-channel-service-grid a strong,
.mp-channel-category-tab strong,
.mp-channel-results-empty span,
.mp-channel-loading span,
.mp-channel-action-banner p,
.mp-supplier-showcase__footer p strong,
.mp-channel-supplier-tile strong,
.mp-event-showcase__overlay > span,
.mp-featured-event-card__body > p,
.mp-event-load-status,
.mp-event-news-list a,
.mp-procurement-brief input,
.mp-procurement-brief select,
.mp-procurement-service-grid p,
.mp-procurement-process strong,
.mp-buyer-journey-card strong,
.mp-market-heading__note,
.mp-buyer-service-grid p,
.mp-buyer-service-grid em,
.mp-buyer-workflow p,
.mp-buyer-support-grid p,
.mp-buyer-support-grid a,
.mp-trade-show-facts dd,
.mp-trade-intro__copy > p,
.mp-trade-intro__highlights span,
.mp-trade-zone-grid strong,
.mp-trade-audience__copy > p,
.mp-trade-program-grid p,
.mp-trade-registration__copy > p,
.mp-trade-legacy-link {
    font-size: var(--mp-type-small);
}

.mp-channel-supplier-mini small,
.mp-channel-promo-card em,
.mp-channel-results-empty strong,
.mp-supplier-showcase__products strong,
.mp-supplier-showcase__no-products,
.mp-channel-supplier-tile small,
.mp-event-showcase__overlay small,
.mp-event-showcase__side-card small,
.mp-event-category-grid__copy small,
.mp-event-news-list time,
.mp-event-news-list__empty,
.mp-procurement-brief .mp-channel-side-panel__heading > small,
.mp-procurement-brief label,
.mp-procurement-brief__note,
.mp-procurement-process p,
.mp-buyer-journey-card small,
.mp-trade-zone-grid p,
.mp-trade-industry-tags span,
.mp-trade-audience figcaption,
.mp-trade-registration__copy > div span,
.mp-trade-registration figcaption {
    font-size: var(--mp-type-caption);
}

.mp-channel-action-banner h2,
.mp-buyer-support-grid h2,
.mp-trade-intro__copy h2,
.mp-trade-registration__copy h2 {
    font-size: var(--mp-type-section);
}

.mp-event-showcase__side-card strong,
.mp-event-category-grid__copy strong,
.mp-procurement-process a > span,
.mp-buyer-service-grid > a > span,
.mp-buyer-workflow article > span,
.mp-trade-zone-grid article > span,
.mp-trade-program-grid article > div > span {
    font-size: 20px;
}

.mp-event-showcase__overlay strong {
    font-family: var(--mp-type-family);
    font-size: 36px;
}

.mp-trade-registration__icon {
    font-size: var(--mp-type-section);
}

@media (max-width: 640px) {
    .mp-channel-hero h1,
    .mp-channel-hero--trade-show h1 {
        font-size: 38px;
    }

    .mp-trade-intro__copy h2 {
        font-size: 26px;
    }
}
