html,
body,
.dx-page,
.dx-page * {
  font-family: "Zen Kaku Gothic New",
               "Hiragino Kaku Gothic ProN",
               "Hiragino Kaku Gothic Pro",
               "メイリオ",
               sans-serif !important;
}

/* =========================================
   DX Page - Design Tokens
   ========================================= */
:root {
  --dx-primary: #274673;
  --dx-primary-light: #1965b0;
  --dx-secondary: #1965b0;
  --dx-accent: #1965b0;
  --dx-accent-alt: #115fad;
  --dx-brand: #d54357;

  --dx-text: #274673;
  --dx-text-light: #56616f;
  --dx-text-muted: #8899a6;
  --dx-white: #ffffff;

  --dx-bg-light: #f9fcff;
  --dx-bg-soft: #f3f5f8;
  --dx-bg-card: #ffffff;
  --dx-bg-grad-1: #f9fcff;
  --dx-bg-grad-2: #dbedff;

  --dx-gradient-main: linear-gradient(135deg, #274673 0%, #1965b0 100%);
  --dx-gradient-accent: linear-gradient(135deg, #1965b0 0%, #274673 100%);
  --dx-gradient-cta: linear-gradient(135deg, #1965b0 0%, #274673 100%);
  --dx-gradient-section: linear-gradient(90deg, #f9fcff 0%, #dbedff 100%);
  --dx-gradient-brand: linear-gradient(135deg, #d54357 0%, #e06070 100%);

  --dx-shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --dx-shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --dx-shadow-lg: 0 10px 30px rgba(0,0,0,0.1);
  --dx-shadow-xl: 0 25px 50px rgba(0,0,0,0.15);
  --dx-shadow-glow: 0 0 30px rgba(25,101,176,0.3);

  --dx-line: #d3d3d3;

  --dx-font: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  --dx-font-display: var(--dx-font);

  --dx-section-padding: 72px;
  --dx-container-width: 1200px;

  --dx-radius-sm: 6px;
  --dx-radius-md: 10px;
  --dx-radius-lg: 16px;
  --dx-radius-xl: 16px;

  --dx-transition: 0.3s ease;
  --dx-transition-slow: 0.5s ease;
}

body { background: #ffffff; }

.u-only-pc { display: inline; }
.u-only-sp { display: none; }
@media (max-width: 768px) {
  .u-only-pc { display: none !important; }
  .u-only-sp { display: inline !important; }
}

.dx-page {
  font-family: var(--dx-font);
  color: var(--dx-text);
  line-height: 1.8;
  overflow-x: hidden;
}

.dx-page section { font-family: var(--dx-font); }

/* Anchor scroll offsets */
.dx-page section[id] { scroll-margin-top: 120px; }
.dx-page [id^="service-"] { scroll-margin-top: 140px; }
.dx-page #PrivacyPolicy { scroll-margin-top: 120px; }
.dx-page [id^="case-"] { scroll-margin-top: 140px; }
@media (max-width: 768px) {
  .dx-page [id^="case-"] { scroll-margin-top: 0; }
}

/* =========================================
   Main Visual
   ========================================= */
.logisticsdx-mv {
  position: relative;
  min-height: 600px;
  background: url(/image/solution/consultant/mv_bg.png) center/cover no-repeat;
  overflow: hidden;
  padding: 60px 40px !important;
}
.logisticsdx-mv::after { display: none; }

.logisticsdx-mv .mv-content {
  position: relative;
  z-index: 2;
  max-width: var(--dx-container-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.logisticsdx-mv .mv-eyecatch {
  display: inline-block;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  color: var(--dx-white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  line-height: 1.8;
}

.logisticsdx-mv .main-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  background-color: var(--dx-white);
  color: var(--dx-primary-light);
  padding: 10px;
  border-radius: 5px;
  width: fit-content;
}

/* ✅ RV p1対応：mv-tagsがspan→aになったのでスタイル適用 */
.logisticsdx-mv .mv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}
.logisticsdx-mv .mv-tags a {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: var(--dx-white);
  transition: var(--dx-transition);
  text-decoration: none;
  display: inline-block;
}
.logisticsdx-mv .mv-tags a:hover {
  background: rgba(255,255,255,0.25);
  transform: none;
}

.logisticsdx-mv .mv-cta-buttons {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.logisticsdx-mv .mv-btn-primary {
  background: var(--dx-brand);
  color: var(--dx-white) !important;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  display: inline-block;
  width: fit-content;
}
.logisticsdx-mv .mv-btn-primary:hover {
  background: var(--dx-white);
  color: var(--dx-brand) !important;
}

.logisticsdx-image { position: relative; }
.logisticsdx-image img { width: 100%; }

/* =========================================
   Navigation - Sticky
   ========================================= */
.dx-page .navigation {
  background: var(--dx-gradient-section);
  padding: 20px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}
.dx-page .nav-container {
  max-width: var(--dx-container-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 48px;
  justify-content: center;
  padding: 0 20px;
}
.dx-page .nav-container a {
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: var(--dx-text);
  text-decoration: none;
  transition: var(--dx-transition);
}
.dx-page .nav-container a::after { display: none; }
.dx-page .nav-container a:hover {
  color: var(--dx-accent);
  background: rgba(25,101,176,0.1);
}

/* =========================================
   Section Headers
   ========================================= */
.dx-page .section-header { text-align: center; margin-bottom: 42px; }
.dx-page .section-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--dx-accent);
  line-height: 1.8;
  margin-bottom: 8px;
  display: block;
}
.dx-page .section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dx-text);
  line-height: 1.3;
  margin-bottom: 8px;
  background: none;
}
.dx-page .section-description {
  font-size: 16px;
  color: var(--dx-text);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* =========================================
   About
   ========================================= */
#about-logisticsdx {
  background: var(--dx-white);
  padding: var(--dx-section-padding) 20px;
}
#about-logisticsdx .about-card {
  background: var(--dx-bg-card);
  border: 1px solid var(--dx-line);
  border-radius: var(--dx-radius-lg);
  padding: 40px;
  max-width: var(--dx-container-width);
  margin: 0 auto;
}
#about-logisticsdx .about-card::before { display: none; }
#about-logisticsdx .about-text-2 { font-size: 16px; line-height: 1.8; color: var(--dx-text); }

/* =========================================
   Problems Section
   ========================================= */
.dx-page .problems-section {
  background-image: url(/image/solution/consultant/problems_bg.png);
  background-size: cover;
  background-position: center;
  padding: var(--dx-section-padding) 20px;
  position: relative;
  color: var(--dx-white);
}
.dx-page .problems-section::before { display: none; }

.logisticsdx-problems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 940px;
  margin: 0 auto;
}

.logisticsdx-problems .problem-card {
  background: rgba(255,255,255,0.95);
  border: none;
  border-radius: var(--dx-radius-lg);
  padding: 28px;
  width: 100%;
  /* transition: var(--dx-transition); */
  position: relative;
  box-shadow: var(--dx-shadow-md);
  text-decoration: none;
  display: block;
  cursor: default;
  z-index: 2;
}
.logisticsdx-problems .problem-card::before { display: none; }
/* .logisticsdx-problems .problem-card:hover {
  transform: none;
  box-shadow: var(--dx-shadow-lg);
} */
.logisticsdx-problems .problem-card:focus-visible {
  outline: 3px solid rgba(255,255,255,0.9);
  outline-offset: 4px;
}

.logisticsdx-problems .problem-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dx-primary);
  line-height: 1.4;
  margin-bottom: 16px;
}

.logisticsdx-problems .problem-card ul { list-style: none; padding: 0; }

.logisticsdx-problems .problem-card li {
  font-size: 14px;
  color: var(--dx-text);
  line-height: 1.8;
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
}
.logisticsdx-problems .problem-card li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--dx-brand);
  font-weight: 700;
}

