:root {
  --jd-ink: #101412;
  --jd-muted: #5e665f;
  --jd-paper: #f4f1ea;
  --jd-panel: #fffaf0;
  --jd-line: rgba(16, 20, 18, 0.14);
  --jd-accent: #c5522b;
  --jd-accent-dark: #8f3219;
  --jd-forest: #243529;
  --jd-shadow: 0 24px 70px rgba(16, 20, 18, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--jd-ink);
  background: var(--jd-paper);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shopify-section { scroll-margin-top: 88px; }

.jd-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 78px;
  padding: 12px clamp(18px, 5vw, 64px);
  background: rgba(244, 241, 234, 0.92);
  border-bottom: 1px solid var(--jd-line);
  backdrop-filter: blur(16px);
}
.jd-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 800;
}
.jd-brand img {
  width: 58px;
  height: 42px;
  object-fit: contain;
}
.jd-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  font-size: 15px;
  color: var(--jd-muted);
}
.jd-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.jd-nav a:hover,
.jd-nav a[aria-current="page"] {
  color: var(--jd-ink);
  border-color: var(--jd-accent);
}
.jd-language-switcher {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--jd-line);
  background: rgba(255, 250, 240, 0.76);
}
.jd-language-switcher button {
  min-width: 42px;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: var(--jd-muted);
  font-weight: 700;
  cursor: pointer;
}
.jd-language-switcher button.active {
  color: #fff;
  background: var(--jd-forest);
}
.jd-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--jd-line);
  background: var(--jd-panel);
  cursor: pointer;
}
.jd-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--jd-ink);
}

.jd-eyebrow {
  margin: 0 0 14px;
  color: var(--jd-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.jd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}
.jd-btn--primary {
  color: #fff;
  background: var(--jd-accent);
}
.jd-btn--primary:hover { background: var(--jd-accent-dark); }
.jd-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
}
.jd-text-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--jd-accent-dark);
  font-weight: 900;
  border-bottom: 2px solid var(--jd-accent);
}

.jd-hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111;
}
.jd-hero__image,
.jd-hero__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.jd-hero__image img { object-fit: cover; }
.jd-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 13, 11, 0.88), rgba(10, 13, 11, 0.34) 56%, rgba(10, 13, 11, 0.1));
}
.jd-hero__content {
  position: relative;
  max-width: 820px;
  padding: clamp(96px, 12vw, 150px) clamp(22px, 7vw, 86px);
  color: #fff;
}
.jd-hero h1,
.jd-page-hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.98;
}
.jd-hero p:not(.jd-eyebrow),
.jd-page-hero p:not(.jd-eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 21px);
}
.jd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.jd-hero__proof {
  display: inline-flex;
  max-width: 760px;
  margin-top: 24px;
  padding: 12px 16px;
  color: #fff;
  background: rgba(196, 111, 51, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 4px solid var(--jd-signal);
  font-weight: 900;
}

.jd-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--jd-line);
  border-bottom: 1px solid var(--jd-line);
}
.jd-trust__item {
  padding: 28px clamp(18px, 4vw, 56px);
  background: var(--jd-panel);
}
.jd-trust strong {
  display: block;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1;
}
.jd-trust span {
  display: block;
  margin-top: 8px;
  color: var(--jd-muted);
}

.jd-section {
  padding: clamp(64px, 9vw, 110px) clamp(20px, 6vw, 76px);
}
.jd-split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
}
.jd-section-copy h2,
.jd-section-heading h2,
.jd-dark-cta h2,
.jd-story h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(31px, 4.4vw, 58px);
  line-height: 1.05;
}
.jd-section-copy p:not(.jd-eyebrow),
.jd-section-heading p:not(.jd-eyebrow),
.jd-dark-cta p:not(.jd-eyebrow),
.jd-story-text p,
.jd-rich-text {
  color: var(--jd-muted);
  font-size: 18px;
}
.jd-image-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 18px;
  align-items: end;
}
.jd-image-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--jd-shadow);
}
.jd-image-grid img:first-child { aspect-ratio: 16 / 10; }

.jd-product-strip { background: #e5e1d7; }
.jd-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}
.jd-section-heading p:not(.jd-eyebrow) {
  max-width: 460px;
  margin: 0;
}
.jd-product-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.jd-b2b-section {
  background: #fbfcf8;
}

.jd-benefit-grid,
.jd-application-grid,
.jd-buyer-grid {
  display: grid;
  gap: 16px;
}

.jd-benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.jd-benefit-card {
  min-height: 260px;
  padding: 26px;
  background: var(--jd-panel);
  border: 1px solid var(--jd-line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 22, 0.08);
}

.jd-benefit-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--jd-signal);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.jd-benefit-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
}

.jd-benefit-card p {
  margin: 0;
  color: var(--jd-muted);
}

