.category-promise { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 18px; align-items: center; margin: 24px 0; padding: 22px; border: 2px solid var(--ink); background: var(--ink); color: white; }
.category-promise__bolt { display: grid; width: 52px; height: 52px; place-items: center; border: 2px solid white; background: var(--yellow); color: var(--ink); }
.category-promise h2 { margin: 3px 0 5px; color: white; font-size: 1.48rem; }
.category-promise p { max-width: 760px; margin: 0; color: #dce6f3; }
.category-promise .status { background: white; color: var(--ink); }
.strategy-canvas { overflow-x: auto; border: 1px solid var(--line); background: white; }
.strategy-canvas__head, .strategy-canvas__row { display: grid; grid-template-columns: minmax(190px, 1.35fr) repeat(5, minmax(116px, 1fr)); gap: 12px; align-items: center; min-width: 930px; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.strategy-canvas__head { background: var(--canvas); color: var(--muted); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.strategy-canvas__row:last-child { border-bottom: 0; }
.strategy-canvas__row > strong { font-size: .83rem; }
.strategy-score { position: relative; display: flex; overflow: hidden; align-items: center; justify-content: flex-end; min-height: 30px; padding: 0 8px; border: 1px solid var(--line); background: var(--canvas); }
.strategy-score i { position: absolute; inset: 0 auto 0 0; background: var(--sky); opacity: .72; }
.strategy-score b { position: relative; font-size: .75rem; }
.strategy-score--rhm { border-color: var(--ink); background: #fff9d8; }
.strategy-score--rhm i { background: var(--yellow); opacity: 1; }
.errc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); background: white; }
.errc-card { min-width: 0; padding: 19px; border-right: 1px solid var(--line); border-top: 5px solid var(--yellow); }
.errc-card:last-child { border-right: 0; }
.errc-card--2 { border-top-color: var(--coral-strong); }
.errc-card--3 { border-top-color: var(--mint-strong); }
.errc-card--4 { border-top-color: var(--sky-strong); }
.errc-card > span { display: grid; width: 29px; height: 29px; place-items: center; border: 2px solid var(--ink); background: var(--canvas); font-size: .75rem; font-weight: 900; }
.errc-card h3 { margin: 11px 0; font-size: 1.06rem; }
.errc-card ul { display: grid; gap: 9px; margin: 0; padding-left: 18px; color: var(--muted); font-size: .78rem; }
.noncustomer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); background: white; }
.noncustomer-grid article { min-width: 0; padding: 21px; border-right: 1px solid var(--line); }
.noncustomer-grid article:last-child { border-right: 0; }
.noncustomer-grid span { color: var(--muted); font-size: .69rem; font-weight: 850; text-transform: uppercase; }
.noncustomer-grid h3 { margin: 8px 0; font-size: 1.02rem; }
.noncustomer-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.category-lanes { display: grid; gap: 14px; }
.category-lane { border: 1px solid var(--line); background: white; }
.category-lane > header { display: flex; gap: 18px; align-items: flex-start; justify-content: space-between; padding: 18px 20px 11px; }
.category-lane h3 { margin: 4px 0 0; font-size: 1.15rem; }
.category-lane > p { max-width: 860px; margin: 0; padding: 0 20px 16px; color: var(--muted); }
.category-gates { border-top: 1px solid var(--line); }
.category-gates > span { display: grid; grid-template-columns: 26px minmax(170px, 1fr) minmax(150px, auto) 130px; gap: 11px; align-items: center; min-height: 47px; padding: 8px 14px; border-bottom: 1px solid var(--line); font-size: .76rem; }
.category-gates > span:last-child { border-bottom: 0; }
.category-gates i { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; }
.category-gates i.is-pass { background: var(--mint); color: #075f4d; }
.category-gates i.is-open { background: var(--coral); color: #863a23; }
.category-gates b { text-align: right; }
.category-gates small { color: var(--muted); text-align: right; }
.category-lane > footer { display: flex; gap: 10px; align-items: center; padding: 13px 18px; border-top: 1px solid var(--line); background: var(--canvas); font-size: .79rem; font-weight: 750; }

@media (max-width: 860px) {
  .category-promise { grid-template-columns: 48px 1fr; }
  .category-promise .status { grid-column: 1 / -1; justify-self: start; }
  .errc-grid, .noncustomer-grid { grid-template-columns: 1fr 1fr; }
  .errc-card:nth-child(2), .noncustomer-grid article:nth-child(2) { border-right: 0; }
  .errc-card:nth-child(-n + 2), .noncustomer-grid article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .category-promise { grid-template-columns: 42px 1fr; padding: 16px; }
  .category-promise__bolt { width: 40px; height: 40px; }
  .category-promise h2 { font-size: 1.18rem; }
  .errc-grid, .noncustomer-grid { grid-template-columns: 1fr; }
  .errc-card, .noncustomer-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .errc-card:last-child, .noncustomer-grid article:last-child { border-bottom: 0; }
  .category-lane > header { display: grid; padding: 16px; }
  .category-lane > p { padding: 0 16px 14px; }
  .category-gates > span { grid-template-columns: 25px 1fr; padding: 11px 12px; }
  .category-gates b, .category-gates small { grid-column: 2; text-align: left; }
}