/* ✅ RV p2対応：クリックできるのはこのリンクだけ */
.logisticsdx-problems .problem-card a {
  font-size: 12px;
  color: var(--dx-text);
  border-radius: 5px;
  border: 1px solid var(--dx-text);
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;

  cursor: pointer;
}
.logisticsdx-problems .problem-card a:hover {
  background: var(--dx-accent);
  color: var(--dx-bg-card);
  transition: 1s;
}

/* checkbox UI */
.dx-page #issues .logisticsdx-problems .problem-card li { padding-left: 26px; }
.dx-page #issues .logisticsdx-problems .problem-card li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.35em;
  background: url(/image/solution/autonmate/checkbox.png) center/contain no-repeat;
}

/* odd last card centering */
@media (min-width: 1025px) {
  .dx-page #issues .logisticsdx-problems .problem-card:last-child {
    grid-column: 1 / -1;
    max-width: calc((940px - 24px) / 2);
    justify-self: center;
  }
}

/* 以降：元CSSをそのまま継続（省略せず全文） */
/* --- ここから下は、あなたが提示したCSSをそのまま継続（フォント以外未変更） --- */

/* =========================================
   Solutions Section
   ========================================= */
.dx-page .solutions-section {
  background: var(--dx-gradient-section);
  padding: var(--dx-section-padding) 20px;
  position: relative;
}
.dx-page .solutions-section::before { display: none; }
.dx-page .solutions-section .section-subtitle,
.dx-page .solutions-section .section-title,
.dx-page .solutions-section .section-description { color: var(--dx-text); }

.logisticsdx-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.logisticsdx-tabs .tab-button {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: var(--dx-transition);
  color: var(--dx-text) !important;
  text-decoration: none;
  background: var(--dx-white);
  border: 1px solid var(--dx-line);
}
.logisticsdx-tabs .tab-button:hover {
  background: var(--dx-accent);
  color: var(--dx-white) !important;
  border-color: var(--dx-accent);
}
.logisticsdx-tabs .tab-button.active {
  background: var(--dx-white);
  color: var(--dx-text) !important;
  border-color: var(--dx-line);
}
.logisticsdx-tabs .tab-button.active:hover {
  background: var(--dx-accent);
  color: var(--dx-white) !important;
  border-color: var(--dx-accent);
}
.logisticsdx-tabs .tab-button:focus-visible {
  outline: 2px solid rgba(25, 101, 176, 0.6);
  outline-offset: 3px;
}