.jd-application-section {
  color: #fff;
  background: #1e2927;
}

.jd-application-section .jd-section-heading p:not(.jd-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.jd-application-grid {
  grid-template-columns: repeat(3, 1fr);
}

.jd-application-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.jd-application-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.9) contrast(1.05);
}

.jd-application-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 22, 0.06), rgba(15, 23, 22, 0.76));
}

.jd-application-card h3 {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  margin: 0;
  font-size: 24px;
  line-height: 1.14;
}

.jd-spec-grid--six {
  grid-template-columns: repeat(3, 1fr);
}

.jd-spec-grid--six div {
  border-right: 1px solid var(--jd-line);
  border-bottom: 1px solid var(--jd-line);
}

.jd-buyers {
  background:
    linear-gradient(135deg, rgba(36, 79, 69, 0.08), rgba(196, 111, 51, 0.08));
}

.jd-buyer-grid {
  grid-template-columns: repeat(3, 1fr);
}

.jd-buyer-pill {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 22px 24px;
  color: var(--jd-forest);
  background: var(--jd-panel);
  border: 1px solid var(--jd-line);
  border-radius: 8px;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(15, 23, 22, 0.06);
}

.jd-model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.jd-card,
.jd-capability-card,
.jd-contact-card,
.jd-inquiry-form {
  background: var(--jd-panel);
  border: 1px solid var(--jd-line);
}
.jd-card { padding: 16px; }
.jd-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #ddd;
}
.jd-card h3,
.jd-capability-card h2,
.jd-contact-card h2 {
  margin: 18px 0 8px;
  font-size: 22px;
}
.jd-card p,
.jd-capability-card p {
  margin: 0 0 8px;
  color: var(--jd-muted);
}

.jd-model-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.jd-model-meta span {
  padding: 5px 9px;
  color: var(--jd-forest);
  background: rgba(36, 53, 41, 0.1);
  font-size: 12px;
  font-weight: 800;
}

.jd-section-action {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.jd-btn--secondary {
  color: var(--jd-accent-dark);
  background: transparent;
  border-color: var(--jd-accent);
}

.jd-btn--secondary:hover {
  color: #fff;
  background: var(--jd-accent-dark);
}

.jd-dark-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  color: #fff;
  background: var(--jd-forest);
}
.jd-dark-cta p:not(.jd-eyebrow) { color: rgba(255, 255, 255, 0.74); }

.jd-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  min-height: 560px;
  padding: clamp(48px, 8vw, 92px) clamp(20px, 6vw, 76px);
  color: #fff;
  background: var(--jd-forest);
}
.jd-page-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: var(--jd-shadow);
}
.jd-product-detail {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(320px, 0.8fr);
  gap: clamp(34px, 6vw, 70px);
  align-items: start;
}
.jd-main-product {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.jd-thumb-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.jd-thumb-row img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.jd-detail-copy h1,
.jd-detail-copy h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.05;
}
.jd-detail-copy p { color: var(--jd-muted); font-size: 18px; }
.jd-check-list {
  padding: 0;
  margin: 24px 0;
  list-style: none;
}
.jd-check-list li {
  padding: 12px 0 12px 28px;
  border-top: 1px solid var(--jd-line);
  color: var(--jd-muted);
  position: relative;
}
.jd-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 10px;
  background: var(--jd-accent);
}

.jd-specs { background: #fffaf0; }
.jd-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--jd-line);
}
.jd-spec-grid div {
  min-height: 140px;
  padding: 22px;
  border-right: 1px solid var(--jd-line);
}
.jd-spec-grid div:last-child { border-right: 0; }
.jd-spec-grid span {
  display: block;
  color: var(--jd-muted);
  margin-bottom: 12px;
}
.jd-spec-grid strong { font-size: 21px; line-height: 1.25; }

.jd-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.jd-capability-card {
  min-height: 250px;
  padding: 24px;
}
.jd-process { background: #e5e1d7; }
.jd-process ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
  background: var(--jd-line);
}
.jd-process li {
  min-height: 220px;
  padding: 24px;
  background: var(--jd-panel);
  counter-increment: step;
}
.jd-process li::before {
  content: "0" counter(step);
  display: block;
  color: var(--jd-accent);
  font-size: 34px;
  font-weight: 900;
}
.jd-process strong,
.jd-process span { display: block; }
.jd-process span {
  margin-top: 12px;
  color: var(--jd-muted);
}

.jd-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 70px);
}
.jd-story-text p:first-child { margin-top: 0; }
.jd-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--jd-line);
  padding-top: 0;
}
.jd-timeline div {
  padding: 30px;
  background: var(--jd-forest);
  color: #fff;
}
.jd-timeline strong {
  display: block;
  font-size: 42px;
  color: var(--jd-accent);
}
.jd-timeline span { color: rgba(255, 255, 255, 0.78); }

