.wt-home-section {
  padding: 72px 0;
  overflow: hidden;
}

.wt-company-section {
  background: linear-gradient(180deg, #fff 0%, #f6faff 100%);
}

.wt-clients-section {
  background: #fff;
}

.wt-section-title {
  margin: 0 0 34px;
  text-align: left;
}

.wt-section-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 62px;
  padding: 0 58px 0 32px;
  background: #102a98;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.wt-section-title span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -58px;
  width: 92px;
  height: 62px;
  background: linear-gradient(135deg, #436ed6 0%, #1534a6 100%);
  transform: skewX(-34deg);
  transform-origin: left top;
}

.wt-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: center;
}

.wt-company-copy {
  color: #20242b;
  font-size: 18px;
  line-height: 1.9;
}

.wt-company-copy p {
  margin: 0 0 18px;
  text-indent: 2em;
}

.wt-company-media {
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 42, 152, 0.12);
}

.wt-company-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.wt-company-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.wt-company-stats div {
  min-height: 92px;
  padding: 16px 12px;
  background: #fff;
  border-left: 4px solid #102a98;
  box-shadow: 0 8px 24px rgba(15, 37, 111, 0.08);
}

.wt-company-stats strong,
.wt-company-stats span {
  display: block;
}

.wt-company-stats strong {
  margin-bottom: 6px;
  color: #102a98;
  font-size: 28px;
  line-height: 1.1;
}

.wt-company-stats span {
  color: #4f5661;
  font-size: 14px;
  line-height: 1.5;
}

.wt-client-copy {
  margin: 0 0 28px;
  color: #20242b;
  font-size: 17px;
  line-height: 2;
  text-align: left;
}

.wt-client-copy span {
  color: #e53935;
  font-weight: 700;
}

.wt-client-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 28px;
}

.wt-client-logo-grid div {
  height: 92px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 37, 111, 0.06);
}

.wt-client-logo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .wt-home-section .zcon {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-right: auto;
    margin-left: auto;
  }

  .wt-company-grid,
  .wt-company-stats,
  .wt-client-logo-grid {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 991px) {
  .wt-home-section {
    padding: 54px 0;
  }

  .wt-company-grid {
    grid-template-columns: 1fr;
  }

  .wt-company-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-client-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .wt-section-title {
    margin-bottom: 24px;
  }

  .wt-section-title span {
    min-height: 48px;
    padding: 0 44px 0 20px;
    font-size: 26px;
  }

  .wt-section-title span::after {
    right: -44px;
    width: 70px;
    height: 48px;
  }

  .wt-company-copy,
  .wt-client-copy {
    font-size: 15px;
    line-height: 1.85;
  }

  .wt-company-stats,
  .wt-client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-company-stats div {
    min-height: 84px;
  }

  .wt-client-logo-grid div {
    height: 72px;
  }
}
