/* =========================================================
   about.css
   Custom styles for about.php page sections:
   1. Who We Are (.who-we-are-unique)
   2. Why Choose Us (.why-choose-unique)
   ========================================================= */

/* ---------------------------------------------------------
   GLOBAL FONT SYNC WITH HOME PAGE (home.css)
   Home page's .wm-showcase-section sets font-family: 'Inter'
   on itself + 'Space Grotesk' on headings, so every child
   inherits it. This about.css never set a font-family on any
   of its sections, so text fell back to the theme's default
   font (rendering visibly smaller/thinner at the same px
   size) and box-sizing wasn't reset, causing padding/width
   drift. Matching that same setup here fixes both.
--------------------------------------------------------- */
.who-we-are-unique,
.our-story-unique,
.brands-marquee-unique,
.expertise-showcase,
.beliefs-unique,
.reach-unique,
.why-connect-unique,
.vision-unique,
.faq-unique,
.leader-feature {
  font-family: 'Inter', -apple-system, sans-serif;
}

.who-we-are-unique *,
.our-story-unique *,
.brands-marquee-unique *,
.expertise-showcase *,
.beliefs-unique *,
.reach-unique *,
.why-connect-unique *,
.vision-unique *,
.faq-unique *,
.leader-feature * {
  box-sizing: border-box;
}

.who-we-are-unique h2,
.who-we-are-unique h3,
.who-we-are-unique h4,
.our-story-unique h2,
.our-story-unique h3,
.our-story-unique h4,
.brands-marquee-unique h2,
.brands-marquee-unique h3,
.brands-marquee-unique h4,
.expertise-showcase h2,
.expertise-showcase h3,
.expertise-showcase h4,
.beliefs-unique h2,
.beliefs-unique h3,
.beliefs-unique h4,
.reach-unique h2,
.reach-unique h3,
.reach-unique h4,
.why-connect-unique h2,
.why-connect-unique h3,
.why-connect-unique h4,
.vision-unique h2,
.vision-unique h3,
.vision-unique h4,
.faq-unique h2,
.faq-unique h3,
.faq-unique h4,
.leader-feature h2,
.leader-feature h3,
.leader-feature h4,
.leader-feature .lf-name {
  font-family: 'Space Grotesk', sans-serif;
}

/* ---------------------------------------------------------
   0. PAGE TITLE / BANNER HEIGHT OVERRIDE
--------------------------------------------------------- */


/* ---------------------------------------------------------
   1. ABOUT WAHID MARKETING SECTION (v3 — compact unified card:
   image + content share one bordered card so the section reads
   as a single tight block instead of two loosely-spaced rows.
   Section padding trimmed down so the block sits shorter overall.)
--------------------------------------------------------- */
.who-we-are-unique {
  position: relative;
  padding: 64px 0 60px;
  overflow: hidden;
  background: #f8f9fb;
}

.who-we-are-unique .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0b2545;
  margin-bottom: 10px;
}

.who-we-are-unique .eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: #0b2545;
  display: inline-block;
}

/* single card: media left, content right, stretched to equal height
   (previously an inner .wwa-card wrapper; now applied directly to
   .auto-container so there's no extra nested container) */
.who-we-are-unique .auto-container {
  position: relative;
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e3e7ee;
  overflow: hidden;
  padding: 0;
}

/* media side — fills the card's full height, no separate frame/shadow needed */
.who-we-are-unique .wwa-media {
  position: relative;
  min-height: 100%;
  background: linear-gradient(135deg, #e7ebf1, #d6dce6);
}

.who-we-are-unique .wwa-media-frame {
  position: absolute;
  inset: 0;
}

.who-we-are-unique .wwa-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.who-we-are-unique .wwa-loc-badge {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #0b2545;
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 16px 30px -14px rgba(11, 37, 69, 0.55);
}

.who-we-are-unique .wwa-loc-badge .pin {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.who-we-are-unique .wwa-loc-badge .loc-title {
  display: block;
  font-weight: 700;
  font-size: 13px;
}

.who-we-are-unique .wwa-loc-badge .loc-sub {
  display: block;
  font-size: 11px;
  opacity: 0.75;
  margin-top: 1px;
}

/* content side — tighter vertical rhythm throughout */
.who-we-are-unique .wwa-content {
  padding: 34px 40px;
}

.who-we-are-unique .wwa-content h1 {
  font-size: 26px;
  line-height: 1.28;
  font-weight: 600;
  color: #0b2545;
  margin: 0 0 16px;
}

.who-we-are-unique .wwa-intro {
  position: relative;
  color: #0b2545;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  margin: 0 0 18px;
  border-left: 3px solid #5fa8d3;
  padding-left: 16px;
}

.who-we-are-unique .wwa-body-text p {
  color: #5a6472;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.who-we-are-unique .wwa-body-text p:last-child {
  margin-bottom: 0;
}

.who-we-are-unique .wwa-serve {
  margin: 18px 0 20px;
}

.who-we-are-unique .wwa-serve-label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0b2545;
  margin-bottom: 10px;
}

.who-we-are-unique .wwa-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.who-we-are-unique .wwa-tags .tag {
  background: #f8f9fb;
  border: 1px solid #e3e7ee;
  color: #0b2545;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 50px;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.who-we-are-unique .wwa-tags .tag:hover {
  background: #0b2545;
  color: #5fa8d3;
  border-color: #0b2545;
}

.who-we-are-unique .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #0b2545;
  color: #fff !important;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  transition: background 0.25s ease, gap .25s ease;
}

.who-we-are-unique .cta-btn svg {
  width: 14px;
  height: 14px;
  transition: transform .25s ease;
}

.who-we-are-unique .cta-btn:hover {
  background: #5fa8d3;
  color: #0b2545 !important;
  gap: 12px;
}

@media (max-width:991px) {
  .who-we-are-unique .auto-container {
    grid-template-columns: 1fr;
  }

  .who-we-are-unique .wwa-media {
    min-height: 0;
    height: auto;
  }

  .who-we-are-unique .wwa-media-frame {
    position: static;
  }

  .who-we-are-unique .wwa-media-frame img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
    display: block;
  }

  .who-we-are-unique .wwa-content {
    padding: 28px 26px;
  }
}

