/* ═══════════════════════════════════════
   ChinaHub Premium CSS v2.7
   Alibaba-grade • 10/10 Design
═══════════════════════════════════════ */

/* ── 1. GLOBAL OVERRIDES ── */
:root {
  --or: #FF6A00; --or-d: #E05E00; --or-l: #FF8C33;
  --nv: #001529; --nv2: #002244; --nv3: #003566;
  --gd: #FFB800; --gr: #00A854; --bl: #1677FF;
  --bg: #F0F2F5; --wh: #fff; --bd: #E8E8E8;
  --t1: #1A1A1A; --t2: #555; --t3: #999;
  --sh: 0 2px 12px rgba(0,0,0,.08);
  --sh2: 0 8px 32px rgba(0,0,0,.12);
}
body { background: #F0F2F5; font-family: 'Cairo', 'Segoe UI', Arial, sans-serif; }

/* ── 2. TOP BAR ── */
.ch-top-bar { background: var(--nv) !important; }
.ch-top-bar, .ch-top-bar a, .ch-top-bar span {
  color: rgba(255,255,255,.72) !important; font-size: 12px;
}
.ch-top-bar a:hover { color: var(--gd) !important; }

/* ── 3. HEADER ── */
.ch-header {
  background: #fff !important;
  border-bottom: 2.5px solid var(--or) !important;
  box-shadow: 0 2px 20px rgba(0,0,0,.08) !important;
}
.ch-header.ch-nav-scrolled {
  background: rgba(255,255,255,.97) !important;
  backdrop-filter: blur(20px);
}
.ch-search-wrap {
  border: 2px solid var(--or) !important;
  border-radius: 6px !important;
  overflow: hidden;
  height: 44px;
}
.ch-search-input { font-size: 14px !important; }
.ch-search-btn {
  background: var(--or) !important;
  border-radius: 0 !important;
  min-width: 54px;
  font-size: 19px;
}
.ch-search-btn:hover { background: var(--or-d) !important; }
.ch-cart-action { background: var(--or) !important; }
.ch-cart-action:hover { background: var(--or-d) !important; }
.ch-badge-dot, .ch-cart-count { background: var(--or) !important; }

/* ── 4. CAT NAV ── */
.ch-cat-nav { background: var(--nv) !important; }
.ch-cat-nav-list li a { color: rgba(255,255,255,.82) !important; }
.ch-cat-nav-list li a:hover,
.ch-cat-nav-list li a.active {
  color: var(--gd) !important;
  border-bottom-color: var(--gd) !important;
}

/* ── 5. HERO ── */
.ch-hero-wrap {
  background: linear-gradient(135deg, #001529 0%, #002244 40%, #003566 65%, #0a4a8a 100%);
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.ch-hero-wrap::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 900px 500px at 10% 60%, rgba(255,106,0,.18) 0%, transparent 60%),
    radial-gradient(ellipse 600px 400px at 90% 10%, rgba(255,184,0,.1) 0%, transparent 55%);
  z-index: 0;
}
.ch-hero-wrap::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--or), var(--gd), var(--or), transparent);
}
.ch-hero-slide-bg { opacity: .08 !important; }
.hero-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  gap: 40px;
  min-height: 480px;
  padding: 64px 0;
}
.hero-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,106,0,.15);
  border: 1px solid rgba(255,106,0,.45);
  color: var(--or-l);
  font-size: 12px; font-weight: 700;
  padding: 5px 18px; border-radius: 99px;
  margin-bottom: 14px;
  letter-spacing: .3px;
}
.ch-hero-version-badge {
  background: linear-gradient(135deg, var(--gd), var(--or));
  color: #000; font-size: 11px; font-weight: 800;
  padding: 3px 12px; border-radius: 99px;
  margin-bottom: 14px; margin-right: 8px;
  display: inline-flex; align-items: center;
}
.hero-h {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900; color: #fff;
  line-height: 1.2; margin-bottom: 16px;
  letter-spacing: -.5px;
}
.hero-h span {
  background: linear-gradient(135deg, var(--or), var(--gd));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; display: block;
}
.hero-p {
  color: rgba(255,255,255,.72);
  font-size: 15px; margin-bottom: 28px; line-height: 1.8;
}
.hbtn {
  padding: 14px 30px; border-radius: 6px;
  font-weight: 800; font-size: 15px;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 7px;
  transition: all .22s; white-space: nowrap;
}
.hbtn-primary {
  background: linear-gradient(135deg, var(--or), var(--or-d));
  color: #fff;
  box-shadow: 0 6px 24px rgba(255,106,0,.45);
}
.hbtn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(255,106,0,.55); }
.hbtn-ghost {
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.35);
  color: #fff; backdrop-filter: blur(8px);
}
.hbtn-ghost:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }

