/* ===== BREADCRUMB HEADER ===== */
  .page-header {
    padding: 30px 20px;
    border-bottom: 1px solid #eee;
  }
  .page-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
  }
  .page-header h1 { font-size: 40px; font-weight: 600; color: #1a2c42; margin: 0; }
  .breadcrumb { font-size: 16px; color: #555; }
  .breadcrumb .home { color: #6fbf3f; font-style: italic; }
  .breadcrumb .mid { color: #4fa8de; font-style: italic; }
  .breadcrumb .sep { margin: 0 8px; color: #999; }
  .breadcrumb .current { font-style: italic; color: #555; }