@media (max-width:991px) {
  .expertise-showcase .exp2-side-points {
    text-align: center;
    max-width: none;
    width: auto;
    margin: 0 auto;
  }

  .expertise-showcase .exp2-side-points li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
  }

  .expertise-showcase .exp2-side-points li::before {
    position: static;
    flex-shrink: 0;
    left: auto;
    top: auto;
  }

  .expertise-showcase .exp2-side-points li::before {
    display: none;
  }

  .expertise-showcase .exp2-side-points li {
    gap: 0;
  }
}

@media (max-width:600px) {
  .who-we-are-unique {
    padding: 48px 0 44px;
  }

  .who-we-are-unique .wwa-content h1 {
    font-size: 21px;
  }

  .who-we-are-unique .wwa-content {
    padding: 24px 18px;
  }

  .who-we-are-unique .wwa-content {
    order: 1;
  }

  .who-we-are-unique .wwa-media {
    order: 2;
  }
}

/* ---------------------------------------------------------
   2. OUR STORY SECTION — compact horizontal timeline.
   NOTE: section padding, story-top padding/margin/border,
   heading & quote font-size/line-height/margin, and each
   story-step's padding + icon box size are all kept identical
   to the previous version so total section height and each
   card's height do not change — only borders, shadows, icon
   treatment, alignment and the timeline connector are refined.
--------------------------------------------------------- */
.our-story-unique {
  position: relative;
  padding: 64px 0 70px;
  background: #ffffff;
}

/* top heading row: title left, quote right, refined baseline alignment */
.our-story-unique .story-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid #e3e7ee;
}

.our-story-unique .story-heading {
  flex: 0 0 auto;
}

.our-story-unique .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a5fa8;
  margin-bottom: 8px;
}

.our-story-unique .eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0b2545, #5fa8d3);
  display: inline-block;
}

.our-story-unique .story-heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #0b2545;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.3px;
}

.our-story-unique .story-quote {
  position: relative;
  flex: 1;
  min-width: 260px;
  max-width: 560px;
  color: #0b2545;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
  padding-left: 22px;
  border-left: 3px solid;
  border-image: linear-gradient(180deg, #0b2545, #5fa8d3) 1;
}

.our-story-unique .story-quote::before {
  content: '\201C';
  position: absolute;
  top: -22px;
  left: 10px;
  font-family: Georgia, serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  color: #5fa8d3;
  opacity: .18;
  line-height: 1;
  pointer-events: none;
}

/* horizontal step track with a gradient timeline thread running
   behind the cards, visible only in the gaps between them */
.our-story-unique .story-track {
  position: relative;
  display: flex;
  gap: 22px;
}

.our-story-unique .story-track::before {
  content: '';
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #0b2545, #5fa8d3 50%, #0b2545);
  opacity: .28;
  z-index: 0;
}

.our-story-unique .story-step {
  position: relative;
  z-index: 1;
  flex: 1;
  background: #fff;
  border: 1px solid #e9edf3;
  border-radius: 16px;
  padding: 22px 22px 24px;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04), 0 16px 32px -22px rgba(11, 37, 69, 0.22);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.our-story-unique .story-step:hover {
  transform: translateY(-5px);
  border-color: #d7e2ee;
  box-shadow: 0 2px 4px rgba(11, 37, 69, 0.05), 0 24px 40px -20px rgba(11, 37, 69, 0.28);
}

.our-story-unique .step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.our-story-unique .step-no {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #1a5fa8;
  background: #eef4fb;
  border-radius: 20px;
  padding: 3px 9px;
  line-height: 1.3;
}

.our-story-unique .step-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #eef5fa, #dfeef8);
  border: 1px solid rgba(11, 37, 69, 0.06);
  border-radius: 50%;
  color: #0b2545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 3px 8px -4px rgba(11, 37, 69, 0.28), 0 0 0 4px #ffffff;
  transition: background .3s ease, color .3s ease, box-shadow .3s ease;
}

.our-story-unique .step-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.1;
}

.our-story-unique .story-step:hover .step-icon {
  background: linear-gradient(145deg, #0b2545, #123a6b);
  color: #7fc0e8;
}

.our-story-unique .story-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0b2545;
  margin: 0 0 8px;
  line-height: 1.35;
  letter-spacing: -0.1px;
}

.our-story-unique .story-step p {
  font-size: 13.5px;
  color: #5c6774;
  line-height: 1.6;
  margin: 0;
}

@media (max-width:991px) {
  .our-story-unique {
    padding: 56px 0;
  }

  .our-story-unique .story-top {
    align-items: flex-start;
  }

  .our-story-unique .story-quote {
    border-left: none;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #0b2545, #5fa8d3) 1;
    padding-left: 0;
    padding-top: 12px;
  }

  .our-story-unique .story-quote::before {
    top: -14px;
    left: 0;
  }

  .our-story-unique .story-track {
    flex-direction: column;
    gap: 16px;
  }

  .our-story-unique .story-track::before {
    top: 0;
    left: 41px;
    right: auto;
    bottom: 0;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #0b2545, #5fa8d3 50%, #0b2545);
  }

  .our-story-unique .story-step:hover {
    transform: none;
  }
}

@media (max-width:600px) {
  .our-story-unique .story-heading h2 {
    font-size: 26px;
  }

  .our-story-unique .story-quote {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------
   3. TRUSTED BRANDS MARQUEE SECTION
--------------------------------------------------------- */
.brands-marquee-unique {
  position: relative;
  padding: 20px 0 100px;
  background: #f1f3f7;
}

.brands-marquee-unique .brand-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
  padding: 55px 30px 50px;
  box-shadow: 0 30px 60px -30px rgba(11, 37, 69, 0.25);
}

.brands-marquee-unique .dot-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background-image: radial-gradient(#0b2545 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.06;
  pointer-events: none;
}

.brands-marquee-unique .brand-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.brands-marquee-unique .brand-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5fa8d3;
  margin-bottom: 12px;
}

.brands-marquee-unique .brand-head .eyebrow::before,
.brands-marquee-unique .brand-head .eyebrow::after {
  content: '';
  width: 24px;
  height: 2px;
  background: #5fa8d3;
  display: inline-block;
}

.brands-marquee-unique .brand-head h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: #0b2545;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}

.brands-marquee-unique .marquee-viewport {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.brands-marquee-unique .marquee-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 2;
  pointer-events: none;
}