.logisticsdx-services {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.logisticsdx-services .solution-card {
  background: var(--dx-white);
  border: 1px solid var(--dx-line);
  border-radius: var(--dx-radius-lg);
  padding: 32px;
  margin: 0;
  transition: var(--dx-transition);
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
}
.logisticsdx-services .solution-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--dx-shadow-md);
}
.logisticsdx-services .solution-number { display: none; }
.logisticsdx-services .solution-content {
  flex: 6 1 0%;
  max-width: none;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.logisticsdx-services .solution-badge {
  width: fit-content;
  display: inline-block;
  background: var(--dx-accent);
  color: var(--dx-white);
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 16px;
}
.logisticsdx-services .solution-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dx-text);
  margin-bottom: 0;
  line-height: 1.4;
}
.logisticsdx-services .solution-content ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
}
.logisticsdx-services .solution-content li {
  color: var(--dx-text);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}
.logisticsdx-services .solution-content li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--dx-accent);
  font-weight: 700;
}
.logisticsdx-services .solution-content li span { font-weight: bold; }

.logisticsdx-services .service-case-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 10px 18px;
  border: 1px solid var(--dx-accent);
  border-radius: 8px;
  background: transparent;
  color: var(--dx-accent) !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none !important;
  width: fit-content;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}
.logisticsdx-services .service-case-btn:hover {
  background: var(--dx-accent);
  color: var(--dx-white) !important;
  border-color: var(--dx-accent);
}
.logisticsdx-services .service-case-btn:focus-visible {
  outline: 2px solid rgba(25, 101, 176, 0.6);
  outline-offset: 3px;
}

.logisticsdx-services .solution-image-placeholder {
  flex: 4 1 0%;
  height: 280px;
  margin-top: 0;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logisticsdx-services .solution-image-placeholder > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logisticsdx-services .solution-image-placeholder img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* =========================================
   CTA Sections
   ========================================= */
.dx-page .cta-section {
  background-image: url(/image/solution/consultant/CTA.png);
  background-size: cover;
  background-position: center;
  padding: var(--dx-section-padding) 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.dx-page .cta-section::before {
  display: none;
}

.dx-page .cta-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dx-white);
  line-height: 1.3;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.dx-page .cta-section p {
  font-size: 16px;
  color: var(--dx-white);
  line-height: 1.8;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}

.dx-page .cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.dx-page .btn-primary {
  display: inline-block;
  background: var(--dx-brand);
  color: var(--dx-white) !important;
  padding: 12px 24px;
  border-radius: var(--dx-radius-sm);
  font-weight: 700;
  font-size: 18px;
  text-decoration: none !important;
  transition: var(--dx-transition);
  border: none;
}

.dx-page .btn-primary:hover {
  color: var(--dx-primary-light) !important;
  background: rgba(255,255,255,0.9);
  transform: translateY(-2px);
}

.dx-page .btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--dx-white) !important;
  padding: 10px 22px;
  border: 2px solid var(--dx-white);
  border-radius: var(--dx-radius-sm);
  font-weight: 700;
  font-size: 18px;
  text-decoration: none !important;
  transition: var(--dx-transition);
}

.dx-page .btn-secondary:hover {
  background: rgba(255,255,255,0.1);
}

/* =========================================
   Strength Section
   ========================================= */
.dx-page #strength.reason-section {
  background-image: url(/image/solution/consultant/solutions_bg.png);
  background-size: cover;
  background-position: center;
  padding: var(--dx-section-padding) 20px;
}

.dx-page #strength.reason-section .section-title,
.dx-page #strength.reason-section .section-subtitle {
  color: var(--dx-white);
}

/* intro */
.dx-page #strength .section-header {
  margin-bottom: 28px;
}

.dx-page #strength .section-subtitle {
  font-size: 20px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.95);
}

.dx-page #strength .section-title {
  font-size: 36px;
  color: var(--dx-white);
  margin-bottom: 18px;
}

.dx-page #strength .strength-intro {
  max-width: 500px;
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
}

.dx-page #strength .strength-intro-title {
  display: inline-block;
  min-width: min(520px, 92%);
  background: #fff;
  color: var(--dx-accent);
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 22px;
  border-radius: 4px;
  margin-bottom: 18px;
}

.dx-page #strength .strength-intro p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
}

.dx-page #strength .strength-arrow {
  display: flex;
  justify-content: center;
  margin: 26px 0 26px;
  opacity: 0.9;
}

/* 2 columns */
.dx-page #strength .strength-grid-two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 980px;
  margin: 0 auto;
}

.dx-page #strength .strength-item-numbered {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.dx-page #strength .strength-item-numbered:hover {
  transform: none;
  box-shadow: none;
}

