/*
Theme Name: Liaoning Elementor
Theme URI: https://example.com/liaoning-elementor
Author: Codex
Description: 辽宁全球跨境产业协同发展服务平台 — 2026 Alibaba 风格独立主题。可选 Elementor 编辑，也可仅用 PHP 默认渲染 + 自定义器字段 + 短代码。无 Flatsome 依赖。
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: liaoning-elementor
*/

/* ====================================================================
   Design Tokens — 严格参照 alibaba.com 2026
   ==================================================================== */
:root {
  /* 主色 */
  --le-orange: #ff6a00;
  --le-orange-2: #ff9b3f;
  --le-orange-soft: #fff3e8;
  --le-purple: #7a55ff;
  --le-purple-2: #b85aff;
  --le-purple-soft: #ece1ff;
  --le-pink-soft: #ffe6ee;
  --le-red: #f04438;

  /* 文字 */
  --le-text: #1f2430;
  --le-text-2: #4f5666;
  --le-muted: #8a93a4;

  /* 背景 / 边框 */
  --le-line: #ececf1;
  --le-line-soft: #f3f3f7;
  --le-soft: #f7f7fa;
  --le-card: #ffffff;

  /* 圆角 */
  --le-r-sm: 8px;
  --le-r: 14px;
  --le-r-lg: 20px;
  --le-r-pill: 999px;

  /* 容器 */
  --le-container: 1280px;

  /* 字体 */
  --le-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
             "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;

  /* 阴影 */
  --le-sh-1: 0 1px 3px rgba(20, 25, 40, .04);
  --le-sh-2: 0 8px 24px rgba(20, 25, 40, .08);
  --le-sh-3: 0 16px 40px rgba(78, 55, 160, .14);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--le-text);
  font: 14px/1.6 var(--le-font);
  background: #fff;
}
a { color: inherit; text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--le-orange); }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; }

.le-container {
  width: min(var(--le-container), calc(100% - 32px));
  margin: 0 auto;
}

/* ====================================================================
   Header — 顶部白条 + Logo + Tab 导航 + 右上灰链接
   ==================================================================== */
.le-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--le-line-soft);
}
.le-header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
}
.le-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.5px;
  color: var(--le-text);
  white-space: nowrap;
}
.le-logo:hover { color: var(--le-text); }
.le-logo-mark {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--le-orange), var(--le-orange-2));
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  flex-shrink: 0;
}
.le-logo-mark::before { content: "✦"; }
.le-logo .dot { color: var(--le-orange); }

/* 中间 Tab 导航 */
.le-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2.4vw, 36px);
}
.le-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 44px;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 600;
  color: var(--le-text-2);
  white-space: nowrap;
}
.le-nav a:hover { color: var(--le-text); }
.le-nav a.current {
  color: var(--le-orange);
  font-weight: 700;
}
.le-nav a.current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 32px; height: 4px;
  background: linear-gradient(90deg, var(--le-orange), var(--le-orange-2));
  border-radius: 2px;
  transform: translateX(-50%);
}
.le-ai-badge,
.le-ln-badge {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 7px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
}
.le-ai-badge { background: linear-gradient(135deg, var(--le-purple), var(--le-purple-2)); }
.le-ln-badge { background: linear-gradient(135deg, var(--le-red), var(--le-orange)); }

/* 右上灰色小链接 */
.le-header-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 24px);
  font-size: 13px;
}
.le-header-links a {
  color: var(--le-text-2);
  white-space: nowrap;
}
.le-header-links .le-cta {
  background: linear-gradient(95deg, var(--le-orange-2), var(--le-orange));
  color: #fff;
  padding: 8px 18px;
  border-radius: var(--le-r-pill);
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 106, 0, .25);
}
.le-header-links .le-cta:hover { color: #fff; transform: translateY(-1px); }

/* ====================================================================
   Hero — 大粉紫渐变背景 + 三栏(文案 / Tab+搜索 + 紫色 Inspired 卡)
   ==================================================================== */
.le-hero {
  position: relative;
  padding: clamp(36px, 4.5vw, 72px) 0 clamp(28px, 3vw, 56px);
  background:
    radial-gradient(ellipse 60% 70% at 10% 0%, var(--le-pink-soft) 0%, transparent 60%),
    radial-gradient(ellipse 60% 70% at 90% 0%, var(--le-purple-soft) 0%, transparent 60%),
    linear-gradient(to bottom, #fff7fa 0%, #f8f2ff 50%, #fff 100%);
}
.le-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}
.le-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 4px 12px;
  background: rgba(255, 106, 0, .1);
  color: var(--le-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: var(--le-r-pill);
}
.le-hero h1,
.le-page-hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.5px;
}
.le-hero p,
.le-page-hero p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--le-text-2);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.7;
}
.le-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.le-chips span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  border-radius: var(--le-r-pill);
  background: #fff;
  border: 1px solid var(--le-line);
  color: var(--le-text-2);
  font-size: 13px;
  font-weight: 600;
}