.brands-marquee-unique .marquee-fade.left {
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.brands-marquee-unique .marquee-fade.right {
  right: 0;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.brands-marquee-unique .marquee-track {
  display: flex;
  width: max-content;
  animation: brandScroll 26s linear infinite;
}

.brands-marquee-unique .marquee-track:hover {
  animation-play-state: paused;
}

.brands-marquee-unique .marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brands-marquee-unique .brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 90px;
  margin: 0 18px;
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 12px;
  padding: 18px 24px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.brands-marquee-unique .brand-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter .3s ease, opacity .3s ease;
}

.brands-marquee-unique .brand-logo:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 30px -16px rgba(11, 37, 69, 0.35);
  border-color: #5fa8d3;
}

.brands-marquee-unique .brand-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes brandScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width:600px) {
  .brands-marquee-unique .brand-head h3 {
    font-size: 17px;
  }

  .brands-marquee-unique .brand-logo {
    width: 140px;
    height: 70px;
    margin: 0 10px;
    padding: 12px 16px;
  }

  .brands-marquee-unique .marquee-fade {
    width: 40px;
  }
}

/* ---------------------------------------------------------
   4. EXPERTISE SHOWCASE SECTION (v7) — no outer boxed card.
   Content flows directly on the section background; only the
   "38+ years" figure sits inside its own small dark accent
   panel. Knowledge areas are a compact two-column spec list
   (no icon-chips, no numbered steps, no checkmarks — kept
   different from every other section's pattern).
   NOTE: section padding, exp2-side flex-basis/padding, icon box
   size, heading/text font-size & margins, and the exp2-list
   padding/gap are all kept identical to the previous version so
   total section height does not change — only borders, shadows,
   icon/divider treatment and colour accents are refined.
--------------------------------------------------------- */
.expertise-showcase {
  position: relative;
  padding: 64px 0;
  background: #f8f9fb;
  overflow: hidden;
}

.expertise-showcase::before {
  content: '';
  position: absolute;
  bottom: -140px;
  left: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 168, 211, 0.10), rgba(95, 168, 211, 0) 70%);
  pointer-events: none;
}

.expertise-showcase .exp2-panel {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 52px;
}

/* -- dark stat accent, stretched to the same height as the content
   column so its bottom edge lines up with the closing note text -- */
.expertise-showcase .exp2-side {
  position: relative;
  flex: 0 0 210px;
  background: linear-gradient(160deg, #0b2545 0%, #153f6b 100%);
  border-radius: 18px;
  padding: 34px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 4px 10px -4px rgba(11, 37, 69, 0.35), 0 20px 38px -20px rgba(11, 37, 69, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.expertise-showcase .exp2-side::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 168, 211, 0.22), rgba(95, 168, 211, 0) 72%);
  pointer-events: none;
}

.expertise-showcase .exp2-side:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px -4px rgba(11, 37, 69, 0.4), 0 26px 44px -18px rgba(11, 37, 69, 0.55);
}

.expertise-showcase .exp2-side-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expertise-showcase .exp2-side-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7fc0e8;
  margin-bottom: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 0 5px rgba(255, 255, 255, 0.04);
}

.expertise-showcase .exp2-side-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.1;
}

.expertise-showcase .exp2-side-num {
  position: relative;
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.5px;
}

.expertise-showcase .exp2-side-num small {
  font-size: 19px;
  color: #5fa8d3;
  font-weight: 800;
}

.expertise-showcase .exp2-side-label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 8px;
  line-height: 1.5;
  letter-spacing: .2px;
}

.expertise-showcase .exp2-side-tag {
  position: relative;
  margin-top: 24px;
  padding-top: 16px;
  width: 100%;
  max-width: 150px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7fc0e8;
}

.expertise-showcase .exp2-side-heading {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 16px;
  letter-spacing: -0.1px;
}

.expertise-showcase .exp2-side-points {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

.expertise-showcase .exp2-side-points li {
  position: relative;
  padding-left: 20px;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.4;
  margin-bottom: 11px;
}

.expertise-showcase .exp2-side-points li:last-child {
  margin-bottom: 0;
}

.expertise-showcase .exp2-side-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5fa8d3;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.06);
}

/* -- content, no card/border, sits on the section background -- */
.expertise-showcase .exp2-main {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
  display: flex;
  flex-direction: column;
}

.expertise-showcase .exp2-main .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a5fa8;
  margin-bottom: 10px;
}

.expertise-showcase .exp2-main .eyebrow::before,
.expertise-showcase .exp2-main .eyebrow::after {
  content: '';
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0b2545, #5fa8d3);
  display: inline-block;
}

.expertise-showcase .exp2-main h2 {
  font-size: 26px;
  font-weight: 600;
  color: #0b2545;
  line-height: 1.32;
  margin: 0 0 14px;
  letter-spacing: -0.3px;
}

.expertise-showcase .exp2-text {
  font-size: 14px;
  line-height: 1.75;
  color: #5a6472;
  margin: 0 0 20px;
  max-width: none;
}

.expertise-showcase .exp2-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 30px;
  margin: 0 0 22px;
  padding: 20px 0;
  border-top: 1px solid #e3e8ef;
  border-bottom: 1px solid #e3e8ef;
}

.expertise-showcase .exp2-list::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, #0b2545, #5fa8d3);
}

.expertise-showcase .exp2-list-item {
  position: relative;
  padding-left: 19px;
  font-size: 13.5px;
  font-weight: 600;
  color: #0b2545;
  line-height: 1.4;
  transition: color .25s ease;
}

.expertise-showcase .exp2-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4.5px;
  width: 8px;
  height: 8px;
  background: linear-gradient(145deg, #5fa8d3, #1a5fa8);
  border-radius: 2.5px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 3px #eef4fb;
}

.expertise-showcase .exp2-list-item:hover {
  color: #1a5fa8;
}

.expertise-showcase .exp2-note {
  position: relative;
  font-size: 13px;
  line-height: 1.7;
  color: #5a6472;
  font-style: italic;
  margin: auto 0 0;
  max-width: 660px;
  padding-left: 14px;
  border-left: 2px solid #dfeaf4;
}

@media (max-width:991px) {
  .expertise-showcase .exp2-side {
    overflow: visible;
    padding-bottom: 30px;
  }

  .expertise-showcase .exp2-side-tag {
    position: relative;
    display: block;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    margin: 20px auto 0;
    padding-top: 14px;
    padding-bottom: 2px;
    width: 100%;
    max-width: 230px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.7;
    text-transform: uppercase;
    text-align: center;
    color: #7fc0e8;
    white-space: normal;
  }
}

