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

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

.wwk-about-header-bar {
  position: relative;
  z-index: 4;
  color: #ffffff;
}

.wwk-about-header-bar__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 48px;
}

.wwk-about-header-bar__brand {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
}

.wwk-about-header-bar__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.wwk-about-header-bar__contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 3px;
  color: rgba(255, 255, 255, .94);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.wwk-about-header-bar__contact a:first-child {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  text-transform: none;
}

.wwk-about-header-bar__nav-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
  gap: 28px;
  align-items: center;
  min-height: 52px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.wwk-about-header-bar__nav {
  display: flex;
  align-items: center;
  gap: 26px;
  min-width: 0;
}

.wwk-about-header-bar__nav a {
  color: rgba(255, 255, 255, .95);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.wwk-about-header-bar__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 4px;
  background: rgba(255, 255, 255, .10);
}

.wwk-about-header-bar__search label {
  position: absolute;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.wwk-about-header-bar__search input {
  width: 100%;
  min-width: 0;
  height: 34px;
  border: 0;
  padding: 0 10px;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  outline: 0;
}

.wwk-about-header-bar__search input::placeholder {
  color: rgba(255, 255, 255, .72);
}

.wwk-about-header-bar__search button {
  width: 38px;
  height: 34px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .18);
  background: transparent;
  color: #ffffff;
  font-size: 17px;
  cursor: pointer;
}

.wwk-about-header-bar__toggle {
  display: none;
  width: 44px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .30);
  border-radius: 4px;
  background: rgba(255, 255, 255, .10);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.wwk-about-header-bar__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
}

.wwk-about-header-bar__mobile-panel {
  max-height: 0;
  overflow: clip;
  border: 0 solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  background: rgba(7, 38, 76, .46);
  transition: max-height .2s ease, padding .2s ease, border-width .2s ease;
}

.wwk-about-header-bar__mobile-panel[data-open="true"] {
  max-height: 360px;
  padding: 10px;
  border-width: 1px;
}

.wwk-about-header-bar__mobile-panel a {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 980px) {

  .wwk-about-header-bar__top {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 76px;
  }

  .wwk-about-header-bar__brand {
    min-width: 0;
    font-size: clamp(23px, 6.2vw, 30px);
  }

  .wwk-about-header-bar__contact,
  .wwk-about-header-bar__nav-row {
    display: none;
  }

  .wwk-about-header-bar__toggle {
    display: inline-flex;
  }
}

@media (max-width: 520px) {

  .wwk-about-header-bar__top {
    gap: 16px;
  }

  .wwk-about-header-bar__mobile-panel a {
    min-height: 38px;
  }
}

.wwk-about-direct-shell .footer {
  background: #0b2f5f;
  color: #dbe9ff;
  font-family: Arial, Helvetica, sans-serif;
}

.wwk-about-direct-shell .footer .wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.wwk-about-direct-shell .footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 8px;
  padding: 28px 0 14px;
}

.wwk-about-direct-shell .footer-grid h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
}

.wwk-about-direct-shell .footer-grid a {
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  color: #dbe9ff;
  font-size: 12px;
  line-height: 1.28;
  text-decoration: none;
}

.wwk-about-direct-shell .footer-extras {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(210px, .8fr) minmax(230px, .8fr);
  gap: 24px;
  align-items: start;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.wwk-about-direct-shell .footer-brand-lockup {
  display: block;
  line-height: 1;
}

.wwk-about-direct-shell .footer-brand-name {
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.05em;
}

.wwk-about-direct-shell .footer-brand-tag {
  margin-top: 6px;
  color: #d7e6ff;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: .04em;
}

.wwk-about-direct-shell .footer-brand-sub {
  margin-top: 14px;
  color: #d7e6ff;
  font-size: 13px;
  line-height: 1.55;
}

.wwk-about-direct-shell .footer-brand-sub a {
  display: inline;
  padding: 0;
  border: 0;
  color: #ffffff;
}

.wwk-about-direct-shell .wwk-footer-accept h4,
.wwk-about-direct-shell .footer-social-block .social-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
}