.dx-page #strength .strength-number {
  font-size: 46px;
  color: rgba(255, 255, 255, 0.98);
  line-height: 1;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
}

.dx-page #strength .strength-item-numbered h3 {
  font-size: 22px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
  line-height: 1.6;
  margin: 0 0 10px;
}

.dx-page #strength .strength-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.9;
  margin: 0;
}

.strength-image {
  margin: 20px 0;
  width: 100%;
}

/* ===== Strength image clickable hotspots ===== */
.strength-image--linked {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
}

.strength-image__img {
  display: block;
  width: 100%;
  height: auto;
}

.strength-hotspot {
  position: absolute;
  display: block;
  background: rgba(0,0,0,0);
  border-radius: 6px;
  cursor: pointer;
}

.hotspot-scdos   { left: 58.5%; top: 54.2%; width: 8.5%; height: 6.5%; }
.hotspot-sclink  { left: 67%; top: 53.2%; width: 6.5%; height: 6.5%; }
.hotspot-oneslogi{ left: 58.5%; top: 64.2%; width: 15%; height: 6.5%; }
.hotspot-autonmate { left: 58.5%; top: 71.5%; width: 15%; height: 6.5%; }
.hotspot-3pl     { left: 58.5%; top: 82.2%; width: 15%; height: 6.8%; }

.strength-hotspot:hover {
  outline: 2px solid rgba(25,101,176,0.6);
  background: rgba(25,101,176,0.08);
}

@media (max-width: 768px) {
  .hotspot-scdos   { left: 59%; top: 53.5%; width: 8%; height: 7.5%; }
  .hotspot-sclink  { left: 66.5%; top: 53.5%; width: 7%; height: 8.5%; }
  .hotspot-oneslogi{ left: 58%; top: 63.5%; width: 15%;height: 9.0%; }
  .hotspot-autonmate { left: 58%; top: 70.5%; width: 15%; height: 8.5%; }
  .hotspot-3pl     { left: 58%; top: 81%; width: 15%; height: 8%; }
}

/* ---- 以下、あなたが提示したCSSをそのまま継続（フォント以外未変更） ---- */

.strength-approach-card {
  background: var(--dx-bg-card);
  border: 1px solid var(--dx-line);
  border-radius: var(--dx-radius-lg);
  padding: 36px 24px;
  box-shadow: var(--dx-shadow-md);
  max-width: 1180px;
  margin: 0 auto;
  overflow-x: hidden;
}

.approach-header h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: var(--dx-text);
}

.approach-header p {
  margin: 0;
  color: var(--dx-text-light);
  font-size: 18px;
}

.approach-point {
  margin: 20px 0;
}

.approach-point-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--dx-text);
  margin-bottom: 16px;
}

.approach-table {
  --approach-gap-x: 12px;
  --approach-gap-y: 16px;
  --approach-layers-w: 130px;
  --approach-arrow-size: 20px;
  --approach-arrow-stroke: 3px;
  width: 100%;
  border-collapse: separate;
  border-spacing: var(--approach-gap-x) var(--approach-gap-y);
  border: none !important;
  table-layout: fixed;
}

.approach-table tbody tr,
.approach-table tbody {
  border: none !important;
}

.approach-table col.col-layers {
  width: var(--approach-layers-w);
}

.approach-table col.col-1,
.approach-table col.col-2,
.approach-table col.col-3,
.approach-table col.col-4 {
  width: calc((100% - var(--approach-layers-w)) / 4);
}

.approach-table th {
  background: var(--dx-bg-soft);
  color: var(--dx-text);
  font-weight: 700;
  text-align: center;
  padding: 12px 8px;
  border-radius: var(--dx-radius-md);
  border: 1px solid #d0e2f7;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.approach-table .layers-head {
  width: var(--approach-layers-w);
  background: transparent;
  border: none;
}

.approach-table tbody td {
  vertical-align: top;
  padding: 0;
  border: none !important;
}

.layers-cell {
  width: var(--approach-layers-w);
  padding-right: 2px;
  border: none !important;
  position: relative;
}

.approach-layers {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
}