@media (max-width:991px) {
  .expertise-showcase {
    padding: 50px 0;
  }

  .expertise-showcase .exp2-panel {
    flex-direction: column;
    gap: 26px;
  }

  .expertise-showcase .exp2-side {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    width: 100%;
    height: auto;
    padding: 28px 26px;
  }

  .expertise-showcase .exp2-side:hover {
    transform: none;
  }

  .expertise-showcase .exp2-side-top {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    width: 100%;
    height: auto;
  }

  .expertise-showcase .exp2-side-icon {
    margin-bottom: 20px;
    flex-shrink: 0;
  }

  .expertise-showcase .exp2-side-label {
    margin-top: 8px;
  }

  .expertise-showcase .exp2-side-heading {
    text-align: center;
    width: 100%;
  }

  .expertise-showcase .exp2-side-points {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }

  .expertise-showcase .exp2-side-tag {
    display: block;
    flex-shrink: 0;
  }
}

@media (max-width:600px) {
  .expertise-showcase .exp2-side {
    flex-wrap: nowrap;
    padding: 20px 20px;
    height: auto;
  }

  .expertise-showcase .exp2-side-num {
    font-size: 36px;
  }

  .expertise-showcase .exp2-side-heading {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .expertise-showcase .exp2-side-points {
    max-width: 240px;
  }

  .expertise-showcase .exp2-side-points li {
    font-size: 12.5px;
    margin-bottom: 9px;
    white-space: normal;
  }

  .expertise-showcase .exp2-main h2 {
    font-size: 21px;
  }

  .expertise-showcase .exp2-list {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 0;
  }
}

/* ---------------------------------------------------------
   5. WHAT WE BELIEVE IN SECTION — three refined value cards.
   NOTE: outer section padding, head margins, item padding,
   icon box size, and all font-size/line-height/margin values
   for headings & copy are kept byte-for-byte identical to the
   previous version so the section's total height and each
   card's height do not change — only surface styling (shadows,
   borders, icon/number treatment, colour, spacing rhythm) is
   refined.
--------------------------------------------------------- */
.beliefs-unique {
  position: relative;
  padding: 52px 0 58px;
  background: #f8f9fb;
  overflow: hidden;
}

.beliefs-unique::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 168, 211, 0.10), rgba(95, 168, 211, 0) 70%);
  pointer-events: none;
}

.beliefs-unique .beliefs-head {
  position: relative;
  text-align: center;
  max-width: 520px;
  margin: 0 auto 30px;
}

.beliefs-unique .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a5fa8;
  margin-bottom: 8px;
}

.beliefs-unique .eyebrow::before,
.beliefs-unique .eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0b2545, #5fa8d3);
  display: inline-block;
}

.beliefs-unique .beliefs-head h2 {
  font-size: 26px;
  font-weight: 600;
  color: #0b2545;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.2px;
}

/* three individual cards, evenly gapped, each with its own soft
   border + subtle layered shadow instead of one shared strip */
.beliefs-unique .beliefs-row {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 22px;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.beliefs-unique .belief-item {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 24px 24px 22px;
  background: #ffffff;
  border: 1px solid #e9edf3;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04), 0 14px 28px -22px rgba(11, 37, 69, 0.20);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.beliefs-unique .belief-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, #0b2545, #5fa8d3);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.beliefs-unique .belief-item:hover {
  transform: translateY(-3px);
  border-color: #d7e2ee;
  box-shadow: 0 2px 4px rgba(11, 37, 69, 0.05), 0 22px 34px -20px rgba(11, 37, 69, 0.26);
}

.beliefs-unique .belief-item:hover::before {
  transform: scaleX(1);
}

.beliefs-unique .belief-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.beliefs-unique .belief-num {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #8fb9d8;
}

.beliefs-unique .belief-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(145deg, #eef5fa, #dfeef8);
  color: #0b2545;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 37, 69, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 3px 8px -4px rgba(11, 37, 69, 0.25);
  transition: background .3s ease, color .3s ease, box-shadow .3s ease;
}

.beliefs-unique .belief-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.1;
}

.beliefs-unique .belief-item:hover .belief-icon {
  background: linear-gradient(145deg, #0b2545, #123a6b);
  color: #7fc0e8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 4px 10px -3px rgba(11, 37, 69, 0.45);
}

.beliefs-unique .belief-item h3 {
  font-size: 14.5px;
  font-weight: 700;
  color: #0b2545;
  line-height: 1.35;
  margin: 0 0 8px;
  letter-spacing: -0.1px;
}

.beliefs-unique .belief-item p {
  font-size: 13px;
  color: #5c6774;
  line-height: 1.6;
  margin: 0 0 6px;
}

.beliefs-unique .belief-item p:last-child {
  margin-bottom: 0;
}

@media (max-width:991px) {
  .beliefs-unique .beliefs-row {
    flex-direction: column;
    gap: 16px;
  }

  .beliefs-unique .belief-item {
    padding: 20px 22px;
  }
}

@media (max-width:600px) {
  .beliefs-unique {
    padding: 44px 0 48px;
  }

  .beliefs-unique .beliefs-head h2 {
    font-size: 21px;
  }

  .beliefs-unique .belief-item:hover {
    transform: none;
  }
}

/* ---------------------------------------------------------
   6. LOCAL FOCUS, APPROACH & EXPERTISE SECTION — redesigned to
   match the eyebrow + h2 heading pattern used by every other
   section on this page (beliefs-unique, vision-unique, etc.),
   with a centered chip strip and two icon-card grids instead
   of a flat bulleted list.
--------------------------------------------------------- */
.reach-unique {
  position: relative;
  padding: 56px 0 60px;
  background: #ffffff;
}

/* heading block — identical structure/sizing to sibling sections */
.reach-unique .reach-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 26px;
}

.reach-unique .reach-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0b2545;
  margin-bottom: 8px;
}

.reach-unique .reach-head .eyebrow::before,
.reach-unique .reach-head .eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #0b2545;
  display: inline-block;
}

.reach-unique .reach-head h2 {
  font-size: 26px;
  font-weight: 600;
  color: #0b2545;
  line-height: 1.3;
  margin: 0;
}

/* full-width, center-aligned description (deliberately breaks out of
   the narrow .reach-head column so it spans the whole container) */
.reach-unique .reach-desc {
  width: 100% !important;
  max-width: none !important;
  text-align: center !important;
  font-size: 13.5px;
  color: #5a6472;
  line-height: 1.75;
  margin: 0 0 26px;
}

/* location chip strip */
.reach-unique .reach-tags-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 34px;
}