/* Hero Stats */
.hero-stats {
  display: grid; grid-template-columns: repeat(4,1fr);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; overflow: hidden;
}
.hero-stat-item {
  padding: 14px 8px; text-align: center;
  background: rgba(255,255,255,.03);
  transition: background .2s;
}
.hero-stat-item:hover { background: rgba(255,106,0,.15); }
.hero-stat-item + .hero-stat-item { border-right: 1px solid rgba(255,255,255,.07); }
[dir=ltr] .hero-stat-item + .hero-stat-item { border-right: none; border-left: 1px solid rgba(255,255,255,.07); }
.hsi-num { font-size: 22px; font-weight: 900; color: var(--gd); margin-bottom: 4px; line-height: 1; }
.hsi-num span { font-size: 13px; color: var(--or-l); }
.hsi-lbl { font-size: 10.5px; color: rgba(255,255,255,.45); }

/* Hero Image */
.hero-img { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-img::before {
  content: '';
  position: absolute;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,106,0,.18) 0%, transparent 70%);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.hero-img img {
  width: 100%; max-width: 460px;
  border-radius: 20px;
  box-shadow: 0 28px 72px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06);
  position: relative; z-index: 1;
  transition: transform .5s;
}
.hero-img img:hover { transform: scale(1.03) translateY(-6px); }

/* Hero controls */
.ch-hero-dot {
  width: 8px; height: 8px; border-radius: 99px;
  background: rgba(255,255,255,.28); transition: all .3s; cursor: pointer;
}
.ch-hero-dot.active { background: var(--or); width: 26px; box-shadow: 0 0 10px rgba(255,106,0,.7); }
.hero-arr {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff; width: 44px; height: 44px;
  border-radius: 50%; transition: all .2s;
}
.hero-arr:hover { background: var(--or); border-color: var(--or); box-shadow: 0 4px 16px rgba(255,106,0,.4); }

/* ── 6. TRUST TICKER ── */
.ch-trust-ticker {
  background: linear-gradient(135deg, var(--nv), var(--nv2));
  padding: 11px 0;
  border-bottom: 2px solid var(--or);
}
.ch-trust-sep { color: var(--or) !important; }
.ch-trust-track span:not(.ch-trust-sep) {
  color: rgba(255,255,255,.78);
  font-size: 12.5px; font-weight: 600;
}

/* ── 7. TIMEZONE BAR — HIDE ── */
.ch-tz-bar, .ch-tz-bar-removed, [class*="ch-tz"] { display: none !important; }

/* ── 8. SECTION HEADERS ── */
.ch-sec-head { margin-bottom: 22px; }
.ch-sec-title {
  font-size: 22px; font-weight: 900; color: var(--t1);
  position: relative; padding-bottom: 12px;
  display: inline-block;
}
.ch-sec-title::after {
  content: '';
  position: absolute; bottom: 0; right: 0;
  width: 44px; height: 3px;
  background: linear-gradient(90deg, var(--or), var(--gd));
  border-radius: 99px;
}
[dir=ltr] .ch-sec-title::after { right: auto; left: 0; }
.ch-sec-link {
  color: var(--or); font-weight: 700; font-size: 13px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 4px;
  transition: gap .2s;
}
.ch-sec-link:hover { gap: 10px; }
.ch-sec-badge-new {
  background: linear-gradient(135deg, var(--or), var(--gd));
  color: #000; font-size: 10px; font-weight: 800;
  padding: 2px 9px; border-radius: 99px;
  vertical-align: middle; margin-right: 6px;
}

/* ── 9. CATEGORIES — BIG COLORED CARDS ── */
.cats-scroll {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 14px !important;
  overflow-x: unset !important;
  padding: 4px 0 16px !important;
  scrollbar-width: none;
}
@media (max-width: 900px) { .cats-scroll { grid-template-columns: repeat(5,1fr) !important; } }
@media (max-width: 600px) { .cats-scroll { grid-template-columns: repeat(4,1fr) !important; gap: 10px !important; } }
@media (max-width: 400px) { .cats-scroll { grid-template-columns: repeat(3,1fr) !important; } }