.approach-layers .layer {
  background: #1b4d89;
  color: #fff;
  border-radius: var(--dx-radius-md);
  padding: 18px 10px;
  text-align: center;
  box-shadow: var(--dx-shadow-sm);
  flex: 1 1 0;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.approach-table .layer,
.approach-table .layer strong,
.approach-table .layer span {
  color: #fff !important;
}

.approach-layers .layer span {
  display: block;
  font-size: 12px;
  opacity: 0.85;
  color: #fff;
}

.approach-box {
  background: var(--dx-bg-light);
  border-radius: var(--dx-radius-md);
  border: 1px solid #dbe7f8;
  padding: 18px;
  min-height: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-wrap: anywhere;
  overflow: visible;
}

.approach-box.accent {
  background: #fef5e6;
  border-color: #f3c78e;
}

.approach-table tbody td:not(:last-child):not(.layers-cell) .approach-box::after {
  content: '';
  position: absolute;
  right: calc(-1 * (var(--approach-gap-x) / 2) - (var(--approach-arrow-size) / 2));
  top: 50%;
  width: var(--approach-arrow-size);
  height: var(--approach-arrow-size);
  border-right: var(--approach-arrow-stroke) solid var(--dx-accent);
  border-bottom: var(--approach-arrow-stroke) solid var(--dx-accent);
  z-index: 2;
  transform: translateY(-50%) rotate(-45deg);
}

.approach-box .label {
  font-weight: 700;
  color: var(--dx-text);
  margin-bottom: 4px;
  font-size: 15px;
}

.approach-box .body-text {
  margin: 0;
  font-size: 14px;
  color: var(--dx-text-light);
}

.approach-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.approach-box li {
  font-size: 14px;
  color: var(--dx-text);
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}

.approach-box li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--dx-accent);
  font-weight: 700;
}

.approach-solutions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solution-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--dx-text-muted);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.solution-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.solution-badges .badge {
  background: var(--dx-white);
  border: 1px solid #c8d9ef;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--dx-text);
}

.cost-merit {
  max-width: 940px;
  margin: 0 auto;
  background: #dbedff;
  color: var(--dx-text);
  border: 1px solid var(--dx-line);
  border-radius: var(--dx-radius-lg);
  padding: 36px;
}

.cost-merit h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  color: var(--dx-text);
}

.cost-merit ul {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}

.cost-merit li {
  font-size: 15px;
  line-height: 1.8;
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}

.cost-merit li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--dx-accent);
  font-weight: 700;
}

/* =========================================
   Case Studies Section
   ========================================= */
.dx-page .case-studies-section {
  background: var(--dx-white);
  padding: var(--dx-section-padding) 20px;
}

.case-summary {
  max-width: 940px;
  margin: 0 auto 40px;
  text-align: center;
}

.case-kpi-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.case-kpi-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-kpi-label {
  font-size: 14px;
  color: var(--dx-text-light);
  margin-bottom: 6px;
}

.case-kpi-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dx-accent);
}

.case-note {
  font-size: 13px;
  color: var(--dx-text-muted);
}

.logisticsdx-case {
  background: var(--dx-bg-card);
  border: 1px solid var(--dx-line);
  border-radius: var(--dx-radius-lg);
  padding: 36px;
  margin-bottom: 24px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  transition: var(--dx-transition);
}

.logisticsdx-case:hover {
  box-shadow: var(--dx-shadow-md);
}

.logisticsdx-case .case-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--dx-text);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--dx-line);
}

.case-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.case-col h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: var(--dx-radius-sm);
}

.case-col:first-child h4 {
  background: #e2e8f0;
  color: #0f172a;
}

.case-col:last-child h4 {
  background: #dbedff;
  color: var(--dx-accent);
}

.case-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.case-col li {
  font-size: 14px;
  color: var(--dx-text);
  line-height: 1.8;
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}

.case-col li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--dx-text-muted);
}

.case-col:last-child ul {
  color: var(--dx-accent);
}

.case-col:last-child li {
  color: var(--dx-accent);
}

.case-col:last-child li::before {
  color: var(--dx-accent);
}

/* =========================================
   FAQ Section
   ========================================= */
.logisticsdx-comparison {
  max-width: 940px;
  margin: 0 auto 50px;
  border: 1px solid var(--dx-line);
  border-radius: var(--dx-radius-lg);
  overflow: hidden;
  padding: 30px;
}

.logisticsdx-comparison table {
  width: 100%;
  border-collapse: collapse;
}

.logisticsdx-comparison th {
  height: 48px;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--dx-white);
}

.logisticsdx-comparison th:first-child {
  background: var(--dx-text);
  width: 18%;
}

.logisticsdx-comparison th:nth-child(2) {
  background: var(--dx-accent);
  width: 82%;
}

.logisticsdx-comparison th:nth-child(3) {
  display: none;
}

.logisticsdx-comparison td {
  padding: 25px;
  vertical-align: middle;
}

.logisticsdx-comparison td:nth-child(3),
.logisticsdx-comparison th:nth-child(3) {
  display: none;
}

.logisticsdx-comparison .category-cell {
  background: var(--dx-white);
  padding: 25px 10px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: var(--dx-text);
}

.logisticsdx-comparison .autonmate-cell {
  background: #dbedff;
}

.logisticsdx-comparison td ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

/* FAQ section subtitle */
#faq-section {
  padding: 50px 0;
  background: var(--dx-gradient-section);
}

.dx-page .faq-section .faq-subheader {
  padding: 30px 0 8px;
  text-align: center;
}

/* Floating CTA */
.dx-page .fixed-contact-button {
  position: fixed;
  bottom: 24px !important;
  right: 24px;
  background: var(--dx-brand);
  color: var(--dx-white) !important;
  padding: 20px 60px;
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1200;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: var(--dx-shadow-lg);
}

.dx-page .fixed-contact-button::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

