.wu-page {
  background: linear-gradient(180deg, #e7edf5 0%, #dfe7f0 100%);
}

.wu-narrow {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.wu-section {
  padding: 92px 0;
}

.wu-centered {
  text-align: center;
}

.wu-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(29, 47, 135, 0.08);
  color: #2340a3;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.wu-kicker-inline,
.wu-kicker-light {
  background: rgba(29, 47, 135, 0.08);
  color: #2340a3;
}

.wu-kicker-dark {
  background: rgba(255, 255, 255, 0.08);
  color: #f3c53c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wu-heading-light h2,
.wu-heading-light p {
  color: #ffffff;
}

.wu-section-heading {
  margin-bottom: 40px;
}

.wu-section-heading h2,
.wu-story-copy h2,
.wu-location-copy h2,
.wu-final-box h2 {
  color: #142c88;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.wu-section-heading p,
.wu-story-copy p,
.wu-location-copy p,
.wu-final-box p {
  color: #29426a;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 920px;
  margin: 0 auto;
}

.wu-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(18, 44, 136, 0.16);
  background: rgba(255, 255, 255, 0.88);
  color: #183596;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(20, 43, 120, 0.08);
}

.wu-btn-secondary:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.who-we-are-image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #dfe7f3;
}

.who-we-are-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  object-position: center;
}

/* HERO */

.wu-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background: linear-gradient(135deg, #091a60 0%, #14389d 100%);
}

.wu-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 88% 14%, rgba(243, 197, 60, 0.12) 0%, rgba(243, 197, 60, 0) 18%),
    linear-gradient(180deg, rgba(7, 20, 71, 0.08) 0%, rgba(7, 20, 71, 0.24) 100%);
}

.wu-hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  min-height: 760px;
}

.wu-hero-copy {
  color: #ffffff;
  padding: 40px 0;
}

.wu-hero .wu-kicker {
  background: rgba(255, 255, 255, 0.08);
  color: #f3c53c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wu-hero-copy h1 {
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  margin-bottom: 24px;
  max-width: 690px;
}

.wu-hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 620px;
}

.wu-hero-actions,
.wu-final-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.wu-hero-stage {
  padding: 20px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(245, 248, 252, 0.98) 100%);
  border: 1px solid rgba(196, 210, 232, 0.95);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.16);
}

.wu-hero-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(193, 211, 235, 0.92);
}

.wu-hero-card-primary {
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
  margin-bottom: 16px;
}

.wu-hero-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf3ff;
  color: #183596;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.wu-hero-card h3 {
  color: #142c88;
  font-size: clamp(1.6rem, 2.1vw, 2.15rem);
  line-height: 1.18;
  margin-bottom: 10px;
}

.wu-hero-card p,
.wu-hero-note {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.68;
}

.wu-hero-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wu-hero-note {
  margin-top: 16px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #112d83 0%, #1a43ab 100%);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(10, 24, 77, 0.14);
}

/* PRESENCE STRIP */

.wu-presence-strip {
  margin-top: -42px;
  position: relative;
  z-index: 5;
  padding-bottom: 34px;
}

.wu-presence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wu-presence-card {
  padding: 26px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 16px 34px rgba(18, 37, 100, 0.08);
}

.wu-presence-card span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #edf3ff;
  color: #173594;
  font-size: 0.95rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.wu-presence-card h3 {
  color: #142c88;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.wu-presence-card p {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.68;
}