.jd-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: 20px;
}
.jd-contact-card,
.jd-inquiry-form {
  padding: clamp(22px, 4vw, 36px);
}
.jd-contact-card a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--jd-line);
  color: var(--jd-accent-dark);
  font-weight: 800;
}
.jd-inquiry-form {
  display: grid;
  gap: 18px;
}
.jd-inquiry-form label span {
  display: block;
  margin-bottom: 7px;
  color: var(--jd-muted);
  font-weight: 800;
}
.jd-inquiry-form input,
.jd-inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--jd-line);
  padding: 13px 14px;
  background: #fff;
  color: var(--jd-ink);
  font: inherit;
}
.jd-inquiry-form input:focus,
.jd-inquiry-form textarea:focus {
  outline: 2px solid rgba(197, 82, 43, 0.32);
  border-color: var(--jd-accent);
}

.jd-collection-grid,
.jd-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.jd-product-card {
  padding: 16px;
  background: var(--jd-panel);
  border: 1px solid var(--jd-line);
}
.jd-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.jd-price {
  display: block;
  color: var(--jd-accent-dark);
  font-weight: 900;
}
.jd-cart-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--jd-panel);
}
.jd-cart-table th,
.jd-cart-table td {
  padding: 16px;
  border-bottom: 1px solid var(--jd-line);
  text-align: left;
}
.jd-quantity-input {
  width: 76px;
  padding: 9px;
}

.jd-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
  padding: 34px clamp(20px, 6vw, 76px);
  color: rgba(255, 255, 255, 0.76);
  background: #121713;
}
.jd-footer img {
  width: 66px;
  height: 44px;
  object-fit: contain;
}
.jd-footer p {
  margin: 10px 0 0;
  color: #fff;
  font-weight: 800;
}
.jd-footer a {
  display: block;
  margin: 7px 0;
}

@media (max-width: 980px) {
  .jd-header { grid-template-columns: auto auto 1fr; }
  .jd-nav-toggle {
    display: block;
    justify-self: end;
    order: 3;
  }
  .jd-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    order: 4;
    border-top: 1px solid var(--jd-line);
  }
  .jd-nav.open { display: flex; }
  .jd-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--jd-line);
  }
  .jd-language-switcher { justify-self: end; }
  .jd-trust,
  .jd-benefit-grid,
  .jd-application-grid,
  .jd-buyer-grid,
  .jd-split,
  .jd-product-showcase,
  .jd-model-grid,
  .jd-page-hero,
  .jd-product-detail,
  .jd-spec-grid,
  .jd-capability-grid,
  .jd-process ol,
  .jd-story,
  .jd-timeline,
  .jd-contact-layout,
  .jd-footer,
  .jd-collection-grid,
  .jd-product-grid {
    grid-template-columns: 1fr;
  }
  .jd-section-heading,
  .jd-dark-cta { display: block; }
  .jd-dark-cta .jd-btn { margin-top: 24px; }
  .jd-spec-grid div,
  .jd-spec-grid div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--jd-line);
  }
}

@media (max-width: 640px) {
  .jd-header {
    gap: 12px;
    padding: 10px 14px;
  }
  .jd-brand span {
    max-width: 110px;
    font-size: 14px;
    line-height: 1.15;
  }
  .jd-brand img {
    width: 48px;
    height: 36px;
  }
  .jd-language-switcher button {
    min-width: 34px;
    font-size: 12px;
  }
  .jd-hero h1,
  .jd-page-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }
  .jd-hero__content { padding: 90px 20px 58px; }
  .jd-page-hero {
    min-height: auto;
    padding-top: 46px;
  }
  .jd-hero__actions,
  .jd-hero__actions .jd-btn,
  .jd-contact-layout .jd-btn { width: 100%; }
  .jd-image-grid,
  .jd-thumb-row { grid-template-columns: 1fr; }
}

/* Industrial export redesign */
:root {
  --jd-ink: #18211f;
  --jd-muted: #697673;
  --jd-paper: #f3f5f0;
  --jd-panel: #fbfcf8;
  --jd-line: rgba(24, 33, 31, 0.12);
  --jd-accent: #3d7c69;
  --jd-accent-dark: #244f45;
  --jd-forest: #23312d;
  --jd-signal: #c46f33;
  --jd-shadow: 0 22px 56px rgba(24, 33, 31, 0.11);
}

