   .who-we-are {
      /* max-width: 880px; */
      margin: 0 auto;
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 0 20px 35px -8px rgba(0, 20, 30, 0.15);
      border: 1px solid #e9edf4;
    }

    /* elegant section header */
    .who-we-are h2 {
      /* font-size: 2.4rem; */
      font-weight: 500;
      letter-spacing: -0.02em;
      color: #0a2a44;
      margin-bottom: 1.8rem;
      padding-bottom: 0.75rem;
      border-bottom: 3px solid #c9a56b;
      display: inline-block;
    }

    /* body text styling */
    .who-we-are p {
      /* font-size: 1.1rem; */
      color: #1f2a3f;
      margin-bottom: 1.4rem;
      text-align: left;
      font-weight: 400;
    }

    /* subtle emphasis for firm name */
    .who-we-are strong, .who-we-are b {
      color: #0a2a44;
      font-weight: 600;
    }

    /* style for the final italicised line (anticipate/design/partner) */
    .anticipate-line {
      font-style: italic;
      background: #f6f3ee;
      padding: 0.8rem 1.5rem;
      margin-top: 1.8rem;
      border-left: 5px solid #c9a56b;
      /* font-size: 1.15rem; */
      color: #173e5f;
      border-radius: 0 12px 12px 0;
    }

    .anticipate-line em {
      font-style: italic;
      color: #0a2a44;
      font-weight: 500;
    }

    /* optional small refinement for Zinago HR Solutions */
    .strategic-note {
      font-weight: 400;
      background: #faf9f7;
      padding: 0.2rem 0.4rem;
    }

    /* mobile adaptation */
    /* @media (max-width: 600px) {
      body { margin: 1rem; }
      .who-we-are { padding: 2rem 1.5rem; }
      .who-we-are h2 { font-size: 2rem; }
    } */
