/* ==========================================================================
   strategy.css — Strategic Direction page (Figma refactor)
   ========================================================================== */

/* ------ Strategic Framework ---------------------------------------------- */
.sd-framework {
  background: #009892;
  padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 64px);
  overflow-x: clip;
}

.sd-framework__container,
.sd-pillars__container {
  max-width: 1528px;
  padding-inline: clamp(20px, 4vw, 92px);
}

.sd-framework__grid {
  display: flex;
  /* grid-template-columns: minmax(280px, 636px) minmax(0, 1fr); */
  /* gap: clamp(32px, 4vw, 56px); */
  gap: clamp(24px, 3vw, 32px);
  align-items: stretch;
  /* margin-bottom: clamp(20px, 2.5vw, 32px); */
}

@media (min-width: 1025px) {
  /* .sd-vm {
    margin-top: -76px;
  } */

  .sd-framework__image {
    display: flex;
    justify-content: start;
    align-items: flex-start;
  }

  .sd-framework__image img {
    width: auto;
    height: clamp(520px, 58vh, 720px);
    max-width: none;
    object-fit: contain;
  }
}

.sd-framework__image {
  overflow: visible;
  will-change: transform;
  display: flex;
  align-items: stretch;
}

@media (prefers-reduced-motion: reduce) {
  .sd-framework__image[data-gsap-img] {
    transform: none !important;
  }
}

.sd-framework__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sd-framework__content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vw, 24px);
  min-width: 0;
  justify-content: space-between;
}

.sd-framework__title {
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  /* line-height: 1; */
  letter-spacing: -0.48px;
  color: #ffffff;
  margin: 0;
}

.sd-framework__text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sd-framework__text p,
.colored-content {
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: clamp(28px, 3vw, 34px);
  color: #ffffff;
  margin: 0;
}

/* Vision & Mission bars */
.sd-vm {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 32px);
  margin-top: clamp(1rem, 3vw, 2rem);
}

.sd-vm__item {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 3vw, 2rem);
}

