/*
Theme Name: LiaoningGou Global Industry Portal
Theme URI: https://example.com/liaoninggou
Author: MuBan Studio
Description: Supplier marketplace homepage for Liaoning global industry platform.
Version: 3.6.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: liaoninggou
Tags: e-commerce, suppliers, marketplace, responsive-layout
*/

:root {
  --ali-orange: #ff5b00;
  --ali-text: #15191f;
  --ali-muted: #59616b;
  --ali-border: #e7e7e7;
  --ali-page: #f4f4f4;
  --ali-card: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body.lng-ali-body,
body {
  margin: 0;
  background: var(--ali-page);
  color: var(--ali-text);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.lng-ali-container {
  width: calc(100% - 124px);
  max-width: none;
  margin: 0 auto;
}

.lng-ali-header {
  background: linear-gradient(90deg, #fff6ef 0%, #f5fdff 100%);
  border-bottom: 1px solid #edf2f4;
}

.lng-ali-top {
  height: 56px;
}

.lng-ali-top-inner {
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.lng-ali-top-left,
.lng-ali-top-right {
  display: flex;
  align-items: center;
  gap: 34px;
}

.lng-ali-top a {
  color: #111;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.lng-ali-mainnav {
  min-height: 98px;
}

.lng-ali-mainnav-inner {
  min-height: 98px;
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  align-items: center;
}

.lng-ali-brand {
  text-decoration: none;
}

.lng-ali-brand span {
  display: block;
  color: #050505;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.lng-ali-brand small {
  display: block;
  color: #555;
  font-size: 13px;
  margin-top: 8px;
}

.lng-ali-pills {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 34px;
}

.lng-ali-pills a {
  color: #111820;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  padding: 12px 0 16px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.lng-market-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.lng-market-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 30;
  width: 360px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--ali-border);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.lng-market-menu:hover .lng-market-dropdown,
.lng-market-menu:focus-within .lng-market-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.lng-market-dropdown a {
  padding: 10px 12px;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
}

.lng-market-dropdown a:hover {
  color: #fff;
  background: var(--ali-orange);
}

.lng-ali-pills a.is-active,
.lng-ali-pills a:hover {
  color: var(--ali-orange);
}

.lng-ali-pills a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 5px;
  border-radius: 999px;
  background: var(--ali-orange);
}

.lng-ali-nav-spacer {
  min-height: 1px;
}

.lng-city-hero {
  padding: 56px 0 46px;
  background: linear-gradient(105deg, #fff6ef 0%, #fff 44%, #f1fdff 100%);
}

.lng-city-hero h1 {
  max-width: 980px;
  margin: 0 0 14px;
  font-size: 48px;
  line-height: 1.1;
}

.lng-city-hero p {
  max-width: 860px;
  margin: 0;
  color: var(--ali-muted);
  font-size: 19px;
  line-height: 1.7;
}

.lng-city-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.lng-city-product-tags a {
  padding: 10px 16px;
  color: #111;
  background: #fff;
  border: 1px solid var(--ali-border);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.lng-city-product-tags a:hover {
  color: #fff;
  background: var(--ali-orange);
  border-color: var(--ali-orange);
}

.lng-city-detail {
  padding: 30px 0 56px;
}

.lng-city-back {
  padding: 10px 16px;
  border: 1px solid #111;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.lng-city-belt-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lng-city-belt-card {
  min-height: 280px;
  padding: 28px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.07);
}

.lng-city-belt-card h2 {
  margin: 0 0 14px;
  font-size: 25px;
  line-height: 1.25;
}

.lng-city-belt-card p {
  margin: 0 0 18px;
  color: var(--ali-muted);
  line-height: 1.7;
}

.lng-city-belt-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lng-city-belt-card li {
  padding: 8px 12px;
  color: #222;
  background: #fff7f1;
  border: 1px solid #ffd7bf;
  border-radius: 999px;
  font-weight: 800;
}

.lng-city-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 22px;
}

.lng-city-switch-top {
  margin-top: 0;
}

.lng-city-belt-grid ~ .lng-city-switch:not(.lng-city-switch-top),
.lng-city-belt-grid ~ .lng-city-switch:not(.lng-city-switch-top) ~ .lng-city-panel {
  display: none;
}

.lng-city-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  color: #111;
  background: #fff;
  border: 1px solid #111;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.lng-city-switch a:hover {
  color: #fff;
  background: #111;
}

.lng-city-switch a.is-active {
  color: #fff;
  background: #111;
}

.lng-city-panel {
  scroll-margin-top: 24px;
  margin-top: 24px;
}

.lng-city-panel-head {
  margin-bottom: 16px;
}

.lng-city-panel-head span {
  color: var(--ali-orange);
  font-size: 14px;
  font-weight: 900;
}

.lng-city-panel-head h2 {
  margin: 6px 0 0;
  color: #111;
  font-size: 30px;
  line-height: 1.2;
}

.lng-city-belt-title {
  margin: 34px 0 16px;
}

.lng-city-belt-title span {
  color: var(--ali-orange);
  font-size: 14px;
  font-weight: 900;
}

.lng-city-belt-title h2 {
  margin: 6px 0 0;
  color: #111;
  font-size: 28px;
  line-height: 1.2;
}

.lng-city-supplier-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 24px;
}

.lng-city-supplier-card {
  width: 100%;
  display: grid !important;
  grid-template-columns: minmax(360px, 0.9fr) minmax(620px, 1.35fr) 260px !important;
  align-items: start;
  gap: 28px;
  min-height: 300px;
  padding: 28px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.07);
}

