/* =================================================================
   MOBILE-3 — how-we-work page
   Requires: mobile-common.css
   ================================================================= */

@media (max-width: 768px) {

  /* ─── HERO / APPROACH ────────────────────────────────────────  */
  .hero-approach h2,
  .hero-title-block h1 { font-size: 28px !important; line-height: 1.3; }

  .hero-approach p,
  .hero-title-block p  { font-size: 14px !important; line-height: 1.6; }

  /* ─── METHOD CARDS ───────────────────────────────────────────  */
  .method-grid  { grid-template-columns: 1fr !important; gap: 16px; }
  .method-card  { padding: 20px !important; border-radius: 12px; }
  .card-title   { font-size: 18px !important; }
  .card-copy    { font-size: 14px !important; line-height: 1.6; }

  /* ─── QUOTE STRIP ────────────────────────────────────────────  */
  .quote-strip   { padding: 30px 0 !important; }
  .quote-strip p { font-size: 16px !important; padding: 0 16px; }

  /* ─── CTA BLOCK ──────────────────────────────────────────────  */
  .cta-block { padding: 72px 16px 56px; }

  .cta-block h3 {
    font-size: 21px;
    max-width: 260px;
    margin: 0 auto;
    line-height: 1.35;
    text-wrap: balance;
  }

  .pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: fit-content;
    margin-top: 24px;
    padding: 14px 22px;
    font-size: 15px;
    border-radius: 999px;
  }

}
