/*
Theme Name: HXJC Mask Factory
Theme URI: https://hxjcmask.com/
Author: Jiangxi HXJC Mask Factory
Description: A fast, conversion-focused B2B WordPress theme for international latex mask manufacturing inquiries.
Version: 1.5.6
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: hxjc
*/

:root {
  --hx-orange: #ff6a00;
  --hx-orange-2: #ff8a1f;
  --hx-ink: #0b0c0e;
  --hx-charcoal: #15171b;
  --hx-muted: #69707d;
  --hx-line: #e7e8eb;
  --hx-paper: #f6f7f8;
  --hx-white: #fff;
  --hx-max: 1180px;
  --hx-radius: 18px;
  --hx-shadow: 0 18px 55px rgba(11,12,14,.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--hx-ink); background: var(--hx-white); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hx-container { width: min(calc(100% - 40px), var(--hx-max)); margin-inline: auto; }
.hx-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.hx-section { padding: 96px 0; }
.hx-section--soft { background: var(--hx-paper); }
.hx-section--dark { color: #fff; background: var(--hx-charcoal); }
.hx-eyebrow { margin: 0 0 12px; color: var(--hx-orange); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
.hx-title { max-width: 760px; margin: 0 0 18px; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.hx-section-title { margin: 0 0 14px; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; letter-spacing: -.035em; }
.hx-lead { max-width: 720px; margin: 0; color: var(--hx-muted); font-size: 18px; }
.hx-section--dark .hx-lead { color: #b8bec8; }
.hx-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 44px; }
.hx-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 800; transition: .2s ease; }
.hx-btn:hover { transform: translateY(-2px); }
.hx-btn--primary { color: #fff; background: var(--hx-orange); box-shadow: 0 12px 28px rgba(255,106,0,.24); }
.hx-btn--primary:hover { background: var(--hx-orange-2); }
.hx-btn--outline { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.14); }
.hx-btn--dark { color: #fff; background: var(--hx-ink); }
.hx-btn--wide { min-width: 220px; }

.hx-topbar { padding: 8px 0; color: #d9dce2; background: #070809; font-size: 13px; }
.hx-topbar__inner { display: flex; justify-content: space-between; gap: 18px; }
.hx-topbar-actions { display: flex; align-items: center; gap: 13px; }
.hx-language { display: inline-flex; align-items: center; gap: 5px; color: #fff; }
.hx-language select { width: auto; padding: 0 18px 0 3px; border: 0; color: #fff; background: #050505; font: inherit; cursor: pointer; outline: none; }
.hx-language select:focus { box-shadow: 0 0 0 2px var(--hx-orange); }
.hx-language option { color: #111; background: #fff; }
.hx-header { position: sticky; top: 0; z-index: 50; background: rgba(11,12,14,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.hx-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.hx-brand { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 900; line-height: 1.05; letter-spacing: -.02em; }
.hx-brand__mark { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 12px; color: #fff; background: var(--hx-orange); font-size: 13px; }
.hx-brand small { display: block; margin-top: 4px; color: #aeb3bc; font-weight: 600; letter-spacing: .04em; font-size: 10px; text-transform: uppercase; }
.hx-menu { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; color: #e6e8ec; font-size: 14px; font-weight: 700; }
.hx-menu a:hover { color: var(--hx-orange); }
.hx-menu-toggle { display: none; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: transparent; font-size: 22px; }
.hx-header .hx-nav { width: min(calc(100% - 56px), 1280px); min-height: 88px; gap: 20px; }
.hx-header .hx-brand { flex: 0 0 auto; white-space: nowrap; }
.hx-header .hx-brand > span:last-child { font-size: 15px; line-height: 1.08; }
.hx-header .hx-brand small { margin-top: 5px; font-size: 9px; line-height: 1.15; }
.hx-header nav { flex: 1 1 auto; min-width: 0; }
.hx-header .hx-menu { justify-content: center; gap: clamp(14px, 1.45vw, 23px); font-size: 13px; }
.hx-header .hx-menu li, .hx-header .hx-menu a { flex: 0 0 auto; white-space: nowrap; }
.hx-header .hx-menu a { display: flex; min-height: 88px; align-items: center; line-height: 1.15; }
.hx-header .hx-nav > .hx-btn { flex: 0 0 auto; min-width: 160px; min-height: 52px; padding-inline: 24px; line-height: 1.15; }

.hx-hero { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #090a0b; }
.hx-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,8,.98) 0%, rgba(6,7,8,.91) 35%, rgba(6,7,8,.2) 72%, rgba(6,7,8,.08) 100%), url("assets/images/hxjc-mask-hero.png") 70% center/cover no-repeat; }
.hx-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(0,0,0,.52)); }
.hx-hero__content { position: relative; z-index: 2; max-width: 690px; padding: 110px 0 74px; }
.hx-hero__lead { max-width: 620px; margin: 0 0 30px; color: #d7d9de; font-size: clamp(17px, 2vw, 21px); }
.hx-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hx-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 46px; }
.hx-badge { padding: 7px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #dfe2e7; background: rgba(255,255,255,.06); font-size: 12px; font-weight: 800; letter-spacing: .05em; }

/* Wholesale product purchase experience */
.hx-commerce { color: #17191d; background: #f6f7f9; }
.hx-product-shell { padding: 28px 0 68px; }
.hx-product-crumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #7c828b; font-size: 12px; }
.hx-product-crumbs a { color: #666c75; }
.hx-product-crumbs strong { max-width: 48ch; overflow: hidden; color: #22252a; text-overflow: ellipsis; white-space: nowrap; }
.hx-buy-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(520px,1.08fr); gap: 46px; align-items: start; }
.hx-product-gallery { position: sticky; top: 114px; }
.hx-product-gallery__main { position: relative; overflow: hidden; aspect-ratio: 1/1; border: 1px solid #e2e4e8; border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(20,25,32,.07); }
.hx-product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.hx-origin-badge { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; color: #fff; background: rgba(15,17,20,.82); backdrop-filter: blur(8px); font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.hx-trust-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 12px; }
.hx-trust-strip span { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 48px; padding: 9px; border: 1px solid #e2e4e8; border-radius: 12px; color: #5c626b; background: #fff; font-size: 11px; font-weight: 800; text-align: center; }
.hx-trust-strip i { color: var(--hx-orange); }
.hx-buy-panel { padding: clamp(24px,3.2vw,40px); border: 1px solid #e1e3e7; border-radius: 22px; background: #fff; box-shadow: 0 14px 42px rgba(20,25,32,.075); }
.hx-product-kicker { margin-bottom: 10px; color: var(--hx-orange); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.hx-buy-panel h1 { max-width: 20ch; margin: 0 0 10px; font-size: clamp(30px,3.3vw,46px); line-height: 1.04; letter-spacing: -.045em; }
.hx-product-summary { margin: 0; color: #69707a; font-size: 14px; line-height: 1.65; }
.hx-rating-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 15px 0 22px; color: #777d86; font-size: 12px; }
.hx-stars { color: #f08a1d; letter-spacing: 1px; }
.hx-rating-row strong { color: #24272c; }
.hx-rating-row__divider { width: 1px; height: 14px; margin: 0 4px; background: #d9dce1; }
.hx-live-price { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; border-radius: 14px 14px 0 0; color: #fff; background: linear-gradient(105deg,#191b20,#292d34); }
.hx-live-price div { display: flex; align-items: baseline; gap: 8px; }
.hx-live-price div>span { color: #b9bec7; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hx-live-price strong { font-size: 28px; letter-spacing: -.035em; }
.hx-live-price small { color: #c4c8cf; font-weight: 700; }
.hx-tier-pill { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #ffd6b8; background: rgba(239,106,22,.18); font-size: 10px; font-weight: 900; text-align: center; }
.hx-tier-table { overflow: hidden; border: 1px solid #e3e5e9; border-top: 0; border-radius: 0 0 14px 14px; }
.hx-tier-table__head,.hx-tier-table button { display: grid; grid-template-columns: 1fr 1fr; width: 100%; padding: 10px 16px; border: 0; border-bottom: 1px solid #eceef1; color: #444a53; background: #fff; font: inherit; font-size: 12px; text-align: left; cursor: pointer; transition: .18s ease; }
.hx-tier-table__head { color: #8a9098; background: #f6f7f9; font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; cursor: default; }
.hx-tier-table button:last-child { border-bottom: 0; }
.hx-tier-table button strong,.hx-tier-table__head span:last-child { text-align: right; }
.hx-tier-table button:hover { background: #fff8f2; }
.hx-tier-table button.is-active { color: #b94b08; background: #fff1e8; box-shadow: inset 3px 0 var(--hx-orange); }
.hx-order-box { margin-top: 16px; padding: 18px; border: 1px solid #e2e4e8; border-radius: 14px; background: #fbfbfc; }
.hx-quantity-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hx-quantity-row label { display: grid; gap: 3px; font-size: 13px; font-weight: 900; }
.hx-quantity-row label small { color: #8a9098; font-size: 10px; font-weight: 700; }
.hx-stepper { display: grid; grid-template-columns: 38px 74px 38px; overflow: hidden; border: 1px solid #cfd3d9; border-radius: 9px; background: #fff; }
.hx-stepper button,.hx-stepper input { height: 38px; border: 0; background: #fff; font: inherit; text-align: center; }
.hx-stepper button { color: #3d424a; font-size: 20px; cursor: pointer; }
.hx-stepper input { width: 74px; border-inline: 1px solid #e0e3e7; font-size: 13px; font-weight: 900; appearance: textfield; }
.hx-calculation { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: 15px; padding-top: 15px; border-top: 1px dashed #d8dbe0; color: #777d86; font-size: 11px; }
.hx-calculation>div { display: grid; gap: 2px; text-align: right; }
.hx-calculation>div strong { color: #17191d; font-size: 24px; letter-spacing: -.035em; }
.hx-account-note,.hx-quote-alert { display: flex; gap: 8px; margin-top: 12px; padding: 10px 12px; border-radius: 9px; color: #5e6670; background: #eef5ff; font-size: 11px; line-height: 1.5; }
.hx-account-note i { margin-top: 2px; color: #2369b0; }
.hx-quote-alert { display: grid; color: #8c3c10; background: #fff0e6; }
.hx-quote-alert[hidden] { display: none; }
.hx-buy-actions { display: grid; grid-template-columns: 1.2fr 1fr; gap: 10px; margin-top: 14px; }
.hx-buy-actions .hx-btn { min-height: 48px; padding: 12px 16px; border-radius: 9px; font-size: 12px; }
.hx-add-cart { border: 1px solid var(--hx-orange); color: var(--hx-orange); background: #fff; }
.hx-oem-button { grid-column: 1/-1; border: 1px solid #cfd3d9; color: #333840; background: #f7f8fa; }
.hx-buy-actions button:disabled { border-color: #d7d9dd; color: #92979f; background: #e9ebee; cursor: not-allowed; }
.hx-payment-note { margin: 11px 0 0; color: #8a9098; font-size: 10px; text-align: center; }
.hx-payment-note i { color: #2f8b55; }
.hx-account-levels { padding: 64px 0; border-block: 1px solid #e1e3e7; background: #fff; }
.hx-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 28px; }
.hx-section-heading h2 { margin: 5px 0 0; font-size: clamp(28px,4vw,42px); letter-spacing: -.04em; }
.hx-section-heading>p { max-width: 48ch; margin: 0; color: #737982; }
.hx-level-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.hx-level-grid article { display: grid; min-height: 150px; align-content: end; padding: 20px; border: 1px solid #e1e3e7; border-radius: 14px; background: #f8f9fa; transition: .2s ease; }
.hx-level-grid article>span { margin-bottom: auto; color: #999fa7; font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.hx-level-grid article strong { margin-bottom: 4px; font-size: 17px; }
.hx-level-grid article small { color: #7a8088; }
.hx-level-grid article.is-active { border-color: var(--hx-orange); background: #fff3eb; box-shadow: 0 12px 28px rgba(239,106,22,.1); transform: translateY(-4px); }
.hx-level-grid article.is-active>span { color: var(--hx-orange); }
.hx-factory-quote { padding: 54px 0; color: #fff; background: #17191d; }
.hx-factory-quote .hx-container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hx-factory-quote span { color: #f6a36f; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hx-factory-quote h2 { margin: 7px 0; font-size: clamp(27px,4vw,42px); letter-spacing: -.04em; }
.hx-factory-quote p { margin: 0; color: #aeb3bb; }
.hx-factory-quote .hx-btn { flex: 0 0 auto; }
.hx-cart-toast { position: fixed; right: 22px; bottom: 22px; z-index: 999; display: flex; align-items: center; gap: 12px; max-width: min(380px,calc(100vw - 44px)); padding: 16px 18px; border-radius: 13px; color: #fff; background: #1f8a52; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.hx-cart-toast[hidden] { display: none; }
.hx-cart-toast>i { font-size: 22px; }
.hx-cart-toast div { display: grid; gap: 2px; }
.hx-cart-toast span { color: #d8f4e4; font-size: 11px; }

@media (max-width: 980px) {
  .hx-buy-grid { grid-template-columns: 1fr; }
  .hx-product-gallery { position: static; max-width: 680px; margin: auto; }
  .hx-level-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .hx-product-shell { padding-top: 18px; }
  .hx-buy-grid { gap: 24px; }
  .hx-buy-panel { padding: 20px 16px; border-radius: 16px; }
  .hx-live-price { align-items: flex-start; }
  .hx-live-price div { display: grid; gap: 2px; }
  .hx-tier-table__head,.hx-tier-table button { padding-inline: 12px; }
  .hx-quantity-row,.hx-section-heading,.hx-factory-quote .hx-container { align-items: stretch; flex-direction: column; }
  .hx-buy-actions { grid-template-columns: 1fr; }
  .hx-oem-button { grid-column: auto; }
  .hx-level-grid { grid-template-columns: 1fr 1fr; }
  .hx-level-grid article { min-height: 132px; padding: 16px; }
  .hx-factory-quote .hx-btn { width: 100%; }
}

.hx-stats { position: relative; z-index: 3; margin-top: -54px; }
.hx-stats__grid { display: grid; grid-template-columns: repeat(5,1fr); border-radius: var(--hx-radius); overflow: hidden; background: #fff; box-shadow: var(--hx-shadow); }
.hx-stat { min-height: 135px; display: grid; align-content: center; padding: 24px; border-right: 1px solid var(--hx-line); }
.hx-stat:last-child { border-right: 0; }
.hx-stat strong { display: block; margin-bottom: 5px; color: var(--hx-orange); font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.hx-stat span { color: var(--hx-muted); font-weight: 700; font-size: 13px; }

.hx-grid { display: grid; gap: 24px; }
.hx-grid--3 { grid-template-columns: repeat(3,1fr); }
.hx-grid--2 { grid-template-columns: repeat(2,1fr); }
.hx-card { position: relative; overflow: hidden; border: 1px solid var(--hx-line); border-radius: var(--hx-radius); background: #fff; box-shadow: 0 8px 30px rgba(15,17,20,.04); }
.hx-product-card { min-height: 340px; display: flex; flex-direction: column; justify-content: end; padding: 28px; color: #fff; background: #191b20; }
.hx-product-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,5,6,.96), rgba(4,5,6,.1) 75%), var(--card-image, url("assets/images/hxjc-mask-hero.png")) var(--card-pos, center)/cover; transform: scale(1.01); transition: transform .4s ease; }
.hx-product-card:hover::before { transform: scale(1.06); }
.hx-product-card > * { position: relative; z-index: 1; }
.hx-product-card h3 { margin: 0 0 4px; font-size: 24px; }
.hx-product-card p { margin: 0; color: #cfd3da; font-size: 14px; }
.hx-feature { padding: 28px; }
.hx-feature__icon { display: grid; width: 46px; height: 46px; margin-bottom: 22px; place-items: center; border-radius: 13px; color: var(--hx-orange); background: #fff0e6; font-weight: 900; }
.hx-feature h3 { margin: 0 0 8px; font-size: 19px; }
.hx-feature p { margin: 0; color: var(--hx-muted); }
.hx-process { counter-reset: process; display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.hx-process__step { position: relative; padding: 22px 16px; border: 1px solid #30343b; border-radius: 14px; background: #1b1e23; }
.hx-process__step::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 18px; color: var(--hx-orange); font-weight: 900; font-size: 13px; }
.hx-process__step strong { display: block; font-size: 14px; line-height: 1.4; }
.hx-gallery { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: repeat(2,220px); gap: 18px; }
.hx-gallery__item { display: flex; align-items: end; padding: 22px; overflow: hidden; border-radius: var(--hx-radius); color: #fff; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent), var(--gallery, #2d3036); background-size: cover; background-position: center; font-weight: 800; }
.hx-gallery__item:first-child { grid-row: 1 / 3; }
.hx-gallery__item:nth-child(1) { --gallery: linear-gradient(135deg,#17191d,#3c4149); }
.hx-gallery__item:nth-child(2) { --gallery: linear-gradient(135deg,#331b0c,#a34300); }
.hx-gallery__item:nth-child(3) { --gallery: linear-gradient(135deg,#282b31,#5e6570); }
.hx-gallery__item:nth-child(4) { --gallery: linear-gradient(135deg,#5e2600,#e45e00); }
.hx-gallery__item:nth-child(5) { --gallery: linear-gradient(135deg,#1b1d21,#393d44); }
.hx-cta { padding: 76px 0; color: #fff; text-align: center; background: radial-gradient(circle at 50% 0, #ff923f 0, var(--hx-orange) 46%, #e04e00 100%); }
.hx-cta h2 { max-width: 780px; margin: 0 auto 14px; font-size: clamp(32px, 5vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.hx-cta p { margin: 0 auto 28px; font-size: 18px; }

.hx-page-hero { padding: 92px 0 82px; color: #fff; background: radial-gradient(circle at 80% 0, #3b1e0b, transparent 35%), #101216; }
.hx-page-hero--catalog { background: radial-gradient(circle at 83% 10%, rgba(255,106,0,.3), transparent 28%), linear-gradient(135deg,#101216,#1b1d22); }
.hx-page-hero--company { background: radial-gradient(circle at 80% 0, rgba(255,106,0,.26), transparent 32%), linear-gradient(135deg,#0b0c0e,#202329); }
.hx-page-hero .hx-lead { color: #c7cbd2; }
.hx-breadcrumbs { margin-bottom: 24px; color: #aeb4be; font-size: 13px; }
.hx-breadcrumbs a { color: var(--hx-orange); }
.hx-content { color: #30343a; }
.hx-content h2 { margin-top: 44px; font-size: 32px; line-height: 1.2; letter-spacing: -.025em; }
.hx-content h3 { margin-top: 30px; font-size: 23px; }
.hx-content ul { padding-left: 20px; }
.hx-specs { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin: 36px 0; }
.hx-spec { padding: 22px; border-radius: 14px; background: var(--hx-paper); }
.hx-spec strong { display: block; color: var(--hx-orange); font-size: 22px; }
.hx-faq details { margin-bottom: 12px; padding: 18px 20px; border: 1px solid var(--hx-line); border-radius: 12px; background: #fff; }
.hx-faq summary { cursor: pointer; font-weight: 800; }
.hx-faq p { color: var(--hx-muted); }

.hx-catalog-summary { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hx-catalog-summary span { padding: 10px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #cbd0d7; background: rgba(255,255,255,.05); font-size: 13px; }
.hx-catalog-summary strong { color: #fff; }
.hx-catalog-section { padding-top: 58px; }
.hx-catalog-toolbar { position: sticky; top: 88px; z-index: 10; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; padding: 12px; border: 1px solid var(--hx-line); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(11,12,14,.07); backdrop-filter: blur(12px); }
.hx-filter { min-height: 40px; padding: 0 17px; border: 0; border-radius: 999px; color: #454b55; background: transparent; cursor: pointer; font-weight: 800; font-size: 13px; }
.hx-filter:hover, .hx-filter.is-active { color: #fff; background: var(--hx-orange); }
.hx-catalog-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.hx-catalog-card { overflow: hidden; border: 1px solid var(--hx-line); border-radius: 18px; background: #fff; box-shadow: 0 8px 26px rgba(11,12,14,.055); transition: transform .25s ease, box-shadow .25s ease; }
.hx-catalog-card:hover { transform: translateY(-5px); box-shadow: var(--hx-shadow); }
.hx-catalog-card[hidden] { display: none; }
.hx-catalog-card__media { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #eceef1; }
.hx-catalog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.hx-catalog-card:hover .hx-catalog-card__media img { transform: scale(1.045); }
.hx-catalog-card__media > span { position: absolute; top: 14px; left: 14px; padding: 6px 10px; border-radius: 999px; color: #fff; background: rgba(11,12,14,.78); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hx-catalog-card__body { padding: 20px; }
.hx-catalog-card__body h2 { margin: 0 0 8px; font-size: 19px; line-height: 1.2; letter-spacing: -.02em; }
.hx-catalog-card__body p { min-height: 67px; margin: 0 0 16px; color: var(--hx-muted); font-size: 13px; line-height: 1.55; }
.hx-catalog-card__body a { color: var(--hx-orange); font-size: 13px; font-weight: 900; }
.hx-empty-state { padding: 50px; color: var(--hx-muted); text-align: center; }
.hx-feature-band { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hx-feature-band__items { display: grid; gap: 12px; }
.hx-feature-band__items div { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: center; padding: 18px; border: 1px solid var(--hx-line); border-radius: 14px; background: #fff; }
.hx-feature-band__items strong { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; color: #fff; background: var(--hx-orange); }
.hx-feature-band__items span { font-weight: 800; }
.hx-company-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.hx-company-card { padding: 26px 22px; border: 1px solid var(--hx-line); border-radius: 16px; background: #fff; box-shadow: 0 7px 24px rgba(11,12,14,.04); }
.hx-company-card > strong { display: block; margin-bottom: 28px; color: var(--hx-orange); font-size: 14px; letter-spacing: .08em; }
.hx-company-card h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.25; }
.hx-company-card p { margin: 0; color: var(--hx-muted); font-size: 14px; }
.hx-capability-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hx-capability-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hx-capability-stats div { padding: 26px; border: 1px solid #30343b; border-radius: 15px; background: #1b1e23; }
.hx-capability-stats strong { display: block; color: var(--hx-orange); font-size: 28px; line-height: 1.1; }
.hx-capability-stats span { color: #bdc2ca; font-size: 13px; }

.hx-form-card { padding: clamp(24px,5vw,48px); border: 1px solid var(--hx-line); border-radius: 24px; background: #fff; box-shadow: var(--hx-shadow); }
.hx-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.hx-field--full { grid-column: 1 / -1; }
.hx-field label { display: block; margin-bottom: 7px; font-weight: 800; font-size: 14px; }
.hx-field input, .hx-field select, .hx-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfd3da; border-radius: 9px; background: #fff; outline: none; }
.hx-field input:focus, .hx-field select:focus, .hx-field textarea:focus { border-color: var(--hx-orange); box-shadow: 0 0 0 3px rgba(255,106,0,.13); }
.hx-field textarea { min-height: 140px; resize: vertical; }
.hx-form-note { margin: 16px 0 0; color: var(--hx-muted); font-size: 13px; }
.hx-alert { margin-bottom: 20px; padding: 14px 16px; border-radius: 9px; background: #fff0e6; color: #8a3300; }
.hx-trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 42px; color: var(--hx-muted); font-weight: 800; }

.hx-footer { padding: 72px 0 26px; color: #c1c5cc; background: #0a0b0d; }
.hx-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.hx-footer h3 { color: #fff; font-size: 16px; }
.hx-footer ul { margin: 0; padding: 0; list-style: none; }
.hx-footer li { margin-bottom: 9px; }
.hx-footer a:hover { color: var(--hx-orange); }
.hx-payment-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 42px; padding: 22px 0; border-top: 1px solid #25282e; border-bottom: 1px solid #25282e; }
.hx-payment-row strong { display: block; color: #fff; font-size: 13px; text-transform: uppercase; }
.hx-payment-row span { display: block; color: #7f858e; font-size: 11px; }
.hx-payment-logos { display: flex; align-items: center; gap: 12px; }
.hx-payment-logos img { width: 58px; height: 32px; padding: 6px 9px; object-fit: contain; border: 1px solid #30343a; border-radius: 4px; background: #14171b; }
.hx-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 24px; border-top: 1px solid #25282e; font-size: 13px; }

@media (max-width: 1120px) {
  .hx-header .hx-nav { min-height: 80px; }
  .hx-menu-toggle { display: block; flex: 0 0 44px; }
  .hx-header nav { position: static; flex: 0 0 auto; }
  .hx-header .hx-menu { position: absolute; inset: 80px 28px auto; display: none; padding: 20px; flex-direction: column; align-items: stretch; gap: 5px; border: 1px solid #30343a; border-radius: 14px; background: #111318; box-shadow: var(--hx-shadow); }
  .hx-header .hx-menu.is-open { display: flex; }
  .hx-header .hx-menu a { min-height: 46px; padding: 0 12px; }
  .hx-header .hx-nav > .hx-btn { display: none; }
}

@media (max-width: 960px) {
  .hx-menu-toggle { display: block; }
  .hx-menu { position: absolute; inset: 80px 20px auto; display: none; padding: 18px; flex-direction: column; align-items: stretch; border: 1px solid #30343a; border-radius: 14px; background: #111318; box-shadow: var(--hx-shadow); }
  .hx-menu.is-open { display: flex; }
  .hx-nav > .hx-btn { display: none; }
  .hx-stats__grid { grid-template-columns: repeat(3,1fr); }
  .hx-stat { border-bottom: 1px solid var(--hx-line); }
  .hx-grid--3 { grid-template-columns: repeat(2,1fr); }
  .hx-catalog-grid { grid-template-columns: repeat(3,1fr); }
  .hx-company-grid { grid-template-columns: repeat(3,1fr); }
  .hx-process { grid-template-columns: repeat(3,1fr); }
  .hx-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .hx-container, .hx-narrow { width: min(calc(100% - 28px), var(--hx-max)); }
  .hx-section { padding: 68px 0; }
  .hx-topbar__inner span:last-child { display: none; }
  .hx-brand small { display: none; }
  .hx-hero { min-height: 650px; }
  .hx-hero::before { background: linear-gradient(90deg, rgba(6,7,8,.98), rgba(6,7,8,.75)), url("assets/images/hxjc-mask-hero.png") 68% center/cover no-repeat; }
  .hx-stats__grid { grid-template-columns: repeat(2,1fr); }
  .hx-stat { min-height: 110px; padding: 18px; }
  .hx-stat strong { font-size: 24px; }
  .hx-heading-row { display: block; }
  .hx-grid--3, .hx-grid--2, .hx-form-grid, .hx-footer__grid { grid-template-columns: 1fr; }
  .hx-catalog-toolbar { top: 82px; flex-wrap: nowrap; overflow-x: auto; }
  .hx-filter { flex: 0 0 auto; }
  .hx-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
  .hx-catalog-card__body { padding: 16px; }
  .hx-catalog-card__body h2 { font-size: 16px; }
  .hx-catalog-card__body p { min-height: 0; }
  .hx-feature-band, .hx-capability-layout { grid-template-columns: 1fr; gap: 38px; }
  .hx-company-grid { grid-template-columns: 1fr; }
  .hx-product-card { min-height: 300px; }
  .hx-process { grid-template-columns: repeat(2,1fr); }
  .hx-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 180px 180px; }
  .hx-gallery__item:first-child { grid-column: 1 / -1; grid-row: auto; }
  .hx-specs { grid-template-columns: repeat(2,1fr); }
  .hx-footer__bottom { flex-direction: column; }
  .hx-payment-row { align-items: flex-start; flex-direction: column; }
  .hx-payment-logos { flex-wrap: wrap; }
}