.dx-page .fixed-contact-button:hover {
  background: #bb2a3e;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .dx-page .fixed-contact-button {
    bottom: 16px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 24px);
    max-width: 300px;
    justify-content: center;
  }

  .dx-page .fixed-contact-button:hover {
    transform: translateX(-50%) translateY(-2px);
  }
}

/* Floating Page Top (placed above fixed contact CTA) */
.dx-page .fixed-page-top-button {
  position: fixed;
  bottom: 104px;
  right: 24px;
  z-index: 1201;
  display: block;
  transition: transform 0.2s ease;
}

.dx-page .fixed-page-top-button img {
  display: block;
  width: 56px;
  height: auto;
}

.dx-page .fixed-page-top-button:focus-visible {
  outline: 2px solid var(--dx-brand);
  outline-offset: 3px;
}

.dx-page .fixed-page-top-button:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .dx-page .fixed-page-top-button {
    bottom: 92px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .dx-page .fixed-page-top-button:hover {
    transform: translateX(-50%) translateY(-2px);
  }
}

.logisticsdx-comparison td li {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
  color: var(--dx-text);
}

.logisticsdx-comparison .autonmate-cell li {
  color: var(--dx-text);
}

/* =========================================
   Workflow Section
   ========================================= */
.dx-page #workflow {
  background: var(--dx-white);
  padding: 40px 0;
}

.dx-page .workflow-container {
  max-width: 940px;
  margin: 0 auto;
  background: var(--dx-white);
  border: 1px solid var(--dx-line);
  border-radius: var(--dx-radius-lg);
  padding: 40px;
}

.dx-page .workflow-flow {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

.dx-page .flow-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  margin-bottom: 0;
}

.dx-page .flow-box {
  background: #7fb3eb;
  color: var(--dx-white);
  padding: 60px 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  position: relative;
  width: 280px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  border-radius: 0;
  box-shadow: none;
}

.dx-page .flow-step:nth-child(1) .flow-box {
  background: #a1c4e8;
  clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
}

.dx-page .flow-step:nth-child(2) .flow-box {
  background: #7fb3eb;
  clip-path: polygon(0 0, 0 68%, 50% 100%, 100% 68%, 100% 0, 50% 32%);
}

.dx-page .flow-step:nth-child(3) .flow-box {
  background: #5a9ae0;
  clip-path: polygon(0 0, 0 68%, 50% 100%, 100% 68%, 100% 0, 50% 32%);
}

.dx-page .flow-step:nth-child(4) .flow-box {
  background: #3a82d0;
  clip-path: polygon(0 0, 0 68%, 50% 100%, 100% 68%, 100% 0, 50% 32%);
}

.dx-page .flow-step:nth-child(5) .flow-box {
  background: #2d6ab0;
  clip-path: polygon(0 0, 0 68%, 50% 100%, 100% 68%, 100% 0, 50% 32%);
}

.dx-page .flow-step:nth-child(6) .flow-box {
  background: #2d5aa0;
  clip-path: polygon(0 0, 0 68%, 50% 100%, 100% 68%, 100% 0, 50% 32%);
}

.dx-page .detail-item {
  flex: 1;
  padding: 0 0 30px 10px;
  display: block;
  align-items: center;
}

.dx-page .detail-item ul {
  list-style: none;
}

.dx-page .detail-item li {
  font-size: 16px;
  font-weight: 700;
  color: var(--dx-text);
  line-height: 1.4;
  margin-bottom: 2px;
}

.dx-page .flow-step:last-child .detail-item {
  border-bottom: none;
}

/* =========================================
   Download Section
   ========================================= */
.logisticsdx-download {
  background-image: url(/image/solution/autonmate/CTA_bg.png) !important;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.logisticsdx-download::before {
  display: none;
}

/* =========================================
   Contact Section
   ========================================= */
.dx-page .contact-section {
  position: relative;
  margin-top: 0;
  background: linear-gradient(135deg, var(--dx-accent) 0%, var(--dx-text) 100%);
  background-size: cover;
  padding: var(--dx-section-padding) 20px;
  color: var(--dx-white);
}

.dx-page .contact-section .section-subtitle,
.dx-page .contact-section .section-title {
  color: var(--dx-white);
}

.dx-page .contact-card {
  max-width: 940px;
  margin: 40px auto 0;
  background: var(--dx-bg-card);
  border-radius: var(--dx-radius-lg);
  padding: 40px;
  box-shadow: var(--dx-shadow-lg);
}

.dx-page .contact-btn-primary {
  background: var(--dx-accent);
  color: var(--dx-white);
  border: none;
  border-radius: var(--dx-radius-sm);
  padding: 15px 30px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: var(--dx-transition);
  display: inline-block;
  text-align: center;
  min-width: 300px;
  text-decoration: none;
}

.dx-page .contact-btn-primary:hover {
  background: var(--dx-text);
  transform: translateY(-2px);
}

/* ✅ 追加：フォームのエラーメッセージ表示を強制（最初の項目だけ出ない等の揺れ対策） */
.dx-page .contact-card .error-message {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #d54357;
}

.dx-page .contact-card .error-message.show {
  display: block !important;
}

.dx-page .contact-card input.error,
.dx-page .contact-card select.error,
.dx-page .contact-card textarea.error {
  border-color: #d54357 !important;
  outline: none;
}

/* ===== Contact Confirm Modal ===== */
#contactConfirmOverlay {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: saturate(120%) blur(2px);
}

