.about-wsi-page {
  background: #f4f7fb;
  color: #122033;
}

.about-wsi-hero {
  position: relative;
  padding: 92px 0 78px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(5, 18, 34, .94), rgba(13, 62, 80, .82)),
    url("/images/about-us-hero.jpg") center/cover no-repeat;
}

.about-wsi-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, #b21f2d, #f3b33d, #2d7994);
}

.about-wsi-hero__inner,
.about-wsi-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.about-wsi-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #f3b33d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-wsi-hero h1 {
  max-width: 960px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 4.35rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.about-wsi-hero p {
  max-width: 820px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.15rem;
  line-height: 1.72;
}

.about-wsi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-wsi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid #b21f2d;
  border-radius: 6px;
  background: #b21f2d;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

.about-wsi-button:hover {
  background: #8f1724;
  border-color: #8f1724;
  color: #fff !important;
}

.about-wsi-button--secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, .58);
}

.about-wsi-button--secondary:hover {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

.about-wsi-shell {
  padding-top: 54px;
  padding-bottom: 76px;
}

.about-wsi-intro,
.about-wsi-panel,
.about-wsi-card,
.about-wsi-quote {
  background: #fff;
  border: 1px solid #dbe6ef;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 34, 54, .08);
}

.about-wsi-intro {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1fr);
  gap: 34px;
  padding: clamp(28px, 4vw, 46px);
}

.about-wsi-intro h2,
.about-wsi-panel h2,
.about-wsi-section h2,
.about-wsi-quote h2,
.about-wsi-cta h2 {
  margin: 0 0 14px;
  color: #07182b;
  font-size: clamp(1.55rem, 2.8vw, 2.45rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.about-wsi-intro p,
.about-wsi-panel p,
.about-wsi-card p,
.about-wsi-quote p,
.about-wsi-cta p,
.about-wsi-checklist li {
  color: #314155;
  font-size: 1rem;
  line-height: 1.76;
}

.about-wsi-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.about-wsi-stats article {
  padding: 24px;
  border-radius: 8px;
  background: #07182b;
  color: #fff;
}

.about-wsi-stats strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}

.about-wsi-stats span {
  color: rgba(255, 255, 255, .82);
  font-size: .96rem;
  line-height: 1.5;
}

.about-wsi-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 24px;
}

.about-wsi-split--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

.about-wsi-image-panel {
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 34, 54, .08);
}

.about-wsi-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.about-wsi-panel {
  padding: clamp(28px, 4vw, 44px);
}

.about-wsi-checklist {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-wsi-checklist li {
  position: relative;
  padding: 13px 16px 13px 40px;
  border: 1px solid #e1e9f2;
  border-radius: 8px;
  background: #f8fafc;
}

.about-wsi-checklist li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b21f2d;
}

.about-wsi-section {
  margin-top: 42px;
}

.about-wsi-section > h2 {
  max-width: 820px;
}

.about-wsi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.about-wsi-card {
  padding: 24px;
}

.about-wsi-card h3 {
  margin: 0 0 10px;
  color: #07182b;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 800;
}

.about-wsi-quote,
.about-wsi-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
  padding: 32px;
}

.about-wsi-quote {
  border-left: 4px solid #b21f2d;
}

.about-wsi-cta {
  border-radius: 8px;
  background: #07182b;
  color: #fff;
}

.about-wsi-cta h2 {
  color: #fff;
}

.about-wsi-cta p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .86);
}

@media (max-width: 980px) {
  .about-wsi-intro,
  .about-wsi-stats,
  .about-wsi-split,
  .about-wsi-split--reverse,
  .about-wsi-grid,
  .about-wsi-quote,
  .about-wsi-cta {
    grid-template-columns: 1fr;
  }

  .about-wsi-quote .about-wsi-button,
  .about-wsi-cta .about-wsi-button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .about-wsi-hero {
    padding: 68px 0 54px;
  }

  .about-wsi-hero__inner,
  .about-wsi-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-wsi-shell {
    padding-top: 34px;
    padding-bottom: 58px;
  }

  .about-wsi-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
