/* ==== DESKTOP (unchanged) ==== */

.why-cyber-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.why-cyber-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
}

.why-cyber-stat__value {
  text-align: center;
  color: #0F71F0;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 8px;

}

.why-cyber-stat__text {
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  margin: 0;
}

/* ==== MOBILE STACK + FIXED PADDING ==== */
@media (max-width: 767px) {

  .why-cyber-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .why-cyber-row {
    flex-direction: column;
    align-items: center;
    gap: 32px;

    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .why-cyber-row .c-container__id {
    width: 100%;
  }

  .why-cyber-stat__value {
    font-size: 56px;
  }

  .why-cyber-stat__text {
    font-size: 16px;
  }
}

/* ==== TABLET SIDE PADDING ==== */
@media (min-width: 768px) and (max-width: 1023px) {
  .why-cyber-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
}