/* 右侧 Console (搜索框 + 4 入口) */
.le-console {
  background: linear-gradient(160deg, rgba(255,255,255,.95), rgba(248,242,255,.85));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.85);
  border-radius: var(--le-r-lg);
  padding: clamp(20px, 2vw, 28px);
  box-shadow: var(--le-sh-3);
}

/* 大圆角胶囊搜索 */
.le-search {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 6px;
  height: 60px;
  padding: 6px 6px 6px 22px;
  background: #fff;
  border: 1.5px solid #ffd6b5;
  border-radius: var(--le-r-pill);
  box-shadow: 0 8px 24px rgba(255,140,40,.1);
  transition: box-shadow .25s, border-color .25s;
}
.le-search:focus-within {
  border-color: var(--le-orange);
  box-shadow: 0 12px 32px rgba(255,106,0,.18);
}
.le-search input {
  border: 0; outline: 0;
  background: transparent;
  font: 500 15px var(--le-font);
  color: var(--le-text);
}
.le-search input::placeholder { color: #b3b8c4; }
.le-search .le-cam {
  width: 44px; height: 44px;
  border: 1px solid var(--le-line-soft);
  background: var(--le-soft);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--le-text-2);
  cursor: pointer;
  transition: all .2s;
}
.le-search .le-cam:hover {
  background: var(--le-orange-soft);
  color: var(--le-orange);
  border-color: var(--le-orange);
}
.le-search button[type="submit"] {
  height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: var(--le-r-pill);
  background: linear-gradient(95deg, var(--le-orange-2) 0%, var(--le-orange) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255,106,0,.32);
  transition: transform .15s, box-shadow .15s;
}
.le-search button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255,106,0,.45);
}

/* 4 个入口 */
.le-console-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}
.le-console-grid a {
  display: flex; flex-direction: column; gap: 2px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--le-line-soft);
  border-radius: var(--le-r);
  transition: all .2s;
}
.le-console-grid a:hover {
  border-color: var(--le-orange);
  transform: translateY(-2px);
  box-shadow: var(--le-sh-2);
  color: var(--le-text);
}
.le-console-grid a b { font-size: 14px; font-weight: 700; }
.le-console-grid a span { font-size: 12px; color: var(--le-muted); }

/* 热门搜索 */
.le-console-tags {
  display: flex; flex-wrap: wrap;
  align-items: center; gap: 6px 10px;
  margin-top: 14px;
  font-size: 12px;
  color: var(--le-muted);
}
.le-console-tags a {
  padding: 2px 10px;
  background: rgba(255,106,0,.06);
  border-radius: var(--le-r-pill);
  color: var(--le-text-2);
  font-weight: 500;
  transition: all .15s;
}
.le-console-tags a:hover {
  background: var(--le-orange);
  color: #fff;
}

/* ====================================================================
   通用 Section
   ==================================================================== */