body {
  background:
    linear-gradient(180deg, #fbfcf8 0, var(--jd-paper) 520px, #e8eee9 100%);
  color: var(--jd-ink);
}

.jd-header {
  min-height: 72px;
  background: rgba(251, 252, 248, 0.94);
  box-shadow: 0 10px 30px rgba(24, 33, 31, 0.05);
}

.jd-brand {
  color: var(--jd-forest);
  letter-spacing: 0;
  max-width: 360px;
}

.jd-brand span {
  overflow-wrap: anywhere;
  line-height: 1.18;
}

.jd-brand img {
  width: 62px;
  height: 44px;
}

.jd-nav {
  font-size: 14px;
  font-weight: 800;
}

.jd-nav a {
  padding: 8px 2px;
}

.jd-nav a:hover,
.jd-nav a[aria-current="page"] {
  color: var(--jd-accent-dark);
}

.jd-language-switcher {
  border-radius: 8px;
  background: #e8eee9;
}

.jd-language-switcher button {
  border-radius: 6px;
}

.jd-language-switcher button.active {
  background: var(--jd-accent-dark);
}

.jd-btn {
  min-height: 46px;
  border-radius: 7px;
  letter-spacing: 0;
}

.jd-btn--primary {
  background: var(--jd-signal);
  box-shadow: 0 14px 30px rgba(216, 117, 37, 0.24);
}

.jd-btn--primary:hover {
  background: #b95d18;
}

.jd-btn--ghost {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.14);
}

.jd-eyebrow {
  color: var(--jd-accent);
  letter-spacing: 0.1em;
}

.jd-hero {
  min-height: min(760px, calc(100vh - 72px));
  align-items: center;
}

.jd-hero__image img {
  object-position: 64% center;
  filter: saturate(0.96) contrast(1.03);
}

.jd-hero__overlay {
  background:
    linear-gradient(90deg, rgba(24, 33, 31, 0.9), rgba(24, 33, 31, 0.64) 44%, rgba(24, 33, 31, 0.12) 78%),
    linear-gradient(180deg, rgba(24, 33, 31, 0.06), rgba(24, 33, 31, 0.36));
}

.jd-hero__content {
  max-width: 760px;
  padding-top: clamp(72px, 10vw, 120px);
  padding-bottom: clamp(72px, 10vw, 120px);
}

.jd-hero h1,
.jd-page-hero h1 {
  font-size: clamp(40px, 6.2vw, 76px);
  line-height: 1.02;
  max-width: 820px;
}

.jd-hero p:not(.jd-eyebrow),
.jd-page-hero p:not(.jd-eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.7vw, 20px);
}

.jd-trust {
  gap: 1px;
  background: var(--jd-line);
  border: 0;
  box-shadow: inset 0 -1px 0 var(--jd-line);
}

.jd-trust__item {
  background: #fbfcf8;
  border-right: 0;
}

.jd-trust strong {
  color: var(--jd-accent-dark);
}

.jd-section {
  padding-top: clamp(58px, 8vw, 96px);
  padding-bottom: clamp(58px, 8vw, 96px);
}

.jd-section-copy h2,
.jd-section-heading h2,
.jd-dark-cta h2,
.jd-story h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
}

.jd-image-grid img,
.jd-page-hero img,
.jd-main-product,
.jd-thumb-row img,
.jd-product-card img,
.jd-card img {
  border-radius: 8px;
}

.jd-image-grid img {
  box-shadow: var(--jd-shadow);
}

.jd-product-strip {
  background: #e8eee9;
  border-top: 1px solid var(--jd-line);
  border-bottom: 1px solid var(--jd-line);
}

.jd-card,
.jd-capability-card,
.jd-contact-card,
.jd-inquiry-form,
.jd-product-card {
  border-radius: 8px;
  background: var(--jd-panel);
  box-shadow: 0 18px 44px rgba(15, 23, 22, 0.08);
}

.jd-card {
  padding: 14px;
}

.jd-card h3 {
  color: var(--jd-forest);
  font-size: 21px;
}

.jd-card p,
.jd-capability-card p {
  color: var(--jd-muted);
}

.jd-model-grid {
  gap: 16px;
}

.jd-model-meta span {
  border-radius: 999px;
  color: var(--jd-accent-dark);
  background: #e2ebe5;
}

.jd-dark-cta {
  background:
    linear-gradient(135deg, #23312d, #3b5049);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jd-page-hero {
  background:
    linear-gradient(135deg, #23312d, #4b6259);
}

.jd-specs,
.jd-process {
  background: #e8eee9;
}

.jd-contact-card a {
  color: var(--jd-accent-dark);
}

.jd-footer {
  color: var(--jd-muted);
  background: #e8eee9;
  border-top: 1px solid var(--jd-line);
}

.jd-footer p {
  color: var(--jd-forest);
}

.jd-footer a {
  color: var(--jd-accent-dark);
}

@media (max-width: 1180px) {
  .jd-model-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .jd-model-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .jd-hero {
    min-height: 680px;
  }

  .jd-hero__overlay {
    background: linear-gradient(180deg, rgba(24, 33, 31, 0.86), rgba(24, 33, 31, 0.54));
  }
}