.wwk-about-direct-shell .wwk-footer-payment-icons,
.wwk-about-direct-shell .social-row,
.wwk-about-direct-shell .trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wwk-about-direct-shell .wwk-footer-payment-icons img {
  width: 74px;
  height: 42px;
}

.wwk-about-direct-shell .social-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
}

.wwk-about-direct-shell .trust-row img {
  max-width: 72px;
  height: auto;
}

.wwk-about-direct-shell .footer-base {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #c8dcf6;
  font-size: 13px;
  line-height: 1.55;
}

.wwk-about-page .wwk-about-body {
    background: #fff;
    color: #173453;
}

.wwk-about-page .wwk-about-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 74px 24px;
}

.wwk-about-page .wwk-about-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 54px;
    align-items: center;
}

.wwk-about-page .wwk-about-section h2 {
    margin: 0 0 22px;
    color: #132f4e;
    font-size: 38px;
    line-height: 1.16;
}

.wwk-about-page .wwk-about-section p {
    margin: 0 0 18px;
    color: #5f7184;
    font-size: 17px;
    line-height: 1.75;
}

.wwk-about-page .wwk-about-card {
    border: 1px solid #dce8f4;
    border-radius: 22px;
    padding: 34px;
    background: linear-gradient(180deg, #ffffff, #f6faff);
    box-shadow: 0 18px 44px rgba(19, 54, 91, .1);
}

.wwk-about-page .wwk-about-card strong {
    display: block;
    margin: 0 0 8px;
    color: #14385d;
    font-size: 17px;
}

.wwk-about-page .wwk-about-card span {
    display: block;
    margin: 0 0 22px;
    color: #65798d;
    font-size: 15px;
    line-height: 1.62;
}

.wwk-about-page .wwk-about-card span:last-child {
    margin-bottom: 0;
}

.wwk-about-page .wwk-about-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1180px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    background: #1d56a5;
    box-shadow: 0 20px 54px rgba(16, 55, 104, .18);
}

.wwk-about-page .wwk-about-band div {
    padding: 30px 28px;
    border-right: 1px solid rgba(255,255,255,.18);
    color: #fff;
}

.wwk-about-page .wwk-about-band div:last-child {
    border-right: 0;
}

.wwk-about-page .wwk-about-band b {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}

.wwk-about-page .wwk-about-band span {
    color: rgba(255,255,255,.82);
    font-size: 14px;
}

.wwk-about-page .wwk-cap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.wwk-about-page .wwk-cap-grid article {
    border: 1px solid #dce8f4;
    border-radius: 20px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(19, 54, 91, .07);
}

.wwk-about-page .wwk-cap-grid h3 {
    margin: 0 0 14px;
    color: #153656;
    font-size: 19px;
}

.wwk-about-page .wwk-cap-grid p {
    margin: 0;
    font-size: 15px;
    line-height: 1.66;
}

.wwk-about-page .wwk-history {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: 54px;
    align-items: start;
    background: #f5f8fb;
    max-width: none;
    padding-left: calc((100% - 1180px) / 2 + 24px);
    padding-right: calc((100% - 1180px) / 2 + 24px);
}

.wwk-about-page .wwk-timeline {
    display: grid;
    gap: 18px;
    position: relative;
}

.wwk-about-page .wwk-timeline:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #d5e4f3;
}

.wwk-about-page .wwk-timeline div {
    position: relative;
    margin-left: 48px;
    padding: 22px 24px;
    border: 1px solid #dce8f4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(19, 54, 91, .06);
}

.wwk-about-page .wwk-timeline div:before {
    content: "";
    position: absolute;
    left: -39px;
    top: 26px;
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #1d56a5;
    box-shadow: 0 0 0 2px #c9dceb;
}

.wwk-about-page .wwk-timeline b {
    display: block;
    margin-bottom: 8px;
    color: #14385d;
    font-size: 18px;
}