.le-section {
  padding: clamp(36px, 4vw, 72px) 0;
}
.le-section-soft { background: var(--le-soft); }
.le-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(20px, 2vw, 32px);
}
.le-heading h2 {
  margin: 6px 0 0;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 800;
  letter-spacing: -.5px;
}
.le-heading > a {
  color: var(--le-text-2);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.le-heading > a::after { content: " ›"; font-size: 18px; }
.le-heading > a:hover { color: var(--le-orange); }

/* ====================================================================
   产品墙 4 列
   ==================================================================== */
.le-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.2vw, 18px);
}
.le-product-card {
  background: #fff;
  border: 1px solid var(--le-line);
  border-radius: var(--le-r);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: all .25s;
}
.le-product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--le-sh-2);
  border-color: var(--le-orange);
}
.le-product-img {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: var(--le-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.le-product-img > span {
  position: absolute;
  bottom: 12px; left: 12px;
  padding: 4px 12px;
  border-radius: var(--le-r-pill);
  background: rgba(255,255,255,.92);
  color: var(--le-text);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(6px);
}
.le-product-body {
  padding: 14px 16px 16px;
  display: flex; flex-direction: column;
  gap: 6px;
}
.le-product-body > b {
  font-size: 12px;
  font-weight: 700;
  color: var(--le-orange);
}
.le-product-body h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--le-text);
}
.le-product-body > p {
  margin: 0;
  font-size: 13px;
  color: var(--le-muted);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.le-product-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 6px;
  font-size: 11px;
  color: var(--le-muted);
}
.le-product-meta span:first-child { color: var(--le-orange); font-weight: 700; }
.le-button,
.le-button.light {
  display: inline-flex;
  align-items: center; justify-content: center;
  height: 36px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--le-r-pill);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
}
.le-button {
  background: linear-gradient(95deg, var(--le-orange-2), var(--le-orange));
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 106, 0, .25);
}
.le-button:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 106, 0, .4);
}
.le-button.light {
  background: var(--le-orange-soft);
  color: var(--le-orange);
  box-shadow: none;
  margin-top: 6px;
  align-self: flex-start;
}
.le-button.light:hover {
  background: var(--le-orange);
  color: #fff;
}

/* ====================================================================
   14 城网格
   ==================================================================== */
.le-city-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: clamp(10px, 1vw, 14px);
}
.le-city-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--le-line);
  border-radius: var(--le-r);
  padding: 18px 16px 16px;
  display: flex; flex-direction: column;
  gap: 4px;
  transition: all .25s;
  overflow: hidden;
}
.le-city-card:hover {
  transform: translateY(-3px);
  border-color: var(--le-orange);
  box-shadow: var(--le-sh-2);
  color: var(--le-text);
}
.le-city-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--le-orange), var(--le-orange-2));
  opacity: 0;
  transition: opacity .2s;
}
.le-city-card:hover::before { opacity: 1; }
.le-plate {
  display: inline-flex;
  align-items: center; justify-content: center;
  align-self: flex-start;
  height: 24px;
  padding: 0 10px;
  background: linear-gradient(135deg, var(--le-red), var(--le-orange));
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
}
.le-city-card h3 {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--le-text);
}
.le-city-card small {
  display: block;
  font-size: 11px;
  color: var(--le-muted);
  font-weight: 600;
}
.le-city-card p {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--le-text-2);
  line-height: 1.55;
}
.le-city-card b {
  margin-top: 8px;
  font-size: 11px;
  color: var(--le-orange);
  font-weight: 700;
}

/* ====================================================================
   3 产业带卡
   ==================================================================== */
.le-belt-section {
  background:
    radial-gradient(ellipse 50% 60% at 100% 0%, rgba(122,85,255,.08) 0%, transparent 50%),
    radial-gradient(ellipse 50% 60% at 0% 100%, rgba(255,106,0,.08) 0%, transparent 50%),
    var(--le-soft);
}
.le-belt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.4vw, 22px);
}
.le-belt-card {
  background: #fff;
  border: 1px solid var(--le-line);
  border-radius: var(--le-r-lg);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: all .25s;
}
.le-belt-card::before {
  content: '';
  position: absolute;
  right: -40px; top: -40px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,106,0,.1) 0%, transparent 70%);
  transition: transform .3s;
}
.le-belt-card:nth-child(2)::before { background: radial-gradient(circle, rgba(122,85,255,.12) 0%, transparent 70%); }
.le-belt-card:nth-child(3)::before { background: radial-gradient(circle, rgba(240,68,56,.1) 0%, transparent 70%); }
.le-belt-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--le-sh-2);
  border-color: var(--le-orange);
}
.le-belt-card:hover::before { transform: scale(1.4); }
.le-belt-card > b {
  display: inline-flex;
  padding: 4px 12px;
  background: linear-gradient(135deg, var(--le-orange), var(--le-orange-2));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border-radius: var(--le-r-pill);
  position: relative; z-index: 1;
}
.le-belt-card:nth-child(2) > b { background: linear-gradient(135deg, var(--le-purple), var(--le-purple-2)); }
.le-belt-card:nth-child(3) > b { background: linear-gradient(135deg, var(--le-red), var(--le-orange)); }
.le-belt-card h3 {
  margin: 14px 0 8px;
  font-size: 22px;
  font-weight: 800;
  position: relative; z-index: 1;
}
.le-belt-card small {
  font-size: 13px;
  font-weight: 700;
  color: var(--le-text-2);
  position: relative; z-index: 1;
}
.le-belt-card p {
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--le-muted);
  line-height: 1.7;
  position: relative; z-index: 1;
}

