html { scroll-behavior:smooth; }
  body { margin:0; background:#F5F8FD; }
  .mppx { --nav:#0B1457; --ink:#0C1538; --tx:#4C5670; --page:#F5F8FD; --line:#E4E9F2; --gold:#F0C31F; --blue:#2563EB; --cyan:#38BDF8; --purple:#7C3AED; --teal:#14B8A6; }
  .wrap { max-width:1240px; margin-inline:auto; padding-inline:56px; }
  a { text-decoration:none; }
  .nl { color:rgba(255,255,255,.82); font:600 14px/1 var(--font-body); }
  .nl:hover { color:#fff; }
  .nl.on { color:#fff; position:relative; }
  .nl.on::after { content:""; position:absolute; left:0; right:0; bottom:-7px; height:3px; background:var(--gold); border-radius:3px; }
  .flink { color:rgba(255,255,255,.6); }
  .flink:hover { color:#fff; }
  @media (max-width:860px){
    .ab-hero { padding:48px 24px !important; text-align:center; }
    .ab-hero > div:first-child > div { justify-content:center; }   /* center kicker + CTA rows */
    .ab-hero p { margin-left:auto; margin-right:auto; }
    .ab-cta { padding:56px 24px !important; }
    .ab-stats { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }  /* 4 stats → 2×2 */
    .ab-stats > div { border-left:0 !important; }
    /* Story text centered */
    .ab-story { text-align:center; }
    .ab-story p { margin-left:auto; margin-right:auto; }
    /* "What I Believe" heading: drop side lines, center */
    .ab-sechead { gap:10px !important; }
    .ab-sechead > span { display:none !important; }
    .ab-sechead h2 { text-align:center; }
    /* Belief cards (icon boxes) centered */
    .ab-values > div { text-align:center; }
  }
  @media (max-width:560px){
    .ab-hero { padding:32px 16px !important; }
    .ab-cta { padding:40px 16px !important; }
    .ab-h1 { font-size:clamp(30px,8.5vw,52px) !important; }
    .ab-h2 { font-size:clamp(26px,7vw,34px) !important; }
    .ab-cta-h2 { font-size:clamp(26px,7.5vw,38px) !important; }
  }