.reach-unique .reach-pin-ic {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0b2545;
  color: #5fa8d3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reach-unique .reach-pin-ic svg {
  width: 15px;
  height: 15px;
}

.reach-unique .reach-tags-row span:not(.reach-pin-ic) {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #0b2545;
  background: #fff;
  border: 1px solid #e3e7ee;
  padding: 8px 16px;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 10px 22px -18px rgba(11, 37, 69, 0.28);
}

/* two panel columns, each its own card */
.reach-unique .reach-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.reach-unique .reach-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e3e7ee;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 16px 34px -26px rgba(11, 37, 69, 0.2);
}

.reach-unique .reach-col .reach-grid {
  flex: 1;
}

.reach-unique .reach-col-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #e3e7ee;
}

.reach-unique .reach-col-ic {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #0b2545;
  color: #5fa8d3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reach-unique .reach-col-ic svg {
  width: 18px;
  height: 18px;
}

.reach-unique .reach-col-title {
  font-size: 15.5px;
  font-weight: 800;
  color: #0b2545;
  margin: 0;
  line-height: 1.3;
}

/* icon-card grid inside each column (2x2) */
.reach-unique .reach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.reach-unique .reach-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f8f9fb;
  border: 1px solid #eef1f6;
  border-radius: 12px;
  padding: 16px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.reach-unique .reach-card:hover {
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -20px rgba(11, 37, 69, 0.28);
}

.reach-unique .reach-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.reach-unique .reach-card .ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #eaf2f8;
  color: #0b2545;
  margin: 0;
  transition: background .2s ease, color .2s ease;
}

.reach-unique .reach-card .ico svg {
  width: 14px;
  height: 14px;
}

.reach-unique .reach-card:hover .ico {
  background: #0b2545;
  color: #5fa8d3;
}

.reach-unique .reach-card b {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0b2545;
  line-height: 1.35;
  margin: 0;
}

.reach-unique .reach-card>span {
  display: block;
  font-size: 12px;
  color: #6b7482;
  line-height: 1.55;
}

@media (max-width:991px) {
  .reach-unique .reach-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width:600px) {
  .reach-unique {
    padding: 44px 0 48px;
  }

  .reach-unique .reach-head h2 {
    font-size: 21px;
  }

  .reach-unique .reach-tags-row {
    gap: 8px;
    margin-bottom: 28px;
  }

  .reach-unique .reach-tags-row span:not(.reach-pin-ic) {
    flex: 1 1 auto;
    text-align: center;
    font-size: 11.5px;
    padding: 8px 12px;
  }

  .reach-unique .reach-col {
    padding: 20px;
  }

  .reach-unique .reach-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:420px) {
  .reach-unique .reach-tags-row {
    flex-direction: column;
    align-items: stretch;
  }

  .reach-unique .reach-tags-row span:not(.reach-pin-ic) {
    width: 100%;
  }

  .reach-unique .reach-pin-ic {
    align-self: center;
  }
}

/* ---------------------------------------------------------
   7. WHY CUSTOMERS CONNECT SECTION — intro column beside a
   compact 2-column checklist card, kept short via a tight
   grid rather than a long vertical bullet list.
   NOTE: section padding, wc-grid gap, heading/paragraph
   font-size & margins, wc-aim padding, wc-list padding, and
   the tick icon box size are all kept identical to the
   previous version so total section height does not change —
   only borders, shadows, icon treatment and colour accents
   are refined.
--------------------------------------------------------- */
.why-connect-unique {
  position: relative;
  padding: 56px 0 60px;
  background: #f8f9fb;
  overflow: hidden;
}

.why-connect-unique::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 168, 211, 0.10), rgba(95, 168, 211, 0) 70%);
  pointer-events: none;
}

.why-connect-unique .wc-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 34%) 1fr;
  gap: 32px;
  align-items: center;
}

/* left: heading + intro + highlighted aim line */
.why-connect-unique .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a5fa8;
  margin-bottom: 10px;
}

.why-connect-unique .eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0b2545, #5fa8d3);
  display: inline-block;
}

.why-connect-unique .wc-intro h2 {
  font-size: 25px;
  font-weight: 600;
  color: #0b2545;
  line-height: 1.32;
  margin: 0 0 12px;
  letter-spacing: -0.2px;
}

.why-connect-unique .wc-intro p {
  color: #5c6774;
  font-size: 13.5px;
  line-height: 1.75;
  margin: 0 0 16px;
}

.why-connect-unique .wc-aim {
  position: relative;
  background: linear-gradient(180deg, #ffffff, #f7fafc);
  border-left: 3px solid;
  border-image: linear-gradient(180deg, #0b2545, #5fa8d3) 1;
  border-radius: 0 12px 12px 0;
  padding: 14px 16px 14px 20px;
  color: #0b2545;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.65;
  margin: 0;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04), 0 12px 26px -18px rgba(11, 37, 69, 0.24);
}

.why-connect-unique .wc-aim::before {
  content: '\201C';
  position: absolute;
  top: -16px;
  left: 14px;
  font-family: Georgia, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  color: #5fa8d3;
  opacity: .2;
  line-height: 1;
  pointer-events: none;
}

/* right: checklist card */
.why-connect-unique .wc-list {
  position: relative;
  background: #fff;
  border: 1px solid #e9edf3;
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04), 0 18px 36px -24px rgba(11, 37, 69, 0.24);
  transition: box-shadow .3s ease, border-color .3s ease;
}

.why-connect-unique .wc-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, #0b2545, #5fa8d3);
}

.why-connect-unique .wc-list:hover {
  border-color: #d7e2ee;
  box-shadow: 0 2px 4px rgba(11, 37, 69, 0.05), 0 24px 42px -20px rgba(11, 37, 69, 0.28);
}

.why-connect-unique .wc-list-label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a5fa8;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e3e7ee;
}

.why-connect-unique .wc-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 22px;
}

.why-connect-unique .wc-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #0b2545;
  line-height: 1.5;
  transition: color .25s ease;
}

.why-connect-unique .wc-check:hover {
  color: #1a5fa8;
}

.why-connect-unique .wc-check .tick {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b2545, #153f6b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 3px 8px -3px rgba(11, 37, 69, 0.45), 0 0 0 3px #eef4fb;
  transition: box-shadow .25s ease, background .25s ease;
}