/* ====================================================================
   Footer
   ==================================================================== */
.le-site-footer {
  background: #fff;
  border-top: 1px solid var(--le-line);
  padding: clamp(28px, 3vw, 48px) 0 0;
  margin-top: 32px;
}
.le-footer-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(16px, 1.6vw, 32px);
  padding-bottom: clamp(20px, 2vw, 32px);
}
.le-footer-col h5 {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
}
.le-footer-col a {
  display: block;
  padding: 4px 0;
  font-size: 12px;
  color: var(--le-text-2);
}
.le-footer-col a:hover { color: var(--le-orange); }

.le-footer-bottom {
  background: var(--le-soft);
  padding: 14px 0;
  font-size: 12px;
  color: var(--le-muted);
  border-top: 1px solid var(--le-line-soft);
}
.le-footer-bottom .le-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* ====================================================================
   浮动客服
   ==================================================================== */
.le-fab {
  position: fixed;
  right: 16px;
  bottom: 80px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.le-fab a {
  width: 52px; height: 52px;
  background: #fff;
  border: 1px solid var(--le-line);
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--le-text-2);
  box-shadow: var(--le-sh-1);
  transition: all .2s;
}
.le-fab a:hover {
  background: linear-gradient(135deg, var(--le-orange), var(--le-orange-2));
  color: #fff;
  border-color: transparent;
  transform: translateX(-3px);
  box-shadow: var(--le-sh-2);
}
.le-fab a span:first-child { font-size: 18px; }

/* ====================================================================
   Search 结果页 / 单品 / 通用页
   ==================================================================== */
.le-page-hero {
  padding: clamp(30px, 3.5vw, 56px) 0 clamp(24px, 2.5vw, 40px);
  background:
    radial-gradient(ellipse 50% 60% at 15% 0%, var(--le-pink-soft) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 85% 0%, var(--le-purple-soft) 0%, transparent 60%),
    #fff;
}

.le-search-results h2,
.le-page h2 {
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 800;
  margin: 0 0 16px;
}

/* ====================================================================
   响应式
   ==================================================================== */
