/* Past-client review prompt. Deliberately quiet and placed only where a past
   client would plausibly be — this asks a favour, it should not shout at people
   who are still shopping. */
.clg-review{background:#f7faf9;border-top:1px solid #e2e8e7;border-bottom:1px solid #e2e8e7;
  padding:2.25rem 6rem;font-family:'DM Sans',system-ui,sans-serif}
.clg-review-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;
  justify-content:space-between;gap:1.75rem;flex-wrap:wrap}
.clg-review h2{font-family:'Playfair Display',Georgia,serif;font-size:1.3rem;color:#0B3D47;
  margin:0 0 .35rem;font-weight:700}
.clg-review p{font-size:.92rem;line-height:1.65;color:#4a5c60;margin:0;max-width:56ch}
.clg-review-btn{background:#0B3D47;color:#fff;padding:.8rem 1.5rem;font-size:.85rem;
  font-weight:500;letter-spacing:.04em;text-decoration:none;border-radius:2px;
  white-space:nowrap;transition:background .2s;display:inline-flex;align-items:center;gap:.5rem}
.clg-review-btn:hover{background:#12525f}
@media (max-width:1180px){.clg-review{padding:2rem 3rem}}
@media (max-width:760px){.clg-review{padding:1.75rem 1.5rem}
  .clg-review-btn{width:100%;justify-content:center}}
