/* Practice benchmarks: measured values, with no invented distribution curve. */
.tv2 .tv2-benchmark { margin: 28px 0; padding: 24px; border: 1px solid #E0E7F1; border-radius: 10px; background: #F8FAFD; }
.tv2 .tv2-benchmark__intro { margin: 14px 0 22px; font-size: 14px; color: #5A6478; }
.tv2 .tv2-benchmark__numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
.tv2 .tv2-benchmark__numbers span { display: block; font-size: 13px; color: #5A6478; }
.tv2 .tv2-benchmark__numbers strong { display: block; margin-top: 6px; color: #1257E8; font-size: 36px; line-height: 1.2; font-weight: 500; }
.tv2 .tv2-benchmark__numbers div:last-child strong { color: #0E7A50; }
.tv2 .tv2-benchmark__numbers small { font-size: 22px; }
.tv2 .tv2-benchmark__track { position: relative; height: 12px; border-radius: 6px; background: #E5EBF4; margin: 0 3px 14px; }
.tv2 .tv2-benchmark__fill { display: block; height: 100%; border-radius: 6px; background: #CEDCFF; }
.tv2 .tv2-benchmark__marker { position: absolute; top: -6px; width: 3px; height: 24px; transform: translateX(-50%); background: #1257E8; }
.tv2 .tv2-benchmark__marker--quarter { background: #0E7A50; }
.tv2 .tv2-benchmark__legend { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 16px 0 20px; font-size: 13px; }
.tv2 .tv2-benchmark__legend i { display: inline-block; width: 12px; height: 3px; background: #1257E8; vertical-align: middle; margin-right: 8px; }
.tv2 .tv2-benchmark__legend span:last-child i { background: #0E7A50; }
.tv2 .tv2-benchmark figcaption, .tv2 .tv2-benchmark figcaption p { font-size: 13px; line-height: 1.7; color: #5A6478; }
.tv2 .tv2-benchmark figcaption p { margin: 10px 0 0; }
.tv2 .tv2-benchmark__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; padding: 0; margin: 24px 0; counter-reset: scoring; }
.tv2 .tv2-benchmark__steps li { margin: 0; counter-increment: scoring; }
.tv2 .tv2-benchmark__steps li::before { content: counter(scoring); display: block; color: #1257E8; margin-bottom: 8px; font: 500 22px/1.2 'IBM Plex Mono', monospace; }
.tv2 .tv2-benchmark__steps strong { display: block; font-size: 15px; margin-bottom: 8px; }
.tv2 .tv2-benchmark__steps span { font-size: 13px; line-height: 1.6; color: #5A6478; }
@media (max-width: 600px) {
  .tv2 .tv2-benchmark { padding: 20px 16px; }
  .tv2 .tv2-benchmark__steps { grid-template-columns: 1fr; }
}

.tv2 .tv2-benchmark:has(.tv2-benchmark__header) { padding: 0; background: #fff; overflow: hidden; border-color: #D5DFED; box-shadow: 0 8px 26px rgba(20,32,58,.05); }
.tv2 .tv2-benchmark__header { background: #102238; padding: 26px 28px; border-top: 4px solid #FF9B25; }
.tv2 .tv2-benchmark__brand { display: block; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.tv2 .tv2-benchmark__brand span { color: #FFBE70; font-weight: 400; }
.tv2 .tv2-benchmark__header h3 { color: #fff; font-size: 25px; font-weight: 500; line-height: 1.3; margin: 20px 0 8px; }
.tv2 .tv2-benchmark__header .tv2-benchmark__intro { color: #CCD8E7; margin: 0; line-height: 1.6; }
.tv2 .tv2-benchmark__body { padding: 28px; }
.tv2 .tv2-benchmark__numbers strong { font-size: 48px; }
.tv2 .tv2-benchmark__source { font-weight: 600; }
.tv2 .tv2-benchmark__share { display: flex; align-items: center; gap: 12px 22px; flex-wrap: wrap; padding-top: 22px; margin-top: 22px; border-top: 1px solid #E0E7F1; font-size: 13px; }
.tv2 .tv2-benchmark__share button { cursor: pointer; padding: 10px 14px; border-radius: 5px; background: #1257E8; color: white; border: 0; font: inherit; font-weight: 500; }
.tv2 .tv2-benchmark__share button[hidden] { display: none; }
.tv2 .tv2-benchmark__share a { font-weight: 500; }
.tv2 .tv2-benchmark__credit, .tv2 .tv2-benchmark__share-status { display: block; color: #5A6478; font-size: 12px; line-height: 1.6; margin: 12px 0 0; }
.tv2 .tv2-benchmark__share-status:empty { display: none; }
@media (max-width: 600px) {
  .tv2 .tv2-benchmark__header, .tv2 .tv2-benchmark__body { padding: 22px 18px; }
  .tv2 .tv2-benchmark__header h3 { font-size: 22px; }
  .tv2 .tv2-benchmark__numbers strong { font-size: 40px; }
}

.tv2 .tv2-benchmark__methodology { margin-top: 20px; padding: 14px 16px; background: #F5F8FD; border-radius: 6px; }
.tv2 .tv2-benchmark__methodology summary { cursor: pointer; color: #14203A; font-size: 13px; font-weight: 600; }
.tv2 .tv2-benchmark__methodology summary:focus-visible { outline: 2px solid #1257E8; outline-offset: 4px; }
.tv2 .tv2-benchmark__methodology p { font-size: 13px; line-height: 1.7; margin: 12px 0 0; color: #5A6478; }