.sd-vm__label {
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.24px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.sd-vm__bar {
  background: #ffffff;
  padding: clamp(12px, 2vw, 16px) clamp(16px, 3vw, 24px);
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sd-vm__bar p {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: clamp(28px, 3vw, 36px);
  color: #009892;
  text-align: center;
}

.sd-vm__bar--vision p {
  font-weight: 600;
}

.sd-vm__bar--mission p {
  font-weight: 400;
}

/* LTR (English) — mirror RTL layout alignment */
[dir="ltr"] .sd-framework__title,
[dir="ltr"] .sd-framework__text p [dir="ltr"] .vision-left {
  align-items: flex-start;
  text-align: left;
}

[dir="ltr"] .vision-right {
  align-items: flex-end;
}

[dir="ltr"] .sd-pillars__side-label span {
  writing-mode: vertical-lr;
  transform: none;
}

[dir="ltr"] .sd-pillars__headers,
[dir="ltr"] .sd-pillars__body {
  grid-template-columns: 48px repeat(4, minmax(0, 1fr));
}

[dir="ltr"] .sd-pillar__row {
  min-width: 0;
  min-height: 72px;
  height: auto;
  align-items: stretch;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 6px;
}

[dir="ltr"] .sd-pillar__desc {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
  font-size: 11px;
  line-height: 1.35;
  padding: 8px 12px;
}

[dir="ltr"] .sd-pillar__tag {
  width: 92px;
  max-width: 92px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-size: 10px;
  line-height: 1.15;
  padding: 6px 4px;
  text-align: center;
}

[dir="ltr"] .sd-pillar__head {
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.25;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* ------ Strategic Pillars grid ------------------------------------------- */
.sd-pillars {
  background: #ffffff;
  padding-block: 80px 96px;
}

.sd-pillars__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.48px;
  color: #00948f;
  text-align: center;
  margin: 0 0 64px;
}

.sd-pillars__grid {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.sd-pillars__headers,
.sd-pillars__body {
  display: grid;
  grid-template-columns: 58px repeat(4, minmax(0, 1fr));
  gap: 7px;
}

@media (min-width: 1025px) {

  .sd-pillars__headers,
  .sd-pillars__body {
    column-gap: 16px;
    row-gap: 7px;
  }

  .sd-pillars__headers {
    align-items: stretch;
  }

  .sd-pillar__head {
    height: 100%;
    align-self: stretch;
  }
}

@supports (grid-template-rows: subgrid) {
  @media (min-width: 1025px) {

    /* Equal height per objective row across all pillar columns */
    .sd-pillars__body {
      grid-template-rows: repeat(4, auto);
    }

    .sd-pillars__side-label {
      grid-row: 1 / -1;
    }

    .sd-pillar--rows {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: 1 / -1;
      gap: 0;
    }

    .sd-pillar__row {
      min-height: 61px;
      height: 100%;
      align-items: stretch;
    }

    .sd-pillar__tag,
    .sd-pillar__desc {
      height: 100%;
      min-height: 100%;
      align-self: stretch;
    }

    [dir="ltr"] .sd-pillars__body {
      grid-template-rows: repeat(4, minmax(80px, auto));
    }

    [dir="ltr"] .sd-pillar__row {
      min-height: 80px;
      height: auto;
    }

    [dir="ltr"] .sd-pillar__tag,
    [dir="ltr"] .sd-pillar__desc {
      height: 100%;
      min-height: 100%;
      overflow: visible;
      align-self: stretch;
      display: flex;
      align-items: center;
    }

    [dir="ltr"] .sd-pillar__desc {
      justify-content: flex-start;
    }

    [dir="ltr"] .sd-pillar__tag {
      justify-content: center;
    }
  }
}

.sd-pillars__label-spacer {
  min-height: 0;
}

.sd-pillars__side-label {
  background: #009892;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.sd-pillars__side-label span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 700;
  font-size: 25px;
  line-height: 48px;
  letter-spacing: -0.48px;
  color: #ffffff;
  white-space: nowrap;
  padding: 16px 0;
}

.sd-pillar {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.sd-pillar--rows {
  min-width: 0;
}

.sd-pillars__headers .sd-pillar__head,
.sd-pillars__body>.sd-pillar {
  will-change: transform;
}

/* Pillar columns — single solid tone */
.sd-pillars__headers .sd-pillar__head,
.sd-pillars__body>.sd-pillar {
  --sd-pillar-tone: #009892;
}

.sd-pillar__head {
  background: var(--sd-pillar-tone, #009892);
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-align: center;
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  margin-bottom: 0;
  border-radius: 4px;
}

.sd-pillar__row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 7px;
  min-height: 61px;
}

.sd-pillar__tag {
  background: var(--sd-pillar-tone, #009892);
  color: #ffffff;
  font-weight: 800;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
}

.sd-pillar__desc {
  background: var(--sd-pillar-tone, #009892);
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 4px;
}

.sd-pillar__desc--light {
  font-weight: 400;
}

/* ------ Vision 2030 target ----------------------------------------------- */
.vision-sec {
  background: linear-gradient(106.97deg, #005c59 0%, #008f85 50%, #1fad9f 100%);
  position: relative;
  overflow: hidden;
}

.vision-sec::before {
  content: "";
  position: absolute;
  width: 288px;
  height: 288px;
  top: 40px;
  inset-inline-start: 40px;
  background: #ffffff;
  filter: blur(32px);
  border-radius: 9999px;
  opacity: 0.1;
  pointer-events: none;
}

.vision-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.vision-left,
.vision-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vision-left {
  flex: 1;
  max-width: 652px;
}

[dir="rtl"] .vision-left {
  align-items: flex-start;
  text-align: right;
}

[dir="rtl"] .vision-right {
  align-items: flex-end;
}

.vision-right {
  position: relative;
}

.vision-right::before {
  content: "";
  position: absolute;
  width: 288px;
  height: 288px;
  top: -40px;
  inset-inline-start: -40px;
  border-radius: 50%;
  background: #00948f;
  filter: blur(64px);
  pointer-events: none;
}

.vision-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  padding: 6px 16px;
  width: fit-content;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  align-self: start;
  text-align: center;
}

.vision-left h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.48px;
  color: #ffffff;
  margin: 0;
}

.vision-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
}

.vision-content p strong {
  font-weight: 800;
}

.vision-precent {
  font-weight: 700;
  font-size: 224px;
  line-height: 1;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.05em;
  position: relative;
  z-index: 1;
}

.vision-precent__pulse {
  display: inline-flex;
  align-items: baseline;
  gap: 0.05em;
  transform-origin: center center;
  will-change: transform;
}

.vision-precent__symbol,
.vision-precent__pulse .vision-precent__symbol {
  color: #22c3b3;
  font-weight: 700;
}

.vision-right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
}

/* ------ Vision 2030 program goals ---------------------------------------- */
.sd-goals {
  background: #ffffff;
  padding-block: 80px 96px;
}

.sd-goals__wrapper {
  max-width: 1265px;
  margin-inline: auto;
}

.sd-goals__header {
  background: #00a7a3;
  min-height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  position: relative;
  z-index: 1;
}

.sd-goals__header h2 {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.48px;
  color: #ffffff;
  text-align: center;
}

.sd-goals__body {
  background: #d9e8e9;
  padding: 0 24px;
  position: relative;
}

.sd-goals__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin-inline: auto;
}

.sd-goals__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.sd-goals__connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.sd-goals__dot {
  width: 15px;
  height: 15px;
  background: #009892;
  flex-shrink: 0;
}

.sd-goals__line {
  width: 3px;
  height: 35px;
  background: #008a85;
  flex-shrink: 0;
}

.sd-goals__card>p {
  margin: 0;
  background: #00a6a3;
  color: #ffffff;
  font-weight: 500;
  font-size: 23px;
  line-height: 35px;
  letter-spacing: -0.18px;
  text-align: center;
  min-height: 233px;
  width: 100%;
  max-width: 229px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  box-sizing: border-box;
}

/* Desktop wide: gray band stops halfway through the hanging cards (4-column row only) */
@media (min-width: 1201px) {
  .sd-goals__body {
    height: 210px;
    overflow: visible;
  }

  .sd-goals__wrapper {
    padding-bottom: 100px;
  }
}

/* Tablet / 2×2 grid: contain full card height inside the section */
@media (min-width: 769px) and (max-width: 1200px) {
  .sd-goals__body {
    height: auto;
    padding-block: 24px 32px;
    overflow: visible;
  }

  .sd-goals__wrapper {
    padding-bottom: 0;
  }
}

/* ------ Responsive ------------------------------------------------------- */
@media (max-width: 1200px) {
  .sd-framework__grid {
    flex-direction: column;
    /* grid-template-columns: minmax(240px, 420px) minmax(0, 1fr); */
    /* gap: clamp(24px, 3vw, 40px); */
  }

  .sd-framework__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .sd-framework__image img {
    width: auto;
    max-width: min(100%, clamp(280px, 55vw, 480px));
    height: auto;
    max-height: min(50vh, 480px);
    object-fit: contain;
    margin-inline: auto;
  }

  .vision-precent {
    font-size: 160px;
  }

  .sd-goals__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }
}

@media (max-width: 1024px) {

  .sd-framework__container,
  .sd-pillars__container {
    padding-inline: clamp(20px, 5vw, 48px);
  }

  .sd-framework__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sd-framework__content {
    order: -1;
  }

  .sd-pillars.section {
    padding-top: 40px;
  }

  .sd-pillars__title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .sd-pillars__headers,
  .sd-pillars__body {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sd-pillars__label-spacer {
    display: none;
  }

  .sd-pillars__side-label {
    min-height: 48px;
  }

  .sd-pillars__side-label span {
    writing-mode: horizontal-tb;
    transform: none;
    padding: 8px 16px;
  }

  /* EN pillars — stack as label + (head + rows) × 4 */
  [dir="ltr"] .sd-pillars__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  [dir="ltr"] .sd-pillars__headers,
  [dir="ltr"] .sd-pillars__body {
    display: contents;
  }

  [dir="ltr"] .sd-pillars__label-spacer {
    display: none;
  }

  [dir="ltr"] .sd-pillars__side-label {
    order: 0;
    margin-bottom: 8px;
  }

  [dir="ltr"] .sd-pillars__side-label span {
    writing-mode: horizontal-tb;
    transform: none;
  }

  [dir="ltr"] .sd-pillars__headers .sd-pillar__head:nth-child(2) {
    order: 1;
    margin-top: 12px;
  }

  [dir="ltr"] .sd-pillars__body>.sd-pillar:nth-child(2) {
    order: 2;
    margin-bottom: 12px;
  }

  [dir="ltr"] .sd-pillars__headers .sd-pillar__head:nth-child(3) {
    order: 3;
    margin-top: 12px;
  }

  [dir="ltr"] .sd-pillars__body>.sd-pillar:nth-child(3) {
    order: 4;
    margin-bottom: 12px;
  }

  [dir="ltr"] .sd-pillars__headers .sd-pillar__head:nth-child(4) {
    order: 5;
    margin-top: 12px;
  }

  [dir="ltr"] .sd-pillars__body>.sd-pillar:nth-child(4) {
    order: 6;
    margin-bottom: 12px;
  }

  [dir="ltr"] .sd-pillars__headers .sd-pillar__head:nth-child(5) {
    order: 7;
    margin-top: 12px;
  }

  [dir="ltr"] .sd-pillars__body>.sd-pillar:nth-child(5) {
    order: 8;
  }

  [dir="ltr"] .sd-pillar__head {
    text-align: left;
    justify-content: flex-start;
    min-height: 52px;
    margin-bottom: 10px;
    font-size: clamp(16px, 4vw, 20px);
  }

  [dir="ltr"] .sd-pillar--rows {
    gap: 7px;
  }

  [dir="ltr"] .sd-pillar__row {
    min-height: 56px;
    height: auto;
    grid-template-columns: minmax(76px, 32%) minmax(0, 1fr);
  }

  [dir="ltr"] .sd-pillar__tag {
    width: auto;
    max-width: none;
    min-width: 76px;
    font-size: 10px;
  }

  [dir="ltr"] .sd-pillar__desc {
    font-size: 11px;
    line-height: 1.35;
    align-items: center;
    justify-content: flex-start;
  }

  .vision-content {
    flex-direction: column;
    gap: 40px;
  }

  .vision-left {
    max-width: none;
  }

  [dir="rtl"] .vision-left,
  [dir="rtl"] .vision-right {
    align-items: flex-start;
    text-align: right;
  }

  [dir="rtl"] .vision-precent {
    width: 100%;
    justify-content: flex-start;
  }

  [dir="ltr"] .vision-left,
  [dir="ltr"] .vision-right {
    align-items: flex-start;
    text-align: left;
  }

  [dir="ltr"] .vision-right {
    align-items: flex-end;
  }

  .vision-left h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .vision-precent {
    font-size: 120px;
  }
}

@media (max-width: 768px) {
  .sd-framework__grid {
    gap: 28px;
    /* margin-bottom: 32px; */
  }

  .sd-framework__text p+p {
    margin-top: 1em;
  }

  .sd-vm__bar {
    min-height: unset;
  }

  .sd-pillars__grid {
    gap: 24px;
  }

  .sd-pillar__row {
    grid-template-columns: 72px 1fr;
  }

  [dir="ltr"] .sd-pillar__row {
    min-height: 52px;
    grid-template-columns: minmax(72px, 34%) minmax(0, 1fr);
    gap: 6px;
  }

  [dir="ltr"] .sd-pillar__tag {
    min-width: 72px;
    font-size: 9px;
    line-height: 1.15;
    padding: 5px 4px;
  }

  [dir="ltr"] .sd-pillar__desc {
    font-size: 10px;
    line-height: 1.3;
    padding: 8px 10px;
  }

  .sd-pillar__desc {
    font-size: 13px;
    line-height: 18px;
    text-align: start;
    justify-content: flex-start;
  }

  .sd-pillar__tag {
    font-size: 11px;
  }

  .sd-vm__label {
    font-size: 24px;
  }

  .sd-vm__bar p {
    font-size: 16px;
    line-height: 28px;
  }

  .sd-goals__header h2 {
    font-size: 22px;
  }

  .sd-goals__cards {
    grid-template-columns: 1fr;
    max-width: 280px;
  }

  .sd-goals__body {
    padding: 24px;
    height: auto;
  }

  .sd-goals__wrapper {
    padding-bottom: 0;
  }

  .sd-goals__card>p {
    max-width: 100%;
    min-height: 180px;
    font-size: 20px;
  }

  .vision-precent {
    font-size: 96px;
  }

  .vision-content p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {

  .sd-pillar--rows:nth-child(3),
  .sd-pillar__head:nth-child(3) {
    margin-bottom: 30px;
  }

  .sd-framework__container,
  .sd-pillars__container {
    padding-inline: 20px;
  }

  .sd-framework__grid {
    gap: 24px;
    /* margin-bottom: 28px; */
  }

  .sd-pillars__title {
    font-size: 28px;
  }

  .sd-pillars.section {
    padding-top: 32px;
  }

  [dir="ltr"] .sd-pillar__head {
    font-size: 15px;
    padding: 8px 10px;
  }

  [dir="ltr"] .sd-pillar__row {
    min-height: 48px;
    grid-template-columns: minmax(64px, 36%) minmax(0, 1fr);
  }

  [dir="ltr"] .sd-pillar__tag {
    min-width: 64px;
    font-size: 8px;
    padding: 4px 3px;
  }

  [dir="ltr"] .sd-pillar__desc {
    font-size: 9px;
    line-height: 1.3;
    padding: 6px 8px;
  }

  .vision-precent {
    font-size: 72px;
  }
}

/* ------ Legacy layout (EN page — remove when EN is refactored) ------------ */
.layer-sec {
  background: linear-gradient(197.49deg,
      #dbf0ee -0.21%,
      #f7f8f8 23.75%,
      #fcfcfc 47.71%);
}

.layer-container {
  display: flex;
  gap: 62px;
}

.layer-container>div {
  flex: 1;
}

.layer-container>div:first-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.layer-container>div:last-child img {
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.layer-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.48px;
  color: #00948f;
}

.layer-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #526f6f;
}

.layer-title.title {
  text-align: center;
  margin-bottom: 64px;
}

.strategy-box {
  max-width: 1120px;
  display: flex;
  margin: auto;
  gap: 48px;
}

.strategy-box__item {
  padding: 32px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e8f0;
  gap: 10px;
}

.strategy-box__item .box-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.strategy-box__item .box-top .num-box {
  height: 48px;
  width: 48px;
  background: #e0f5f3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.strategy-box__item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #00948f;
}

.strategy-box__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #526f6f;
}

.strategy-box__item:first-child {
  background: linear-gradient(119.41deg, #0f8481 0%, #00948f 100%);
}

.strategy-box__item:first-child .box-top .num-box {
  background: #ffffff;
  border-radius: 0;
}

.strategy-box__item:first-child h3,
.strategy-box__item:first-child p {
  color: #ffffff;
}

.main-box {
  display: flex;
  gap: 24px;
}

.main-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

.main-item .num-box {
  height: 56px;
  width: 56px;
  background: #e0f5f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27.5px;
  color: #00948f;
}

.main-item ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.main-item ul li {
  display: flex;
  gap: 12px;
  align-items: center;
}

.main-item ul li div:first-child {
  padding: 4px;
  background: #00948f;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  width: 90px;
  text-align: center;
  flex-shrink: 0;
}

.main-item ul li div:last-child {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
}

.goals-steps-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.goals-steps-wrapper::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg,
      rgba(0, 143, 133, 0) 0%,
      rgba(0, 143, 133, 0.3) 50%,
      rgba(0, 143, 133, 0) 100%);
}

.goal-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.goal-step .icon-box {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  height: 128px;
  width: 128px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.goal-step .badge {
  position: absolute;
  top: -8px;
  right: -8px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00948f 0%, #008f85 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.goal-step h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24.75px;
  text-align: center;
  color: #00948f;
}

[dir="ltr"] .vision-right::before {
  right: -40px;
  left: auto;
}

[dir="ltr"] .vision-right p {
  text-align: left;
}

@media (max-width: 768px) {
  .layer-container {
    flex-direction: column;
  }

  .strategy-box {
    flex-direction: column;
  }

  .main-box {
    flex-direction: column;
  }
}