@media (max-width: 1100px) {
  .le-product-grid { grid-template-columns: repeat(3, 1fr); }
  .le-city-grid { grid-template-columns: repeat(4, 1fr); }
  .le-footer-cols { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 880px) {
  .le-hero-grid { grid-template-columns: 1fr; }
  .le-belt-grid { grid-template-columns: 1fr; }
  .le-nav { display: none; }
  .le-header-links a:not(.le-cta) { display: none; }
}
@media (max-width: 720px) {
  .le-product-grid { grid-template-columns: repeat(2, 1fr); }
  .le-city-grid { grid-template-columns: repeat(2, 1fr); }
  .le-footer-cols { grid-template-columns: repeat(2, 1fr); }
  .le-header-inner { min-height: 60px; gap: 12px; }
  .le-logo { font-size: 18px; }
  .le-logo-mark { width: 28px; height: 28px; font-size: 14px; }
  .le-search { height: 52px; padding: 4px 4px 4px 18px; }
  .le-search button[type="submit"] { height: 44px; padding: 0 18px; font-size: 13px; }
  .le-search .le-cam { width: 40px; height: 40px; }
  .le-console-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .le-city-grid { grid-template-columns: 1fr; }
  .le-product-grid { grid-template-columns: 1fr; }
  .le-footer-cols { grid-template-columns: 1fr; }
}

/* ====================================================================
   Overseas B2B — supplier stats / cards / contact / inquiry form
   ==================================================================== */
.le-supplier-stats { padding: 32px 0; }
.le-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffe4ec 50%, #ece1ff 100%);
  border-radius: var(--le-r-lg);
  padding: 28px 32px;
  border: 1px solid var(--le-line);
}
.le-stats-row > div { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.le-stats-row b {
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 800;
  background: linear-gradient(135deg, var(--le-orange), var(--le-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.le-stats-row span { font-size: 13px; color: var(--le-text-2); }

/* ====================================================================
   Alibaba-style supplier card — horizontal layout
   ==================================================================== */
.le-ali-list { display: flex; flex-direction: column; gap: 18px; }

.le-ali-card {
  background: var(--le-card);
  border: 1px solid var(--le-line);
  border-radius: var(--le-r);
  padding: 22px 24px;
  transition: all .2s;
}
.le-ali-card:hover { box-shadow: var(--le-sh-2); border-color: var(--le-orange-2); }

/* Top header row: logo + name + action buttons (right) */
.le-ali-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.le-ali-top-left { display: flex; align-items: center; gap: 14px; min-width: 0; flex: 1; }
.le-ali-logo {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--le-orange), var(--le-purple));
  color: #fff;
  font-weight: 800; font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.le-ali-logo.is-overseas { background: linear-gradient(135deg, #4a90e2, #7a55ff); }
.le-ali-name {
  display: flex; flex-direction: column; gap: 4px; min-width: 0;
}
.le-ali-name h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--le-text);
  text-decoration: none;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.le-ali-name a { color: inherit; text-decoration: none; }
.le-ali-name a:hover { color: var(--le-orange); }
.le-ali-meta {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; color: var(--le-text-2);
  flex-wrap: wrap;
}
.le-ali-meta .le-verified-pill {
  display: inline-flex; align-items: center; gap: 3px;
  color: #2563eb; font-weight: 700; font-size: 12px;
  padding: 1px 4px;
  border: 1px solid #2563eb;
  border-radius: 3px;
  font-family: -apple-system, sans-serif;
}
.le-ali-meta .le-flag { font-size: 16px; }
.le-ali-meta .le-dot { color: var(--le-muted); }

.le-ali-actions { display: flex; gap: 10px; flex-shrink: 0; }
.le-ali-fav {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--le-line);
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  color: var(--le-muted);
  cursor: pointer;
  transition: all .15s;
}
.le-ali-fav:hover { border-color: var(--le-orange-2); color: var(--le-orange); }
.le-ali-btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 40px;
  padding: 0 22px;
  border-radius: var(--le-r-pill);
  font-size: 14px; font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--le-line);
  background: #fff;
  color: var(--le-text);
  transition: all .15s;
  white-space: nowrap;
}
.le-ali-btn:hover { border-color: var(--le-orange-2); color: var(--le-orange); }
.le-ali-btn.primary {
  background: linear-gradient(95deg, var(--le-orange-2), var(--le-orange));
  color: #fff; border: none;
  box-shadow: 0 3px 10px rgba(255,106,0,.2);
}
.le-ali-btn.primary:hover { color: #fff; box-shadow: 0 5px 15px rgba(255,106,0,.35); transform: translateY(-1px); }

/* Body: 5-column grid — info | product | product | product | factory */
.le-ali-body {
  display: grid;
  grid-template-columns: 240px repeat(3, 1fr) 220px;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--le-line-soft);
}
.le-ali-info {
  display: flex; flex-direction: column; gap: 14px;
  font-size: 13px;
}
.le-ali-info-block h4 {
  margin: 0 0 8px;
  font-size: 13px; font-weight: 700;
  color: var(--le-text-2);
}
.le-ali-rating {
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 4px;
}
.le-ali-rating b { font-size: 22px; font-weight: 800; color: var(--le-text); }
.le-ali-rating span { font-size: 12px; color: var(--le-muted); }
.le-ali-rating a { font-size: 12px; color: #2563eb; text-decoration: none; }
.le-ali-rating a:hover { text-decoration: underline; }
.le-ali-caps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.le-ali-caps li {
  font-size: 13px; color: var(--le-text);
  padding-left: 12px;
  position: relative;
  line-height: 1.4;
}
.le-ali-caps li::before {
  content: '·';
  position: absolute;
  left: 2px;
  color: var(--le-text-2);
  font-weight: 700;
}
.le-ali-cert {
  display: flex; gap: 6px; flex-wrap: wrap;
  align-items: center;
}
.le-ali-cert-badge {
  display: inline-flex; align-items: center;
  padding: 2px 6px;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  color: #555;
  letter-spacing: 0.5px;
  background: #fff;
}

/* Product cells */
.le-ali-prod {
  display: flex; flex-direction: column; gap: 8px;
  text-decoration: none;
  color: inherit;
}
.le-ali-prod-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f7f7fa center/cover no-repeat;
  border-radius: var(--le-r-sm);
  border: 1px solid var(--le-line-soft);
  transition: border .15s;
}
.le-ali-prod:hover .le-ali-prod-img { border-color: var(--le-orange-2); }
.le-ali-prod-price {
  font-size: 15px; font-weight: 700;
  color: var(--le-text);
}
.le-ali-prod-moq {
  font-size: 12px; color: var(--le-muted);
}

/* Factory photo cell */
.le-ali-factory {
  position: relative;
  border-radius: var(--le-r-sm);
  overflow: hidden;
  background: #1a1a1a center/cover no-repeat;
  border: 1px solid var(--le-line-soft);
  min-height: 200px;
}
.le-ali-factory::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.4));
}
.le-ali-factory-badge {
  position: absolute; left: 10px; bottom: 10px;
  z-index: 2;
  background: rgba(37, 99, 235, .9);
  color: #fff;
  font-size: 12px; font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--le-r-pill);
  display: inline-flex; align-items: center; gap: 4px;
}

