
/* ============================================================
   Trust and testimonials.
   The protections band is deliberately plain and checkable —
   a licence number and an insurance fact do more work here
   than any adjective.
   ============================================================ */

.protections {
  padding: 92px max(24px, -588px + 50vw);
  background: #f3f6f3;
  border-top: 1px solid #e2e9e4;
  border-bottom: 1px solid #e2e9e4;
}
.protections-head { max-width: 640px; margin-bottom: 40px; }
.protections-head h2 { margin: 0 0 14px; font: 500 clamp(30px, 3.4vw, 44px)/1.12 Georgia, serif; }
.protections-head > p:last-child { margin: 0; color: #60726d; line-height: 1.8; }

.protections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 28px 34px;
}
.protections-grid article { min-width: 0; }
.protections-grid i {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  margin-bottom: 14px;
  font-style: normal; font-size: 15px; font-weight: 800;
  color: #fff; background: var(--green, #205b4f);
  border-radius: 50%;
}
.protections-grid h3 {
  margin: 0 0 8px;
  font: 500 19px/1.35 Georgia, serif;
  overflow-wrap: anywhere;
}
.protections-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #55655f;
  overflow-wrap: anywhere;
}
.protections-grid strong { color: var(--ink, #17342f); letter-spacing: 0.01em; }

.protections-note {
  margin: 40px 0 0;
  padding: 22px 24px;
  max-width: 820px;
  font-size: 15px;
  line-height: 1.75;
  color: #40544e;
  background: #fff;
  border-left: 3px solid var(--green, #205b4f);
  border-radius: 0 10px 10px 0;
}
.protections-note strong { color: var(--ink, #17342f); }

/* ---- Testimonials ------------------------------------------------------- */
.voices { padding: 96px max(24px, -588px + 50vw); }
.voices-head { max-width: 680px; margin-bottom: 44px; }
.voices-head h2 { margin: 0 0 14px; font: 500 clamp(30px, 3.4vw, 44px)/1.12 Georgia, serif; }
.voices-note { margin: 0; font-size: 14px; line-height: 1.75; color: #75847f; }

.voices-grid {
  display: grid;
  /* 420px min settles four quotes into a clean 2x2 on a desktop screen
     rather than 3 + a stranded fourth. */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  gap: 26px;
}
.voices-grid blockquote {
  margin: 0;
  padding: 30px 30px 26px;
  background: #fbfaf6;
  border: 1px solid #e6e4dc;
  border-radius: 4px;
  min-width: 0;
}
.voices-grid p {
  margin: 0 0 18px;
  font: 400 17px/1.75 Georgia, serif;
  color: #2c433d;
  overflow-wrap: anywhere;
}
.voices-grid footer {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #75847f;
}

@media (max-width: 720px) {
  .protections, .voices { padding-top: 64px; padding-bottom: 64px; }
  .voices-grid blockquote { padding: 24px 22px 22px; }
  .voices-grid p { font-size: 16px; }
}