.cat-item {
  display: flex !important; flex-direction: column !important;
  align-items: center !important; gap: 9px !important;
  text-decoration: none !important;
  min-width: unset !important; max-width: unset !important;
  transition: transform .22s !important;
  padding: 0 !important;
}
.cat-item:hover { transform: translateY(-6px) !important; }

.cat-icon {
  width: 100% !important; aspect-ratio: 1 !important;
  max-width: 100% !important;
  border-radius: 18px !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  font-size: 30px !important;
  box-shadow: 0 6px 20px rgba(0,0,0,.14) !important;
  transition: all .25s !important;
  border: none !important;
  position: relative; overflow: hidden;
}
.cat-icon::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(255,255,255,.1);
  opacity: 0; transition: opacity .2s;
}
.cat-item:hover .cat-icon::after { opacity: 1; }
.cat-item:hover .cat-icon {
  box-shadow: 0 12px 36px rgba(0,0,0,.22) !important;
  transform: scale(1.06) !important;
}
.cat-name {
  font-size: 12px !important; font-weight: 700 !important;
  color: var(--t2) !important;
  text-align: center !important; line-height: 1.3 !important;
  white-space: normal !important;
  overflow: visible !important; text-overflow: unset !important;
  max-width: 100% !important; width: 100%;
}
.cat-item:hover .cat-name { color: var(--or) !important; }

/* ── 10. FLASH SALE ── */
.flash-wrap {
  background: linear-gradient(140deg, #0D0500 0%, #3D0A00 55%, #0D0500 100%);
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(255,60,0,.3);
}
.flash-hd {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px 14px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.flash-ttl { font-size: 21px; font-weight: 900; color: #fff; }
.flash-cd { display: flex; align-items: center; gap: 4px; direction: ltr; }
.flash-cd span:not(.flash-cd-sep) {
  background: rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff; font-size: 24px; font-weight: 900;
  font-family: 'Courier New', monospace;
  padding: 7px 13px; border-radius: 8px;
  min-width: 48px; text-align: center; display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 2px 8px rgba(0,0,0,.4);
}
.flash-cd-sep { color: rgba(255,255,255,.6); font-size: 22px; font-weight: 900; padding: 0 2px; }
.flash-badge {
  background: linear-gradient(135deg, var(--gd), var(--or));
  color: #000 !important; font-weight: 900;
}
.flash-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px; overflow: hidden; transition: all .25s;
  text-decoration: none;
}
.flash-card:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.25);
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
}
.flash-name { color: rgba(255,255,255,.92); font-size: 12px; font-weight: 600; }
.flash-prices b { color: var(--gd); font-size: 15px; font-weight: 900; }
.flash-prices s { color: rgba(255,255,255,.4); font-size: 11px; }