.why-connect-unique .wc-check:hover .tick {
  background: linear-gradient(145deg, #153f6b, #1a5fa8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 10px -3px rgba(11, 37, 69, 0.5), 0 0 0 3px #dfeef8;
}

.why-connect-unique .wc-check .tick svg {
  width: 11px;
  height: 11px;
}

@media (max-width:991px) {
  .why-connect-unique .wc-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .why-connect-unique .wc-checks {
    grid-template-columns: 1fr;
  }
}

@media (max-width:600px) {
  .why-connect-unique {
    padding: 46px 0 50px;
  }

  .why-connect-unique .wc-intro h2 {
    font-size: 21px;
  }

  .why-connect-unique .wc-list {
    padding: 20px 20px;
  }
}

/* ---------------------------------------------------------
   8. OUR VISION SECTION (v2) — image-left compact panel.
   Photo anchors the left side, all copy + the 5-point list
   sit in a tight 2-column grid on the right so the whole
   section stays short despite covering five points.
--------------------------------------------------------- */
.vision-unique {
  position: relative;
  padding: 46px 0 50px;
  background: #ffffff;
}

.vision-unique .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0b2545;
  margin-bottom: 10px;
}

.vision-unique .eyebrow::before,
.vision-unique .eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #0b2545;
  display: inline-block;
}

/* panel shell: content left, media right (order-swapped, image stays after content in source for accessibility) */
.vision-unique .vision-panel {
  display: grid;
  grid-template-columns: 1fr 340px;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e3e7ee;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px -28px rgba(11, 37, 69, 0.28);
}

.vision-unique .vision-content {
  order: 1;
}

.vision-unique .vision-media {
  order: 2;
}

/* -- media side -- */
.vision-unique .vision-media {
  position: relative;
  min-height: 100%;
  background: linear-gradient(135deg, #e7ebf1, #d6dce6);
}

.vision-unique .vision-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.vision-unique .vision-media-badge {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #0b2545;
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 16px 30px -14px rgba(11, 37, 69, 0.55);
}

.vision-unique .vision-media-badge .pin {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.vision-unique .vision-media-badge .loc-title {
  display: block;
  font-weight: 700;
  font-size: 13px;
}

.vision-unique .vision-media-badge .loc-sub {
  display: block;
  font-size: 11px;
  opacity: 0.75;
  margin-top: 1px;
}

/* -- content side -- */
.vision-unique .vision-content {
  padding: 30px 34px;
}

.vision-unique .vision-content h2 {
  font-size: 23px;
  font-weight: 600;
  color: #0b2545;
  line-height: 1.28;
  margin: 0 0 8px;
}

.vision-unique .vision-intro {
  color: #5a6472;
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0 0 16px;
  max-width: 640px;
}

.vision-unique .vision-sub {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5fa8d3;
  margin: 0 0 12px;
  padding-top: 14px;
  border-top: 1px dashed #e3e7ee;
}

/* compact 2-column list — keeps five points short and tidy */
.vision-unique .vision-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.vision-unique .vision-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  background: #f8f9fb;
  border: 1px solid #eef1f6;
  border-radius: 10px;
}

.vision-unique .vision-no {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #0b2545;
  color: #5fa8d3;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.vision-unique .vision-point p {
  margin: 0;
  font-size: 12.5px;
  color: #3f4a5a;
  font-weight: 600;
  line-height: 1.45;
}

.vision-unique .vision-close {
  max-width: 820px;
  margin: 26px auto 0;
  color: #0b2545;
  font-size: 13.5px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.7;
  text-align: center;
}

@media (max-width:991px) {
  .vision-unique .vision-panel {
    grid-template-columns: 1fr;
  }

  .vision-unique .vision-media {
    min-height: 0;
    height: auto;
  }

  .vision-unique .vision-media img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
    display: block;
  }

  .vision-unique .vision-content {
    padding: 26px 26px 28px;
  }
}

@media (max-width:600px) {
  .vision-unique {
    padding: 40px 0 44px;
  }

  .vision-unique .vision-content h2 {
    font-size: 20px;
  }

  .vision-unique .vision-content {
    padding: 22px 18px 24px;
  }

  .vision-unique .vision-list {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------
   9. FAQ SECTION — compact native accordion (details/summary),
   no card wrapper or shadows, just hairline dividers, so it
   stays short even with five questions
--------------------------------------------------------- */
.faq-unique {
  position: relative;
  padding: 56px 0 60px;
  background: #f8f9fb;
}

.faq-unique .faq-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 30px;
}

.faq-unique .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0b2545;
  margin-bottom: 10px;
}

.faq-unique .eyebrow::before,
.faq-unique .eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #0b2545;
  display: inline-block;
}

.faq-unique .faq-head h2 {
  font-size: 26px;
  font-weight: 800;
  color: #0b2545;
  margin: 0;
  line-height: 1.3;
}

.faq-unique .faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.faq-unique .faq-item {
  border-bottom: 1px solid #dfe4ec;
  padding: 4px 0;
}

.faq-unique .faq-item:first-child {
  border-top: 1px solid #dfe4ec;
}

.faq-unique .faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 2px;
  cursor: pointer;
  font-size: 14.5px;
  font-weight: 700;
  color: #0b2545;
  line-height: 1.4;
}

.faq-unique .faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-unique .faq-item summary::marker {
  content: '';
}

.faq-unique .faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #0b2545;
  transition: background .25s ease, border-color .25s ease, transform .3s ease;
}

.faq-unique .faq-icon::before,
.faq-unique .faq-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0b2545;
  transition: transform .25s ease, background .25s ease;
}

.faq-unique .faq-icon::before {
  width: 8px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}

.faq-unique .faq-icon::after {
  width: 1.5px;
  height: 8px;
  transform: translate(-50%, -50%);
}

.faq-unique .faq-item[open] summary {
  color: #5fa8d3;
}

.faq-unique .faq-item[open] .faq-icon {
  background: #0b2545;
  border-color: #0b2545;
}

.faq-unique .faq-item[open] .faq-icon::before,
.faq-unique .faq-item[open] .faq-icon::after {
  background: #fff;
}

.faq-unique .faq-item[open] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.faq-unique .faq-item p {
  margin: 0;
  padding: 0 2px 16px;
  font-size: 13.5px;
  color: #5a6472;
  line-height: 1.7;
  max-width: 680px;
}

@media (max-width:600px) {
  .faq-unique {
    padding: 46px 0 50px;
  }

  .faq-unique .faq-head h2 {
    font-size: 21px;
  }

  .faq-unique .faq-item summary {
    font-size: 13.5px;
  }
}