.wwk-about-page .wwk-timeline span {
    color: #64788c;
    font-size: 15px;
    line-height: 1.6;
}

.wwknow-ai-marketing-inline {
  margin-top: 26px;
  max-width: 560px;
}

.wwknow-ai-marketing-inline h3 {
  margin: 0 0 12px;
  color: #0b315c;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.wwknow-ai-marketing-inline p {
  margin: 0;
  color: #4f6783;
  font-size: 16px;
  line-height: 1.72;
}

.wwknow-ai-marketing-inline ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.wwknow-ai-marketing-inline li {
  position: relative;
  margin: 8px 0 0;
  padding-left: 18px;
  color: #123f78;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
}

.wwknow-ai-marketing-inline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #265ca9;
}

@media (max-width: 768px) {
  .wwknow-ai-marketing-inline {
    margin-top: 22px;
    max-width: none;
  }

  .wwknow-ai-marketing-inline h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .wwknow-ai-timeline-card .wwknow-ai-timeline-label {
    font-size: 17px;
  }
}

.wwk-commitments {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 72px 0 78px;
  background: #eef5fc;
  box-sizing: border-box;
}

.wwk-commitments-inner {
  width: min(1120px, calc(100% - 48px));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wwk-commitments h2 {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto 18px;
  text-align: center;
  color: #082f5b;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.wwk-commitments-lead {
  display: block;
  width: min(760px, 100%);
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
  color: #4f6783;
  font-size: 16px;
  line-height: 1.72;
}

.wwk-commitments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.wwk-commitments-grid > * {
  position: relative;
  min-width: 0;
  min-height: 128px;
  padding: 30px 34px 30px 76px;
  border: 1px solid rgba(38, 92, 169, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(10, 43, 82, 0.06);
  box-sizing: border-box;
  overflow: visible;
}

.wwk-commitments-grid > * > *:first-child {
  position: absolute;
  left: -20px;
  top: 28px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f62b2;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.wwk-commitments-grid > * p {
  margin: 0;
  color: #4f6783;
  font-size: 16px;
  line-height: 1.62;
  text-align: left;
}

@media (max-width: 900px) {
  

  

  .wwk-commitments-grid {
    grid-template-columns: 1fr;
  }

  .wwk-commitments-grid > * {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .wwknow-ai-marketing-inline,
  .wwk-commitments,
  .wwk-commitments-inner,
  .wwk-commitments-grid,
  .wwk-commitments-grid > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .wwk-commitments {
    margin: 0;
    padding: 56px 0 60px;
  }

  .wwk-commitments-inner {
    width: calc(100% - 36px);
  }

  .wwk-commitments-grid > * {
    padding: 24px 22px 24px 58px;
  }

  .wwk-commitments-grid > * > *:first-child {
    left: -12px;
    top: 22px;
  }
}

@media (max-width: 480px) {
  .wwk-commitments-inner {
    width: calc(100% - 36px);
  }

  .wwk-commitments-grid > * {
    padding: 22px 18px 22px 52px;
  }
}

@media (max-width: 767px) {
  .wwk-about-body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .wwk-about-body,
  .wwk-about-body * {
    box-sizing: border-box;
  }

  .wwk-about-section {
    padding: 56px 20px;
  }

  .wwk-about-intro,
  .wwk-history,
  .wwk-cap-grid,
  .wwk-about-band {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wwk-about-section h2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.14;
  }

  .wwk-about-section p,
  .wwk-about-body li,
  .wwk-about-card span,
  .wwk-cap-grid p,
  .wwk-timeline span,
  .wwknow-ai-marketing-inline p {
    font-size: 15.5px;
    line-height: 1.72;
  }

  .wwk-about-card {
    padding: 24px 22px;
    border-radius: 18px;
  }

  .wwk-about-band {
    margin: 0 20px;
    border-radius: 22px;
  }

  .wwk-about-band div {
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .wwk-about-band div:last-child {
    border-bottom: 0;
  }

  .wwk-about-band b {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .wwk-cap-grid article {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .wwk-cap-grid h3 {
    font-size: 18px;
    line-height: 1.35;
  }

  .wwk-history {
    gap: 32px;
    padding: 56px 20px;
  }

  .wwk-history > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .wwknow-ai-marketing-inline {
    margin-top: 20px;
  }

  .wwk-about-direct-shell .footer .wrap {
    width: min(100% - 32px, 1180px);
  }

  .wwk-about-direct-shell .footer-grid,
  .wwk-about-direct-shell .footer-extras {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wwk-about-direct-shell .footer-extras {
    grid-template-columns: 1fr;
  }

  .wwk-about-direct-shell .footer-base {
    flex-direction: column;
  }

  .wwk-timeline {
    gap: 16px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .wwk-timeline:before {
    left: 10px;
    top: 6px;
    bottom: 6px;
  }

  .wwk-timeline div {
    margin-left: 28px;
    max-width: calc(100% - 28px);
    min-width: 0;
    padding: 18px 16px;
    border-radius: 16px;
  }

  .wwk-timeline div:before {
    left: -25px;
    top: 22px;
    width: 12px;
    height: 12px;
    border-width: 3px;
  }

  .wwk-timeline b {
    font-size: 16px;
  }

  .wwk-about-body h1,
  .wwk-about-body h2,
  .wwk-about-body h3,
  .wwk-about-body p,
  .wwk-about-body li {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .wwk-about-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wwk-about-band,
  .wwk-history {
    margin-left: 18px;
    margin-right: 18px;
  }

  .wwk-history {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wwk-about-card,
  .wwk-cap-grid article,
  .wwk-timeline div {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wwk-about-band b {
    font-size: 22px;
  }

  .wwk-about-section h2 {
    font-size: clamp(29px, 8.8vw, 35px);
  }

  .wwk-timeline div {
    margin-left: 24px;
    max-width: calc(100% - 24px);
  }

  .wwk-timeline div:before {
    left: -22px;
  }
}

/* WWK_ABOUT_NATIVE_CLEAN_START */
@media (max-width: 767px) {
  .wwk-about-page,
  .wwk-about-body {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .wwk-about-body {
    padding: 0;
    background: #f3f7fb;
  }

  .wwk-about-body * {
    box-sizing: border-box;
    word-break: normal;
    overflow-wrap: break-word;
  }


  .wwk-about-section,
  .wwk-about-intro,
  .wwk-about-band,
  .wwk-about-grid,
  .wwk-about-cards,
  .wwk-about-card-grid,
  .wwk-about-timeline,
  .wwk-about-body > section {
    width: min(calc(100% - 44px), 1120px);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  .wwk-about-section,
  .wwk-about-body > section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .wwk-about-section h1,
  .wwk-about-section h2,
  .wwk-about-body h1,
  .wwk-about-body h2 {
    font-size: clamp(30px, 8.4vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.035em;
    max-width: 13ch;
    margin-left: 0;
    margin-right: auto;
  }

  .wwk-about-section h3,
  .wwk-about-body h3 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.18;
    letter-spacing: -0.025em;
  }

  .wwk-about-section p,
  .wwk-about-body p,
  .wwk-about-body li,
  .wwk-about-card p,
  .wwk-about-card span {
    font-size: clamp(16px, 4.4vw, 19px);
    line-height: 1.68;
  }

  .wwk-about-intro,
  .wwk-about-band,
  .wwk-about-grid,
  .wwk-about-cards,
  .wwk-about-card-grid,
  .wwk-about-timeline,
  .wwk-about-body .row,
  .wwk-about-body [class*="grid"] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wwk-about-card,
  .wwk-about-band > *,
  .wwk-about-grid > *,
  .wwk-about-cards > *,
  .wwk-about-card-grid > *,
  .wwk-about-timeline > *,
  .wwk-about-body .row > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 18px;
  }

  .wwk-about-card,
  .wwk-about-band > *,
  .wwk-about-grid > *,
  .wwk-about-cards > *,
  .wwk-about-card-grid > * {
    padding: 22px 20px;
  }

  .wwk-about-band {
    border-radius: 22px;
    padding: 18px;
  }

  .wwk-about-band b,
  .wwk-about-card b,
  .wwk-about-card strong {
    display: block;
    font-size: clamp(20px, 5.4vw, 25px);
    line-height: 1.18;
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .wwk-about-section,
  .wwk-about-intro,
  .wwk-about-band,
  .wwk-about-grid,
  .wwk-about-cards,
  .wwk-about-card-grid,
  .wwk-about-timeline,
  .wwk-about-body > section {
    width: min(calc(100% - 40px), 1120px);
  }

  .wwk-about-section h1,
  .wwk-about-section h2,
  .wwk-about-body h1,
  .wwk-about-body h2 {
    font-size: clamp(29px, 8.4vw, 36px);
    max-width: 14ch;
  }
}
/* WWK_ABOUT_NATIVE_CLEAN_END */


/* Codex live verification fix: keep About body within the page viewport. */
.wwk-about-page .wwk-commitments {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .wwk-about-page,
  .wwk-about-page * {
    min-width: 0;
  }

  .wwk-about-page {
    overflow-x: clip;
  }

  .wwk-about-page .wwk-about-section {
    width: 100%;
    max-width: 100%;
    padding: 56px 20px;
  }

  .wwk-about-page .wwk-about-intro,
  .wwk-about-page .wwk-history,
  .wwk-about-page .wwk-cap-grid,
  .wwk-about-page .wwk-about-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .wwk-about-page .wwk-about-band {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wwk-about-page .wwk-history {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .wwk-about-page .wwk-about-section h2,
  .wwk-about-page .wwk-about-section h3,
  .wwk-about-page .wwk-about-section p,
  .wwk-about-page .wwk-about-body li,
  .wwk-about-page .wwk-about-card span {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .wwk-about-page .wwk-about-section h2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.14;
  }
}

@media (max-width: 480px) {
  .wwk-about-page .wwk-about-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wwk-about-page .wwk-about-band {
    margin-left: 18px;
    margin-right: 18px;
  }

  .wwk-about-page .wwk-about-section h2 {
    font-size: clamp(27px, 7.4vw, 30px);
    line-height: 1.18;
    max-width: 100%;
  }

  .wwk-about-page .wwk-about-section p {
    max-width: 100%;
  }
}

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

.wwk-about-page .wwk-inner-top-shell {
  min-height: 480px;
  background-color: #20569e;
  background-image: radial-gradient(ellipse 520px 310px at 23% 50%, rgba(214, 232, 247, .24) 0%, rgba(214, 232, 247, .12) 32%, rgba(214, 232, 247, 0) 62%), url("/themes/shop/mobitreks-tech/assets/pages/about-us/wwk-about-us-hero-enterprise.webp?v=20260713050431");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.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);
  line-height: 1.12;
  letter-spacing: -.018em;
  font-weight: 600;
}

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

@media (max-width: 767px) {
  .wwk-about-page .wwk-inner-hero .wwk-inner-shell-wrap {
    width: min(100% - 48px, 1290px);
    min-height: 500px;
    align-items: flex-start;
    padding: 38px 0 220px;
  }

  .wwk-about-page .wwk-inner-top-shell {
    background-color: #2258a2;
    background-image: radial-gradient(ellipse 320px 210px at 24% 38%, rgba(214, 232, 247, .20) 0%, rgba(214, 232, 247, .10) 38%, rgba(214, 232, 247, 0) 66%), url("/themes/shop/mobitreks-tech/assets/pages/about-us/wwk-about-us-hero-enterprise-mobile.webp?v=20260713050431");
    background-position: center top;
  }

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

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

@media (max-width: 430px) {
  .wwk-about-page .wwk-inner-hero .wwk-inner-shell-wrap {
    width: calc(100% - 28px);
    min-height: 480px;
    padding: 32px 0 210px;
  }

  .wwk-about-page .wwk-inner-hero h1 {
    font-size: 33px;
  }

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