.about-hero {
  position: relative;
  min-height: 614px;
  height: auto;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.about-hero__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0));
  pointer-events: none;
}
.about-hero__container {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.about-hero__content {
  max-width: 672px;
  min-height: 614px;
  height: 100%;
  padding: 24px;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .about-hero__content {
    max-width: 100%;
    min-height: 100%;
    padding: 24px;
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-hero__content {
    max-width: 75%;
  }
}
.about-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 8px 16px;
  background-color: #FFF0EE;
  color: #B70200;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 6px;
}
.about-hero__title {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.5px;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .about-hero__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.about-hero__description {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .about-hero__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.logistic-network {
  background-color: #FFFFFF;
  padding-top: 160px;
  padding-bottom: 80px;
  font-family: "Inter", sans-serif;
}
.logistic-network__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 64px;
  text-align: center;
}
.logistic-network__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.96px;
  color: #2A1613;
  margin: 0;
}
@media (max-width: 767.98px) {
  .logistic-network__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
}
.logistic-network__description {
  max-width: 672px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5E5E5E;
  margin: 0;
}
.logistic-network__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: dense;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .logistic-network__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 767.98px) {
  .logistic-network__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.logistic-network__card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media (max-width: 575.98px) {
  .logistic-network__card {
    min-height: 240px;
  }
}
.logistic-network__card-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.logistic-network__card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.logistic-network__card-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.logistic-network__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.logistic-network__card--map {
  grid-column: span 2;
  grid-row: span 2;
  background-color: #333333;
  padding: 0;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .logistic-network__card--map {
    grid-column: span 2;
    grid-row: auto;
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .logistic-network__card--map {
    grid-column: span 1;
    min-height: 320px;
  }
}
.logistic-network__map-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.logistic-network__map-content {
  position: relative;
  z-index: 2;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.logistic-network__card--map .logistic-network__card-title {
  color: #FFFFFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.logistic-network__card--map .logistic-network__card-desc {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.logistic-network__card--europe {
  background-color: #B70100;
  gap: 96px;
}
.logistic-network__card--europe .logistic-network__card-title {
  color: #FFFFFF;
}
.logistic-network__card--europe .logistic-network__card-desc {
  color: rgba(255, 255, 255, 0.8);
}
.logistic-network__card--seasia {
  background-color: #FFE2DD;
  border: 1px solid #E9BCB5;
  gap: 94px;
}
.logistic-network__card--seasia .logistic-network__card-title {
  color: #2A1613;
}
.logistic-network__card--seasia .logistic-network__card-desc {
  color: #5F3F3A;
}
.logistic-network__card--china {
  grid-column: span 2;
  background-color: #F9FAFC;
  border: 1px solid #E2E8F0;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767.98px) {
  .logistic-network__card--china {
    grid-column: span 1;
    flex-direction: column;
    align-items: flex-start;
  }
}
.logistic-network__card-icon-box {
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  background-color: #FFDAD4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logistic-network__card-icon-box .logistic-network__icon {
  width: 44px;
  height: 40px;
}
.logistic-network__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.logistic-network__card-body .logistic-network__card-title {
  color: #2A1613;
}
.logistic-network__card-body .logistic-network__card-desc {
  color: #5F3F3A;
}
.logistic-network__card--seasia:hover, .logistic-network__card--china:hover {
  box-shadow: 0 10px 30px rgba(42, 22, 19, 0.1);
  transform: translateY(-2px);
}

.timeline-section {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: "Inter", sans-serif;
}
.timeline-section__header {
  text-align: center;
  margin-bottom: 64px;
}
.timeline-section__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  color: #2A1613;
  margin: 0;
}
.timeline-section__timeline {
  position: relative;
  max-width: 1232px;
  margin: 0 auto;
}
.timeline-section__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #E9BCB5;
  transform: translateX(-50%);
}
.timeline-section__item {
  position: relative;
  width: 50%;
  padding: 0 32px 48px 0;
  text-align: right;
  transition: transform 0.3s ease;
}
.timeline-section__item:last-child {
  padding-bottom: 0;
}
.timeline-section__item:hover {
  transform: translateY(-2px);
}
.timeline-section__item--right {
  margin-left: 50%;
  padding: 0 0 48px 32px;
  text-align: left;
}
.timeline-section__item--right:last-child {
  padding-bottom: 0;
}
.timeline-section__item--right .timeline-section__dot {
  left: -8px;
  right: auto;
}
.timeline-section__dot {
  position: absolute;
  top: 8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #B70100;
  z-index: 2;
}
.timeline-section__year {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #B70100;
  margin-bottom: 0;
}
.timeline-section__subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #2A1613;
  margin: 0;
}
.timeline-section__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5F3F3A;
  margin: 8px 0 0;
}
@media (max-width: 991.98px) {
  .timeline-section__timeline::before {
    left: 20px;
    transform: none;
  }
  .timeline-section__item, .timeline-section__item--right {
    width: 100%;
    margin-left: 0;
    padding: 0 0 32px 60px;
    text-align: left;
  }
  .timeline-section__item:last-child, .timeline-section__item--right:last-child {
    padding-bottom: 0;
  }
  .timeline-section__dot, .timeline-section__item--right .timeline-section__dot {
    left: 12px;
    right: auto;
  }
}

.consulting-process {
  background-color: #FFF0EE;
  border-top: 1px solid #E9BCB5;
  border-bottom: 1px solid #E9BCB5;
  padding: 80px 0;
}
.consulting-process__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.consulting-process__heading {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  color: #2A1613;
  margin: 0;
}
.consulting-process__description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
  margin: 0;
}
.consulting-process__steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
}
.consulting-process__step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.consulting-process__step-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B70100;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
}
.consulting-process__step-icon:nth-child(1) {
  background-color: #B70100;
}
.consulting-process__step-icon:nth-child(2) {
  background-color: #333333;
}
.consulting-process__step-icon:nth-child(3) {
  background-color: #333333;
}
.consulting-process__step-icon:nth-child(4) {
  background-color: #333333;
}
.consulting-process__step-icon:nth-child(5) {
  background-color: #333333;
}
.consulting-process__step-icon:nth-child(n+6) {
  background-color: #333333;
}
.consulting-process__step-icon:nth-child(n):not(:first-child) {
  background-color: #333333;
}
.consulting-process__step-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.consulting-process__step-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #2A1613;
  margin: 0;
}
.consulting-process__step-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
  margin: 0;
}
.consulting-process__card {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  padding: 24px;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.consulting-process__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 16px -6px rgba(0, 0, 0, 0.15), 0 25px 35px -5px rgba(0, 0, 0, 0.15);
}
.consulting-process__card-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
.consulting-process__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #B70100;
  color: #FFFFFF;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 200px;
}
.consulting-process__badge-value {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.consulting-process__badge-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .consulting-process {
    padding: 64px 0;
  }
  .consulting-process__card {
    margin-top: 32px;
  }
  .consulting-process__card-image {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .consulting-process {
    padding: 48px 0;
  }
  .consulting-process__heading {
    font-size: 26px;
    line-height: 34px;
  }
  .consulting-process__step {
    gap: 16px;
  }
  .consulting-process__badge {
    padding: 24px;
    max-width: 160px;
  }
  .consulting-process__badge-value {
    font-size: 30px;
    line-height: 34px;
  }
  .consulting-process__badge-label {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
  }
}
