.wwk-about-page {
  background: #ffffff;
  color: #173453;
  font-family: Arial, Helvetica, sans-serif;
}

.wwk-about-page *,
.wwk-about-page *::before,
.wwk-about-page *::after {
  box-sizing: border-box;
}

.wwk-about-page .wwk-inner-top-shell {
  min-height: 480px;
  background-color: #1f56a5;
  background-image: var(--wwk-hero-airlight-desktop), url("/themes/shop/mobitreks-tech/assets/pages/about-us/wwk-about-restored-hero-desktop.webp?v=20260728154716");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.wwk-about-page .wwk-inner-hero .wwk-inner-shell-wrap {
  display: flex;
  width: min(1290px, calc(100% - 48px));
  min-height: 356px;
  padding: 52px 0 64px;
}

.wwk-about-page .wwk-inner-hero__copy {
  max-width: 610px;
  font-family: Arial, Helvetica, sans-serif;
}

.wwk-about-page .wwk-inner-hero h1 {
  max-width: 620px;
  margin: 0 0 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(40px, 3.3vw, 44px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.018em;
}

.wwk-about-page .wwk-inner-hero p {
  max-width: 570px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.wwk-about-page .wwk-inner-main {
  background: #ffffff;
}

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

.wwk-about-page .wwk-about-opening,
.wwk-about-page .wwk-about-history,
.wwk-about-page .wwk-about-fundamentals,
.wwk-about-page .wwk-about-story,
.wwk-about-page .wwk-about-commitments {
  width: 100%;
  padding: 84px 0;
}

.wwk-about-page .wwk-about-opening h2,
.wwk-about-page .wwk-about-story-copy h2,
.wwk-about-page .wwk-about-section-intro h2 {
  margin: 0;
  color: #132f4e;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.wwk-about-page .wwk-about-opening h2 {
  max-width: 850px;
}

.wwk-about-page .wwk-about-opening__copy {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 66px;
  align-items: center;
  margin-top: 38px;
}

.wwk-about-page figure {
  margin: 0;
}

.wwk-about-page .wwk-about-opening__visual img,
.wwk-about-page .wwk-about-story-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.wwk-about-page .wwk-about-opening__visual {
  max-width: 525px;
}

.wwk-about-page .wwk-about-opening__narrative p,
.wwk-about-page .wwk-about-story-copy > p,
.wwk-about-page .wwk-about-section-intro p {
  margin: 0 0 18px;
  color: #536b83;
  font-size: 17px;
  line-height: 1.72;
}

.wwk-about-page .wwk-about-opening__narrative p:last-child,
.wwk-about-page .wwk-about-story-copy > p:last-child,
.wwk-about-page .wwk-about-section-intro p:last-child {
  margin-bottom: 0;
}

.wwk-about-page .wwk-about-history,
.wwk-about-page .wwk-about-fundamentals,
.wwk-about-page .wwk-about-story {
  border-top: 1px solid #dbe5ee;
}

.wwk-about-page .wwk-about-story-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 74px;
  align-items: center;
}

.wwk-about-page .wwk-about-story-visual {
  max-width: 540px;
}

.wwk-about-page .wwk-about-story-copy h2 {
  margin-bottom: 22px;
}

.wwk-about-page .wwk-about-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 2px solid #c9dceb;
}

.wwk-about-page .wwk-about-milestone {
  position: relative;
  min-width: 0;
  padding: 28px 24px 0 0;
}

.wwk-about-page .wwk-about-milestone__node {
  position: absolute;
  top: -7px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #265ca9;
  box-shadow: 0 0 0 1px #a9c5df;
}

.wwk-about-page .wwk-about-milestone b {
  display: block;
  margin-bottom: 8px;
  color: #173d64;
  font-size: 17px;
  line-height: 1.35;
}

.wwk-about-page .wwk-about-milestone > span:last-child {
  display: block;
  color: #60768b;
  font-size: 14px;
  line-height: 1.55;
}

.wwk-about-page .wwk-about-systems {
  border-top: 1px solid #cfdeea;
}

.wwk-about-page .wwk-about-systems article {
  padding: 18px 0;
  border-bottom: 1px solid #cfdeea;
}

.wwk-about-page .wwk-about-systems h3,
.wwk-about-page .wwk-about-ai h3 {
  margin: 0 0 7px;
  color: #173d64;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.wwk-about-page .wwk-about-systems p {
  margin: 0;
  color: #5d7389;
  font-size: 15px;
  line-height: 1.62;
}

.wwk-about-page .wwk-about-fundamentals__detail {
  margin-top: 52px;
}

.wwk-about-page .wwk-about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfddea;
  border-bottom: 1px solid #cfddea;
}

