/* =====================================================
   AJIN SMART LOGISTICS & WAREHOUSE
   Platform Logistics Solution
   ===================================================== */

.logistics-page-banner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(0, 192, 255, 0.2),
      transparent 34%
    ),
    linear-gradient(135deg, #061725 0%, #0b3047 55%, #07506b 100%);
}

.logistics-page-banner::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
}

.logistics-page-banner .banner-content {
  position: relative;
  z-index: 1;
}

.logistics-page-banner h2 {
  margin-top: 12px;
}

.logistics-page-banner p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  word-break: keep-all;
}

.logistics-banner-label,
.logistics-section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 13px;
  border: 1px solid rgba(0, 177, 231, 0.26);
  border-radius: 999px;
  background: rgba(0, 153, 215, 0.08);
  color: #007cad;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.logistics-banner-label {
  border-color: rgba(101, 226, 255, 0.34);
  background: rgba(26, 190, 231, 0.12);
  color: #7eeaff;
}

.logistics-content-section {
  overflow: hidden;
}

.logistics-intro {
  padding: 26px 0 8px;
}

.logistics-intro-heading,
.logistics-process-heading {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.logistics-intro-heading h3,
.logistics-process-heading h3,
.logistics-benefit-copy h3 {
  margin: 16px 0 0;
  color: #102f46;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
}

.logistics-intro-heading p,
.logistics-process-heading p,
.logistics-benefit-copy p {
  margin: 18px 0 0;
  color: #526a7b;
  font-size: 17px;
  line-height: 1.85;
  word-break: keep-all;
}

.logistics-role-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.logistics-role-card {
  display: flex;
  gap: 16px;
  min-height: 154px;
  padding: 24px;
  border: 1px solid rgba(26, 111, 161, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(18, 60, 88, 0.07);
}

.logistics-role-number {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #008dc5, #00b8d9);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.logistics-role-card strong {
  display: block;
  color: #123a55;
  font-size: 18px;
  font-weight: 800;
}

.logistics-role-card p {
  margin: 9px 0 0;
  color: #5e7382;
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.logistics-system-section {
  margin-top: 64px;
  padding: 48px;
  overflow: hidden;
  border: 1px solid rgba(33, 128, 187, 0.2);
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(0, 166, 224, 0.13),
      transparent 38%
    ),
    linear-gradient(145deg, #f7fbfe 0%, #ffffff 62%, #f3f9fc 100%);
  box-shadow: 0 20px 52px rgba(16, 55, 82, 0.1);
}

.logistics-warehouse-section {
  border-color: rgba(18, 149, 112, 0.19);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(21, 189, 137, 0.11),
      transparent 36%
    ),
    linear-gradient(145deg, #f7fcfa 0%, #ffffff 62%, #f2faf7 100%);
}

.logistics-system-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.logistics-system-copy {
  max-width: 800px;
}

.logistics-system-copy h3 {
  margin: 15px 0 0;
  color: #102f46;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
}

.logistics-system-copy p {
  margin: 15px 0 0;
  color: #526a7b;
  font-size: 16px;
  line-height: 1.8;
  word-break: keep-all;
}

.logistics-role-badge {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 124px;
  padding: 14px 18px;
  border: 1px solid rgba(0, 143, 201, 0.22);
  border-radius: 14px;
  background: rgba(0, 153, 215, 0.08);
  text-align: center;
}

.logistics-role-badge span {
  color: #668091;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.logistics-role-badge strong {
  margin-top: 4px;
  color: #0079ae;
  font-size: 17px;
  font-weight: 900;
}

.logistics-role-badge-green {
  border-color: rgba(17, 154, 111, 0.24);
  background: rgba(22, 168, 122, 0.08);
}

.logistics-role-badge-green strong {
  color: #087d5d;
}

.logistics-screen-figure {
  margin: 0;
}

.logistics-screen-frame {
  overflow: hidden;
  border: 1px solid rgba(0, 181, 232, 0.36);
  border-radius: 18px;
  background: #041523;
  box-shadow:
    0 18px 44px rgba(0, 31, 53, 0.24),
    0 0 0 5px rgba(0, 164, 219, 0.05);
}

.logistics-warehouse-frame {
  border-color: rgba(67, 225, 173, 0.35);
  box-shadow:
    0 18px 44px rgba(0, 39, 34, 0.21),
    0 0 0 5px rgba(29, 177, 131, 0.05);
}

.logistics-screen-image {
  display: block;
  width: 100%;
  height: auto;
}

.logistics-screen-figure figcaption {
  margin-top: 17px;
  color: #667b8b;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  word-break: keep-all;
}

.logistics-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.logistics-feature-card {
  position: relative;
  min-height: 170px;
  padding: 23px 21px;
  overflow: hidden;
  border: 1px solid rgba(29, 112, 162, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
}

.logistics-feature-card::after {
  position: absolute;
  right: -25px;
  bottom: -38px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(0, 154, 211, 0.04);
  content: "";
}

.logistics-feature-index {
  display: block;
  margin-bottom: 10px;
  color: #00a0d2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.logistics-feature-card strong {
  display: block;
  color: #0a5f8c;
  font-size: 17px;
  font-weight: 800;
}

.logistics-feature-card p {
  margin: 9px 0 0;
  color: #5d7180;
  font-size: 14px;
  line-height: 1.65;
  word-break: keep-all;
}

.logistics-warehouse-section .logistics-feature-index {
  color: #0ba273;
}

.logistics-warehouse-section .logistics-feature-card strong {
  color: #08785a;
}

.logistics-process-section {
  margin-top: 64px;
  padding: 54px 44px;
  border-radius: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
    linear-gradient(135deg, #008fc4, #18a979);
  box-shadow:
    0 16px 44px rgba(16, 55, 82, 0.08),
    inset 0 0 0 1px rgba(22, 117, 166, 0.16);
}

.logistics-process-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.logistics-process-item {
  position: relative;
  min-height: 190px;
  padding: 20px 16px;
  border: 1px solid rgba(21, 113, 158, 0.14);
  border-radius: 15px;
  background: #f8fbfd;
  text-align: center;
}

.logistics-process-item:not(:last-child)::after {
  position: absolute;
  top: 34px;
  right: -10px;
  z-index: 2;
  color: #00a3ce;
  content: "›";
  font-size: 24px;
  font-weight: 900;
}

.logistics-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin-bottom: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, #008cc2, #12ad96);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.logistics-process-item strong {
  display: block;
  color: #123e59;
  font-size: 16px;
  font-weight: 800;
}

.logistics-process-item p {
  margin: 9px 0 0;
  color: #627684;
  font-size: 13px;
  line-height: 1.6;
  word-break: keep-all;
}

.logistics-benefit-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 48px;
  align-items: center;
  margin-top: 64px;
  padding: 48px;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(0, 201, 230, 0.17),
      transparent 34%
    ),
    linear-gradient(135deg, #061b2a 0%, #0b3449 100%);
}

.logistics-benefit-copy h3 {
  color: #ffffff;
}

.logistics-benefit-copy p {
  color: #c0d2dc;
}

.logistics-benefit-section .logistics-section-label {
  border-color: rgba(100, 225, 255, 0.28);
  background: rgba(37, 186, 219, 0.11);
  color: #77e6fb;
}

.logistics-benefit-list {
  display: grid;
  gap: 12px;
}

.logistics-benefit-list div {
  padding: 18px 20px;
  border: 1px solid rgba(122, 220, 240, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.logistics-benefit-list strong,
.logistics-benefit-list span {
  display: block;
}

.logistics-benefit-list strong {
  color: #6ce5f6;
  font-size: 16px;
  font-weight: 800;
}

.logistics-benefit-list span {
  margin-top: 6px;
  color: #c1d2db;
  font-size: 13px;
  line-height: 1.6;
  word-break: keep-all;
}

.logistics-contact-box {
  margin-top: 12px;
}

@media (max-width: 1100px) {
  .logistics-role-summary,
  .logistics-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logistics-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .logistics-process-item:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .logistics-system-section {
    padding: 38px 28px;
  }

  .logistics-benefit-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px 30px;
  }
}

@media (max-width: 720px) {
  .logistics-role-summary,
  .logistics-feature-grid {
    grid-template-columns: 1fr;
  }

  .logistics-system-heading {
    flex-direction: column;
    gap: 20px;
  }

  .logistics-role-badge {
    min-width: 138px;
  }

  .logistics-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logistics-process-item:nth-child(3)::after {
    display: block;
  }

  .logistics-process-item:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .logistics-intro {
    padding-top: 12px;
  }

  .logistics-intro-heading h3,
  .logistics-process-heading h3,
  .logistics-benefit-copy h3 {
    font-size: 27px;
  }

  .logistics-intro-heading p,
  .logistics-process-heading p,
  .logistics-benefit-copy p {
    font-size: 15px;
    line-height: 1.75;
  }

  .logistics-role-summary {
    margin-top: 28px;
  }

  .logistics-role-card {
    min-height: auto;
    padding: 20px 17px;
  }

  .logistics-system-section {
    margin-top: 42px;
    padding: 30px 16px;
    border-radius: 19px;
  }

  .logistics-system-copy h3 {
    font-size: 27px;
  }

  .logistics-system-copy p {
    font-size: 15px;
  }

  .logistics-screen-frame {
    border-radius: 11px;
  }

  .logistics-screen-figure figcaption {
    font-size: 13px;
    text-align: left;
  }

  .logistics-feature-grid {
    gap: 10px;
    margin-top: 22px;
  }

  .logistics-feature-card {
    min-height: auto;
    padding: 19px 17px;
  }

  .logistics-process-section {
    margin-top: 42px;
    padding: 34px 16px;
    border-radius: 19px;
  }

  .logistics-process-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .logistics-process-item {
    min-height: auto;
    padding: 19px 16px;
  }

  .logistics-process-item::after {
    display: none !important;
  }

  .logistics-benefit-section {
    margin-top: 42px;
    padding: 32px 19px;
    border-radius: 19px;
  }
}