#contactConfirmModal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(720px, 94vw);
  max-height: 84vh;
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  padding: 24px;
  z-index: 10000;
}

.ccm-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ccm-head h3 {
  margin: 0;
  font-size: 20px;
  color: var(--dx-text);
}

.ccm-note {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 12px;
}

.ccm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #1f2937;
}

.ccm-table th,
.ccm-table td {
  border-top: 1px solid #e5e7eb;
  padding: 10px 8px;
  vertical-align: top;
}

.ccm-table th {
  width: 32%;
  text-align: left;
  color: #475569;
  background: #f8fafc;
}

.ccm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.ccm-btn {
  border: none;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.ccm-btn:active {
  transform: translateY(1px);
}

.ccm-cancel {
  background: #e2e8f0;
  color: #0f172a;
}

.ccm-confirm {
  background: var(--dx-accent);
  color: #fff;
}

.ccm-confirm[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  #contactConfirmModal {
    padding: 18px;
  }

  .ccm-table th {
    width: 40%;
  }
}

/* =========================================
   Related Solutions
   ========================================= */
.dx-page .related-solutions-section {
  background: #fff;
  padding: 72px 0;
}

.dx-page .related-solutions-section .section-title {
  font-size: 28px;
  margin-bottom: 32px;
}

.related-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.related-solution-item {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 16px;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-size: 140px 140px;
}

.related-solution-item:hover {
  opacity: 0.7;
  transform: none;
  box-shadow: none;
  border-color: #d3d3d3;
}

.related-solution-item::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #274673;
  border-top: 2px solid #274673;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
}

.related-solution-item:hover::after {
  border-right-color: #1965b0;
  border-top-color: #1965b0;
}

.related-solution-content {
  flex: 1;
}

.related-solution-title {
  color: #274673;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
  max-width: calc(100% - 60px);
  word-wrap: break-word;
}

/* Background images */
.dx-page .related-solutions-grid a[href="/solution/autonmate/"].related-solution-item,
.dx-page .related-solutions-grid a[href="/solution/wms/"].related-solution-item {
  background-image: url("/image/solution/wms/related-robot.jpg");
}

.dx-page .related-solutions-grid a[href="/solution/wms/lms/"].related-solution-item {
  background-image: url("/image/solution/wms/related-lms.jpg");
}

.dx-page .related-solutions-grid a[href="/solution/tms/index.html"].related-solution-item {
  background-image: url("/image/solution/wms/related-tms.jpg");
}

.dx-page .related-solutions-grid a[href="/solution/berth/"].related-solution-item {
  background-image: url("/image/solution/wms/related-truck.jpg");
}

.dx-page .related-solutions-grid a[href="/solution/scdos/"].related-solution-item {
  background-image: url("/image/solution/wms/related-scdos.jpg");
}

.dx-page .related-solutions-grid a[href="/solution/sclink/"].related-solution-item {
  background-image: url("/image/solution/wms/related-sclink.jpg");
}

.dx-page .related-solutions-grid a[href="/solution/asset/"].related-solution-item {
  background-image: url("/image/solution/wms/related-cloud.jpg");
}

.dx-page .related-solutions-grid a[href="/global/"].related-solution-item {
  background-image: url("/image/solution/wms/related-global.jpg");
}

/* =========================================
   Animations
   ========================================= */
