.why-page .section-heading{flex-direction: column;gap: 10px;align-items: normal;}
.why-page .section-heading__line{background: var(--bwo-color-teal);width: 50px;height: 3px;display: block;}
.why-page {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfb 100%);
}
.why-who {
  padding-top: 0;
  padding-bottom: 108px;
}
.why-who__header {
  margin-bottom: 44px;
}
.why-kpi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.why-kpi__card {
  display: grid;
  gap: 12px;
  padding: 28px 26px 26px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgb(16 38 59 / 8%);
  position: relative;
  overflow: hidden;
}
.why-kpi__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgb(10 170 168 / 16%) 0%, rgb(10 170 168 / 0%) 54%);
  pointer-events: none;
}
.why-kpi__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.why-kpi__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgb(10 170 168 / 12%);
}
.why-kpi__icon img {
  width: 22px;
  height: 22px;
}
.why-kpi__value {
  position: relative;
  color: var(--bwo-color-navy);
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}
.why-kpi__title {
  position: relative;
  margin: 0;
  color: var(--bwo-color-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}
.why-kpi__text {
  position: relative;
  margin: 0;
  color: #5f6876;
  font-size: 15px;
  line-height: 1.8;
}
.why-intro {
  padding-bottom: 108px;
}
.why-statement {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
  padding: 54px 52px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgb(16 38 59 / 8%);
}
.why-statement__main {
  display: grid;
  gap: 18px;
}
.why-statement__header {
  display: grid;
  gap: 16px;
}
.why-statement__title {
  margin: 0;
  color: var(--bwo-color-navy);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1.18;
}
.why-statement__text {
  margin: 0;
  color: #5f6876;
  font-size: 16px;
  line-height: 1.95;
}
.why-statement__card {
  display: grid;
  gap: 18px;
  border-radius: 24px;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 24px 70px rgb(10 170 168 / 16%);
}
.why-statement__card:hover img {
  transform: scale(1.08);
}

.why-advantage {
  padding-bottom: 108px;
}
.why-advantage__header {
  margin-bottom: 44px;
}
.why-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.why-timeline__item {
  position: relative;
  display: inline-flex;
  gap: 18px;
  align-items: flex-start;
}
.why-timeline__item::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 54px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, rgb(10 170 168 / 44%) 0%, rgb(10 170 168 / 0%) 100%);
}
.why-timeline__item:last-child::before {
  display: none;
}
.why-timeline__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 16px;
  background: rgb(10 170 168 / 12%);
  color: var(--bwo-color-navy);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
.why-timeline__card {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 10px;
  padding: 26px 24px 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgb(16 38 59 / 8%);
}
.why-timeline__title {
  margin: 0;
  color: var(--bwo-color-navy);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}
.why-timeline__text {
  margin: 0;
  color: #5f6876;
  font-size: 15px;
  line-height: 1.85;
}
.why-cta {
  padding-bottom: 108px;
}
.why-cta__box {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 50px 46px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0aaab0 0%, #008a9b 100%);
  color: #ffffff;
  box-shadow: 0 24px 70px rgb(10 170 168 / 18%);
}
.why-cta__title {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.16;
}
.why-cta__text {
  margin: 14px 0 0;
  color: rgb(255 255 255 / 88%);
  font-size: 16px;
  line-height: 1.85;
  max-width: 520px;
}
.why-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--bwo-color-navy);
  font-size: 15px;
  font-weight: 800;
}
.why-tech {
  padding-bottom: 100px;
}
.why-tech__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.why-tech__column {
  display: grid;
  gap: 44px;
}

.why-tech__item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.why-tech__marker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 14px;
}

.why-tech__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #0aaab0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.why-tech__connector {
  position: absolute;
  left: 62px;
  top: 45px;
  width: 26px;
  height: 2px;
  background: rgb(0 0 0 / 90%);
}

.why-tech__connector::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgb(0 0 0 / 95%);
  transform: translateY(-50%);
}

.why-tech__card {
  padding: 28px 30px;
  border-radius: 0;
  background: var(--bwo-color-teal);
  box-shadow: 0 22px 60px rgb(0 0 0 / 20%);
  border-radius: 20px;
  overflow: hidden;
}

.why-tech__card-title {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

.why-tech__card-text {
  margin: 14px 0 0;
  color: rgb(255 255 255 / 88%);
  font-size: 14px;
  line-height: 1.85;
}

.why-tech__card-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgb(255 255 255 / 88%);
  font-size: 14px;
  line-height: 1.85;
}

.why-tech__column--right .why-tech__item:nth-child(2) {
  margin-top: 12px;
}

.why-tech__column--right .why-tech__item:nth-child(3) {
  margin-top: 8px;
}

.why-tech__column--right .why-tech__item:nth-child(4) {
  margin-top: 8px;
}

.why-patents__table table {
	text-align: center;
	border: 1px solid #ddd;
	width: 100%;
}
.why-patents__table table p{margin: 0;}
.why-patents__table table tr th {
	background: #eeefef;
	padding:8px 20px;
	border: 1px solid #ddd;
}

.why-patents__table table tr td {
	padding: 20px;
	border: 1px solid #ddd;
	padding: 10px 20px;
}

.why-patents__table table tr:nth-child(2n) {
	background: #eeefef;
}

.why-patents__table .item img {
	margin-right: 20px;
}

.why-patents__table .item .info {
	flex: 1;
}

.why-patents__table a {
	text-decoration: underline;
}
.why-patents__footer{
	margin-top: 40px;
	padding: 0 20px;
}
.why-p-footer-text{
	text-align: center;
	font-size: 18px;
	line-height: 1.85;
}
.why-p-footer-text a{
	color: var(--bwo-color-teal);
}

@media (max-width: 1199.98px) {
	.why-kpi {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.why-statement {
		grid-template-columns: 1fr;
		padding: 48px 44px;
	}
	.why-tech__grid {
		gap: 38px;
	}
}
@media (max-width: 991.98px) {
	.why-who,
	.why-intro,
	.why-advantage,
	.why-tech,
	.why-cta{
		padding-bottom: 88px;
	}
	.why-tech {
		padding-top: 84px;
	}
	.why-tech__grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.why-cta__box {
		flex-direction: column;
		align-items: flex-start;
	}
	.best-table { overflow-x:scroll; }
	.best-table table tr td, .best-table table tr th { padding: 0.36rem; }
	.best-table .item img { margin:0 0 0.36rem; }
	.best-table2 td:nth-child(2) {padding:0.36rem;}
	.why-patents__footer{
		margin-top: 25px;
	}
	.why-p-footer-text{
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
  .why-kpi {
	grid-template-columns: 1fr;
  }
  .why-kpi__value {
	font-size: 48px;
  }
  .why-cta__button {
	width: 100%;
	min-width: 0;
  }
	.why-tech__item {
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;
  }

  .why-tech__index {
	width: 52px;
	height: 52px;
	font-size: 22px;
  }

  .why-tech__connector {
	left: 52px;
	width: 18px;
  }

  .why-tech__card {
	padding: 24px 22px;
  }
}
@media (max-width: 360px) {
  .why-kpi__card,
  .why-timeline__card,
  .why-statement {
	padding-inline: 20px;
  }
}