.extWar__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2.5vw, 3rem);
  align-items: center;
}

.extWar__gray {
  color: #737373;
}

.extWar__heroImg  {
  display: flex;
  align-items: center;
}

.extWar__heroTag {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  background-color: #f8fbf2;
  color: #76AD00;
  font-size: 1.125rem;
  line-height: 1.4;
  width: 11.25rem;
  height: 11.25rem;

  border-radius: 50% 50% 0 50%;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-weight: 600;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-inline-end: -5rem;
}


.extWar__heroTag span {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}

.extWar__heroTitle {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
}

.extWar__box {
  --bg: #fefaf2;
  --border: #FDF1DA;

  position: relative;
  padding: 1.5rem;
  background-color: var(--bg);
  border: 1px solid var(--border);
  border-radius: .313rem;

  &:has(.extWar__boxNumber) {
    padding-top: 3.75rem;
  }
}

.extWar__box--white {
  --bg: #fff;
  --border: #e8e9eb ; 
}

.extWar__boxIcon {
  width: 3.75rem;
  height: 3.75rem;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

  background-color: #FDF1DA;
  border-radius: .313rem;

  margin-block-end: 1.5rem; 
}

.extWar__boxIcon:has(.lightGreen) {
  background-color: #f2f7e6;
}

.extWar__reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: clamp(1rem, 2.5vw, 3rem);

  padding-block: 2.5rem;
}

.extWar__proces,
.extWar__proces-2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(10px, 1fr));
  gap: clamp(1rem, 2.5vw, 3rem);

  padding-block: 2.5rem;
}

.extWar__proces-2 {
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 26%));
  justify-content: center;
}

.extWar__boxNumber {
  position: absolute;
  left: calc(50% - 1.875rem);
  top: -1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #5B57A2;
  border-radius: 50%;
  line-height: 3.75rem;
  text-align: center;

  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
}

.extWar__switch {
  display: flex;
  gap: 1rem;
  width: fit-content;
  margin: 0 auto 2rem;

  background-color: #fff;
  padding: 0.5rem;
  border-radius: .313rem;
}

.contentSwitch__input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.contentSwitch__label {
  position: relative;
  min-width: 16ch;
  padding: 1rem clamp(1rem, 1.5vw, 3.5rem);
  border-radius: .313rem;
  font-size: 1.125rem;
  color: #000;
  transition: 0.3s color ease-in-out, 0.3s background ease-in-out;
  cursor: pointer;
}

input:checked + .contentSwitch__label {
  background-color: #efeef6;
}

.contentSwitch__content--one,
.contentSwitch__content--two {
  display: none;
}

.contentSwitch-extWar:has(.contentSwitch__input--one:checked) .contentSwitch__content--one {
  display: block;
}

.contentSwitch-extWar:has(.contentSwitch__input--two:checked) .contentSwitch__content--two {
  display: block;
}

@media (max-width: 850px) {
  .extWar__hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .extWar__heroTag {
    width: 8rem;
    height: 8rem;
    margin-inline-end: 0;
    margin-inline-start: -4rem;
  }

  .extWar__heroTag span {
    font-size: 1.875rem;
  }

  .extWar__heroImg img {
    max-width: calc(100% - 4rem);
  }

  .extWar__heroImg {
    flex-direction: row-reverse;
    justify-content: center;
  }

  .extWar__boxIcon {
    width: 3.125rem;
    height: 3.125rem;
  }

  .extWar__proces,
  .extWar__proces-2 {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
    gap: 2rem 1rem;
  }
}

@media (max-width: 540px) {
  .extWar__heroTag {
    width: 6.25rem;
    height: 6.25rem;
    margin-inline-start: -3.125rem;
    font-size: 1rem;
  }

  .extWar__heroTag span {
    font-size: 1.5rem;
  }

  .extWar__heroImg img {
    max-width: calc(100% - 3.125rem);
  }

  .extWar__box--reason {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .extWar__box--reason.is-second {
    flex-direction: row-reverse;
  }

  .extWar__boxIcon {
    margin-block-end: 0;
  }

  .extWar__proces,
  .extWar__proces-2,
  .extWar__reasons {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
    padding-block: 0;
  }

  .extWar__reasons {
    padding-block: 2rem;
  }

  .extWar__box:has(.extWar__boxNumber) {
    padding-top: 1.25rem;
    padding-inline-start: 2.5rem;
    margin-inline-start: 1rem;
  }

  .extWar__boxNumber {
    top: calc(50% - 1.5625rem);
    left: -1.5625rem;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.25rem;
  }

  .contentSwitch__label {
    min-width: 10ch;
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
