/* Final visual refinements */
.records-card img { display: none; }
.record-rings { position:absolute; right:-44px; bottom:-64px; width:300px; height:300px; border:20px solid var(--coral); border-radius:50%; opacity:.95; transform:rotate(-24deg); }
.record-rings i { position:absolute; border:1px solid rgba(255,255,255,.36); border-radius:50%; inset:25px; }
.record-rings i:nth-child(2) { inset:61px; }
.record-rings i:nth-child(3) { inset:99px; background:var(--lime); border:0; }
.consistency-card { background:#111f33; color:#fff; }
.consistency-card .card-kicker { color:rgba(255,255,255,.55); }
.consistency-card .number { color:rgba(255,255,255,.36); }
.consistency-card .run-grid i { background:rgba(255,255,255,.12); }
.consistency-card .run-grid i:nth-child(2n), .consistency-card .run-grid i:nth-child(3n) { background:var(--coral); }
.consistency-card .run-grid i:nth-child(5n) { background:var(--lime); }
.consistency-card > p:last-child { color:rgba(255,255,255,.65); }
.statement { padding-block:105px; }
@media (max-width:800px) { .statement { padding-block:72px; } }