/* Section header bar */
.le-ali-section-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--le-line);
}
.le-ali-section-head h2 {
  margin: 0;
  font-size: 22px; font-weight: 800;
  color: var(--le-text);
}
.le-ali-section-head a {
  font-size: 13px; color: var(--le-text-2); text-decoration: none;
}
.le-ali-section-head a:hover { color: var(--le-orange); }

/* Overseas contact methods */
.le-overseas-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 16px;
}
.le-overseas-card {
  background: var(--le-card);
  border: 1px solid var(--le-line);
  border-radius: var(--le-r);
  padding: 20px 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  transition: all .2s;
}
.le-overseas-card:hover { border-color: var(--le-orange-2); transform: translateY(-2px); box-shadow: var(--le-sh-1); }
.le-overseas-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--le-orange-soft), var(--le-purple-soft));
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.le-overseas-label { font-size: 13px; color: var(--le-text-2); font-weight: 600; }
.le-overseas-value { font-size: 14px; color: var(--le-text); font-weight: 700; word-break: break-all; }

.le-overseas-foot {
  margin-top: 16px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--le-text-2);
  padding: 14px 18px;
  background: var(--le-soft);
  border-radius: var(--le-r-sm);
}

/* Inquiry form */
.le-inquiry-wrap {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 32px;
  background: var(--le-card);
  border: 1px solid var(--le-line);
  border-radius: var(--le-r-lg);
  padding: 32px;
}
.le-inquiry-side .le-kicker { color: var(--le-purple); }
.le-inquiry-side h2 { margin: 8px 0 12px; font-size: 24px; font-weight: 800; }
.le-inquiry-side p { color: var(--le-text-2); line-height: 1.6; }
.le-inquiry-bullets { list-style: none; padding: 0; margin: 16px 0 0; }
.le-inquiry-bullets li { padding: 8px 0; color: var(--le-text-2); font-size: 14px; border-bottom: 1px dashed var(--le-line); }

