/* ========================================================================== 
   ABOUT US — V28 section alignment and CTA corrections
   Scoped to pages/about-us.html only.
   ========================================================================== */

/* 01. Remove the empty grey band between the three feature panels and About. */
.page-about-us .lf-about-feature-strip:not(#a#b#c) {
  margin-bottom: 0;
}
.page-about-us .lf-about-section:not(#a#b#c) {
  margin-top: 0;
  padding-top: 72px;
  background: #ffffff;
}

/* 02. Keep the approach CTA clearly inside its section and use the standard
   Leaforge dark-teal treatment on the light background. */
.page-about-us .lf-about-approach:not(#a#b#c) {
  padding-bottom: 82px;
}
.page-about-us .lf-about-approach__actions:not(#a#b#c) {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-about-us .lf-about-approach__actions .lf-cap-btn:not(#a#b#c) {
  min-height: 54px;
  padding: 14px 28px;
  background: #005953;
  border-color: #005953;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 89, 83, 0.14);
}
.page-about-us .lf-about-approach__actions .lf-cap-btn:hover:not(#a#b#c),
.page-about-us .lf-about-approach__actions .lf-cap-btn:focus-visible:not(#a#b#c) {
  background: #08745f;
  border-color: #08745f;
  color: #ffffff;
}

/* 03. Give the Why Choose card area a complete white section background and
   align its content to the same centered page rhythm used elsewhere. */
.page-about-us .lf-home-why-cards-section:not(#a#b#c) {
  width: 100%;
  margin: 0;
  padding: 58px 24px 76px;
  background: #ffffff;
  box-sizing: border-box;
}
.page-about-us .lf-home-why-cards-section .lf-why-grid:not(#a#b#c) {
  width: min(1440px, 100%);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  gap: 24px;
}

@media (max-width: 1200px) {
  .page-about-us .lf-home-why-cards-section:not(#a#b#c) {
    padding: 48px 28px 64px;
  }
  .page-about-us .lf-home-why-cards-section .lf-why-grid:not(#a#b#c) {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .page-about-us .lf-about-section:not(#a#b#c) {
    padding-top: 48px;
  }
  .page-about-us .lf-about-approach:not(#a#b#c) {
    padding-bottom: 58px;
  }
  .page-about-us .lf-about-approach__actions:not(#a#b#c) {
    margin-top: 28px;
  }
  .page-about-us .lf-about-approach__actions .lf-cap-btn:not(#a#b#c) {
    width: 100%;
    max-width: 520px;
  }
  .page-about-us .lf-home-why-cards-section:not(#a#b#c) {
    padding: 38px 20px 52px;
  }
}
