/* page-strategy only */

.strategy-hero-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.strategy-hero-visual-inner {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.13;
  transform: scale(1.02);
}

/* =========================================
   Strategy Diagram
========================================= */

.strategy-diagram-stage {
  position: relative;
  width: 100%;
  min-height: 820px;
  background: #f3f3f1;
  border: 2px solid #175B66;
  overflow: hidden;
}

.strategy-diagram-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.strategy-diagram-svg.is-mobile {
  display: none;
}

.strategy-mobile-arrow {
  display: none;
}

/* ---------------- Notes ---------------- */

.strategy-note {
  position: absolute;
  z-index: 3;
  color: #111;
  line-height: 1.22;
}

.strategy-note p {
  margin: 0;
}

.strategy-note p + p {
  margin-top: 6px;
}

.strategy-note strong {
  color: #175B66;
  font-weight: 700;
}

.strategy-note-diamond {
  display: inline-block;
  color: #175B66;
  margin-right: 12px;
  font-weight: 700;
}

.strategy-note-left {
  top: 220px;
  left: 16px;
  width: 500px;
  font-size: 19px;
}

.strategy-note-top {
  top: 150px;
  left: 500px;
  width: 360px;
  font-size: 18px;
}

/* ---------------- Supplier Area ---------------- */

.strategy-supplier-area {
  position: absolute;
  left: 62px;
  top: 485px;
  width: 390px;
  border: 4px dashed #ef7f46;
  padding: 20px 16px 14px;
  z-index: 3;
}

.strategy-supplier-heading {
  position: absolute;
  top: -40px;
  left: 10px;
  margin: 0;
  color: #ef7f46;
  font-size: 22px;
  font-weight: 700;
  background: #f3f3f1;
  padding: 0 6px;
}

.strategy-supplier-step {
  position: relative;
  background: #1c6671;
  color: #fff;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 18px;
}

.strategy-supplier-step + .strategy-supplier-step {
  margin-top: 10px;
}

.strategy-step-no {
  position: absolute;
  left: -12px;
  top: -8px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  background: #1c6671;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.strategy-step-text {
  font-size: 16px;
}

/* ---------------- Boxes ---------------- */

.strategy-box {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding: 14px 18px;
}

.strategy-box-middle {
  left: 460px;
  top: 380px;
  width: 350px;
  min-height: 88px;
  background: #9fb9c3;
  font-size: 19px;
  padding: 12px 16px;
}

.strategy-box-goal {
  right: 50px;
  top: 220px;
  width: 290px;
  min-height: 86px;
  background: #cbb28a;
  font-size: 19px;
  padding: 12px 16px;
}

/* =========================================
   Tablet
========================================= */

@media (max-width: 1280px) {
  .strategy-diagram-stage {
    min-height: 760px;
  }

  .strategy-note-left {
    top: 130px;
    left: 20px;
    width: 360px;
    font-size: 16px;
  }

  .strategy-note-top {
    top: 92px;
    left: 470px;
    width: 270px;
    font-size: 15px;
  }

  .strategy-supplier-area {
    left: 36px;
    top: 455px;
    width: 300px;
  }

  .strategy-box-middle {
    left: 380px;
    top: 360px;
    width: 300px;
    font-size: 16px;
  }

  .strategy-box-goal {
    right: 28px;
    top: 200px;
    width: 250px;
    font-size: 16px;
  }
}

/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {
  .strategy-diagram-stage {
    min-height: auto;
    padding: 20px 14px 18px;
    border-width: 1.5px;
    display: flex;
    flex-direction: column;
  }

  .strategy-diagram-svg {
    display: none !important;
  }

  .strategy-note,
  .strategy-supplier-area,
  .strategy-box,
  .strategy-mobile-arrow {
    position: static;
    width: 100%;
  }

  .strategy-note-left,
  .strategy-note-top,
  .strategy-supplier-area,
  .strategy-box-middle,
  .strategy-box-goal,
  .strategy-mobile-arrow {
    left: auto;
    right: auto;
    top: auto;
  }

  .strategy-note-left {
    order: 6;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.45;
  }

  .strategy-supplier-area {
    order: 7;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 20px 10px 10px;
    border-width: 3px;
  }

  .strategy-mobile-arrow-1 {
    order: 5;
  }

  .strategy-note-top {
    order: 3;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.45;
  }

  .strategy-box-middle {
    order: 4;
    min-height: 72px;
    font-size: 16px;
    padding: 12px 10px;
    margin-bottom: 10px;
  }

  .strategy-mobile-arrow-2 {
    order: 2;
  }

  .strategy-box-goal {
    order: 1;
    min-height: 72px;
    font-size: 16px;
    padding: 12px 10px;
    margin-bottom: 12px;
  }

  .strategy-mobile-arrow {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #175B66;
    font-weight: 700;
    margin: 2px 0 10px;
  }

  .strategy-note-diamond {
    margin-right: 8px;
  }

  .strategy-supplier-heading {
    top: -26px;
    left: 4px;
    font-size: 16px;
  }

  .strategy-supplier-step {
    min-height: 56px;
    padding: 10px 8px;
  }

  .strategy-supplier-step + .strategy-supplier-step {
    margin-top: 8px;
  }

  .strategy-step-no {
    left: -7px;
    top: -6px;
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .strategy-step-text {
    font-size: 13px;
    line-height: 1.3;
  }
}

.strategy-diagram-image-wrap {
  width: 100%;
  background: #ffffff;
}

.strategy-diagram-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .strategy-diagram-image-wrap {
    overflow-x: visible;
  }

  .strategy-diagram-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}