.wwk-about-page .wwk-about-pillars article {
  min-width: 0;
  padding: 30px 34px 30px 0;
}

.wwk-about-page .wwk-about-pillars article + article {
  padding-left: 34px;
  border-left: 1px solid #cfddea;
}

.wwk-about-page .wwk-about-pillars strong {
  display: block;
  margin-bottom: 10px;
  color: #153b64;
  font-size: 19px;
  line-height: 1.35;
}

.wwk-about-page .wwk-about-pillars span {
  display: block;
  color: #60768b;
  font-size: 15px;
  line-height: 1.62;
}

.wwk-about-page .wwk-about-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
  overflow: hidden;
  border-radius: 12px;
  background: #265ca9;
}

.wwk-about-page .wwk-about-facts > div {
  min-width: 0;
  padding: 28px;
  color: #ffffff;
}

.wwk-about-page .wwk-about-facts > div + div {
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.wwk-about-page .wwk-about-facts b {
  display: block;
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 1.15;
}

.wwk-about-page .wwk-about-facts span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.45;
}

.wwk-about-page .wwk-about-story-row--copy-first .wwk-about-story-visual {
  justify-self: end;
}

.wwk-about-page .wwk-about-story {
  padding-top: 92px;
  padding-bottom: 92px;
}

.wwk-about-page .wwk-about-ai h3 {
  margin-bottom: 20px;
  font-size: 30px;
}

.wwk-about-page .wwk-about-ai p {
  margin: 0 0 17px;
  color: #5d7389;
  font-size: 16px;
  line-height: 1.7;
}

.wwk-about-page .wwk-about-ai ul {
  margin: 0;
  padding-left: 19px;
  color: #24558c;
  font-size: 15px;
  line-height: 1.68;
}

.wwk-about-page .wwk-about-commitments {
  padding-top: 92px;
  padding-bottom: 96px;
  background: #eaf2fb;
}

.wwk-about-page .wwk-about-section-intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.wwk-about-page .wwk-about-section-intro h2 {
  margin-bottom: 20px;
}

.wwk-about-page .wwk-about-commitments__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 32px;
  margin-top: 46px;
}

.wwk-about-page .wwk-about-commitments__grid article {
  position: relative;
  min-width: 0;
  min-height: 148px;
  padding: 29px 30px 29px 84px;
  border: 1px solid #d1dfec;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(37, 73, 112, .08);
}