/* ---------------------------------------------------------
   10. PEOPLE BEHIND WAHID MARKETING SECTION (v2) — compact,
   clean single-frame photo (no broken offset border), tighter
   spacing throughout
--------------------------------------------------------- */
.leader-feature {
  position: relative;
  padding: 64px 0;
  background: #ffffff;
  overflow: hidden;
}

.leader-feature .lf-head {
  position: relative;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}

.leader-feature .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0b2545;
  margin-bottom: 10px;
}

.leader-feature .eyebrow::before,
.leader-feature .eyebrow::after {
  content: '';
  width: 22px;
  height: 2px;
  background: #5fa8d3;
  display: inline-block;
}

.leader-feature .lf-head h2 {
  font-size: 26px;
  font-weight: 800;
  color: #0b2545;
  line-height: 1.3;
  margin: 0;
}

/* card shell */
.leader-feature .lf-card {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

/* --- visual / photo side — single clean frame, proper aspect --- */
.leader-feature .lf-visual {
  position: relative;
  flex: 0 0 340px;
  max-width: 340px;
  padding: 26px;
  display: flex;
  align-items: stretch;
}

.leader-feature .lf-photo-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #0b2545, #173a68);
  box-shadow: 0 14px 28px -14px rgba(11, 37, 69, 0.5);
}

.leader-feature .lf-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.leader-feature .lf-exp-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #0b2545;
  color: #fff;
  border-radius: 12px;
  padding: 9px 13px;
  box-shadow: 0 14px 24px -12px rgba(11, 37, 69, 0.6);
}

.leader-feature .lf-exp-num {
  font-size: 20px;
  font-weight: 800;
  color: #5fa8d3;
  line-height: 1;
}

.leader-feature .lf-exp-num small {
  font-size: 12px;
}

.leader-feature .lf-exp-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.25;
}

/* --- content side --- */
.leader-feature .lf-content {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 28px 32px 26px 26px;
  border-left: 1px dashed #e3e7ee;
}

.leader-feature .lf-quote-mark {
  position: absolute;
  top: 10px;
  right: 22px;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: #0b2545;
  opacity: 0.06;
  font-family: Georgia, serif;
  pointer-events: none;
}

.leader-feature .lf-title-block {
  margin-bottom: 10px;
}

.leader-feature .lf-name {
  font-size: 20px;
  font-weight: 800;
  color: #0b2545;
  margin: 0 0 5px;
}

.leader-feature .lf-role {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #0b2545;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-left: 12px;
  border-left: 2px solid #0b2545;
}

.leader-feature .lf-desc {
  color: #5a6472;
  font-size: 13.5px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.leader-feature .lf-focus {
  margin-bottom: 18px;
}

.leader-feature .lf-focus-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0b2545;
  margin-bottom: 10px;
}

.leader-feature .lf-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}

.leader-feature .lf-focus-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #0b2545;
  background: #fff;
  border: 1px solid #e3e7ee;
  border-radius: 8px;
  padding: 7px 12px;
  transition: border-color .25s ease, background .25s ease;
}

.leader-feature .lf-focus-item i {
  flex-shrink: 0;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  background: #0b2545;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-feature .lf-focus-item:hover {
  border-color: #5fa8d3;
  background: #eef5fa;
}

.leader-feature .lf-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px dashed #e3e7ee;
}

.leader-feature .lf-pullquote {
  color: #0b2545;
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.55;
  margin: 0;
  max-width: 520px;
}

.leader-feature .lf-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0b2545;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .25s ease, gap .25s ease;
}

.leader-feature .lf-link span {
  transition: transform .25s ease;
}

.leader-feature .lf-link:hover {
  background: #5fa8d3;
  color: #0b2545 !important;
  gap: 11px;
}

@media (max-width:991px) {
  .leader-feature .lf-card {
    flex-direction: column;
  }

  .leader-feature .lf-visual {
    flex: 0 0 auto;
    max-width: 280px;
    margin: 0 auto;
    padding: 24px 24px 0;
  }

  .leader-feature .lf-content {
    border-left: none;
    border-top: 1px dashed #e3e7ee;
    padding: 24px 24px 26px;
    margin-top: 20px;
  }
}

@media (max-width:600px) {
  .leader-feature {
    padding: 50px 0;
  }

  .leader-feature .lf-head h2 {
    font-size: 20px;
  }

  .leader-feature .lf-focus-grid {
    grid-template-columns: 1fr;
  }

  .leader-feature .lf-quote-mark {
    display: none;
  }
}

/* ==========================================================================
   Frequently Asked Questions (design pulled in from home.css so About
   matches Home exactly) — image column + accordion column
   ========================================================================== */
.wm-faq-section {
  --wm-navy-900: #0e2137;
  --wm-navy-800: #153350;
  --wm-navy-700: #1d4468;
  --wm-blue-500: #5fa8d3;
  --wm-blue-100: #e8f3fa;
  --wm-bg: #f4f8fb;
  --wm-ink: #16283a;
  --wm-muted: #5d7086;
  --wm-line: #dbe6ee;
  font-family: 'Inter', -apple-system, sans-serif;
  background: #f8f9fb;
  padding: 50px 20px 90px;
  color: var(--wm-ink);
}

.wm-faq-section * {
  box-sizing: border-box;
}

.wm-faq-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.wm-faq-head {
  text-align: center;
  margin: 0 auto 44px;
}

.wm-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wm-navy-700);
  margin-bottom: 12px;
}

.wm-faq-head h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 600;
  line-height: 1.18;
  margin: 0;
  color: var(--wm-navy-900);
}

.wm-faq-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.wm-faq-grid {
  display: flex;
  align-items: stretch;
  gap: 56px;
}

/* ---- Image column ---- */
.wm-faq-media {
  position: relative;
  flex: 0 0 460px;
  min-height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(14, 33, 55, .35);
}

.wm-faq-media img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .6s ease;
}

.wm-faq-media:hover img {
  transform: scale(1.04);
}

.wm-faq-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 33, 55, .78) 0%, rgba(14, 33, 55, .15) 38%, rgba(14, 33, 55, 0) 62%);
  pointer-events: none;
}

.wm-faq-media-badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
}

.wm-faq-media-badge .num {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

.wm-faq-media-badge .lbl {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--wm-blue-100);
  margin-top: 4px;
}

