
/* Replaces the template's fabricated testimonial block. Plain statements of
   what the reporting contains — no numbers we cannot evidence. */
.proof__list{list-style:none;margin:28px 0 0;padding:0;}
.proof__list li{
  position:relative;padding:12px 0 12px 26px;
  border-top:1px solid rgba(11,11,12,.10);
  font-size:16px;line-height:1.5;color:#2a2a2e;
}
.proof__list li::before{
  content:"";position:absolute;left:0;top:21px;
  width:14px;height:3px;background:var(--lime,#cfff3e);
}

/* Source line under the cost figures. Small, quiet, but present — a statistic
   without a citation is just an assertion. */
.cost__source{margin:26px 0 0;font-size:13px;line-height:1.55;color:rgba(11,11,12,.45);}
.cost__source a{color:#4f6b0a;}