.lng-city-supplier-main {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
}

.lng-city-supplier-logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #111;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
}

.lng-city-supplier-card h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 24px;
  line-height: 1.3;
}

.lng-city-supplier-card p {
  margin: 0 0 16px;
  color: var(--ali-muted);
  font-size: 16px;
  line-height: 1.65;
}

.lng-city-supplier-card b {
  color: var(--ali-orange);
  font-size: 17px;
}

.lng-city-supplier-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.lng-city-supplier-products div {
  min-width: 0;
}

.lng-city-supplier-products img {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  background: #eef2f7;
}

.lng-city-supplier-products strong {
  display: block;
  margin-top: 12px;
  color: #111;
  font-size: 18px;
  line-height: 1.35;
}

.lng-city-supplier-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
}

.lng-city-supplier-actions a,
.lng-city-supplier-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.lng-city-supplier-actions a:hover,
.lng-city-supplier-actions button:hover {
  color: #fff;
  background: #111;
}

.lng-city-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lng-city-product-card {
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.lng-city-product-img {
  height: 178px;
  background: #eef2f7;
  overflow: hidden;
}

.lng-city-product-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lng-city-product-body {
  padding: 15px 16px 16px;
}

.lng-city-product-body b {
  display: block;
  color: var(--ali-orange);
  font-size: 13px;
  line-height: 1.4;
}

.lng-city-product-body h3 {
  min-height: 48px;
  margin: 8px 0 7px;
  color: #111;
  font-size: 19px;
  line-height: 1.25;
}

.lng-city-product-body p {
  min-height: 40px;
  margin: 0 0 12px;
  color: #59616b;
  font-size: 13px;
  line-height: 1.55;
}

.lng-city-product-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.lng-city-product-foot strong {
  color: #111;
  font-size: 15px;
}

.lng-city-product-foot a {
  flex: 0 0 auto;
  padding: 7px 11px;
  color: #fff;
  background: var(--ali-orange);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.lng-ali-page {
  min-height: 100vh;
  padding-bottom: 56px;
}

.lng-ali-hero {
  position: relative;
  min-height: 248px;
  padding: 46px 0 40px;
  background: linear-gradient(100deg, #fff6ef 0%, #fff8f2 30%, #f2fdff 100%);
}

.lng-ali-hero-grid {
  min-height: 162px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 664px;
  gap: 48px;
  align-items: end;
}

.lng-ali-kicker {
  display: block;
  color: var(--ali-orange);
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 14px;
}

.lng-ali-hero h1 {
  margin: 0 0 14px;
  color: #222;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.lng-ali-hero p {
  max-width: 820px;
  margin: 0;
  color: #414a53;
  font-size: 20px;
  line-height: 1.65;
}

.lng-ali-search {
  align-self: end;
  width: 664px;
  height: 60px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--ali-orange);
  border-radius: 999px;
}

.lng-ali-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 26px;
  color: #333;
  font-size: 17px;
}

.lng-ali-search button {
  border: 0;
  border-radius: 0 999px 999px 0;
  background: var(--ali-orange);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.lng-ali-float-tools {
  position: absolute;
  right: 14px;
  top: 62px;
  display: grid;
  gap: 4px;
}

.lng-ali-float-tools span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  color: var(--ali-orange);
  font-size: 12px;
  font-weight: 900;
}

.lng-ali-float-tools span:last-child {
  color: #ef7aa7;
}

.lng-ali-category-bar {
  padding: 28px 0 24px;
}

.lng-ali-category-bar .lng-ali-container {
  overflow: hidden;
  background: var(--ali-card);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.lng-ali-tabs,
.lng-ali-chips {
  display: flex;
  align-items: center;
  overflow-x: auto;
  padding: 0 26px;
}

.lng-ali-tabs {
  min-height: 78px;
  gap: 34px;
  border-bottom: 1px solid var(--ali-border);
}

.lng-ali-tabs a {
  flex: 0 0 auto;
  color: #222;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  padding: 29px 0 25px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.lng-ali-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: #111;
}

.lng-ali-tabs .lng-ali-more {
  border: 1px solid #999;
  border-radius: 999px;
  padding: 12px 22px;
}

.lng-ali-chips {
  min-height: 72px;
  gap: 14px;
}

.lng-ali-chips a,
.lng-ali-switch a {
  flex: 0 0 auto;
  border: 1px solid #999;
  border-radius: 999px;
  padding: 10px 20px;
  background: #fff;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.lng-ali-directory {
  padding: 0 0 40px;
}

.lng-yw-lower {
  background: #f3f3f3;
  border-top: 3px solid #ff8a00;
  padding: 32px 0 40px;
}

.lng-yw-shell {
  width: min(1470px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 235px minmax(520px, 880px) 320px;
  gap: 20px;
  align-items: stretch;
}

.lng-yw-sidebar,
.lng-yw-hero-card {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.lng-yw-sidebar {
  padding: 18px 0;
}

.lng-yw-category-list {
  display: grid;
  gap: 0;
}

.lng-yw-category-list a {
  display: block;
  padding: 13px 28px;
  border-bottom: 1px solid #edf0f3;
  color: #2f3845;
  font-size: 17px;
  line-height: 1.35;
  text-decoration: none;
}

.lng-yw-category-list a:hover {
  color: #ff7a00;
  background: #fff7ef;
}

.lng-widget {
  padding: 24px 34px;
}

.lng-widget h3 {
  margin: 0;
  color: #303030;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.18;
}

.lng-yw-hero-card {
  min-height: 595px;
  padding: 135px 44px 70px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(145deg, #1768c8 0%, #0d4ea7 100%);
  color: #fff;
}

.lng-yw-hero-card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -50px;
  width: 245px;
  height: 245px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.lng-yw-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #e6f3ff;
  font-size: 16px;
}

.lng-yw-hero-card h2 {
  margin: 50px 0 28px;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
}

.lng-yw-hero-card p {
  max-width: 780px;
  color: #d9ebff;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 30px;
}

.lng-yw-actions {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
}

.lng-yw-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 48px;
  border-radius: 5px;
  background: #ff8a00;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.lng-yw-actions a + a {
  background: #fff;
  color: #333;
}

.lng-yw-cities {
  display: flex;
  gap: 28px;
  color: #b7d8ff;
  font-size: 18px;
  font-weight: 700;
}

.lng-dynamic-head {
  min-height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.lng-dynamic-head h3 {
  margin: 0;
  font-size: 28px;
}

.lng-dynamic-head strong {
  color: #ff7a00;
  font-size: 16px;
}

.lng-dynamic-list {
  list-style: none;
  margin: 22px 0 24px;
  padding: 0;
  display: grid;
  gap: 18px;
}

.lng-dynamic-list li {
  color: #6a7280;
  font-size: 15px;
  line-height: 1.65;
}

.lng-dynamic-cta {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
  min-width: 150px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #ff8400;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.lng-dynamic-cta span {
  font-size: 12px;
  font-weight: 700;
}

.lng-yw-products {
  width: min(1470px, calc(100% - 96px));
  margin: 24px auto 0;
}

.lng-yw-products-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 16px;
}

.lng-yw-products-head span {
  color: var(--ali-orange);
  font-size: 15px;
  font-weight: 900;
}

.lng-yw-products-head h2 {
  margin: 6px 0 0;
  color: #111;
  font-size: 30px;
  line-height: 1.2;
}

.lng-yw-products-head a {
  flex: 0 0 auto;
  padding: 10px 18px;
  color: #111;
  background: #fff;
  border: 1px solid #111;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.lng-yw-product-cats {
  display: flex;
  gap: 10px;
  margin: 0 0 18px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.lng-yw-product-cats a {
  flex: 0 0 auto;
  padding: 9px 14px;
  color: #222;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.lng-yw-product-cats a:hover {
  color: #fff;
  background: var(--ali-orange);
  border-color: var(--ali-orange);
}

.lng-yw-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.lng-yw-product-card {
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.lng-yw-product-img {
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  background: linear-gradient(135deg, #f1f4f8, #dfe7ef);
  position: relative;
  overflow: hidden;
}

.lng-yw-product-img img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lng-yw-product-img span {
  position: relative;
  z-index: 3;
  padding: 6px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.lng-yw-product-img::before,
.lng-yw-product-img::after {
  content: "";
  position: absolute;
  z-index: 0;
}

.lng-yw-product-img::before {
  left: 28px;
  right: 28px;
  top: 28px;
  height: 88px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.08);
}

.lng-yw-product-img::after {
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  border-radius: 16px;
  transform: translate(-50%, -50%) rotate(-8deg);
  background: linear-gradient(135deg, #1a6bd6, #0f2f66);
}

.lng-yw-product-img-2 { background: linear-gradient(135deg, #fff2e6, #f7c9a4); }
.lng-yw-product-img-3 { background: linear-gradient(135deg, #eef5ff, #c5d8ff); }
.lng-yw-product-img-4 { background: linear-gradient(135deg, #effaf3, #bfe4c8); }
.lng-yw-product-img-5 { background: linear-gradient(135deg, #fff5f7, #f4c9d6); }
.lng-yw-product-img-2::after { width: 120px; height: 24px; border-radius: 999px; background: linear-gradient(90deg, #d9d9d9, #777); box-shadow: 0 20px 0 #a9a9a9, 0 -20px 0 #efefef; }
.lng-yw-product-img-3::after { width: 118px; height: 58px; border-radius: 10px; background: linear-gradient(135deg, #aeb7c5, #657085); box-shadow: 20px 22px 0 -8px #374151; }
.lng-yw-product-img-4::after { width: 92px; height: 62px; border-radius: 18px; background: linear-gradient(135deg, #d9a441, #9f6b16); box-shadow: -32px 18px 0 -12px #fff3c4, 34px 14px 0 -14px #f6c453; }
.lng-yw-product-img-5::after { width: 86px; height: 86px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #d33662 34%, #7c1738 70%); }
.lng-yw-product-img-6::after { width: 116px; height: 72px; border-radius: 10px; background: repeating-linear-gradient(90deg, #ece7dc 0 10px, #cbbf9f 10px 16px); box-shadow: 0 18px 0 -8px #9b7f45; }
.lng-yw-product-img-7::after { width: 86px; height: 86px; border-radius: 16px 16px 44px 44px; background: linear-gradient(135deg, #0ea5e9, #0369a1); box-shadow: 28px 20px 0 -16px #f97316, -28px 20px 0 -16px #22c55e; }
.lng-yw-product-img-8::after { width: 94px; height: 72px; border-radius: 999px 999px 18px 18px; background: linear-gradient(135deg, #f43f5e, #f97316); box-shadow: inset 0 18px 0 rgba(255,255,255,.35); }
.lng-yw-product-img-9::after { width: 98px; height: 66px; border-radius: 12px; background: linear-gradient(135deg, #f59e0b, #7c2d12); box-shadow: 22px -18px 0 -10px #10b981, -22px 18px 0 -10px #0ea5e9; }
.lng-yw-product-img-10::after { width: 96px; height: 76px; border-radius: 14px; background: linear-gradient(135deg, #8b5cf6, #ec4899); box-shadow: inset 0 0 0 10px rgba(255,255,255,.45); }

.lng-yw-product-body {
  padding: 15px 16px 16px;
}

.lng-yw-product-body b {
  display: block;
  color: var(--ali-orange);
  font-size: 13px;
  line-height: 1.4;
}

.lng-yw-product-body h3 {
  margin: 8px 0 7px;
  color: #111;
  font-size: 19px;
  line-height: 1.25;
}

.lng-yw-product-body p {
  min-height: 42px;
  margin: 0 0 12px;
  color: #59616b;
  font-size: 13px;
  line-height: 1.55;
}

.lng-yw-product-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.lng-yw-product-foot strong {
  color: #111;
  font-size: 15px;
}

.lng-yw-product-foot a {
  flex: 0 0 auto;
  padding: 7px 11px;
  color: #fff;
  background: var(--ali-orange);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.lng-ali-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

.lng-ali-list-head strong {
  display: block;
  color: #111;
  font-size: 26px;
  line-height: 1.2;
}

.lng-ali-list-head span {
  display: block;
  color: #666;
  margin-top: 6px;
}

.lng-ali-switch {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lng-ali-switch a.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.lng-company-card {
  display: grid;
  grid-template-columns: minmax(340px, 0.85fr) minmax(520px, 1.25fr) auto;
  align-items: start;
  gap: 28px;
  margin-bottom: 24px;
  padding: 26px;
  background: var(--ali-card);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.lng-company-main {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
}

.lng-company-logo {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.lng-company-name {
  display: inline-block;
  margin-bottom: 12px;
  color: #202020;
  font-size: 19px;
  font-weight: 900;
  text-decoration: underline;
}

.lng-company-meta {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.lng-company-meta span {
  color: #0b82d8;
  font-weight: 900;
}

.lng-company-rating {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  color: #222;
}

.lng-company-rating strong {
  font-size: 18px;
}

.lng-company-rating em {
  color: #666;
  font-style: normal;
}

.lng-company-capabilities {
  display: grid;
  gap: 9px;
  margin-top: 30px;
  color: #222;
  font-size: 17px;
}

.lng-company-capabilities span {
  color: #666;
}

.lng-company-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lng-product-visual {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(145deg, #f4f4f4, #e9e9e9);
  color: #555;
  font-weight: 900;
  text-align: center;
  position: relative;
}

.lng-product-visual img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lng-product-visual::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 52%;
  top: 28px;
  left: 15%;
  border-radius: 18px;
  background: rgba(34, 34, 34, 0.12);
  transform: skewX(-8deg);
}

.lng-product-visual-2::before {
  background: rgba(255, 91, 0, 0.16);
  transform: skewX(8deg);
}

.lng-product-visual-3::before {
  border-radius: 999px;
  background: rgba(0, 128, 168, 0.16);
}

.lng-product-visual span {
  position: relative;
  z-index: 3;
  padding: 7px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  border-radius: 999px;
}

.lng-company-product strong {
  display: block;
  margin-top: 16px;
  color: #111;
  font-size: 21px;
}

.lng-company-product small {
  display: block;
  margin-top: 8px;
  color: #555;
  font-size: 15px;
  line-height: 1.45;
}

.lng-company-actions {
  min-width: 285px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 14px;
}

.lng-company-actions button {
  border: 1px solid #111;
  border-radius: 999px;
  padding: 13px 22px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.lng-company-actions button:hover {
  background: #111;
  color: #fff;
}

.lng-ali-footer {
  background: #2f343a;
  color: #e8edf2;
  padding-top: 42px;
}

.lng-ali-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 56px;
  padding-bottom: 34px;
}

.lng-ali-footer strong {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
}

.lng-ali-footer p,
.lng-ali-footer a {
  display: block;
  color: #d7dde4;
  line-height: 1.9;
  text-decoration: none;
}

.lng-ali-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #d7dde4;
  padding: 18px;
  text-align: center;
}

@media (max-width: 1320px) {
  .lng-company-card {
    grid-template-columns: 1fr;
  }

  .lng-company-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 1100px) {
  .lng-ali-container {
    width: calc(100% - 32px);
  }

  .lng-ali-top,
  .lng-ali-top-inner {
    height: auto;
  }

  .lng-ali-top-inner,
  .lng-ali-mainnav-inner,
  .lng-ali-list-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .lng-ali-top-inner {
    padding: 14px 0;
  }

  .lng-ali-top-left,
  .lng-ali-top-right {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .lng-ali-mainnav-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 0;
  }

  .lng-ali-pills {
    justify-self: start;
    max-width: 100%;
    gap: 22px;
    overflow-x: auto;
  }

  .lng-ali-pills a {
    font-size: 24px;
  }

  .lng-ali-hero-grid,
  .lng-ali-footer-grid {
    grid-template-columns: 1fr;
  }

  .lng-ali-search {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .lng-company-products {
    grid-template-columns: 1fr;
  }

  .lng-city-belt-grid,
  .lng-city-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lng-city-supplier-card {
    grid-template-columns: 1fr !important;
  }

  .lng-city-supplier-actions {
    justify-content: flex-start;
  }

  .lng-yw-products {
    width: calc(100% - 32px);
  }

  .lng-yw-products-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .lng-yw-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lng-yw-shell {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .lng-yw-hero-card {
    min-height: 420px;
    padding: 72px 28px 44px;
  }

  .lng-yw-hero-card h2 {
    font-size: 34px;
  }

  .lng-company-actions {
    min-width: 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .lng-city-hero h1 {
    font-size: 34px;
  }

  .lng-city-belt-grid,
  .lng-city-product-grid {
    grid-template-columns: 1fr;
  }

  .lng-city-supplier-main,
  .lng-city-supplier-products {
    grid-template-columns: 1fr !important;
  }

  .lng-yw-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Green Court Elementor homepage layout locks */
.elementor-page .green-court-full-bleed {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
}

.elementor-page .gc-grid {
  display: grid !important;
  align-items: start !important;
  width: 100% !important;
}

.elementor-page .gc-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.elementor-page .gc-grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.elementor-page .gc-grid > .e-con,
.elementor-page .gc-grid-item {
  width: auto !important;
  min-width: 0 !important;
}

.elementor-page .gc-card {
  --gc-card-img-height: 180px;
  display: grid !important;
  grid-template-rows: var(--gc-card-img-height) auto auto !important;
  align-content: start !important;
  gap: 10px !important;
  min-width: 0 !important;
  align-self: start !important;
}

.elementor-page .gc-card-image,
.elementor-page .gc-card-image .elementor-widget-container,
.elementor-page .gc-card-image a,
.elementor-page .gc-card-image picture {
  width: 100% !important;
  height: var(--gc-card-img-height) !important;
  min-height: var(--gc-card-img-height) !important;
  max-height: var(--gc-card-img-height) !important;
  overflow: hidden !important;
  display: block !important;
}

.elementor-page .gc-card-image img,
.elementor-page .gc-card .elementor-widget-image img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.elementor-page .gc-card h3,
.elementor-page .gc-card .elementor-heading-title {
  overflow-wrap: anywhere;
}

.elementor-page .gc-after-section {
  display: grid !important;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%) !important;
  align-items: stretch !important;
  min-height: 430px !important;
}

.elementor-page .gc-after-section > .e-con {
  width: auto !important;
  min-width: 0 !important;
}

.elementor-page .gc-after-image-col,
.elementor-page .gc-after-image-col .elementor-widget-image,
.elementor-page .gc-after-image-col .elementor-widget-container {
  height: 100% !important;
}

.elementor-page .gc-after-image-col img {
  width: 100% !important;
  height: 100% !important;
  min-height: 430px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.elementor-page .gc-after-copy-col {
  justify-content: center !important;
  min-height: 430px !important;
}

.elementor-page .gc-feel-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: 12px !important;
  width: 100% !important;
}

.elementor-page .gc-feel-grid > .e-con,
.elementor-page .gc-feel-item {
  width: auto !important;
  min-width: 0 !important;
}

.elementor-page .gc-feel-item .elementor-widget-icon {
  margin-bottom: 6px !important;
}

.elementor-page .gc-feel-item .elementor-heading-title {
  font-size: 11px !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 1024px) {
  .elementor-page .gc-grid-5,
  .elementor-page .gc-grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .elementor-page .gc-card {
    --gc-card-img-height: 170px;
  }
}

@media (max-width: 767px) {
  .elementor-page .gc-grid-5,
  .elementor-page .gc-grid-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .elementor-page .gc-after-section {
    grid-template-columns: 1fr !important;
  }

  .elementor-page .gc-after-image-col img {
    min-height: 300px !important;
  }

  .elementor-page .gc-after-copy-col {
    min-height: 0 !important;
  }

  .elementor-page .gc-feel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .elementor-page .gc-card {
    --gc-card-img-height: 160px;
  }
}

@media (max-width: 480px) {
  .elementor-page .gc-grid-5,
  .elementor-page .gc-grid-6 {
    grid-template-columns: 1fr !important;
  }

  .elementor-page .gc-feel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