.wwk-about-page .wwk-about-commitments__grid b {
  position: absolute;
  top: 28px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #265ca9;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

.wwk-about-page .wwk-about-commitments__grid p {
  margin: 0;
  color: #526a82;
  font-size: 15px;
  line-height: 1.64;
}

@media (max-width: 767px) {
  .wwk-about-page .wwk-inner-top-shell {
    min-height: 576px;
    background-color: #1f56a5;
    background-image: var(--wwk-hero-airlight-mobile), url("/themes/shop/mobitreks-tech/assets/pages/about-us/wwk-about-restored-hero-mobile.webp?v=20260728154716");
    background-position: center top;
  }

  .wwk-about-page .wwk-inner-hero .wwk-inner-shell-wrap {
    width: calc(100% - 36px);
    min-height: 480px;
    align-items: flex-start;
    padding: 32px 0 224px;
  }

  .wwk-about-page .wwk-inner-hero h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.02em;
  }

  .wwk-about-page .wwk-inner-hero p {
    max-width: 340px;
    font-size: 15.5px;
    line-height: 1.52;
  }

  .wwk-about-page .wwk-about-container {
    width: calc(100% - 40px);
  }

  .wwk-about-page .wwk-about-opening,
  .wwk-about-page .wwk-about-history,
  .wwk-about-page .wwk-about-fundamentals,
  .wwk-about-page .wwk-about-story,
  .wwk-about-page .wwk-about-commitments {
    padding: 58px 0;
  }

  .wwk-about-page .wwk-about-opening h2,
  .wwk-about-page .wwk-about-story-copy h2,
  .wwk-about-page .wwk-about-section-intro h2 {
    font-size: 29px;
    line-height: 1.17;
  }

  .wwk-about-page .wwk-about-opening__copy,
  .wwk-about-page .wwk-about-story-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .wwk-about-page .wwk-about-opening__copy {
    margin-top: 26px;
  }

  .wwk-about-page .wwk-about-opening__visual,
  .wwk-about-page .wwk-about-story-visual {
    max-width: 100%;
  }

  .wwk-about-page .wwk-about-opening__narrative p,
  .wwk-about-page .wwk-about-story-copy > p,
  .wwk-about-page .wwk-about-section-intro p {
    font-size: 16px;
  }

  .wwk-about-page .wwk-about-timeline {
    grid-template-columns: minmax(0, 1fr);
    margin: 42px 0 0 6px;
    border-top: 0;
    border-left: 2px solid #c9dceb;
  }

  .wwk-about-page .wwk-about-milestone {
    padding: 0 0 28px 26px;
  }

  .wwk-about-page .wwk-about-milestone:last-child {
    padding-bottom: 0;
  }

  .wwk-about-page .wwk-about-milestone__node {
    top: 4px;
    left: -7px;
  }

  .wwk-about-page .wwk-about-systems article {
    padding: 16px 0;
  }

  .wwk-about-page .wwk-about-fundamentals__detail {
    margin-top: 40px;
  }

  .wwk-about-page .wwk-about-pillars {
    grid-template-columns: minmax(0, 1fr);
  }

  .wwk-about-page .wwk-about-pillars article,
  .wwk-about-page .wwk-about-pillars article + article {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid #cfddea;
  }

  .wwk-about-page .wwk-about-pillars article:last-child {
    border-bottom: 0;
  }

  .wwk-about-page .wwk-about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }

  .wwk-about-page .wwk-about-facts > div {
    padding: 22px 18px;
  }

  .wwk-about-page .wwk-about-facts > div:nth-child(odd) {
    border-left: 0;
  }

  .wwk-about-page .wwk-about-facts > div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .22);
  }

  .wwk-about-page .wwk-about-story-row--copy-first .wwk-about-story-visual {
    justify-self: auto;
  }

  .wwk-about-page .wwk-about-ai h3 {
    margin-bottom: 16px;
    font-size: 25px;
  }

  .wwk-about-page .wwk-about-commitments {
    padding-top: 62px;
    padding-bottom: 64px;
  }

  .wwk-about-page .wwk-about-commitments__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-top: 34px;
  }

  .wwk-about-page .wwk-about-commitments__grid article {
    min-height: 0;
    padding: 26px 22px 26px 74px;
  }

  .wwk-about-page .wwk-about-commitments__grid b {
    top: 25px;
    left: 18px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 400px) {
  .wwk-about-page .wwk-inner-hero h1 {
    font-size: 32px;
  }

  .wwk-about-page .wwk-inner-hero p {
    max-width: 330px;
    font-size: 15px;
  }

  .wwk-about-page .wwk-about-container {
    width: calc(100% - 36px);
  }
}
