/* Homepage only: compact traditional company portal. */
.jc-home { background: #f5f5f5; }
.jc-home .integrity-section { padding-block: 28px; }
.jc-home .integrity-home-focus { background: #f5f5f5; }
.jc-home .integrity-platform-links { background: #eeeeee; border-block: 1px solid #e5e5e5; color: #555; font-size: 13px; }
.jc-home .integrity-platform-links a { min-height: 36px; }
.jc-home .integrity-query-grid { gap: 24px; align-items: stretch; }
.jc-home .integrity-query-grid > section { min-width: 0; background: transparent; border: 0; padding: 0; display: flex; flex-direction: column; }
.jc-home .integrity-query-grid h2 { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0; padding-bottom: 12px; border-bottom: 2px solid #b51d17; font-size: 20px; font-weight: 600; color: #b51d17; }
.jc-home .integrity-query-grid h2 a { flex-shrink: 0; color: #777; font-size: 12px; font-weight: 400; }
.jc-home .integrity-query-grid > section > p { margin: 8px 0 12px; color: #888; font-size: 12px; }
.jc-home .integrity-table-wrap { border: 1px solid #e5e5e5; }
.jc-home .integrity-bgj-table { height: auto; }
.jc-home .integrity-bgj-table th { height: 42px; font-size: 12px; font-weight: 500; color: #555; background: #f1f1f1; border: 0; padding: 8px; }
.jc-home .integrity-table-wrap .integrity-bgj-table td { height: 44px; padding: 10px 8px; font-size: 13px; line-height: 22px; color: #555; border-color: #eee; }
.jc-home .integrity-bgj-table td[colspan] { color: #888; background: #fff; }
.jc-home .integrity-bgj-table td a { display: inline-block; margin: 0; padding: 0; border: 0; color: #a52923; text-decoration: underline; font-size: 13px; }
.jc-home .integrity-bgj-table td a:hover { color: #721510; }
.jc-home .integrity-service-band { padding: 0 0 28px; background: transparent; }
.jc-home .integrity-service-band > .integrity-shell { display: flex; align-items: center; background: #eee; border-block: 1px solid #ddd; padding-block: 14px; }
.jc-home .integrity-service-band h2 { margin: 0 24px 0 18px; color: #b51d17; font-size: 18px; font-weight: 600; white-space: nowrap; }
.jc-home .integrity-service-entries { flex: 1; gap: 0; padding: 0; }
.jc-home .integrity-service-entries a { padding: 8px 12px; border: 0; border-left: 1px solid #d5d5d5; background: transparent; color: #444; font-size: 15px; }
.jc-home .integrity-service-entries a:hover { color: #b51d17; text-decoration: underline; }
.jc-home .integrity-home-news { padding-top: 0; }
.jc-home .integrity-news-matrix { gap: 24px; }
.jc-home .integrity-news-panel { padding: 16px 20px; min-height: 0; border: 1px solid #e5e5e5; }
.jc-home .integrity-news-panel h2 { display: flex; align-items: center; justify-content: space-between; margin: 0 0 6px; padding: 0 0 12px; border-bottom: 2px solid #b51d17; background: none; color: #b51d17; font-size: 20px; }
.jc-home .integrity-news-panel h2 a { color: #777; }
.jc-home .integrity-news-panel li { padding: 12px 0; border-bottom: 1px solid #eee; align-items: baseline; }
.jc-home .integrity-news-panel li a { font-size: 14px; }
.jc-home .integrity-news-panel li a:hover { color: #a52923; }
.jc-home .integrity-news-panel time { font-variant-numeric: tabular-nums; color: #888; }
.jc-home .integrity-footer { padding: 28px 0; background: #8f100b; }
.jc-home .integrity-footer-brand strong { font-size: 16px; }
.jc-home .integrity-footer-brand p { font-size: 12px; color: #e0c6c1; margin-top: 10px; }
.jc-home .integrity-footer-nav { font-size: 13px; }
.jc-home a:focus-visible { outline: 2px solid #a52923; outline-offset: 4px; }
@media (max-width: 900px) {
  .jc-home .integrity-query-grid { grid-template-columns: 1fr; }
  .jc-home .integrity-service-entries { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .jc-home .integrity-section { padding-block: 24px; }
  .jc-home .integrity-query-grid > section { padding: 0; }
  .jc-home .integrity-news-panel { padding: 14px; }
  .jc-home .integrity-query-grid h2, .jc-home .integrity-news-panel h2 { font-size: 18px; }
  .jc-home .integrity-query-grid h2 { gap: 8px; }
  .jc-home .integrity-table-wrap .integrity-bgj-table td { padding: 10px 6px; font-size: 12px; }
  .jc-home .integrity-bgj-table th { padding: 8px 4px; }
  .jc-home .integrity-service-band > .integrity-shell { display: block; padding: 14px 12px; }
  .jc-home .integrity-service-band h2 { margin: 0 0 10px; }
  .jc-home .integrity-service-entries { gap: 0; }
  .jc-home .integrity-service-entries a { padding: 10px 4px; font-size: 14px; border: 0; text-align: left; }
  .jc-home .integrity-home-news { padding-top: 0; }
  .jc-home .integrity-news-panel li { grid-template-columns: 1fr; gap: 4px; }
  .jc-home .integrity-news-panel li a { white-space: normal; }
}