@media (max-width:900px) {
  .wm-faq-grid {
    flex-direction: column;
    gap: 32px;
  }

  .wm-faq-media {
    flex: 0 0 auto;
    min-height: 0;
    height: 260px;
  }
}

/* ---- Accordion column ---- */
.wm-faq-item {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease;
}

.wm-faq-item:last-child {
  margin-bottom: 0;
}

.wm-faq-item:hover {
  border-color: var(--wm-blue-500);
  box-shadow: 0 12px 28px -18px rgba(14, 33, 55, .25);
}

.wm-faq-item[open] {
  border-color: var(--wm-navy-700);
  box-shadow: 0 16px 32px -16px rgba(14, 33, 55, .22);
}

.wm-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--wm-navy-900);
  line-height: 1.4;
  transition: color .2s ease;
}

.wm-faq-q::-webkit-details-marker {
  display: none;
}

.wm-faq-q::marker {
  content: '';
}

.wm-faq-item:hover .wm-faq-q {
  color: var(--wm-navy-700);
}

/* Plus / minus toggle icon */
.wm-faq-ic {
  position: relative;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--wm-bg);
  border: 1px solid var(--wm-line);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.wm-faq-ic::before,
.wm-faq-ic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--wm-navy-700);
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease;
}

.wm-faq-ic::before {
  width: 10px;
  height: 2px;
}

.wm-faq-ic::after {
  width: 2px;
  height: 10px;
}

.wm-faq-item[open] .wm-faq-ic {
  background: var(--wm-navy-900);
  border-color: var(--wm-navy-900);
  transform: rotate(180deg);
}

.wm-faq-item[open] .wm-faq-ic::before,
.wm-faq-item[open] .wm-faq-ic::after {
  background: #fff;
}

.wm-faq-item[open] .wm-faq-ic::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.wm-faq-a {
  padding: 0 18px 16px;
  animation: wmFaqOpen .25s ease;
}

.wm-faq-a p {
  margin: 0;
  border-top: 1px solid var(--wm-line);
  padding-top: 12px;
  max-width: 680px;
  font-size: 14px;
  line-height: 1.68;
  color: var(--wm-muted);
}

@keyframes wmFaqOpen {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width:560px) {
  .wm-faq-section {
    padding: 36px 16px 60px;
  }

  .wm-faq-q {
    font-size: 15px;
    gap: 14px;
    padding: 16px 16px;
  }

  .wm-faq-a {
    padding: 0 16px 18px;
  }

  .wm-faq-ic {
    width: 26px;
    height: 26px;
  }
}

/* ==========================================================================
   Leadership — Director Section (pulled in from Home page, unchanged)
   ========================================================================== */
.wm-director-section {
  --wm-navy-900: #0e2137;
  --wm-navy-800: #153350;
  --wm-navy-700: #1d4468;
  --wm-blue-500: #5fa8d3;
  --wm-blue-100: #e8f3fa;
  --wm-bg: #f4f8fb;
  --wm-ink: #16283a;
  --wm-muted: #5d7086;
  --wm-line: #dbe6ee;
  font-family: 'Inter', -apple-system, sans-serif;
  background: #ffffff;
  padding: 50px 20px 90px;
  color: var(--wm-ink);
  position: relative;
  overflow: hidden;
}

.wm-director-section::before,
.wm-director-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.wm-director-section::before {
  width: 360px;
  height: 360px;
  background: rgba(95, 168, 211, .20);
  top: -140px;
  right: -100px;
}

.wm-director-section::after {
  width: 280px;
  height: 280px;
  background: rgba(95, 168, 211, .14);
  bottom: -110px;
  left: -80px;
}

.wm-director-section * {
  box-sizing: border-box;
}

.wm-director-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.wm-director-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: stretch;
}

/* Photo side */
.wm-director-media {
  position: relative;
  height: 100%;
}

.wm-director-media-frame {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #2f6fb0;
  outline: none;
  background: #dbe7f3;
  box-shadow: 0 30px 60px -30px rgba(14, 33, 55, .35);
}

.wm-director-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.wm-director-media:hover .wm-director-media-frame img {
  transform: scale(1.06);
}

.wm-director-badge {
  position: absolute;
  left: 16px;
  bottom: -16px;
  background: #0c2d52;
  color: #fff;
  border-radius: 14px;
  padding: 14px 26px 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 20px 40px -20px rgba(14, 33, 55, .55);
}

.wm-director-badge-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--wm-blue-500);
  line-height: 1.1;
}

.wm-director-badge-text {
  font-size: 11px;
  font-weight: 500;
  color: #c9d8e6;
  line-height: 1.4;
}

/* Content side */
.wm-director-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wm-director-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wm-navy-700);
}

.wm-director-content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: var(--wm-navy-900);
}

.wm-director-role {
  font-size: 14px;
  font-weight: 600;
  color: var(--wm-navy-700);
  margin: -8px 0 0;
}

.wm-director-content>p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--wm-muted);
  margin: 0;
}

.wm-director-skills-label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--wm-navy-900);
  margin: 6px 0 0;
}

.wm-director-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.wm-director-facts li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 12px;
}

.wm-director-facts .f-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--wm-muted);
}

.wm-director-facts .f-value {
  font-size: 14px;
  font-weight: 700;
  color: var(--wm-navy-900);
  line-height: 1.35;
}

.wm-director-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wm-director-chips li {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--wm-navy-800);
  background: #ffffff;
  border: 1px solid var(--wm-line);
  border-radius: 999px;
  padding: 6px 13px;
  line-height: 1.3;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.wm-director-chips li:hover {
  background: var(--wm-navy-900);
  color: #fff;
  border-color: var(--wm-navy-900);
  transform: translateY(-3px);
  box-shadow: 0 12px 22px -14px rgba(14, 33, 55, .5);
}

.wm-director-note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--wm-muted);
  margin: 4px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--wm-line);
}

@media (prefers-reduced-motion: reduce) {

  .wm-director-media,
  .wm-director-content,
  .wm-director-badge,
  .wm-director-chips li {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

@media (max-width:991px) {
  .wm-director-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wm-director-media {
    height: auto;
  }

  .wm-director-media-frame {
    height: auto;
    aspect-ratio: 4/5;
    max-width: 340px;
    margin: 0 auto;
  }

  .wm-director-badge {
    left: 16px;
    bottom: -16px;
  }
}

@media (max-width:560px) {
  .wm-director-section {
    padding: 36px 16px 60px;
  }

  .wm-director-facts {
    grid-template-columns: 1fr;
  }
}