.wu-presence-card-featured {
  background: linear-gradient(180deg, #112d83 0%, #1a43ab 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.wu-presence-card-featured span {
  background: #f3c53c;
  color: #102871;
}

.wu-presence-card-featured h3,
.wu-presence-card-featured p {
  color: #ffffff;
}

/* STORY */

.wu-story-layout {
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 28px;
  align-items: stretch;
}

.wu-story-copy {
  padding: 36px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 249, 253, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.wu-story-copy p {
  margin: 0 0 16px;
  max-width: none;
}

.wu-story-copy p:last-child {
  margin-bottom: 0;
}

.wu-story-visual {
  padding: 18px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 18%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(245, 248, 252, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.wu-story-image {
  min-height: 520px;
}

/* WHAT */

.wu-what-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wu-what-card {
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 16px 34px rgba(18, 37, 100, 0.06);
}

.wu-what-number {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: linear-gradient(180deg, #173594 0%, #244cb6 100%);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.wu-what-card h3 {
  color: #142c88;
  font-size: 1.26rem;
  line-height: 1.22;
  margin-bottom: 10px;
}

.wu-what-card p {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.68;
}

/* PRINCIPLES */

.wu-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wu-principle-card {
  min-height: 230px;
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 16px 34px rgba(18, 37, 100, 0.06);
}

.wu-principle-card h3 {
  color: #142c88;
  font-size: 1.18rem;
  line-height: 1.24;
  margin-bottom: 10px;
}

.wu-principle-card p {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.68;
}

/* LOCATION */

.wu-location-shell {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 28px;
  align-items: stretch;
}

.wu-location-copy {
  padding: 36px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 249, 253, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.wu-location-copy p {
  margin: 0;
  max-width: none;
}

.wu-location-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.wu-location-point {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(193, 211, 235, 0.92);
}

.wu-location-point h3 {
  color: #163595;
  font-size: 1.08rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

.wu-location-point p {
  color: #29426a;
  font-size: 0.97rem;
  line-height: 1.65;
}

.wu-location-visual {
  min-height: 560px;
}

.wu-location-map-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
  padding: 18px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 88% 18%, rgba(243, 197, 60, 0.22) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(160deg, #0b1d63 0%, #15389e 54%, #0d2d83 100%);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.16);
}

.wu-location-map {
  min-height: 524px;
  height: 100%;
  border: 0;
}
.where-we-operate-image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #dfe7f3;
}

.where-we-operate-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  object-position: center;
}
/* STANDARDS */

.wu-standards-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #0a174d 0%, #132d7a 100%);
}

.wu-standards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.wu-standard-card {
  min-height: 255px;
  padding: 28px 24px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(220, 230, 244, 0.9);
  box-shadow: 0 16px 34px rgba(4, 13, 42, 0.08);
}

.wu-standard-number {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #bcd3f6;
  color: #173593;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.wu-standard-card h3 {
  color: #142c88;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.wu-standard-card p {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.68;
}

/* FINAL */

.wu-final-section {
  padding-top: 74px;
  padding-bottom: 98px;
}

.wu-final-box {
  position: relative;
  overflow: hidden;
  padding: 56px 34px;
  border-radius: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 252, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.wu-final-actions {
  justify-content: center;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .wu-hero-shell,
  .wu-story-layout,
  .wu-location-shell,
  .wu-presence-grid,
  .wu-what-grid,
  .wu-principles-grid,
  .wu-standards-grid {
    grid-template-columns: 1fr;
  }

  .wu-hero {
    min-height: auto;
    padding: 48px 0 72px;
  }

  .wu-hero-shell {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .wu-section {
    padding: 64px 0;
  }

  .wu-presence-strip {
    margin-top: 0;
    padding-top: 18px;
  }

  .wu-hero-actions,
  .wu-final-actions {
    display: grid;
  }

  .wu-hero-card-grid {
    grid-template-columns: 1fr;
  }

  .wu-story-copy,
  .wu-location-copy,
  .wu-final-box,
  .wu-hero-stage {
    padding: 24px 20px;
  }

  .wu-story-image,
  .wu-location-map {
    min-height: 320px;
  }

  .wu-location-map-frame {
    min-height: 380px;
    padding: 14px;
  }

  .wu-location-map {
    min-height: 352px;
  }
}

@media (max-width: 640px) {
  .wu-hero-copy h1,
  .wu-section-heading h2,
  .wu-story-copy h2,
  .wu-location-copy h2,
  .wu-final-box h2 {
    letter-spacing: -0.03em;
  }

  .wu-hero-copy h1 {
    font-size: clamp(2.3rem, 10vw, 3.8rem);
  }

  .wu-standard-card,
  .wu-presence-card,
  .wu-what-card,
  .wu-principle-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wu-standard-number {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
}
/* Who We Are spacing cleanup - one pass */
.wu-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.wu-section-heading {
  margin-bottom: 24px;
}

.wu-presence-strip {
  margin-top: -28px;
  padding-bottom: 24px;
}

.wu-location-points {
  margin-top: 18px;
}

.wu-hero-actions,
.wu-final-actions {
  margin-top: 20px;
}

.wu-final-box,
.wu-hero-stage {
  padding-top: 24px;
  padding-bottom: 24px;
}

.wu-final-section {
  padding-top: 24px;
  padding-bottom: 36px;
}