.le-inquiry-form { display: flex; flex-direction: column; gap: 14px; }
.le-inquiry-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.le-inquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--le-text-2);
}
.le-inquiry-form input,
.le-inquiry-form select,
.le-inquiry-form textarea {
  font: inherit;
  padding: 11px 14px;
  border: 1px solid var(--le-line);
  border-radius: var(--le-r-sm);
  background: #fff;
  color: var(--le-text);
  outline: none;
  transition: border .15s;
}
.le-inquiry-form input:focus,
.le-inquiry-form select:focus,
.le-inquiry-form textarea:focus { border-color: var(--le-orange); box-shadow: 0 0 0 3px var(--le-orange-soft); }
.le-inquiry-form textarea { resize: vertical; min-height: 100px; }
.le-inquiry-full { grid-column: 1 / -1; }
.le-inquiry-submit {
  align-self: flex-start;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 700;
  border-radius: var(--le-r-sm);
  background: linear-gradient(135deg, var(--le-orange), var(--le-orange-2));
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all .15s;
}
.le-inquiry-submit:hover { box-shadow: var(--le-sh-2); transform: translateY(-1px); }
.le-inquiry-note { font-size: 11px; color: var(--le-muted); }
.le-inquiry-msg {
  padding: 12px 16px;
  border-radius: var(--le-r-sm);
  font-size: 14px;
  font-weight: 600;
}
.le-inquiry-msg.ok { background: #e8f6ee; color: #167840; border: 1px solid #b8e0c5; }
.le-inquiry-msg.err { background: #fef0f0; color: #b42318; border: 1px solid #fcc; }

@media (max-width: 1100px) {
  .le-overseas-grid { grid-template-columns: repeat(3, 1fr); }
  .le-stats-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .le-supplier-grid { grid-template-columns: 1fr; }
  .le-inquiry-wrap { grid-template-columns: 1fr; padding: 24px; }
}
@media (max-width: 720px) {
  .le-overseas-grid { grid-template-columns: repeat(2, 1fr); }
  .le-inquiry-row { grid-template-columns: 1fr; }
  .le-supplier-product { flex-direction: column; }
  .le-supplier-img { width: 100%; height: 160px; }
  .le-stats-row { grid-template-columns: 1fr 1fr; padding: 20px; }
}

/* ====================================================================
   Elementor-rendered homepage classes (le-el-*)
   Provided so Elementor builder pages match the alibaba-style layout
   even when they use generic heading/text-editor/html widgets.
   ==================================================================== */

/* Hero section */
.le-el-hero {
  padding: clamp(40px, 4vw, 64px) 0 clamp(28px, 3vw, 48px) !important;
  background:
    radial-gradient(ellipse 60% 70% at 0% 0%, var(--le-orange-soft) 0%, transparent 60%),
    radial-gradient(ellipse 60% 70% at 100% 0%, var(--le-purple-soft) 0%, transparent 60%),
    #fff;
}
.le-el-hero h1 {
  font-size: clamp(28px, 3.4vw, 46px) !important;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 14px;
  color: var(--le-text);
}
.le-el-hero p { color: var(--le-text-2); font-size: 16px; line-height: 1.7; margin: 0 0 20px; }
.le-el-hero .le-chips,
.le-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.le-el-hero .le-chips span,
.le-chips span {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: var(--le-r-pill);
  background: #fff;
  border: 1px solid var(--le-line);
  font-size: 13px;
  color: var(--le-text-2);
  font-weight: 600;
}

/* Hero: force columns to stack & center so search bar lives below the title */
.le-el-hero > .elementor-container {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.le-el-hero > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: 720px;
}
.le-el-hero .le-chips { justify-content: center; }

/* Console (search + 4 quick links) — centered, full-width within container */
.le-el-console {
  background: #fff;
  border: 1px solid var(--le-line);
  border-radius: var(--le-r-lg);
  padding: 22px !important;
  box-shadow: 0 8px 30px rgba(122, 85, 255, 0.06);
  width: 100%;
  max-width: 720px;
  margin: 24px auto 0;
}

/* Search form */
.le-el-search {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid var(--le-orange);
  border-radius: var(--le-r-pill);
  padding: 4px 4px 4px 22px;
  height: 56px;
  margin-bottom: 16px;
}
.le-el-search input[type="search"] {
  flex: 1;
  border: none;
  outline: none;
  font: inherit;
  font-size: 15px;
  background: transparent;
  color: var(--le-text);
  height: 100%;
  min-width: 0;
}
.le-el-search input[type="search"]::placeholder { color: var(--le-muted); }
.le-el-search button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 28px;
  border: none;
  border-radius: var(--le-r-pill);
  background: linear-gradient(95deg, var(--le-orange-2), var(--le-orange));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
}
.le-el-search button[type="submit"]:hover { box-shadow: 0 6px 16px rgba(255, 106, 0, .3); transform: translateY(-1px); }

/* Mini grid below the search box (找产品 / 找工厂 / 找产业带 / 找履约) */
.le-el-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 4px;
}
.le-el-mini-grid a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: var(--le-r-sm);
  background: var(--le-soft);
  border: 1px solid var(--le-line-soft);
  text-decoration: none;
  color: var(--le-text);
  transition: all .15s;
}
.le-el-mini-grid a:hover {
  border-color: var(--le-orange-2);
  background: var(--le-orange-soft);
  transform: translateY(-2px);
}
.le-el-mini-grid a b { font-size: 15px; font-weight: 700; color: var(--le-text); }
.le-el-mini-grid a span { font-size: 12px; color: var(--le-text-2); }