/* ── 11. PRODUCT CARDS ── */
.pc-wrap {
  background: #fff;
  border: 1px solid var(--bd);
  border-radius: 10px; overflow: hidden;
  transition: all .22s; position: relative;
}
.pc-wrap:hover {
  border-color: var(--or);
  box-shadow: 0 10px 36px rgba(255,106,0,.14);
  transform: translateY(-5px);
}
.pc-img-wrap { background: #f8f8f8; overflow: hidden; }
.pc-img { transition: transform .4s !important; }
.pc-wrap:hover .pc-img { transform: scale(1.07) !important; }
.pc-price { color: var(--or) !important; font-size: 17px !important; font-weight: 900 !important; }
.pc-compare { color: var(--t3) !important; text-decoration: line-through; }
.pc-disc {
  background: linear-gradient(135deg, var(--or), var(--or-d)) !important;
  color: #fff !important; font-weight: 800; border-radius: 4px;
  padding: 2px 7px; font-size: 11px;
}
.pc-name { color: var(--t1); font-weight: 600; font-size: 13px; line-height: 1.4; }
.pc-name:hover { color: var(--or); }
.pc-stars { color: var(--gd); font-size: 11px; }
.pc-badge-hot { background: var(--or); color: #fff; }
.pc-badge-new { background: var(--gr); color: #fff; }
.pc-badge-best { background: var(--nv); color: var(--gd); }

/* Add to cart button */
.pc-btn-cart {
  width: 100%; padding: 10px;
  background: linear-gradient(135deg, var(--or), var(--or-d));
  color: #fff; border: none; font-weight: 800; font-size: 13px;
  cursor: pointer; transition: all .2s; display: none;
  font-family: 'Cairo', sans-serif;
  border-radius: 0 0 10px 10px;
}
.pc-wrap:hover .pc-btn-cart { display: block; }
.pc-btn-cart:hover { background: linear-gradient(135deg, var(--or-l), var(--or)); }

/* ── 12. PRODUCT TABS ── */
.prd-tabs { border-bottom: 2px solid var(--bd); margin-bottom: 22px; }
.prd-tab-btn {
  color: var(--t2); font-weight: 600; font-size: 13.5px;
  padding: 11px 22px; border: none; background: none;
  cursor: pointer; position: relative; transition: color .2s;
  font-family: 'Cairo', sans-serif;
}
.prd-tab-btn::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 2px; background: var(--or); transform: scaleX(0); transition: transform .22s;
}
.prd-tab-btn.active { color: var(--or); }
.prd-tab-btn.active::after { transform: scaleX(1); }
.prd-tab-btn:hover { color: var(--or); }

/* ── 13. FLAGS TICKER ── */
.ch-flags-sec { background: #fff; border-top: 1px solid var(--bd); border-bottom: 1px solid var(--bd); padding: 14px 0; }
.ch-flag-emoji { font-size: 20px; }
.ch-flag-name { font-size: 11px; color: var(--t2); font-weight: 600; }

/* ── 14. PARTNERS ── */
.ch-partners-sec { background: #fff; }
.ch-partner-card {
  background: #fff; border: 1px solid var(--bd);
  border-radius: 12px; overflow: hidden; transition: all .22s;
}
.ch-partner-card:hover {
  border-color: var(--or);
  box-shadow: 0 8px 30px rgba(255,106,0,.13);
  transform: translateY(-5px);
}
.ch-tag-cn { background: rgba(255,106,0,.1); color: var(--or); font-size: 11px; font-weight: 600; }
.ch-tag-global { background: rgba(0,168,84,.1); color: var(--gr); font-size: 11px; font-weight: 600; }

/* ── 15. WHY SECTION ── */
.ch-why-sec { background: linear-gradient(180deg, #F0F2F5 0%, #fff 100%); }
.ch-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
@media (max-width: 768px) { .ch-why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .ch-why-grid { grid-template-columns: 1fr; } }
.ch-why-card {
  background: #fff; border: 1px solid var(--bd);
  border-radius: 14px; padding: 26px 22px;
  transition: all .22s; position: relative; overflow: hidden;
}
.ch-why-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--or), var(--gd));
  transform: scaleX(0); transform-origin: right; transition: transform .3s;
}
[dir=ltr] .ch-why-card::before { transform-origin: left; }
.ch-why-card:hover { border-color: var(--or); box-shadow: 0 8px 32px rgba(255,106,0,.1); transform: translateY(-5px); }
.ch-why-card:hover::before { transform: scaleX(1); }
.ch-why-icon-wrap {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12); transition: transform .3s;
}
.ch-why-card:hover .ch-why-icon-wrap { transform: scale(1.1) rotate(-5deg); }
.ch-why-ttl { font-size: 15px; font-weight: 800; color: var(--t1); margin-bottom: 8px; }
.ch-why-sub { font-size: 13px; color: var(--t2); line-height: 1.6; margin-bottom: 12px; }
.ch-why-stat {
  font-size: 13px; font-weight: 900; color: var(--or);
  background: rgba(255,106,0,.08);
  display: inline-block; padding: 3px 14px; border-radius: 99px;
}

/* ── 16. REVIEWS ── */
.ch-reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
@media (max-width: 768px) { .ch-reviews-grid { grid-template-columns: 1fr; } }
.ch-review-card {
  background: #fff; border: 1px solid var(--bd);
  border-radius: 14px; padding: 22px; transition: all .22s;
}
.ch-review-card:hover {
  border-color: var(--or);
  box-shadow: 0 8px 28px rgba(255,106,0,.1);
  transform: translateY(-4px);
}
.ch-review-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  font-size: 18px; font-weight: 900; color: #fff;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

/* ── 17. CTA STRIP ── */
.ch-cta-strip {
  background: linear-gradient(135deg, var(--nv) 0%, #002f5e 50%, var(--nv2) 100%);
  padding: 64px 0; position: relative; overflow: hidden;
}
.ch-cta-strip::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 700px 400px at 85% 50%, rgba(255,106,0,.12) 0%, transparent 60%);
}
.ch-cta-strip::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--or), var(--gd), var(--or), transparent);
}
.ch-cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap; position: relative; z-index: 1;
}
.ch-cta-h { font-size: 30px; font-weight: 900; color: #fff; margin-bottom: 10px; letter-spacing: -.5px; }
.ch-cta-p { font-size: 15px; color: rgba(255,255,255,.65); line-height: 1.8; }
.ch-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
.ch-cta-btn {
  background: linear-gradient(135deg, var(--or), var(--or-d));
  color: #fff; padding: 15px 36px; border-radius: 8px;
  font-weight: 900; font-size: 16px; text-decoration: none;
  box-shadow: 0 6px 24px rgba(255,106,0,.45); transition: all .22s;
  display: inline-block; white-space: nowrap;
}
.ch-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(255,106,0,.55); }
.ch-cta-btn-ghost {
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.3);
  color: #fff; padding: 13px 26px; border-radius: 8px;
  font-weight: 700; font-size: 14px; text-decoration: none;
  display: inline-block; transition: all .22s; white-space: nowrap;
}
.ch-cta-btn-ghost:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
@media (max-width: 768px) {
  .ch-cta-inner { flex-direction: column; text-align: center; }
  .ch-cta-btns { justify-content: center; }
  .ch-cta-h { font-size: 24px; }
}

