/* WEKDEN About Us V4 dedicated template */
.wek-about-v4 {
  background: #f4f7fb;
  color: #0f1f33;
}

.wek-about-v4 * {
  box-sizing: border-box;
}

.wek-about-container {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.wek-about-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background-image: var(--wek-about-hero-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 62% center;
  background-color: #f5f8fc;
}

.wek-about-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 58%;
  background: linear-gradient(90deg, rgba(245,248,252,.98) 0%, rgba(245,248,252,.95) 58%, rgba(245,248,252,.68) 78%, rgba(245,248,252,0) 100%);
  z-index: 1;
}

.wek-about-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49%;
  width: 140px;
  transform: skewX(-18deg);
  background: linear-gradient(115deg, rgba(11,79,138,.13), rgba(11,79,138,.02));
  z-index: 1;
}

.wek-about-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100% - 48px));
  min-height: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.wek-about-hero__copy {
  max-width: 650px;
  padding: 40px 0;
}

.wek-about-hero__copy span,
.wek-kicker,
.wek-about-cta span {
  display: inline-block;
  color: #0b5fa5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.wek-about-hero__copy h1 {
  margin: 0 0 18px;
  color: #0b2f6b;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.03em;
}

.wek-about-hero__copy p {
  margin: 0 0 28px;
  color: #34445c;
  font-size: 18px;
  line-height: 1.78;
  max-width: 600px;
}

.wek-about-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.wek-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 900;
  text-transform: uppercase;
}

.wek-about-btn--red {
  background: #0b5fa5;
  color: #fff !important;
}

.wek-about-btn--dark {
  background: #0b2342;
  color: #fff !important;
}

.wek-about-section {
  padding: 78px 0;
}

.wek-about-intro,
.wek-about-careers {
  background: #fff;
}

.wek-about-two-col {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
}

.wek-about-two-col h2,
.wek-about-title h2,
.wek-about-cta h2 {
  margin: 0 0 18px;
  color: #0b2342;
  font-size: 40px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.02em;
}

.wek-about-two-col p,
.wek-about-title p,
.wek-about-cta p {
  margin: 0 0 14px;
  color: #526276;
  font-size: 16px;
  line-height: 1.78;
}

.wek-about-data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.wek-about-data-grid div {
  min-height: 130px;
  padding: 26px 24px;
  background: #f5f8fc;
  border: 1px solid #dce6f1;
  border-left: 5px solid #0b5fa5;
  border-radius: 14px;
}

.wek-about-data-grid strong {
  display: block;
  color: #0b2f6b;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.wek-about-data-grid span {
  display: block;
  margin-top: 8px;
  color: #526276;
  font-weight: 800;
}

.wek-about-title {
  max-width: 860px;
  text-align: center;
  margin: 0 auto 34px;
}

.wek-about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.wek-about-card-grid article,
.wek-about-strength-grid div {
  background: #fff;
  border: 1px solid #dce6f1;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(11,35,66,.05);
}

.wek-about-card-grid article {
  padding: 28px 24px;
  min-height: 220px;
}

.wek-about-card-grid h3,
.wek-about-strength-grid h3 {
  margin: 0 0 12px;
  color: #0b2342;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
}

.wek-about-card-grid p,
.wek-about-strength-grid p {
  margin: 0;
  color: #526276;
  font-size: 15px;
  line-height: 1.75;
}

.wek-about-capabilities {
  background: #f4f7fb;
}

.wek-about-strength {
  background: #eaf2fb;
}

.wek-about-strength-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.wek-about-strength-grid div {
  padding: 26px 22px;
  min-height: 200px;
}

.wek-about-strength-grid strong {
  display: inline-flex;
  color: #0b4f8a;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 14px;
}

.wek-about-process {
  background: #fff;
}

.wek-about-process-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.wek-about-process-row div {
  min-height: 130px;
  padding: 24px 18px;
  border-radius: 16px;
  background: #f5f8fc;
  border: 1px solid #dce6f1;
  text-align: center;
}

.wek-about-process-row strong {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #0b2342;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 16px;
}

.wek-about-process-row span {
  display: block;
  color: #0b2342;
  font-weight: 900;
  line-height: 1.35;
}

.wek-about-cta {
  background: #0b2342;
  color: #fff;
  padding: 58px 0;
}

.wek-about-cta__inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.wek-about-cta h2,
.wek-about-cta p,
.wek-about-cta span {
  color: #fff;
}

.wek-about-cta p {
  max-width: 760px;
  color: #dbeafe;
}

.wek-about-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 8px;
  background: #0b5fa5;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .wek-about-two-col,
  .wek-about-card-grid,
  .wek-about-strength-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wek-about-process-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .wek-about-hero::before {
    width: 72%;
  }

  .wek-about-hero__copy h1 {
    font-size: 46px;
  }
}

@media (max-width: 760px) {
  .wek-about-container,
  .wek-about-hero__inner {
    width: min(100% - 32px, 1220px);
  }

  .wek-about-hero {
    min-height: auto;
  }

  .wek-about-hero::before {
    width: 100%;
    background: rgba(245,248,252,.94);
  }

  .wek-about-hero::after {
    display: none;
  }

  .wek-about-hero__inner {
    min-height: auto;
    padding: 48px 0;
  }

  .wek-about-hero__copy h1,
  .wek-about-two-col h2,
  .wek-about-title h2,
  .wek-about-cta h2 {
    font-size: 32px;
  }

  .wek-about-section {
    padding: 52px 0;
  }

  .wek-about-two-col,
  .wek-about-data-grid,
  .wek-about-card-grid,
  .wek-about-strength-grid,
  .wek-about-process-row {
    grid-template-columns: 1fr;
  }

  .wek-about-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