/* Generic Elementor section spacing */
.le-el-section {
  padding-top: 28px !important;
  padding-bottom: 8px !important;
}

/* Cards (used by product / city) */
.le-el-card {
  background: #fff;
  border: 1px solid var(--le-line);
  border-radius: var(--le-r);
  padding: 16px !important;
  transition: all .2s;
}
.le-el-card:hover {
  box-shadow: var(--le-sh-2);
  border-color: var(--le-orange-2);
  transform: translateY(-3px);
}

/* Product card */
.le-el-product-card { display: flex; flex-direction: column; gap: 10px; }
.le-el-product-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--le-text);
}
.le-el-product-card p { margin: 0; font-size: 13px; color: var(--le-text-2); line-height: 1.5; }
.le-el-product-img {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--le-r-sm);
  background: linear-gradient(135deg, var(--le-orange-soft), var(--le-purple-soft));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.le-el-product-img span {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  color: var(--le-orange);
  letter-spacing: 1px;
}
.le-el-product-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  color: var(--le-muted);
}
.le-el-product-meta span:first-child {
  color: var(--le-orange);
  font-weight: 700;
  background: var(--le-orange-soft);
  padding: 2px 8px;
  border-radius: var(--le-r-pill);
}
.le-el-product-card .elementor-button-wrapper { margin-top: auto; }
.le-el-product-card .elementor-button {
  background: linear-gradient(95deg, var(--le-orange-2), var(--le-orange)) !important;
  color: #fff !important;
  border-radius: var(--le-r-pill) !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* City card */
.le-el-city-card { display: flex; flex-direction: column; gap: 8px; min-height: 180px; }
.le-el-city-card h3 {
  margin: 4px 0 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--le-text);
}
.le-el-city-card p { margin: 0; font-size: 13px; color: var(--le-text-2); line-height: 1.5; }
.le-el-city-card p strong { color: var(--le-text); font-weight: 600; }
.le-el-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: -apple-system, "Microsoft YaHei", sans-serif;
}
.le-el-city-meta {
  margin-top: auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.le-el-city-meta span {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: var(--le-r-pill);
  background: var(--le-purple-soft);
  color: var(--le-purple);
  font-size: 11px;
  font-weight: 700;
}

/* Belt section */
.le-el-belt {
  background: linear-gradient(135deg, #fff7ed 0%, #ece1ff 100%);
  border-radius: var(--le-r-lg);
  padding: 20px !important;
  border: 1px solid var(--le-line);
}
.le-el-belt h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: var(--le-text);
}
.le-el-belt p { margin: 0; font-size: 13px; color: var(--le-text-2); line-height: 1.6; }

/* Generic kicker (paragraph with class le-kicker) */
.elementor-widget-text-editor .le-kicker {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--le-r-pill);
  background: var(--le-orange-soft);
  color: var(--le-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 8px;
}

/* Make Elementor h2 in section heading row look right */
.le-el-section .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  color: var(--le-text);
  margin: 0;
}

/* Section "view all" button align right */
.le-el-section .elementor-widget-button .elementor-button {
  background: transparent !important;
  color: var(--le-text-2) !important;
  border: 1px solid var(--le-line) !important;
  border-radius: var(--le-r-pill) !important;
  padding: 8px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition: all .15s;
}
.le-el-section .elementor-widget-button .elementor-button:hover {
  border-color: var(--le-orange-2) !important;
  color: var(--le-orange) !important;
}

/* Responsive tweaks */
@media (max-width: 880px) {
  .le-el-mini-grid { grid-template-columns: 1fr; }
  .le-el-search { height: 50px; padding: 4px 4px 4px 18px; }
  .le-el-search button[type="submit"] { height: 42px; padding: 0 20px; font-size: 13px; }
}