@keyframes dx-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes dx-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.dx-page .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.dx-page .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 1024px) {
  .logisticsdx-mv .mv-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .logisticsdx-mv .main-title {
    font-size: 36px;
    line-height: 1.3;
  }

  .logisticsdx-mv .mv-tags {
    justify-content: center;
  }

  .logisticsdx-mv .mv-cta-buttons {
    justify-content: center;
  }

  .logisticsdx-image {
    display: none;
  }

  .logisticsdx-problems {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .dx-page #strength .strength-grid-two-column {
    gap: 40px;
  }

  .dx-page #strength .strength-number {
    font-size: 42px;
  }

  .approach-table {
    --approach-gap-x: 8px;
    --approach-gap-y: 14px;
    --approach-layers-w: 120px;
    --approach-arrow-size: 18px;
    --approach-arrow-stroke: 3px;
  }

  .approach-table th {
    font-size: 14px;
    padding: 12px 8px;
  }

  .layers-cell {
    padding-right: 4px;
  }

  .approach-table col.col-layers {
    width: var(--approach-layers-w);
  }

  .approach-table col.col-1,
  .approach-table col.col-2,
  .approach-table col.col-3,
  .approach-table col.col-4 {
    width: calc((100% - var(--approach-layers-w)) / 4);
  }

  .case-layout {
    grid-template-columns: 1fr;
  }

  .related-solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logisticsdx-comparison {
    overflow-x: auto;
  }

  .logisticsdx-comparison table {
    min-width: 650px;
  }

  .logisticsdx-services .solution-card,
  .logisticsdx-services .solution-card.reverse {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 20px 0;
  }

  .logisticsdx-services .solution-number {
    position: static;
    margin-bottom: 8px;
  }

  .logisticsdx-services .solution-content {
    max-width: none;
  }

  .solution-image-placeholder {
    max-width: 100%;
    height: 200px;
  }

  .mv-image-placeholder {
    width: 100%;
    max-width: 400px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .dx-page section[id],
  .dx-page [id^="service-"] {
    scroll-margin-top: 0;
  }

  .logisticsdx-problems .problem-card a {
    font-size: 10px;
    padding: 5px 10px;
    font-weight: bold;
  }

  :root {
    --dx-section-padding: 50px;
  }

  section {
    padding: var(--dx-section-padding) 20px !important;
  }

  .dx-page .navigation {
    position: static;
    top: auto;
    box-shadow: none;
  }

  .logisticsdx-mv {
    padding: 40px 20px !important;
    min-height: auto;
  }

  .logisticsdx-mv .main-title {
    font-size: 28px;
    margin: auto;
  }

  .logisticsdx-mv .main-title-sub {
    font-size: 16px;
  }

  .dx-page .section-title {
    font-size: 24px;
  }

  .dx-page .section-subtitle {
    font-size: 16px;
  }

  #about-logisticsdx .about-card {
    padding: 24px;
  }

  #about-logisticsdx .about-points {
    grid-template-columns: 1fr;
  }

  .dx-page .flow-step {
    flex-direction: column;
    gap: 8px;
  }

  .dx-page .flow-box {
    width: 100%;
    min-width: auto;
    padding: 20px;
    font-size: 16px;
    height: auto;
    clip-path: none !important;
    border-radius: var(--dx-radius-sm);
  }

  .dx-page .detail-item {
    padding: 12px 0;
  }

  .dx-page .detail-item li {
    font-size: 14px;
  }

  .dx-page .workflow-container {
    padding: 24px 16px;
  }

  .approach-table {
    --approach-gap-x: 6px;
    --approach-gap-y: 12px;
    --approach-layers-w: 110px;
    --approach-arrow-size: 16px;
    --approach-arrow-stroke: 3px;
  }

  .layers-cell {
    width: var(--approach-layers-w);
  }

  .approach-table col.col-layers {
    width: var(--approach-layers-w);
  }

  .approach-table col.col-1,
  .approach-table col.col-2,
  .approach-table col.col-3,
  .approach-table col.col-4 {
    width: calc((100% - var(--approach-layers-w)) / 4);
  }

  .approach-box {
    min-height: auto;
  }

  .related-solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .case-kpi-list {
    gap: 20px;
  }

  .case-kpi-value {
    font-size: 24px;
  }

  .dx-page .nav-container {
    gap: 8px 12px;
  }

  .dx-page .nav-container a {
    font-size: 13px;
    padding: 8px 10px;
  }

  .logisticsdx-tabs {
    gap: 6px;
  }

  .logisticsdx-tabs .tab-button {
    font-size: 12px;
    padding: 8px 12px;
  }

  .logisticsdx-services .solution-card {
    padding: 20px;
  }

  .logisticsdx-services .solution-number {
    font-size: 32px;
  }

  .logisticsdx-services .solution-badge {
    font-size: 16px;
  }

  .logisticsdx-services .solution-content h3 {
    font-size: 20px;
  }

  .cost-merit {
    padding: 24px 20px;
  }

  .cost-merit h3 {
    font-size: 18px;
  }

  .logisticsdx-case {
    padding: 24px;
  }

  .logisticsdx-case .case-title {
    font-size: 18px;
  }

  .dx-page .cta-section h2 {
    font-size: 24px;
  }

  .dx-page .contact-card {
    padding: 24px 16px;
  }

  .dx-page #strength .section-subtitle {
    font-size: 16px;
  }

  .dx-page #strength .section-title {
    font-size: 24px;
  }

  .dx-page #strength .strength-intro-title {
    min-width: auto;
    width: 100%;
    font-size: 16px;
  }

  .dx-page #strength .strength-intro p {
    font-size: 16px;
    text-align: left;
  }

  .dx-page #strength .strength-grid-two-column {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dx-page #strength .strength-number {
    font-size: 40px;
  }

  .dx-page #strength .strength-item-numbered h3 {
    font-size: 20px;
  }

  .dx-page #strength .strength-description {
    font-size: 16px;
  }

  .dx-page .contact-btn-primary {
    min-width: auto;
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .related-solutions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.logisticsdx-image img,
.solution-image-placeholder img,
.problem-image,
.strength-image__img {
  filter: none !important;
  box-shadow: none !important;
}