/* ── 18. FOOTER ── */
.ch-footer { background: var(--nv) !important; }
.ch-footer-top { border-bottom: 1px solid rgba(255,255,255,.07); }
.ch-footer-h { color: #fff !important; font-weight: 800 !important; font-size: 14px; }
.ch-footer-link { color: rgba(255,255,255,.5) !important; }
.ch-footer-link:hover { color: var(--or) !important; }
.ch-footer-bottom { background: rgba(0,0,0,.25); border-top: 1px solid rgba(255,255,255,.06); }
.ch-footer-copy { color: rgba(255,255,255,.4); font-size: 12px; }
.ch-footer-logo-txt { font-size: 26px; font-weight: 900; }
.ch-footer-logo-txt b { color: var(--or); }

/* ── 19. WHATSAPP FLOAT ── */
.ch-wa-float {
  position: fixed; bottom: 80px; left: 24px;
  width: 56px; height: 56px;
  background: #25D366; color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.5); z-index: 999;
  transition: all .22s; text-decoration: none;
}
[dir=rtl] .ch-wa-float { left: auto; right: 24px; }
.ch-wa-float:hover { transform: scale(1.12); box-shadow: 0 8px 32px rgba(37,211,102,.65); }
.ch-wa-float::before {
  content: ''; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(37,211,102,.4);
  animation: wap 2s ease-in-out infinite;
}
@keyframes wap { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.2);opacity:0} }

/* ── 20. VERSION BAR ── */
#ch-ver-bar { background: linear-gradient(135deg, var(--nv), #001f40); border-bottom: 1px solid rgba(255,106,0,.3); }
.ch-ver-badge { background: linear-gradient(135deg, var(--or), var(--gd)); color: #000; font-weight: 900; }
.ch-ver-cta { background: var(--or) !important; color: #fff; border-radius: 4px; font-weight: 700; }

/* ── 21. SCROLL TOP ── */
#ch-scroll-top { background: var(--or) !important; box-shadow: 0 4px 16px rgba(255,106,0,.4); }
#ch-scroll-top:hover { background: var(--or-d) !important; }

/* ── 22. REVEAL ── */
.ch-reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.ch-reveal.visible { opacity: 1; transform: none; }

/* ── 23. SEARCH SUGGESTIONS ── */
.ch-sug-price { color: var(--or) !important; font-weight: 700; }
.ch-sug-item:hover { background: rgba(255,106,0,.06); }
.ch-sug-keywords span:hover { border-color: var(--or) !important; color: var(--or) !important; }

/* ── 24. MOBILE ── */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding: 36px 0; gap: 28px; }
  .hero-img { display: none; }
  .hero-h { font-size: 28px; }
  .hero-stats { grid-template-columns: repeat(2,1fr); }
}

/* ══════════════════════════════════════
   v2.7 PATCH — Fix empty space & partners
══════════════════════════════════════ */

/* Force reveal all ch-reveal sections (no JS dependency) */
.ch-reveal { opacity: 1 !important; transform: none !important; }

/* Partners section */
.ch-partners-sec { background: #fff; padding: 28px 0; }
.ch-partners-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 14px; margin-top: 22px;
}
@media(max-width:900px){ .ch-partners-grid { grid-template-columns: repeat(3,1fr) !important; } }
@media(max-width:500px){ .ch-partners-grid { grid-template-columns: repeat(2,1fr) !important; } }
.ch-partner-card {
  background: #fff !important;
  border: 1px solid var(--bd) !important;
  border-radius: 12px !important;
  padding: 0 0 14px !important;
  display: flex !important; flex-direction: column !important;
  align-items: center !important; gap: 10px !important;
  overflow: hidden; transition: all .22s;
  opacity: 1 !important;
}
.ch-partner-card:hover {
  border-color: var(--or) !important;
  box-shadow: 0 8px 28px rgba(255,106,0,.12) !important;
  transform: translateY(-4px) !important;
}
.ch-pc-logo { width: 100%; height: 60px; display: flex; align-items: center; justify-content: center; }
.ch-pc-name { font-size: 11.5px; font-weight: 700; color: var(--t1); padding: 0 8px; text-align: center; }
.ch-pc-tag { font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 99px; }
.ch-tag-cn     { background: rgba(255,106,0,.1); color: var(--or); }
.ch-tag-global { background: rgba(0,168,84,.1);  color: var(--gr); }

/* Flags ticker */
.ch-flags-sec {
  background: #fff;
  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
  padding: 14px 0; overflow: hidden;
}
.ch-flags-title {
  font-size: 13px; font-weight: 700; color: var(--t2);
  text-align: center; margin-bottom: 12px;
}
.ch-flags-ticker {
  overflow: hidden; position: relative;
  padding: 4px 0;
}
.ch-flags-ticker::before,
.ch-flags-ticker::after {
  content: ''; position: absolute; top: 0; bottom: 0;
  width: 80px; z-index: 2; pointer-events: none;
}
.ch-flags-ticker::before { left: 0;  background: linear-gradient(90deg, #fff, transparent); }
.ch-flags-ticker::after  { right: 0; background: linear-gradient(270deg, #fff, transparent); }
.ch-flags-track {
  display: flex; gap: 8px;
  animation: flagScroll 40s linear infinite;
  width: max-content;
}
.ch-flags-track:hover { animation-play-state: paused; }
@keyframes flagScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }
[dir=rtl] .ch-flags-track { animation-direction: reverse; }
.ch-flag-item {
  display: flex; align-items: center; gap: 5px;
  padding: 6px 12px; border-radius: 99px;
  background: #F5F5F5; border: 1px solid var(--bd);
  white-space: nowrap; transition: all .18s;
}
.ch-flag-item:hover { background: rgba(255,106,0,.08); border-color: var(--or); }
.ch-flag-emoji { font-size: 16px; }
.ch-flag-name  { font-size: 11px; font-weight: 600; color: var(--t2); }

/* Stats section */
.ch-stats-row {
  display: grid !important;
  grid-template-columns: repeat(4,1fr) !important;
  gap: 16px; padding: 8px 0;
}
@media(max-width:600px){ .ch-stats-row { grid-template-columns: repeat(2,1fr) !important; } }
.ch-stat-box {
  background: #fff; border: 1px solid var(--bd);
  border-radius: 14px; padding: 28px 16px;
  text-align: center; transition: all .22s;
  position: relative; overflow: hidden;
}
.ch-stat-box::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--or), var(--gd));
}
.ch-stat-box:hover { border-color: var(--or); box-shadow: 0 8px 28px rgba(255,106,0,.1); transform: translateY(-4px); }
.ch-stat-num { font-size: 32px !important; font-weight: 900 !important; color: var(--or) !important; margin-bottom: 6px !important; }
.ch-stat-lbl { font-size: 13px; color: var(--t2); font-weight: 600; }

/* CTA section */
.ch-cta-sec {
  background: linear-gradient(135deg, var(--nv), var(--nv2));
  padding: 56px 0; text-align: center;
  position: relative; overflow: hidden;
}
.ch-cta-sec::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: linear-gradient(90deg, transparent, var(--or), var(--gd), var(--or), transparent);
}
.ch-cta-sec h2 { color: #fff !important; }
.ch-cta-sec p  { color: rgba(255,255,255,.75) !important; }
.ch-cta-btns   { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.ch-btn-white  { background: #fff; color: var(--or) !important; font-weight: 900; padding: 13px 28px; border-radius: 6px; text-decoration: none; font-size: 15px; transition: all .2s; display: inline-block; }
.ch-btn-white:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255,255,255,.3); }
.ch-btn-dark   { background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.3); color: #fff !important; font-weight: 700; padding: 12px 24px; border-radius: 6px; text-decoration: none; font-size: 14px; transition: all .2s; display: inline-block; }
.ch-btn-dark:hover  { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.ch-section-gap { margin-top: 32px !important; }
